tnx man, + rep for you!![]()
tnx man, + rep for you!![]()
i cant download that little gem of an program can you re-uplink it please sir
I decided to make a new thread for the tool: http://www.ownedcore.com/forums/diab...ml#post2393211 ([Tool] Predict stats on your own unidentified items)
Please ask questions regarding the program there and not here!
An unID'd link is the same as an ID'd link but with a reversed affix, and 0x1 set in its flag. The following Python code should convert an UNID link to an ID link (replace unid with your unid link string, it'll output a new link string. If you paste this into D3 it'll be a link for the Identified item)
Have fun before it gets fixed (requires Python)
Code:from ctypes import c_uint32, c_int32 unid = "|HItem:2,-231801345:549336294:-257301016,-970660882,-51094511,597015772:-1:0:130731:4:34:8:510:510:0:0:6:0:-1576667774:|h[Decapitator]|h" def hashString(s): h = 0 for c in s: h = c_uint32((h * 0x21) + ord(c)).value return h def IDLink(s): parts = s.split(":") # unid link has affixes in reverse order affixes = parts[3].split(',') affixes.reverse() parts[3] = ','.join(affixes) # 0x1 on this flag apparently means ID parts[9] = str(int(parts[9]) | 0x1) hash_input = ':'.join(parts[1:-2]) + ':' link_hash = c_int32(hashString(hash_input)).value parts[-2] = str(link_hash) id = ':'.join(parts) return id print IDLink(unid)
You should be able to run Kagaamine's code on a site like codepad if you don't have anything available for running Python or just have no idea what's going on and like pressing a button.
Be sure you select Python, of course.
Edit: +rep for the code. Thanks, makes life a lot easier.![]()
Last edited by roflcopter666; 07-16-2012 at 01:38 PM.
Thanks, also I just realized I didn't actually test the code out myself (as in comparing the generated link to the actual item). You may want to do this as I just assumed all the information from the first post is correct (which it seems to be, but I can't actually think of a reason why the affix list would be reversed). The order of the affixes would affect the stat rolls.
dear guys, unid exploits being exposed. LOL
UnID Items exploits here - Forums - Diablo III
and ? it came out from eu forum so what,
if you can be banned for having knowledge how to :
1. read
2. write
3. copy pasate some numbers (which was - the system - ****ed by them)
then i would try to sue them since in EU there was an opinion from UE tribunal (or some of their court, for me it's all the same :P) which concluded 1 small but important thing, you can resell bought digital copies so in most lawyers what i've read also concludes accounts like d3 / wow etc :P and the best in this party was that blizz has to subordinate this decission ^^
found the link- http://curia.europa.eu/jcms/upload/d...cp120094en.pdf
Last edited by ketrish; 07-16-2012 at 03:06 PM.
oic i just wanted to let you guys know ....![]()
i understand how to use your code on codepad and get an output code that is an item string of numbers, but i do not understand how to make said output of numbers into something actually visible in D3?? when i paste it in chat window it is number string and when i hit enter it is still number string, O.o
Be sure it starts with |HItem and ends with |h, some of those characters might get lost doing some of these methods.
This is an example of a working item:
|HItem:2,1612259886:585905196:-529329623,-362610042,1865139427,-1409407344:-1:1:213640:10:1:9:570:570:0:0:6:0:244414874:|h[Sovereign Mail]|h
Be sure you paste it into your own private chat with no recipient by simply hitting enter on the lobby/AH, and not a whisper, party, general chat, etc.
Has this been patched? It worked for a ring about 30 mins ago, now it just pasts the unid item again.