eqitems
eqitems forum
 Main Page  •  FAQ  •  Search  •  Memberlist  •  Usergroups   •  Register  •  Profile  •  Log in to check your private messages  •  Log in
 ItemCollector now in svn View next topic
View previous topic
Post new topicReply to topic
Author Message
ksmith
Site Admin


Joined: 09 Oct 2003
Posts: 424

PostPosted: Fri Aug 10, 2007 9:48 pm Reply with quoteBack to top

You can grab the latest ItemCollect source with the following command:
Code:
svn co http://eqitems.13th-floor.org/svn/itemcollect/trunk ./itemcollect


You will need ant to build the ItemCollect.jar file.
View user's profileSend private messageSend e-mail
eviltrix



Joined: 13 Mar 2007
Posts: 109

PostPosted: Fri Aug 10, 2007 10:52 pm Reply with quoteBack to top

Fennin Ro - Item opcode - 0x2282
Inventory opcode - 0x1eb8

If someone sends you a tell with an item link that appears to be opcode 0x1781 (on Fennin)
View user's profileSend private message
eviltrix



Joined: 13 Mar 2007
Posts: 109

PostPosted: Fri Aug 10, 2007 11:28 pm Reply with quoteBack to top

Ok, 0x1781 is actually 'clicking a link' opcode, hacked it in to the source to test it and it works fine.

All I did was replicate the entries for the 'item' stuff (so new global variable, new -link command line option, etc.)
View user's profileSend private message
ksmith
Site Admin


Joined: 09 Oct 2003
Posts: 424

PostPosted: Sat Aug 11, 2007 12:07 am Reply with quoteBack to top

It might be worth trying to come up with a simple heuristic to check for packets containing item data.

Accounting for the container struct, you should be able to look for the string fields in the packet much like how zone names are detected.
View user's profileSend private messageSend e-mail
Floppie



Joined: 27 Jul 2007
Posts: 59

PostPosted: Sat Aug 11, 2007 1:59 am Reply with quoteBack to top

And now, the interesting part...getting it to compile on Linux ;)
View user's profileSend private messageVisit poster's websiteAIM Address
eviltrix



Joined: 13 Mar 2007
Posts: 109

PostPosted: Sat Aug 11, 2007 10:01 am Reply with quoteBack to top

Can we get the website updated to accept the new items, so at least some of us can start submitting updates. We can fine tune the collector afterwards?
View user's profileSend private message
ksmith
Site Admin


Joined: 09 Oct 2003
Posts: 424

PostPosted: Mon Aug 13, 2007 8:31 pm Reply with quoteBack to top

Procrate seems wrong.

See
View user's profileSend private messageSend e-mail
Floppie



Joined: 27 Jul 2007
Posts: 59

PostPosted: Mon Aug 13, 2007 8:40 pm Reply with quoteBack to top

You mean that mace ISN'T +0x7FFFFFFF% proc rate? ;)
View user's profileSend private messageVisit poster's websiteAIM Address
Zarisu



Joined: 04 Aug 2007
Posts: 50

PostPosted: Mon Aug 13, 2007 9:25 pm Reply with quoteBack to top

ksmith wrote:
Procrate seems wrong.


Oops, we marked it as unsigned int instead of signed int.
According to the history, this item used to have -20 procrate.

We've updated the table in unpackItemData() in EQItem.java on the trunk from:
Code:

       { 1, 4, 157 },      // short procrate;

to:
Code:

       { 4, 4, 157 },      // short procrate;


and the item is in the incoming queue with a procrate of -20.
View user's profileSend private message
ksmith
Site Admin


Joined: 09 Oct 2003
Posts: 424

PostPosted: Mon Aug 13, 2007 9:34 pm Reply with quoteBack to top

I've merged that change into the auto-detect branch.
View user's profileSend private messageSend e-mail
Nilwean



Joined: 06 Jan 2005
Posts: 130

PostPosted: Mon Aug 13, 2007 10:57 pm Reply with quoteBack to top

Looks like Lorefile is missing, see:
http://eqitems.13th-floor.org/itemhistory.php?id=53740
http://eqitems.13th-floor.org/itemhistory.php?id=58736

The items still have a Lore tab in game.
View user's profileSend private message
Zarisu



Joined: 04 Aug 2007
Posts: 50

PostPosted: Wed Aug 15, 2007 5:56 am Reply with quoteBack to top

Lorefile seems to be gone from the item data. The contents for it seem to be coming in under a separate opcode.

Will look into this further.

-Z
View user's profileSend private message
Display posts from previous:      
Post new topicReply to topic


 Jump to:   



View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: FI Theme :: All times are GMT