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.
|
Great News
Thats great Thank you!
|
/agree
/cheer /thank EOF |
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.
|
hang on, its not the db, but the code, somone messed something up :/
|
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] |
Ahhhh
Perfect thank you :)
|
All times are GMT -4. The time now is 04:15 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.