rpg-network.com community | gaming support and modding

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

Hidding Health & Locking Character

I’m sure you have noticed by now that some people have no health displayed under their characters name. Well you can do this too it’s quite simple. In addition to hiding your health this will also lock your inventory so that anything you drop you will not loose. However, you will not be able to keep any items you pick up. You may want to wait to do this until you are happy with your character.

Before:

[member]

{

actor_class = "(your Name)";

combat_orders = co_hold;

custom_head = default;

disposition_orders = ad_defensive;

focus_orders = fo_closest;

gold = 100019643;

grid_x_offset = 255;

grid_y_offset = 30;

m_clientcachedengagedobject = 0x00000000;

movement_orders = mo_hold;

pack_only = false;

screen_name = "(Your Name)";

selected_active_location = il_active_melee_weapon;

template_name = farmgirl;

You will be adding three returns after character name

After:

[member]

{

actor_class = "Your Name";

combat_orders = co_hold;

custom_head = default;

disposition_orders = ad_defensive;

focus_orders = fo_closest;

gold = 100019643;

grid_x_offset = 255;

grid_y_offset = 30;

m_clientcachedengagedobject = 0x00000000;

movement_orders = mo_hold;

pack_only = false;

screen_name = "(Your Name)

";

selected_active_location = il_active_melee_weapon;

template_name = farmgirl;

Latest Post

Posted by Huib-Bloodstone - 30/07/2010 23:27
Posted by Andrew - 27/06/2010 09:33
Posted by Huib-Bloodstone - 27/06/2010 02:10
Posted by Arturik - 27/06/2010 00:34
Posted by Andrew - 26/06/2010 10:39
You are here: Tutorials Dungeon Siege 1 Tutorials Hidding Health & Locking Character