minikanyas wrote: ↑Mon Oct 16, 2017 11:42 am
You must obtain the 8-byte value of the rarity object pointers from an existing orc, and replace it on the orc u want to change, not replace the strings. (Which u get copying, and editing the desired pointer - Remove 2 Offsets - Turn to 8-bytes)
After that, u must reload the game after saving it (Changing Inventory forces a save).
This obviously makes sense to those with more experience here. I am trying to find answers in documentation, but I'm not coming up with the specific steps to "obtain the 8-byte value", and replace them.
For instance:
Uruk1 has "Determination" at
26B6B7E8.
Copy/Paste into NotePad++ shows that:
Code: Select all
<LastState RealAddress="27118478"/>
Uruk2 - I want to either add or replace an ability with Determination.
Copy/Paste from Uruk1 just duplicates whatever ability is at
26B6B7E8 for Uruk2.
Double-click on desired Uruk1 address, Remove Offset twice, and change type to 8-Bytes= 1098113976
Copy/Paste after this change into NotePad++ shows that:
Code: Select all
<LastState Value="1098113976" RealAddress="87CCAFB0"/>
Is this the value that I'm looking for? If so, what, exactly, are the steps to copy it to replace/add Uruk2's ability?