360haven works best with JavaScript enabled
[Tutorial] Diablo III - Item Modding - Page 32
Loading
Register
Page 32 of 66 FirstFirst ... 72227282930313233343536374257 ... LastLast
Results 249 to 256 of 525
  1. #249
    codraziel

    Re: Diablo III - Item Modding

    Quote Originally Posted by Idlehands88 View Post
    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

  2. #250
    dose

    Re: Diablo III - Item Modding

    Quote Originally Posted by Idlehands88 View Post
    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.

  3. #251
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 30
    Posts : 4,709
    Array
    Asteroids Champion
    Twitter: @

    Re: Diablo III - Item Modding

    Quote Originally Posted by dose View Post
    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...
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  4. #252
    richardkevin

    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.

    Click image for larger version. 

Name:	Sans titre.jpg 
Views:	214 
Size:	45.3 KB 
ID:	13147
    Last edited by richardkevin; 09-29-2013 at 01:16 PM. Reason: adding image

  5. #253
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 30
    Posts : 4,709
    Array
    Asteroids Champion
    Twitter: @

    Re: Diablo III - Item Modding

    Quote Originally Posted by richardkevin View Post
    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...
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  6. #254
    Semetric

    Re: Diablo III - Item Modding

    Quote Originally Posted by theresin View Post
    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?

  7. #255
    richardkevin

    Re: Diablo III - Item Modding

    Quote Originally Posted by Idlehands88 View Post
    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

  8. #256
    XgAChrisMc

    Re: Diablo III - Item Modding

    Quote Originally Posted by Idlehands88 View Post
    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?

 

 

Similar Threads

  1. Diablo 3 - PS4 Item Giveaway
    By Driton in forum General Discussion
    Replies: 1
    Last Post: 09-05-2014, 09:07 AM
  2. Diablo 3 Item Modding Help
    By TimmyPepper in forum Xbox 360 Modding Discussion
    Replies: 5
    Last Post: 09-30-2013, 02:36 AM
  3. Diablo III modding ?
    By Migty in forum Xbox 360 Modding Discussion
    Replies: 34
    Last Post: 09-11-2013, 04:01 AM
  4. Replies: 0
    Last Post: 12-04-2012, 08:00 AM

Visitors found this page by searching for:

modding diablo 3 xbox 360

diablo 3 codes for effect_level

how to create modded gears in diablo 3

how to make modded gear diablo 3

modding weapons diablo 3 xbox

how to make modded items in diablo 3 xbox 360

how to mod gear in diablo 3

how to hack weapons in diablo 3 xbox

how to get modded weapons in diablo 3 ps4

how to mod diablo 3 xbox 360

diablo 3 modded rings

diablo 3 xbox 360 hack

how to mod gear for diablo 3 xbox 360

diablo 3 xbox 360 hacks

mod items from phone diablo 3 360

Diablo 3 Ps4 tuto modded items

can you buy modded weapons diablo 3

diablo 3 ps4 mod tutorial

hacks für x360 diablo 3

diablo 3 ps4 modded items

diablo 3 xbox item cheat damage

mod armi diablo 3 ps4

how to mod items diablo 3 xbox 360

dıablo 3 modded ıtem

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯