d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > How Do I Check A Ladder Slasher Item History? > Like What Its Been Bought/sold For?
Add Reply New Topic
Trade Moderator
Posts: 56,633
Joined: Feb 12 2009
Gold: 4,936.12
Trader: Trusted
Jun 28 2013 01:44pm
i am wondering how to check this
i am trying to see what i bought a few items for but cant find them in my purchases

lmk :)
Member
Posts: 13,356
Joined: Jul 9 2011
Gold: 1,700.43
Jun 28 2013 01:52pm
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=0

Then, go to the character you have the item on: http://forums.d2jsp.org/user.php?c=3&i=568563

Click 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=0


This post was edited by RaveTheGo on Jun 28 2013 01:55pm
Trade Moderator
Posts: 56,633
Joined: Feb 12 2009
Gold: 4,936.12
Trader: Trusted
Jun 28 2013 01:54pm
Quote (RaveTheGo @ Jun 28 2013 01:52pm)
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=3689555&c=0

Then, go to the character you have the item on: http://forums.d2jsp.org/user.php?c=3&i=568563

Click 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:


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.



thx bro ;)
Go Back To General Help Topic List
Add Reply New Topic