360haven works best with JavaScript enabled
[Tutorial] Diablo III - Item Modding - Page 39
Loading
Register
Page 39 of 66 FirstFirst ... 142934353637383940414243444964 ... LastLast
Results 305 to 312 of 525
  1. #305
    diobolicone

    Re: Diablo III - Item Modding

    Does anyone happen to have a updated effective id list made ? thanks again


  2. #306
    smikizm

    Re: Diablo III - Item Modding

    could someone test if this is the code for gehannas plans please.
    900D479E


    any help would be appreciated.
    Last edited by smikizm; 10-03-2013 at 12:01 AM.

  3. #307
    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)!
    Quote Originally Posted by smikizm View Post
    could someone test if this is the code for gehannas plans please.
    900D479E


    any help would be appreciated.
    it is.
    to get plan hex codes

    go here

    http://d3db.com/item?c=blacksmith-pl...plan-legendary

    copy item code
    eg 2655456656 for gehannas
    convert dec to hex gets
    9e470d90
    reverse hex gets
    900D479E

    now you can get all the plans.

  4. #308
    Junior Member
    TheTrueGamerKyfure is offline
    Join Date : Sep 2011
    Posts : 2
    Array

    Re: Diablo III - Item Modding

    Thank You was very helpful

  5. #309
    zxcvbnma

    Re: Diablo III - Item Modding

    Quote Originally Posted by smikizm View Post
    copy item code
    eg 2655456656 for gehannas
    convert dec to hex gets
    9e470d90
    reverse hex gets
    900D479E

    now you can get all the plans.
    How did you get the reverse hex?

  6. #310
    dose

    Re: Diablo III - Item Modding

    Quote Originally Posted by zxcvbnma View Post
    How did you get the reverse hex?
    lol really?? Start with the last 2 numbers and go backwards so 12 34 56 78 becomes 78 56 34 12

  7. #311
    Junior Member
    Magnum Marker is offline
    Join Date : Sep 2011
    Posts : 22
    Array

    Re: Diablo III - Item Modding

    Quote Originally Posted by smikizm View Post
    it is.
    to get plan hex codes

    go here

    http://d3db.com/item?c=blacksmith-pl...plan-legendary

    copy item code
    eg 2655456656 for gehannas
    convert dec to hex gets
    9e470d90
    reverse hex gets
    900D479E

    now you can get all the plans.
    Does this Apply to Any Item or Just Plans?

  8. #312
    smikizm

    Re: Diablo III - Item Modding

    Quote Originally Posted by zxcvbnma View Post
    How did you get the reverse hex?
    http://ref.wikibruce.com/hub

    copy the hex code back to the input box then hit reverse tab (not reverse input text but the blue reverse box under hex tab)

    my save with all legendary plans unlearned
    also has a bunch of rare plans and legendary gear

    http://www.mediafire.com/download/uc...tchj74h/d3save

 

 

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.

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