超级玩家
![Rank: 5](static/image/common/star_level3.gif) ![Rank: 5](static/image/common/star_level1.gif)
- 贡献度
- 20
- 金元
- 6829
- 积分
- 763
- 精华
- 0
- 注册时间
- 2009-12-25
|
- When you're done, pick the stack of gold back up on your cursor
- Change the Item ID back to that of gold
Note: You can't use this to duplicate weapons/armor.
How to Change Durability
Durability addresses are constantly being accessed, so there isn't a single direct pointer to it. After enabling Lookup Pointers, you can right-click the Memory Viewer and go to address "duration" and "durationMax". Right-click those instructions and select "Find out addresses this instruction accesses". Change the record type to "double" and you should see all of the durability and max durability addresses for your equipment.
How to Change Defense
Similar to Durability. Go to address label "defense" and find what addresses access it. Then move one tile in the game. Note that these values don't update the item's tooltip, but they are reflected within the character panel.
|
|