Is there a way to get your character or pawn to wear anything regardless of class?
Printable View
Is there a way to get your character or pawn to wear anything regardless of class?
Yes there is. Set the item to their inventory:
<s8 name="data.mOwnerId" value="#"/> - # is who the Item belongs to, 0= Main Character, 1= Main Pawn, etc.
After this you must force equip the item:
<u32 name="data.mFlag" value="#"/> # should be 67 (equipped wyrmfire) 65 will not work as that is the unequipped version. Hope that helps.
THANKS!!!! Makes modding save alot quicker,
1 thing tho, Ive been replaceing storage items with other items. The owner ID is 4 which ive been changing to 0, Will this affect anything else?
Very bad idea to do that...4 denotes that it is in storage, changing it to 0 means it should be in the player inventory. I would just change the IDs and leave the owner alone. That doesn't need to change since even if you go over the weight limit, nothing bad happens.
Yeah I agree with Draco. Leave it in Storage as it is originally. Just take it out when you need it. Never change ownership as it can potentially lead to problems (the game tracks how much is supposed to be in each inventory). You can easily give items to others or put it in or out of storage when you load the game.
Just to confirm in case anyone was going to try it - editing your pawn stats just a little bit will stop your pawn being used online. I just tested it with a friend. If you do edit your pawn make sure you take a backup of your save. Very useful guide, made things much clearer.
ahhhh - i have edited my pawn with minimal stats and its all good, tested with friends, maybe your stats are a little high?