Re: Diablo 3 Decrypt/Encrypt Tool v1.0
hrx ifle... do you have the ids for those character stats ?! ^_^
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
Quote:
Originally Posted by
Idlehands88
All the % stats cap out. I believe the EXP % capped out at 50% or 75%.
It can't be that low. You can have equipped:
- leoric signet - max is 30%
- hellfire ring - 35%
- infernal helmet - 25%
- cain's set - 30%
- ruby in helmet - 31%
so in sum we have 151% + you can have follower bonus (equip him with helfire and leoric rings), and bonus for monster power. That's what I remember from time when i played my pc ver.
Quote:
Originally Posted by
cybersam
hrx ifle... do you have the ids for those character stats ?! ^_^
Sorry but I don't understand that, English is not my first language. You mean that I need to have IDs to find character stats?? I thought that I could find it by searching for my current exp value in hex...
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
Quote:
Originally Posted by
cybersam
hrx ifle... do you have the ids for those character stats ?! ^_^
DF3D1080xxxxxx08120908
F33D1080xxxxxx08120908
F73D1080xxxxxx08120908
FB3D1080xxxxxx08120508
You can make the "xxxxxx" whatever you want your stats to be "FFFFFF" works nicely.
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
Quote:
Originally Posted by
Jahckle
DF3D1080xxxxxx08120908
F33D1080xxxxxx08120908
F73D1080xxxxxx08120908
FB3D1080xxxxxx08120508
You can make the "xxxxxx" whatever you want your stats to be "FFFFFF" works nicely.
thanks but i already have those IDs ^_^'''
and by id i mean these values here
"DF3D"
"F33D"
"F73D"
"FB3D"
though i need the rest of the character stats... there a lot more saved there... ^_^
what i wanted to try out is the magic find and the exp boost... to see if my calculation works on them too... ^_^
Quote:
Originally Posted by
kotlin
It can't be that low. You can have equipped:
- leoric signet - max is 30%
- hellfire ring - 35%
- infernal helmet - 25%
- cain's set - 30%
- ruby in helmet - 31%
so in sum we have 151% + you can have follower bonus (equip him with helfire and leoric rings), and bonus for monster power. That's what I remember from time when i played my pc ver.
Sorry but I don't understand that, English is not my first language. You mean that I need to have IDs to find character stats?? I thought that I could find it by searching for my current exp value in hex...
na you need to search for the search string provided... as the values aren't saved in plain hex... there is a calculation behind it...
and the IDs... well i need them for the editor so i can differentiate between the stats and other stuff ^_^
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
thanks alot!
one question though.. if i want to edit my demonic essences with this.. how to do it? lets say i have 55 DE on my char atm.. so i use the D3ValueConverter to convert the 55 into d3value and search in my hero files for this value? thats what i tired at least but with no success.. am i missing something here? ^^
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
Quote:
Originally Posted by
telefonmann
thanks alot!
one question though.. if i want to edit my demonic essences with this.. how to do it? lets say i have 55 DE on my char atm.. so i use the D3ValueConverter to convert the 55 into d3value and search in my hero files for this value? thats what i tired at least but with no success.. am i missing something here? ^^
To use the Data Converter you just type in how many in game you have (as a decimal value, not as a hex value). It will then convert the value into what the save reads the value as and you will search for that value.
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
Quote:
Originally Posted by
Idlehands88
To use the Data Converter you just type in how many in game you have (as a decimal value, not as a hex value). It will then convert the value into what the save reads the value as and you will search for that value.
well thats what i did. ive put 55 as normal value in d3converter, convert it into d3 value = 37
then i search for 37 in my hero file and changed it and saved it. but it was still the same amount when i checked it ingame
Re: Diablo 3 Decrypt/Encrypt Tool v1.0
Quote:
Originally Posted by
telefonmann
well thats what i did. ive put 55 as normal value in d3converter, convert it into d3 value = 37
then i search for 37 in my hero file and changed it and saved it. but it was still the same amount when i checked it ingame
Well 55 is simple 0x37 nothing to specially convert here, single Values below 128/0x80 are simply converted into Hexvalues/Decimalvalues by the D3Valueconverter,
its also possible to enter the D3Value in the Field below and they are then converted into normal Value by the D3ValueConverter if this was not figured
out already...