Re: Diablo III - Item Modding
Quote:
Originally Posted by
xICEMANx117
Thats Horsesh*t cause ive been following this post since it started and not one damn time has anyone explained how to add bytes im not all about taking someone elses rings and just switching the affects around i like to create my own stuff. it this is becoming a little rediculas. everyone has a strong suite on something usally im pretty good about this shit ut for the life of me i cant figure out how to add the bytes and everyone on here is just starting to play games this is the exact reason why the last site 360-content failed is cause people started to develop god complexes 360 haven is suppose to be a modding community not a FU*K You Figure it out your self site. we all used to help each other out. Buty Latley it hasnt been.. Just remember you was a noob at one point in your life.
The process is kinda long and even if I released how to, 99% of the people on here would still not get it.
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
The process is kinda long and even if I released how to, 99% of the people on here would still not get it.
can you post something so the 1% that might know can try to figure it out?
1 Attachment(s)
Re: Diablo III - Item Modding
Idlehands you are right, some people can't even handle regular stuff.
Oh and also look what I did.
Attachment 13143
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
The process is kinda long and even if I released how to, 99% of the people on here would still not get it.
Idle, I'd gladly push myself into the 1%. Please release the info. I'm a casual player, I don't have the time my buddies do to farm and level. At least if I had this info I could create gear to play along with them. Perfect roll gear, not lag gear.
Sent from my HTC One using Tapatalk 2
Re: Diablo III - Item Modding
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)
Re: Diablo III - Item Modding
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.
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Idlehands88
(32 Effects on an item is the MAX you can have)
32 is the max?! Well that sucks! Have you been trying to add more? Corrupts the item huh .... :(
Was hoping to see item IDs go off the screen like in D2 lol
Re: Diablo III - Item Modding
Quote:
Originally Posted by
Zspy
32 is the max?! Well that sucks! Have you been trying to add more? Corrupts the item huh .... :(
Was hoping to see item IDs go off the screen like in D2 lol
Yep, I've tried about 30 times and no matter what I do I can't go past 32 Effects on the item.