360haven works best with JavaScript enabled
[Tutorial] Diablo III - Item Modding - Page 40
Loading
Register
Page 40 of 66 FirstFirst ... 153035363738394041424344455065 ... LastLast
Results 313 to 320 of 525
  1. #313
    smikizm

    Re: Diablo III - Item Modding

    Quote Originally Posted by Magnum Marker View Post
    Does this Apply to Any Item or Just Plans?
    only tried with plans so far, will mess with items tonight, bit busy atm

    all the legendary plans are on my save
    http://www.mediafire.com/download/uc...tchj74h/d3save

  2. #314
    zxcvbnma

    Re: Diablo III - Item Modding

    Looks like it'll only work with plans with items it's afew bytes off

  3. #315
    dose

    Re: Diablo III - Item Modding

    Quote Originally Posted by zxcvbnma View Post
    Looks like it'll only work with plans with items it's afew bytes off
    Try more items, there was 2 plans i couldnt convert cuz they were off. Heres the hex for all the legendary plans.



    Code:
    70 14 11 6E		Asheara's Uniform
    AA D4 D3 E0		Aughild's Victory
    4C 10 26 AB		Bitterness
    CF 3B 55 E9		Black Bone Arrows
    FD E8 96 C9		Blood-Magic Blade
    51 B9 E2 2D		Born's Defiance
    52 B9 E2 2D		Cain's Fate
    ?? ?? ?? ??		Captain Crimson's Finery
    E8 5D 70 E7		Cataclysm
    05 D9 1D 19		Deadeye
    CF 5E 8D 3B		Demon Hand
    56 1F B7 CA		Demon's Skin
    21 8F F6 B0		Earthshatter
    4A 61 36 C4		Fire Brand
    90 0D 47 9E		Gehennas
    1A 4A C1 13		Griswold's Masterpiece
    52 8B FA 3C		Guardian's Contingency
    58 1F B7 CA		Hallowed Defenders
    6D E3 91 18		Harvest Moon
    F6 9C 19 E2		Hellish Staff of Herding
    FD BD 8D CD		Infernal Machine
    ?? ?? ?? ??		Infernal Staff of Herding
    60 0C EE F5		Lai Yui's Taiji
    DE 8E D8 E7		Longshot
    38 E7 14 10		Lost Boys
    70 D9 7A 26		Nightmarish Staff of Herding
    3F 69 52 80		Pendergrasps
    B4 4C 4F 45		Quick Draw Belt
    41 7F 5F 9D		Robes of the Rydraelm
    9D 6D 4D 5C		Rozpedin's Staff
    1D AE 08 91		Ruinstoke
    57 1F B7 CA		Sage's Plight
    43 C7 7E 81		Seven Sins
    5C A6 DD 3F		Singularity
    72 6A C9 A8		Staff of Herding
    EC ED 07 E8		Starspine
    30 0B D7 42		The Helm of Command
    AB 43 57 10		The Magi
    0D 4D 8D F1		The Wedge
    DF 83 6C D9		Umbral Oath
    CC C4 07 8F		Unending War
    1B 03 5D E5		Venomhusk
    46 6F 31 FE		Wall of Bone
    4C 54 44 3D		Wondrous Deflectors

  4. #316
    smikizm

    Re: Diablo III - Item Modding

    Quote Originally Posted by dose View Post
    Try more items, there was 2 plans i couldnt convert cuz they were off. Heres the hex for all the legendary plans.



    Code:
    70 14 11 6E		Asheara's Uniform
    AA D4 D3 E0		Aughild's Victory
    4C 10 26 AB		Bitterness
    CF 3B 55 E9		Black Bone Arrows
    FD E8 96 C9		Blood-Magic Blade
    51 B9 E2 2D		Born's Defiance
    52 B9 E2 2D		Cain's Fate
    ?? ?? ?? ??		Captain Crimson's Finery
    E8 5D 70 E7		Cataclysm
    05 D9 1D 19		Deadeye
    CF 5E 8D 3B		Demon Hand
    56 1F B7 CA		Demon's Skin
    21 8F F6 B0		Earthshatter
    4A 61 36 C4		Fire Brand
    90 0D 47 9E		Gehennas
    1A 4A C1 13		Griswold's Masterpiece
    52 8B FA 3C		Guardian's Contingency
    58 1F B7 CA		Hallowed Defenders
    6D E3 91 18		Harvest Moon
    F6 9C 19 E2		Hellish Staff of Herding
    FD BD 8D CD		Infernal Machine
    ?? ?? ?? ??		Infernal Staff of Herding
    60 0C EE F5		Lai Yui's Taiji
    DE 8E D8 E7		Longshot
    38 E7 14 10		Lost Boys
    70 D9 7A 26		Nightmarish Staff of Herding
    3F 69 52 80		Pendergrasps
    B4 4C 4F 45		Quick Draw Belt
    41 7F 5F 9D		Robes of the Rydraelm
    9D 6D 4D 5C		Rozpedin's Staff
    1D AE 08 91		Ruinstoke
    57 1F B7 CA		Sage's Plight
    43 C7 7E 81		Seven Sins
    5C A6 DD 3F		Singularity
    72 6A C9 A8		Staff of Herding
    EC ED 07 E8		Starspine
    30 0B D7 42		The Helm of Command
    AB 43 57 10		The Magi
    0D 4D 8D F1		The Wedge
    DF 83 6C D9		Umbral Oath
    CC C4 07 8F		Unending War
    1B 03 5D E5		Venomhusk
    46 6F 31 FE		Wall of Bone
    4C 54 44 3D		Wondrous Deflectors
    I just tried it with a few quivers, it changed the name. will try to change effects next.

  5. #317
    smikizm

    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)!
    Im stuck on step 7, when I open the the file it has ffff7f for min and max, what do I change the max to?


  6. #318
    ★ 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

    Anyone have the Item ID for the PS3 Preorder Wings?
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  7. #319
    smikizm

    Re: Diablo III - Item Modding

    Quote Originally Posted by Idlehands88 View Post
    Anyone have the Item ID for the PS3 Preorder Wings?
    no idea.
    while youre here would you be able to give me some help with the post above yours please?

    and thanks for sharing all your hard work mate.

  8. #320
    ★ 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 smikizm View Post
    Im stuck on step 7, when I open the the file it has ffff7f for min and max, what do I change the max to?
    You need to delete the Minimum Durability (FFFF7F) and add them to the Maximum Durability. Just highlight the Min Dura, and press Ctrl+X and then click before the Max Dura and press Ctrl+V. MAKE SURE YOU LEAVE THE MIN DURABILITY WITH ONE BYTE LEFT AND MAKE THE VALUE 7F!!!
    Downloads : 70 || Uploads : 4 || Rep Power : 13036 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



 

 

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.

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