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-29-2003, 09:59 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default FYI

I updated the item db download and Trumpcard uploaded the code to public cvs that works with the latest version. You shouldnt have any problems with it.
__________________
Lethal Encounter
Reply With Quote
  #2  
Old 10-29-2003, 10:14 AM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Great News

Thats great Thank you!
__________________
A man is just a man.
Reply With Quote
  #3  
Old 10-29-2003, 11:35 AM
flyrken's Avatar
flyrken
Sarnak
 
Join Date: Oct 2003
Posts: 81
Default

/agree
/cheer
/thank

EOF
Reply With Quote
  #4  
Old 10-29-2003, 03:08 PM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Strange

This didnt seem to work too well for me. Most items are class:none race:none and with crazy stats. Im using the latest cvs and not sure if its something im doing or what.
__________________
A man is just a man.
Reply With Quote
  #5  
Old 10-30-2003, 02:18 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

hang on, its not the db, but the code, somone messed something up :/
__________________
Lethal Encounter
Reply With Quote
  #6  
Old 10-30-2003, 02:40 AM
Edgar1898
Senior Member
Former EQEmu Developer
Current EQ2Emu Lead Developer
 
Join Date: Dec 2002
Posts: 1,065
Default

OK its fixed, it was loading items a couple of fields off. As soon as TC gets a chance, cvs will be updated with the latest version.

If you dont want to wait then just open database.cpp and change the following:

[old]
else if (item.Type == ItemTypeCommon) { // Common
idx = 24;
[/old]

[new]
else if (item.Type == ItemTypeCommon) { // Common
idx = 26;
[/new]


and this also:
[old]
else if (item.Type == ItemTypeContainer) { // Containers
idx = 20;
[/old]

[new]
else if (item.Type == ItemTypeContainer) { // Containers
idx = 21;
[/new]
__________________
Lethal Encounter
Reply With Quote
  #7  
Old 10-30-2003, 09:31 AM
mrclose
Fire Beetle
 
Join Date: May 2003
Posts: 15
Default Ahhhh

Perfect thank you
__________________
A man is just a man.
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 02:08 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