dumb d3 modding question

marcus55 Nov 15, 2013

  1. ma

    marcus55 Member
    0/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    I just started modding diablo 3 and had some questions do I need the item in my inventory to mod it or can I just paste write the code in the hex editor and its there and can I take and item and make it into another item such as take a raven wing bow and change it into a venomhusk but have the raven wing stats sorry if its dumb but I wanna learn
     
  2. sk

    skoogra Newbie
    0/47

    Joined:
    Oct 22, 2013
    Messages:
    19
    Likes Received:
    1
    Trophy Points:
    0
    Console:
    Xbox
    Think you have to have an item to begin with. So need a rare to make a rare or gem (and maybe set/legendary), need a set to make a set and a legendary to make a legendary. You can change the items from one type to another like a legendary bow to a legendary ring to a legendary armor, etc. Or a set nats ring to a set helm, etc. So you can change one weapon type to another and it will retain the same stats as the original weapon you used or you can change the individual stats (usually there are 6 mod ID's for lvl 60 legendaries).
     
  3. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    OK I got something else I was told to put a 15 as the first number I'm trying to mod but so far everything I opened up that was legit had a 15 already in front do I add another 15 to it
     
  4. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    as far as I know you don't have to add a 15, 15 is the start of the item's id

    ex...

    37 D1 BA DF -- Natalya's Reflection

    but in the Hex Editor you will see

    15 37 D1 BA DF

    1D is the start of an affix

    ex

    8A 0F 64 28 -- Convert % damage to life

    in the Hex Editor you will see

    1D 8A 0F 64 28
     
  5. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    So what do I gotta put in so I can put 32 stats
    can I take a 1D code that is randomly put into a item and delete it and add another 1D code
     
  6. 13

    133mhz Newbie
    0/47

    Joined:
    Oct 17, 2013
    Messages:
    32
    Likes Received:
    3
    Trophy Points:
    0
    Console:
    Playstation 3
  7. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    im good right now im just gonna mess with stuff I got everything backed up I was just wondering because I triple socketed a venomhusk bow then I put holy damage on it then I added another and my game corrupted so I thought I was missing something
     
  8. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    some items can't have 32 stats, I know that the Manticore is one of them, I'm not sure if Venomhusk is as well, but I know that if 32 stats are added to these items, it can cause the game to freeze on load, or just corrupt the save. and yes, if you have an item that has attack speed, and you want to change it to Critical Hit Chance, just load up the save in the Hex Editor (after its decrypted)and find the attack speed code which should be similar to the one I use in the Example... 1D 96 AF B9 EC just highlight the 96 AF B9 EC and change it to 74 1E 6C C0 hope that helps

    Another thing to do to learn how to mod is to make a new user on your system, and make a new Character,name it TEST, and get to the point just before meeting Leah for the first time. Then just save your game, and start modding. I did this, and Im not good with adding more than one affix, but I can change affixes, and change items into different items. I took a Thing of the Deep Modjo and made it into a Hallowed Defender Shield, and turned a Manajuma's Carving Knife into a Hallowed Salvation Carving Knife
     
  9. 13

    133mhz Newbie
    0/47

    Joined:
    Oct 17, 2013
    Messages:
    32
    Likes Received:
    3
    Trophy Points:
    0
    Console:
    Playstation 3
    @marcus yup maybe your over too many affixes or missed some offsets i know i did sometimes :p

    @airj yes you can change/dupe items with the same affixes that you made
     
  10. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    yea ive been messing around seein what I can and cant do is there any way to turn a legendary into a rare hank u guys for the help it is greatly appericated

    it let me add holy damage once but it wont let me stack it maybe u can only do so much with the venomhusk
     
  11. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    to add more holy damage, you have to stack the code (add it multiple times)
     
  12. 13

    133mhz Newbie
    0/47

    Joined:
    Oct 17, 2013
    Messages:
    32
    Likes Received:
    3
    Trophy Points:
    0
    Console:
    Playstation 3
    @airj lol marcus just said he just stacked holy affixes it means he added more

    yup i guess there's a certain limit of affixes in weapons and armors
     
  13. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    lol my bad :D I misread that post! that was pretty funny
     
  14. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    tomorrow when I get time ill post the save so yall can check it out maybe I missed something somewhere I hope its not against any rules I don't wanna get banned
     
  15. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    posting your save isn't against the rules, just add it as a link in the post, or upload it to mediafire or similar site, and copy and paste the link. thats all I do.
     
  16. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    sorry I figured it out thanks for the help guys I made a imperial venomhusk and if u guys want a copy add me on psn my id is yactown50187 and tell me u want a copy in the friend request


    by the way do ant of yall know the code for bleed damage
     
  17. nlow

    nlow Newbie
    0/47

    Joined:
    Sep 10, 2013
    Messages:
    60
    Likes Received:
    53
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Colorado(DroCity)
    Console:
    Xbox
    Ya here,
    85 A5 D5 E4 - large bleed chance
     
  18. ma

    marcus55 Member
    25/47

    Joined:
    Sep 10, 2013
    Messages:
    258
    Likes Received:
    24
    Trophy Points:
    25
    Console:
    Playstation 3
    thank you im about to make some bleed damage gems
     
  19. nlow

    nlow Newbie
    0/47

    Joined:
    Sep 10, 2013
    Messages:
    60
    Likes Received:
    53
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Colorado(DroCity)
    Console:
    Xbox
    Ya I would just make 32 stat gems,a easy way is take a white 32 stat ring,then mod all the stats you want,level reduction,xp,or what ever you desire then just change the ring in a gem,there on the code list I gave you,youll get the hang of it........Nlow
    lol,dont leave gems in the 3 sockets of ring, then you will end up with a 3 socket gems,they will crash the game,so take all gems out and sockets.....
     

Share This Page

Close