Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
For now I'll leave my old method I did for adding Effects.
Code:
1. Find the weapon you want to mod in Hex Workshop
2. move all but ONE byte from the Minimum Durability to the Maximum Durability
3. Change the Minimum Durability to 7F and change the Maximum Durability to FFFF7F
4. Load up save in-game and repair the weapon
5. Save and Quit
6. Open save back into Hex Workshop and you will see that you have more bytes to move from Min to Max Durability
7. Repeat Steps 2-6 until you have 5 bytes for Min and Max Durability (Highest it can go)
8. Remove 4 bytes from Min Durability and 1 byte from Max Durability (5 Bytes = 1 new Effect you can add)
9. Add a new Effect
10. Load save in-game and repair weapon, Save and Quit
11. Load save into Hex Workshop and move 1 byte from Min to Max
12. Load save in-game, repair, Save and Quit
13. Load save into Hex Workshop
14. Repeat steps 8-13 (32 Effects on an item is the MAX you can have)
Thanks Idle!
Boy was I barking up the wrong tree! I was trying to get items to have multiples of 5 bytes then overwriting the item completely
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
For now I'll leave my old method I did for adding Effects.
Code:
1. Find the weapon you want to mod in Hex Workshop
2. move all but ONE byte from the Minimum Durability to the Maximum Durability
3. Change the Minimum Durability to 7F and change the Maximum Durability to FFFF7F
4. Load up save in-game and repair the weapon
5. Save and Quit
6. Open save back into Hex Workshop and you will see that you have more bytes to move from Min to Max Durability
7. Repeat Steps 2-6 until you have 5 bytes for Min and Max Durability (Highest it can go)
8. Remove 4 bytes from Min Durability and 1 byte from Max Durability (5 Bytes = 1 new Effect you can add)
9. Add a new Effect
10. Load save in-game and repair weapon, Save and Quit
11. Load save into Hex Workshop and move 1 byte from Min to Max
12. Load save in-game, repair, Save and Quit
13. Load save into Hex Workshop
14. Repeat steps 8-13 (32 Effects on an item is the MAX you can have)
lol i found it easier to just put your item you are modding along with another item in the player inv. then in hex workshop copy the 5 bytes for an affix id, delete them from old item and reinsert it on the new item. i even posted it about a week ago just nobody listened or even tried it.
Re: Diablo III - Item Modding
Quote:
Originally Posted by
dose
lol i found it easier to just put your item you are modding along with another item in the player inv. then in hex workshop copy the 5 bytes for an affix id, delete them from old item and reinsert it on the new item. i even posted it about a week ago just nobody listened or even tried it.
That is the way I do it now, but you still have to fix the Byte Counts if you do it that way...
1 Attachment(s)
Re: Diablo III - Item Modding
hi Idle , thank you for sharing your method but i can't pass the second step lol , i have a yellow item and when i try to change the durability , my save being corrupted.
i upload an image to show you , i know i'm doing something wrong but cannot see what .
Hope you could help me.
Thanks.
Attachment 13147
Re: Diablo III - Item Modding
Quote:
Originally Posted by
richardkevin
hi Idle , thank you for sharing your method but i can't pass the second step lol , i have a yellow item and when i try to change the durability , my save being corrupted.
i upload an image to show you , i know i'm doing something wrong but cannot see what .
Hope you could help me.
Thanks.
https://www.dropbox.com/s/witk654yvg...ns%20titre.png
The image you posted still has min and max durability the same value...
Re: Diablo III - Item Modding
Quote:
Originally Posted by
theresin
Can these modded items make it online. If so if I can get a few I dont have I can throw some paypal your way.
Yes they can go online but why would you pay for them when you can make your own?
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
The image you posted still has min and max durability the same value...
thanks for your answer Idle but i'm still stuck , i don't know what to do in step 2 ... is someone can tell me what i have to edit please ? :(
i spotted the min and max durability that's the good point ^^ but don't know what to do then ...
https://www.dropbox.com/s/wvvqwmboe1eqt7t/d3.png
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
For now I'll leave my old method I did for adding Effects.
Code:
1. Find the weapon you want to mod in Hex Workshop
2. move all but ONE byte from the Minimum Durability to the Maximum Durability
3. Change the Minimum Durability to 7F and change the Maximum Durability to FFFF7F
4. Load up save in-game and repair the weapon
5. Save and Quit
6. Open save back into Hex Workshop and you will see that you have more bytes to move from Min to Max Durability
7. Repeat Steps 2-6 until you have 5 bytes for Min and Max Durability (Highest it can go)
8. Remove 4 bytes from Min Durability and 1 byte from Max Durability (5 Bytes = 1 new Effect you can add)
9. Add a new Effect
10. Load save in-game and repair weapon, Save and Quit
11. Load save into Hex Workshop and move 1 byte from Min to Max
12. Load save in-game, repair, Save and Quit
13. Load save into Hex Workshop
14. Repeat steps 8-13 (32 Effects on an item is the MAX you can have)
Will this work for making a characters name longer?