Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

Issue Confirmations

  • Yes (1)No (1)
Photo

Item_db mismatch

Posted by Hercules Bot on 05 May 2012 - 12:44 PM

Originally posted by KeiKun
item_db.sql and item_db.txt isn't matching

this causes some problems like this

Running db using SQL

[codebox][Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13269. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13270. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13271. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13272. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13273. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13274. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13275. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13276. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13277. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13278. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13279. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13280. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13281. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13282. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13283. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13284. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13285. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13286. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13287. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13288. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13289. IT_ETC will be used.
[Warning]: itemdb_parse_dbrow: Invalid item type 17 for item 13290. IT_ETC will be used.
[/codebox]

to check

item_db.txt
[CODE]13260,Apple_Bomb,Apple Bomb,10,100,,1,0,,,,0x00040000,8,2,32768,,99,,9,{},{},{}[/CODE]

item_db.sql
[CODE]REPLACE INTO `item_db` VALUES (13260,'Apple_Bomb','Apple Bomb',17,10,NULL,1,100,NULL,NULL,NULL,0xFFFFFFFF,7,2,32768,NULL,1,NULL,9,NULL,NULL,NULL);[/CODE]

Originally posted by Kenpachi
Fixed in [rev=16148].