EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Packetcollector (https://www.eqemulator.org/forums/forumdisplay.php?f=620)
-   -   FYI (https://www.eqemulator.org/forums/showthread.php?t=9948)

Edgar1898 10-29-2003 09:59 AM

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.

mrclose 10-29-2003 10:14 AM

Great News
 
Thats great Thank you!

flyrken 10-29-2003 11:35 AM

/agree
/cheer
/thank

EOF

mrclose 10-29-2003 03:08 PM

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.

Edgar1898 10-30-2003 02:18 AM

hang on, its not the db, but the code, somone messed something up :/

Edgar1898 10-30-2003 02:40 AM

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]

mrclose 10-30-2003 09:31 AM

Ahhhh
 
Perfect thank you :)


All times are GMT -4. The time now is 09:57 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.