Get the rare quality from UNID'd item before ID'd menu

User Tag List

Page 9 of 14 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 203
  1. #121
    954RR's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tnx man, + rep for you!

    Get the rare quality from UNID'd item before ID'd
  2. #122
    piggottrichard's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    59
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant download that little gem of an program can you re-uplink it please sir

  3. #123
    hekatoncheiren's Avatar Corporal
    Reputation
    56
    Join Date
    Jul 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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!

  4. #124
    Kagaamine's Avatar Private
    Reputation
    11
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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)

  5. #125
    roflcopter666's Avatar Member
    Reputation
    21
    Join Date
    Dec 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  6. #126
    Kagaamine's Avatar Private
    Reputation
    11
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roflcopter666 View Post
    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.
    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.

  7. #127
    roflcopter666's Avatar Member
    Reputation
    21
    Join Date
    Dec 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kagaamine View Post
    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.
    It works, testing it is the first thing I did. When I was messing around with it, I saw the order was reversed as well. Looks fine, though.

    My item rolled a 30-35 stat, the link showed it at 33. All the other stats matched as well.

  8. #128
    HappyChen's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dear guys, unid exploits being exposed. LOL

    UnID Items exploits here - Forums - Diablo III

  9. #129
    ketrish's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    312
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HappyChen View Post
    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.

  10. #130
    HappyChen's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oic i just wanted to let you guys know ....

  11. #131
    QPwnz420's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  12. #132
    roflcopter666's Avatar Member
    Reputation
    21
    Join Date
    Dec 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by QPwnz420 View Post
    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.

  13. #133
    Mullich88's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has this been patched? It worked for a ring about 30 mins ago, now it just pasts the unid item again.

  14. #134
    roflcopter666's Avatar Member
    Reputation
    21
    Join Date
    Dec 2008
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mullich88 View Post
    Has this been patched? It worked for a ring about 30 mins ago, now it just pasts the unid item again.
    Still works for me. Be sure you're doing it from the auction house only. In-game does not work.

  15. #135
    Mullich88's Avatar Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roflcopter666 View Post
    Still works for me. Be sure you're doing it from the auction house only. In-game does not work.
    Yep I derped. I tried using the link from in-game the second time. Works fine still.

Page 9 of 14 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. [Selling] Last Chance for UNMERGED Account - Get the Rare Stuffs on Your Bnet/Other Characters
    By Dorelk81 in forum WoW-EU Account Buy Sell Trade
    Replies: 3
    Last Post: 11-15-2014, 11:58 PM
  2. [Selling] Last Chance for UNMERGED Account - Get the Rare Stuffs on Your Bnet/ Other Characters
    By Dorelk81 in forum WoW-US Account Buy Sell Trade
    Replies: 2
    Last Post: 11-14-2014, 11:06 AM
  3. [Guide] Patch 5.2 - How to get the new Mount from Raremobs
    By mrnice in forum World of Warcraft Guides
    Replies: 9
    Last Post: 05-17-2013, 04:24 PM
  4. Get the WHEE! buff from Darkmoon Carousel without spending ticket
    By royane1990 in forum World of Warcraft Exploits
    Replies: 4
    Last Post: 12-19-2012, 03:35 AM
  5. [How-To] HOW TO GET THE GOBLIN TRIKE IN 4.0.3a BEFORE CATA
    By xicoia in forum World of Warcraft Guides
    Replies: 13
    Last Post: 12-02-2010, 06:39 AM
All times are GMT -5. The time now is 06:09 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search