360haven works best with JavaScript enabled
[Tutorial] Diablo III - Item Modding - Page 45
Loading
Register
Page 45 of 66 FirstFirst ... 2035404142434445464748495055 ... LastLast
Results 353 to 360 of 525
  1. #353
    Junior Member
    jagermeister is offline
    Join Date : Sep 2013
    Posts : 2
    Array

    Re: Diablo III - Item Modding

    Quote Originally Posted by Idlehands88 View Post
    Alright, since the Editor will be out soon anyways I figured I can release the info :) Feel free to post any new Effect ID's you find.





    Item Byte Info before Each Value:
    Code:
    15 = Item ID (Int32)
    1D = Effect ID (Int32)
    30 = If the Item is Identified or not (odd number seems to = Identified, even = Unidentified) (Int8)
    38 = Minimum Durability (Current Durability) (Int16 or higher)
    40 = Item Quantity, when on a piece of equipment it doesn't do anything (Int8 or higher)
    48 = Dye Color (Int8)
    50 = Rarity (12 = Legendary) (Int8)
    60 = Maximum Durability (Int16 or higher)
    EFFECT ID's I'VE FOUND SO FAR:
    Code:
    91B1F6F2 - Arcane Damage
    6D9257C2 - Cold Damage
    67BD1C61 - Holy Damage
    7837D7B0 - Fire Damage
    83273BC8 - Poison Damage
    95BC0B7B - +% Damage
    96AFB9EC - 10% Attack Speed
    2E14C5E2 - 10% Attack Speed
    2D4386FE - 0.27 Attacks per Second
    E9E2E405 - Run Speed
    DBB49EB5 - 46% Magic Find
    CD77C950 - 1 Socket
    73230650 - 3 Sockets
    A029DC05 - Reduced Level Requirement
    F318A0E0 - Maximum Arcane Power
    E5EB3BFC - Spirit per Second
    62C2D0D9 - Hatred per Second
    8A0F6428 - Convert % Damage Dealt to Life
    B0E4EA11 - Life After Each Kill
    728E1D21 - XP per Kill
    7567E6F1 - Critical Hit Chance
    09389D02 - Dexterity
    C7FABCA0 - Dexterity (Again)
    F17007AD - Intelligence
    E83E22AA - STR, DEX, INT, VIT
    ADDING BYTES:
    Method 1:
    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)


    ENJOY AND DO NOT POST THIS ANYWHERE ELSE!!!
    DO NOT MAKE ITEMS THAT WILL BREAK THE GAME (LAG ITEMS)!
    Sorry to bother you guys, just wondering if this is patched for PS3. I've been trying to add bytes for 2-3 days and i keep getting corrupted hero. :( I can't even pass step 2; I find the minimum durability (3 Byte series), item is legendary so i believe there is no Dye (2 Byte series) once i find the maximum durability (3 Byte series) and paste the 2 Bytes (from minimum durability) in front of the 3 Byte (Maximum durability), change remaining 1 Byte (minimum durability) to 7F and the maximum to FFFF7F (starting AFTER the 2 Bytes i pasted in front of the original maximum durability) and save.

    Once loaded i have a corrupted hero. Any advice would be greatly appreciated! Thank you :)

  2. #354
    Haven Mangekyo Sharigan Master

    SiN is offline
    Join Date : Nov 2011
    Location : Dunn NC
    Age : 41
    Posts : 1,244
    Array

    Re: Diablo III - Item Modding

    Thanks for the share Idle.. just now getting around to writing something
    Downloads : 21 || Uploads : 0 || Rep Power : 4559 || Posts : 1,244 || Thanks : 217 || Thanked 144 Times in 120 Posts



    AFX ART: By me

  3. #355
    Junior Member
    StonedSlobro is offline
    Join Date : Sep 2013
    Posts : 18
    Array

    Re: Diablo III - Item Modding

    Quote Originally Posted by jagermeister View Post
    Sorry to bother you guys, just wondering if this is patched for PS3. I've been trying to add bytes for 2-3 days and i keep getting corrupted hero. :( I can't even pass step 2; I find the minimum durability (3 Byte series), item is legendary so i believe there is no Dye (2 Byte series) once i find the maximum durability (3 Byte series) and paste the 2 Bytes (from minimum durability) in front of the 3 Byte (Maximum durability), change remaining 1 Byte (minimum durability) to 7F and the maximum to FFFF7F (starting AFTER the 2 Bytes i pasted in front of the original maximum durability) and save.

    Once loaded i have a corrupted hero. Any advice would be greatly appreciated! Thank you :)
    It hasn't been patched on the ps3 it is just really tedious. I modded my own Azurewrath sword to have 32 property slots following instructions provided by Idle and took me a long time to get it right. First make sure that the item is fully repaired. Honestly I'm not sure if it makes a difference but mine was when I did this. What you want to do is to locate the item and find the hex string with the item's durability. You need to use it to trick the game into adding bytes. (using my azurewrath as an example)

    The original line should originally look similar to this

    30 09 38 9C 03 40 00 50 12 60 9C 03

    Edit it so that it becomes

    30 09 38 7F 40 00 50 12 60 FF FF 7F

    The numbers should all fall into place and you shouldn't ever touch the 80 or whatever comes after the max durability area

    After you load up and repair the item go back to edit it again and the string should look similar to this

    30 09 38 FF FF 7F 40 00 50 12 60 FF FF 7F

    Change that to

    30 09 38 FF 7F 40 00 50 12 60 FF FF FF 7F

    Load up and Repair one last time making the string become

    30 09 38 FF FF FF 7F 40 00 50 12 60 FF FF FF 7F

    Now you can safely add a single property by making the line

    1D XX XX XX XX 30 09 38 7F 40 00 50 12 60 FF 7F

    Now just load up and repair the item to start the process all over again
    I hope that helps took me forever to get it right and even longer to turn 6 property slots into 32 lol
    Last edited by StonedSlobro; 10-06-2013 at 02:24 AM.

  4. #356
    Junior Member
    jagermeister is offline
    Join Date : Sep 2013
    Posts : 2
    Array

    Re: Diablo III - Item Modding

    Quote Originally Posted by StonedSlobro View Post
    It hasn't been patched on the ps3 it is just really tedious. I modded my own Azurewrath sword to have 32 property slots following instructions provided by Idle and took me a long time to get it right. First make sure that the item is fully repaired. Honestly I'm not sure if it makes a difference but mine was when I did this. What you want to do is to locate the item and find the hex string with the item's durability. You need to use it to trick the game into adding bytes. (using my azurewrath as an example)

    The original line should originally look similar to this

    30 09 38 9C 03 40 00 50 12 60 9C 03

    Edit it so that it becomes

    30 09 38 7F 40 00 50 12 60 FF FF 7F

    The numbers should all fall into place and you shouldn't ever touch the 80 or whatever comes after the max durability area

    After you load up and repair the item go back to edit it again and the string should look similar to this

    30 09 38 FF FF 7F 40 00 50 12 60 FF FF 7F

    Change that to

    30 09 38 FF 7F 40 00 50 12 60 FF FF FF 7F

    Load up and Repair one last time making the string become

    30 09 38 FF FF FF 7F 40 00 50 12 60 FF FF FF 7F

    Now you can safely add a single property by making the line

    1D XX XX XX XX 30 09 38 7F 40 00 50 12 60 FF 7F

    Now just load up and repair the item to start the process all over again
    I hope that helps took me forever to get it right and even longer to turn 6 property slots into 32 lol

    Thank you SOOOO very much, i was about to throw something through a window very soon! haha

  5. #357
    Gwynbleidd

    Re: Diablo III - Item Modding

    Could you please tell me where this tool is located, thanks!

  6. #358
    rioener

    Re: Diablo III - Item Modding

    Quote Originally Posted by Gwynbleidd View Post
    Could you please tell me where this tool is located, thanks!
    It's not out yet, you must wait for the release of it...

  7. #359
    dupedupe

    Re: Diablo III - Item Modding

    Could you guys please check your 'Greed over Need' achievement? (requires 100 goblin to kill to fulfill). I'm now around 50, if you guys are around 90'ish can you load your savedata, so i will resign, go take achive and delete savedata. I need this achievement badly, and even puzzle rings cant spawn any goblin, i'm trying to find so badly since the day 1, I made 7 level 60 chars from the beginning just to find goblin in a natural way but its still around 50 :/ i cant take it anymore.. İts my last trophy before to get premium..

  8. #360
    ferrius

    Re: Diablo III - Item Modding

    Hey,
    the code for

    Natalyas Sight: 94 75 D7 91

    peace

 

 

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.

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