Issue information

Issue ID
#8143
Status
New
Severity
None
Started
Samuel
Apr 11, 2014 1:15
Last Post
Samuel
Apr 11, 2014 1:15
Confirmation
N/A

Samuel - Apr 11, 2014 1:15

Well, I don't know if it belongs here.. :)

Anyway, my concern is with the use of the db2sql plugin converting the item_db2.conf

When we have items that just use the inherit thing, it's non-existant item for the conversion.

For example, item Koneko Hat

[b]this is the item_db.conf entry:[/b]
[spoiler]{
Id: 5372
AegisName: "Drooping_White_Kitty"
Name: "Koneko Hat"
Type: 5
Buy: 20
Weight: 500
Def: 1
Loc: 256
View: 378
Script: <"
bonus bInt,1;
bonus bDelayrate,-3;
bonus bMatkRate,3;
bonus bMaxSPrate,3;
bonus bMdef,3;
">
},[/spoiler]

[b]here's the item_db2.conf entry:[/b]

[spoiler]{
Id: 5372
AegisName: "Drooping_White_Kitty"
Inherit: true
Script: <"
bonus bInt,1;
bonus bMatkRate,3;
if (getrefine() >= 7) { bonus bMaxSPrate,3; bonus bMdef,3; }
">
},[/spoiler]

So I just change the script thing.. but then when used the conversion plugin, after reading the item_db2.conf id 5372 non-existant item defaulting in normal values..