d2jsp
Log InRegister
d2jsp Forums > Diablo > Diablo 3 > D3 Discussion > Check Items Without Id'ing Them..
Prev1596061626392Next
Closed New Topic New Poll
Member
Posts: 173
Joined: Jun 24 2012
Gold: 25.00
Jul 16 2012 01:01pm
Quote (roflcopter666 @ Jul 16 2012 12:00pm)
Yeah, I had the same issue...



Copy and paste a symbol someone else has posted.



Whats the symbol?
Member
Posts: 104
Joined: Jul 16 2012
Gold: 0.00
Jul 16 2012 01:03pm
Quote (demonhunter23 @ Jul 16 2012 03:01pm)
Whats the symbol?


I personally use ㅇ[Item Link]

Other people seem to like éé ÉÉ áá ÁÁ, etc.

Edit: I think it also kind of depends where you live/language settings. Take a character outside of where you live and it should probably work fine.

This post was edited by roflcopter666 on Jul 16 2012 01:03pm
Member
Posts: 12,355
Joined: Aug 19 2008
Gold: 742.00
Jul 16 2012 01:04pm
Quote (roflcopter666 @ Jul 16 2012 06:56pm)
Someone by the name of Kagaamine has figured out how to link the exact stats.

Just run this code at a site like http://codepad.org/ :

(Replace the item link with your own, of course, and retain the format of |HItem)

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 can now link the output |HItem:<stuff here> in-game and it will form the actual item, item name, and the stats on the item.

(You should link this to yourself in the AH.)



wut this no work :(
Banned
Posts: 2,525
Joined: Jan 2 2012
Gold: 0.01
Warn: 10%
Jul 16 2012 01:06pm
Quote (ikusus @ 16 Jul 2012 17:58)
fuck it, no one will pay me anyway for finding this so might as well post now

http://jsfiddle.net/SbhyY/embedded/result/

inb4 inappropriate post content


...

paste item code here, get profit

This post was edited by ikusus on Jul 16 2012 01:09pm
Member
Posts: 173
Joined: Jun 24 2012
Gold: 25.00
Jul 16 2012 01:06pm
Just can't get this to work..

SO...

1)Go to sell tab in AH
2)Hit enter to open a chat box
3)éé ÉÉ áá
4)Link unidentified item
5)Click to set cursor in the middle like so: »(HERE)[Archon Spaulders]
6)Tap DELETE key twice.
7)CTRL+A to select ALL
8)CTRL+C to copy ALL
9)CTRL+V to paste ANYWHERE.
Member
Posts: 18,068
Joined: May 21 2006
Gold: 478,808.99
Jul 16 2012 01:07pm
Quote (demonhunter23 @ Jul 16 2012 12:06pm)
Just can't get this to work..

SO...

1)Go to sell tab in AH
2)Hit enter to open a chat box
3)éé ÉÉ áá
4)Link unidentified item
5)Click to set cursor in the middle like so: »(HERE)[Archon Spaulders]
6)Tap DELETE key twice.
7)CTRL+A to select ALL
8)CTRL+C to copy ALL
9)CTRL+V to paste ANYWHERE.


You need to hit DELETED 3 times.



Member
Posts: 51
Joined: May 29 2012
Gold: 0.00
Jul 16 2012 01:08pm
Quote (eggson @ Jul 16 2012 07:04pm)
wut this no work :(

Use Python as language. And holy shit, I just woke up and this thread exploded even further. This thing with the AH is silly, I can't believe it... gg Blizzard
Member
Posts: 104
Joined: Jul 16 2012
Gold: 0.00
Jul 16 2012 01:08pm
Quote (eggson @ Jul 16 2012 03:04pm)
wut this no work :(


The script runs fine, I just used it to ID a pair of Archon Greaves. What isn't working for you?

Did you keep the format of "|HItem<crap here>" (quotes, |, etc all in tact?)
Member
Posts: 173
Joined: Jun 24 2012
Gold: 25.00
Jul 16 2012 01:09pm
Quote (FlamingEcho @ Jul 16 2012 12:07pm)
You need to hit DELETED 3 times.


man i probalu have hit it like 20 times.
Member
Posts: 173
Joined: Jun 24 2012
Gold: 25.00
Jul 16 2012 01:10pm
Maybe someone can link a picture or even a video of how this should work for the idiots that can't get this to work
Go Back To D3 Discussion Topic List
Prev1596061626392Next
Closed New Topic New Poll