Issue information

Issue ID
#7600
Status
Fixed
Severity
None
Started
bgamez23
Jul 30, 2013 0:47
Last Post
bgamez23
Aug 3, 2013 5:16
Confirmation
N/A

bgamez23 - Jul 30, 2013 0:47

i got this error on the latest revision. using pre-re
[code=auto:0] [Error]: itemdb_read: duplicate AegisName 'Girl_Bunch_Of_Flower' in item ID 1170 1 and 7856 [Error]: itemdb_read: duplicate AegisName 'Universal_Catalog_Gold_Box10' in item ID 16679 and 16677 [Error]: itemdb_read: duplicate AegisName 'Universal_Catalog_Gold_Box50' in item ID 16680 and 16678 [Error]: itemdb_read: duplicate AegisName 'Universal_Catalog_Gold_Box10' in item ID 16776 and 16679 [Error]: itemdb_read: duplicate AegisName 'Universal_Catalog_Gold_Box50' in item ID 16777 and 16680 [Error]: mob_parse_dbrow: for class '1792', field value '128' is higher than the maximum '127'! capping... [/code]

This post has been edited by bgamez23 on Jul 30, 2013 0:48

Nameless2you - Jul 30, 2013 3:04

It appears it doesn't read the name correctly and disregards the _ on 7856's Girl_Bunch_Of_Flower_, unless you removed it in your version.
It should be as followed:[code=auto:0]7856,Girl_Bunch_Of_Flower_,Girl's Bouquet,3,20,,50,,,,,,,,,,,,,{},{},{} [...] 11701,Girl_Bunch_Of_Flower,Girl's Bouquet,0,20,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(105,145),0; },{},{}[/code]


16677 - 16680 is commented in our version, so not a bug on our side, it does even mention that [quote]
16677 - 16680 incomplete types, not in database[/quote]

This post has been edited by Nameless2you on Jul 30, 2013 3:04

Haru - Jul 30, 2013 7:30

It looks like 16677 isn't commented out in pre-re, and 7856 does indeed lack a _ there. Marking as confirmed.

bgamez23 - Jul 30, 2013 7:52

[quote name="Nameless2you" timestamp="1375153470"]
It appears it doesn't read the name correctly and disregards the _ on 7856's Girl_Bunch_Of_Flower_, unless you removed it in your version.
It should be as followed:[code=auto:0] 7856,Girl_Bunch_Of_Flower_,Girl's Bouquet,3,20,,50,,,,,,,,,,,,,{},{},{} [...] 11701,Girl_Bunch_Of_Flower,Girl's Bouquet,0,20,,50,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(105,145),0; },{},{}[/code]

16677 - 16680 is commented in our version, so not a bug on our side, it does even mention that[quote]

16677 - 16680 incomplete types, not in database[/quote][/quote]
if its not a bug it will not appear there lol.

Nameless2you - Jul 31, 2013 0:29

My fault, didn't see the pre-re.

bgamez23 - Aug 2, 2013 5:49

bump

Haru - Aug 2, 2013 23:53

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/b543724967c794fe9c2370a61b00c1cdc9cddd6b"]https://github.com/HerculesWS/Hercules/commit/b543724967c794fe9c2370a61b00c1cdc9cddd6b[/url]
I updated all the AegisNames to match the ones from the latest renewal database update (and commented out the conflicting ones that aren't available there either)

bgamez23 - Aug 3, 2013 5:16

thanks