Issue information

Issue ID
#6213
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jul 12, 2012 4:15
Last Post
Hercules Elf Bot
Jul 12, 2012 14:45
Confirmation
Yes (4)
No (0)

Hercules Elf Bot - Jul 12, 2012 4:15

Originally posted by [b]QQfoolsorellina[/b]
svn revision : 16393
My map server console show the warning
[quote]
[Warning]: item_combo_db: There are 1 unused entries in the file (combo(s) with
non-available item IDs)
[/quote]

It was caused by commenting item id 5470 in item_db.txt



I would be better to improve the warning msg giving a item id hint

[quote]
[Warning]: item_combo_db: There are 1 unused entries([color=#ff0000]5470[/color]) in the file (combo(s) with
non-available item IDs)
[/quote]

Hercules Elf Bot - Jul 12, 2012 6:39

Originally posted by [b]JoWei[/b]
Confirmed, I had this same warning earlier and had to go through whole combo file one line at a time to find the cause.
It would be better if either the item id like QQfoolsorellina said or the line causing the warning was returned so we could find the cause easily.

Hercules Elf Bot - Jul 12, 2012 7:27

Originally posted by [b]Kenpachi[/b]
Issue partly fixed in [rev=16406].

Moving this to core section because of the irritating error message.

//EDIT:
I think the loading of the combo DB must be edited, because it doesn't notice bracket mismatches: [url="http://rathena.org/board/tracker/issue-6217-trunkdbpreitem-combo-dbtxt-little-bug-on-77-line/"]http://rathena.org/board/tracker/issue-6217-trunkdbpreitem-combo-dbtxt-little-bug-on-77-line/[/url]

This post has been edited by Kenpachi on Jul 12, 2012 12:35

Hercules Elf Bot - Jul 12, 2012 14:38

Originally posted by [b]Ind[/b]
[quote name='Kenpachi' timestamp='1342078077' post='11849']
Issue partly fixed in [rev=16406].Moving this to core section because of the irritating error message.//EDIT:I think the loading of the combo DB must be edited, because it doesn't notice bracket mismatches: [url="http://rathena.org/board/tracker/issue-6217-trunkdbpreitem-combo-dbtxt-little-bug-on-77-line/"]http://rathena.org/board/tracker/issue-6217-trunkdbpreitem-combo-dbtxt-little-bug-on-77-line/[/url]
[/quote]
thanks for letting me know, fixed that in [rev=16409]

Hercules Elf Bot - Jul 12, 2012 14:45

Originally posted by [b]Ind[/b]
Improved the error handling in [rev=16410]