ViperX420's Diablo 3 Adding Extra Stats On Items 101

ViperX420 Oct 19, 2013

  1. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
  2. datteel

    datteel Newbie
    0/47

    Joined:
    Oct 5, 2013
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Mississippi
    Console:
    Playstation 3
    Good information here. You have alot of great videos/threads so people can start modding their own saves. Appreciate it!
     
  3. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    Thank's I try my best to make things not only as easy as possible, but as well as try to make things easy to understand little by little as i teach people more i learn more ways to make the process faster to the point i have a folder that is the equivalent of a tool because of the speed i can go through this stuff now.


    ---UPDATE---

    19/10/2013: Video updated with new link to video with full commentary.
     
  4. datteel

    datteel Newbie
    0/47

    Joined:
    Oct 5, 2013
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Mississippi
    Console:
    Playstation 3
    Is it possible to remove a certain effect from an item if you're able to determine which HEX code it's associated with?
     
  5. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    yes it is possible as long as the stat isnt hard coded there is 2 ways to remove a stat value.

    1) replace it with another stat value.
    2) sacrifice last stat in favor of more durability
     
  6. datteel

    datteel Newbie
    0/47

    Joined:
    Oct 5, 2013
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Mississippi
    Console:
    Playstation 3
    Alright great. I'll play around with that when I get off work in the morning. I've been checking out all your videos and gear and they've carried me a long way in modding. Plus it's a great time killer. Keep it up.
     
  7. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    thanks for the input. It's message's like this one here that keep's me making more thread's for you guy's because I see the joy of the gift I'm giving you guy's flourish which is the gift of knowledge ;)

    EDIT:
    Remember what G.I.Joe Said "and knowning is half the battle" :p I'm such an 80's nerd ;)
     
  8. datteel

    datteel Newbie
    0/47

    Joined:
    Oct 5, 2013
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Mississippi
    Console:
    Playstation 3
    Off topic: The 80's and 90's are when cartoons were the best anyways.

    Guess I need to include something relevant to modding in this post though.

    Some of those hex values, for instance Life After Kill, CHD, CHC, ect. don't have specific number values. Is that value randomly determined once the code has been injected or is it going to be a set value everytime I use that hex sequence?
     
  9. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    the best way to explain this is with 3 example's using the same code.

    Example1: Rare Item with Code
    1D 96 AF B9 EC = 10% attack speed

    Example2: Legendary Item with Code
    1D 96 AF B9 EC = 8% attack speed

    Example3: Legendary Set Item with Code
    1D 96 AF B9 EC = 7% attack speed

    as you can see above i used the same code on 3 different item's and it produced different result's each time but now that i have the number's for each type i know when i enter that code for rare items i get 10%, legendary items i get 8%, and Set Items i get 7%.

    The number's above are not perfect in any way these are example's.

    Now best item's i find to extract item's from are set item's this way you get the highest value's possible that way if you find a 10% attack speed on a set item then when you bring that code to legendary it would increase and it would increase another time if you bring it down to rare.

    Did you understand? or are you more confused? if this helped you let me know and if not post again and I'll try to re-explain. :)
     
  10. datteel

    datteel Newbie
    0/47

    Joined:
    Oct 5, 2013
    Messages:
    20
    Likes Received:
    0
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Mississippi
    Console:
    Playstation 3
    Yeah, that answers it I believe. The numerical value varies depending on what item you input the string on. It seems to be universal.
     
  11. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    Hey Viper I have a Zunimassa Vision Helm, and I want to add 6% Critical Hit Chance, while keeping it a legit looking item, I dont want it to have 30 slots, just one extra slot for the crit chance. Is that possible, or do I have to give it 30 slots?
     
  12. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    Of course its possible I show how to add a single stat to an item both in the thread and the video above. This method is to start from a legit item and add a single stat at a time til you have 30-32 if you desired. In your case you only want 1 extra stat so only do the process once and your good bro. :)
     
  13. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    ok I will give it a shot, Thanks Viper!
     
  14. Ni

    NikopolAU Newbie
    0/47

    Joined:
    Oct 14, 2013
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Console:
    Playstation 3
    Apparently, this algorithm does not apply to rare items :(

    Is there a way to add extra properties to Rares ?
     
  15. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    the same method work on all items rare, legendary, or set items i've tested it with all 3 rare's just have an extra set of code's after the stat's you have to skip to find the durability to so example 1D XX XX XX 22 0B 08 ... 18 XX 20 XX 30 09 38 ... so you start the method here where i highlighted you either typed something wrong or forgot to do something.
     
  16. co

    codexjeff501 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    8
    Likes Received:
    1
    Trophy Points:
    0
    Console:
    Playstation 3
    Viper can you possible make a video of how to switch or transfer a normal characters to hardcore mode THx man love all your vid
     
  17. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    I am having some trouble adding Zombie dog cooldown to my Visage of Giyua... when I open HxD I cant find the ID for Visage of Giyua, I found the 30 09 38 code, but I cant find the code for Giyua. Did I do something wrong, or am i just missing it?
     
  18. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    Yes it is possible, but i have not 100% figured it out yet but i will make one as soon as i have it done solid.


    you might have more then 1 item on the character so what may be happening is your searching 30 09 38 and your seeing something like this 15 ?? ?? ?? ?? 30 09 38 if thats the case then you forgot to drop a gem, potion or crafting material and when you search for 30 09 38 its popping up the end of one of those item's instead which is why you are probably confused. If this is not the case is you Giyua legit? or modded? I need to know all these thing's before i can determine what is going on.
     
  19. Ai

    AirJordan73 Newbie
    0/47

    Joined:
    Oct 7, 2013
    Messages:
    144
    Likes Received:
    22
    Trophy Points:
    0
    Console:
    Playstation 3
    I only have 1 item on the character, I made another character on another account, and he has nothing but the item. It is a legit weapon. It is a legit weapon, I got it in a trade from a friend, I saw it drop for him... If I post the save with the character and the item, do you think you could take a look at it when you have time?
     
  20. ViperX420

    ViperX420 PS3 Dev XPG Developer
    0/47

    Joined:
    Sep 20, 2013
    Messages:
    544
    Likes Received:
    242
    Trophy Points:
    0
    Gender:
    Male
    Location:
    Toronto
    Console:
    Playstation 3
    yes upload the save and i'll extract the code you need and then tell me what you want and ill write you the code you need
     

Share This Page

Close