Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Packetcollector

Archive::Packetcollector Archive area for Packetcollector's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-17-2003, 02:55 PM
tbigg
Sarnak
 
Join Date: Oct 2003
Posts: 45
Default New and updated items appearing in DB: is this a good sign?

I noticed that there are some new and updated items appearing on the site. Is this a good sign that progress is being made with the packet collector fixes, or is this old data that someone finally got around to uploading?

Just curious.
Reply With Quote
  #2  
Old 10-17-2003, 03:24 PM
devn00b's Avatar
devn00b
Demi-God
 
Join Date: Jan 2002
Posts: 15,658
Default

Every time somone runs the packetcollector it gathers items it gets from links (if you click) traders in the bazaar ect. it gets updated (weekly?) to the sourceforge page and released to you.
__________________
(Former)Senior EQEMu Developer
GuildWars Co-Founder / World Builder.
World Builder and Co-Founder Zek [PVP/Guild Wars/City Takeovers]
Member of the "I hate devn00b" Club
Most Senior EQEMu Member.

Current Work: EverQuest 2 Emulator. Zeklabs Server
Reply With Quote
  #3  
Old 10-17-2003, 09:33 PM
kathgar
Discordant
 
Join Date: May 2002
Posts: 434
Default

I think he was referring to the public release of the PC. Those submission are us testing it out and making sure it works before we release.
__________________
++[>++++++<-]>[<++++++>-]<.>++++[>+++++<-]>[<
+++++>-]<+.+++++++..+++.>>+++++[<++++++>-]<+
+.<<+++++++++++++++.>.+++.------.--------.>+.
Reply With Quote
  #4  
Old 10-20-2003, 08:45 PM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Have you noticed that extra damage fields are missing from the table format? e.g. items with separate Fire DMG are out, though Bane DMG is there. Also, are we missing stackable bit or it's hidden somewhere in other fields?
Reply With Quote
  #5  
Old 10-21-2003, 01:11 AM
ksmith
Fire Beetle
 
Join Date: Sep 2003
Posts: 22
Default

Quote:
Originally Posted by ric0h
Have you noticed that extra damage fields are missing from the table format? e.g. items with separate Fire DMG are out, though Bane DMG is there. Also, are we missing stackable bit or it's hidden somewhere in other fields?
Elemental damage is in there. That's what elemdmgamt and elemdmgtype are.

Also: stackable = (spellid == -1 && charges == 1)
Reply With Quote
  #6  
Old 10-21-2003, 01:30 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Quote:
Have you noticed that extra damage fields are missing from the table format? e.g. items with separate Fire DMG are out, though Bane DMG is there.
Not all of the items in our db are complete. Items with an updated timestamp of sept 12, 2003 are the ones that are missing some data.
Reply With Quote
  #7  
Old 10-21-2003, 02:58 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Thanks for the info, it really sorts the things out.

By the way, the latest item dump contains new fields artifactflag and summonedflag that obviously should be used for ARTIFACTs and SUMMONED items, but aren't. The lore field still has * for the lore items and # for artifacts. Am I right? Is the current PC inserting proper artifactflag and summonedflag?
Reply With Quote
  #8  
Old 10-21-2003, 03:14 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Quote:
Originally Posted by ksmith
Elemental damage is in there. That's what elemdmgamt and elemdmgtype are.
By the way, you need to exchange this two fields, elemdmgamt holds element type and elemdmgtype holds the amount as of latest item dump (Oct 17).
Reply With Quote
  #9  
Old 10-21-2003, 04:50 AM
ksmith
Fire Beetle
 
Join Date: Sep 2003
Posts: 22
Default

Quote:
Originally Posted by ric0h
By the way, the latest item dump contains new fields artifactflag and summonedflag that obviously should be used for ARTIFACTs and SUMMONED items, but aren't. The lore field still has * for the lore items and # for artifacts. Am I right? Is the current PC inserting proper artifactflag and summonedflag?
Look at http://www.everquestserver.com/item....E5Ljc1MTE2ODk= the updated date is 2003-09-12 , this is from before the data structure change that added those four new flags. Now look at http://www.everquestserver.com/item....QyLjMyNDA5NjAy that is from after the data structure change.

The new flags are only going to be set in items that were collected after the change.
Reply With Quote
  #10  
Old 10-21-2003, 04:54 AM
ksmith
Fire Beetle
 
Join Date: Sep 2003
Posts: 22
Default

Quote:
Originally Posted by ric0h
By the way, you need to exchange this two fields, elemdmgamt holds element type and elemdmgtype holds the amount as of latest item dump (Oct 17).
Sure looks like it . See http://www.everquestserver.com/item....AuOTIwMTU1NTc= for an example. The real item is

Sparkling Shortsword
MAGIC ITEM LORE ITEM NO DROP
Slot: PRIMARY SECONDARY
Skill: 1H Slashing Atk Delay: 18
DMG: 14 AC: 15
Magic DMG: 4
DEX: +12 CHA: +12 WIS: +12 INT: +12 AGI: +12 HP: +75 MANA: +75
SV COLD: +15
Recommended level of 62.
WT: 2.0 Size: MEDIUM
Class: WAR RNG BRD ROG
Race: ALL
Slot 1, type 4: empty
Reply With Quote
  #11  
Old 10-21-2003, 05:20 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Well then what about creating a magicflag, nodropflag, norentflag and expendableflag (augmentation is detected by itemtype==54) instead of old nodrop=255?

I think the table format needs to be made clearer.
Reply With Quote
  #12  
Old 10-21-2003, 05:32 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

I agree, I'll work on adding a quick display of the item so you can quickly see the stats like the client displays them.
__________________
Lethal Encounter
Reply With Quote
  #13  
Old 10-21-2003, 05:36 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Quote:
Originally Posted by Edgar1898
I agree, I'll work on adding a quick display of the item so you can quickly see the stats like the client displays them.
got that ready

have a look at http://195.250.64.152/~vahan/myeq/showitem.php?id=40346
Reply With Quote
  #14  
Old 10-21-2003, 05:44 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

Page doesnt load
__________________
Lethal Encounter
Reply With Quote
  #15  
Old 10-21-2003, 05:48 AM
ric0h
Sarnak
 
Join Date: Oct 2003
Posts: 32
Default

Quote:
Originally Posted by Edgar1898
Page doesnt load
try again it's over a very slow link in eastern europe
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:02 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3