Jump to content
  • 0
adani_jmc

item_db2.conf not detected

Question

i try to add custom item with the new item_db system on hercules.

i add the item one by one manually

and when i try to test it, it show error on the console like this

 

error-10.png

 

did someone knows why its happen ?

i try to search but not find anything

thx hercules :)

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0
0x2147483647

Change it to 

 

0x7FFFFFFF

or 

 

2147483647

2)

 

    Atk:  

Any Field cannot be empty, 

delete this field, if you don't want any Atk Value.

Share this post


Link to post
Share on other sites
  • 0

i try to add custom item with the new item_db system on hercules.

i add the item one by one manually

and when i try to test it, it show error on the console like this

 

error-10.png

 

did someone knows why its happen ?

i try to search but not find anything

thx hercules :)

 

There is something wrong with your item_db2.conf at line 69, you need to check it.

Share this post


Link to post
Share on other sites
  • 0

hmm nothing wrong in the line 69,

but this is the first 100 lines in my item_db

 

{    Id: 20008    AegisName: "arcticwings"    Name: "_arcticwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Job: 0x2147483647    Loc: 1    Refine: false    View: 1008    Script: <" bonus bStr,2; ">},{    Id: 20009    AegisName: "bloodwings"    Name: "_bloodwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1009    Script: <" bonus bAgi,2; ">},{    Id: 20010    AegisName: "bloodybutterflywings"    Name: "_bloodybutterflywings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1010    Script: <" bonus bVit,2; ">},{    Id: 20011    AegisName: "darkfairywings"    Name: "_darkfairywings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1011    Script: <" bonus bInt,2; ">},{    Id: 20012    AegisName: "devilingwings"    Name: "_devilingwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Job: 0x2147483647    Loc: 1    Refine: false    View: 1012    Script: <" bonus bDex,2; ">},{    Id: 20013    AegisName: "dragonwings"    Name: "_dragonwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1013    Script: <" bonus bLuk,2; ">},{    Id: 20014    AegisName: "elementalwings"    Name: "_elementalwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1014    Script: <" bonus bSpeedAddRate,7; ">},{    Id: 20015    AegisName: "firey"    Name: "_firey"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1015    Script: <" bonus bStr,2; ">},{    Id: 20016    AegisName: "gargoylewings"    Name: "_gargoylewings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1016    Script: <" bonus bAgi,2; ">},{    Id: 20017    AegisName: "greatevilwings"    Name: "_greatevilwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1017    Script: <" bonus bVit,2; ">},{    Id: 20018    AegisName: "icewings"    Name: "_icewings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1018    Script: <" bonus bInt,2; ">},
Edited by adani_jmc

Share this post


Link to post
Share on other sites
  • 0

 

hmm nothing wrong in the line 69,

but this is the first 100 lines in my item_db

 

{    Id: 20008    AegisName: "arcticwings"    Name: "_arcticwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Job: 0x2147483647    Loc: 1    Refine: false    View: 1008    Script: <" bonus bStr,2; ">},{    Id: 20009    AegisName: "bloodwings"    Name: "_bloodwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1009    Script: <" bonus bAgi,2; ">},{    Id: 20010    AegisName: "bloodybutterflywings"    Name: "_bloodybutterflywings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1010    Script: <" bonus bVit,2; ">},{    Id: 20011    AegisName: "darkfairywings"    Name: "_darkfairywings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Loc: 1    Refine: false    View: 1011    Script: <" bonus bInt,2; ">},{    Id: 20012    AegisName: "devilingwings"    Name: "_devilingwings"    Type: 5    Buy: 100000    Weight: 10    Atk:      Def: 1    Job: 0x2147483647    Loc: 1    Refine: false    View: 1012    Script: <" bonus bDex,2; ">},

 

You can try this:

 

{	Id: 20008	AegisName: "arcticwings"	Name: "arcticwings"	Type: 5	Buy: 100000	Weight: 10	Job: 0xFFFFFFFE	Loc: 1	Refine: false	View: 1008	Script: <" bonus bStr,2; ">}, 
Edited by Tortoise

Share this post


Link to post
Share on other sites
  • 0

yokai, now its got another error line, i think i can search it by myself

by the way, is there any documentation about common error in the new item db?

thank you for answering my question xD

 

+1

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.