Ok so, first go to your gold logs and find any link for a purchased or sold item, like this:
http://ladderslasher.d2jsp.org/itemHistory.php?i=1210930690&c=0Then, go to the character you have the item on:
http://forums.d2jsp.org/user.php?c=3&i=568563Click the character to go the page with the item list, then right click one of the items and click inspect element.
Browse through the lists and find something like this:
Quote
<div class="mpl fL" style="height: 125px;"><img src="http://ladderslasher.d2jsp.org/icons/paddedrobe.gif"> <b>Mystical spiderthread padded robe</b><br>
Level Req: 55<br>
Physical Defense: 0 to 37<br>Magical Defense: 32 to 80<br>
<br>
+43 Dexterity<br>+2% Parry<br>-2% Mana Consumption<br></div>
<!-- 1209400183 -->
The number in green, with the <!-- --> surrounding it is the correct ID>
So, replace the number at the end of the id from the gold log before the &c=0 and replace it with the number you find there.
Using the example above, the final link is:
http://ladderslasher.d2jsp.org/itemHistory.php?i=1209400183&c=0This post was edited by RaveTheGo on Jun 28 2013 01:55pm