Jump to content
  • 0
karazu

[Warning]: pc_bonus:

Question

 

[Warning]: pc_bonus2: unknown type 0 8 1![Warning]: pc_bonus2: unknown type 0 6 1! 

Is there anyway we can track the item that causes this one please?

 

Share this post


Link to post
Share on other sites

11 answers to this question

Recommended Posts

  • 0

 

 

[Warning]: pc_bonus2: unknown type 0 8 1![Warning]: pc_bonus2: unknown type 0 6 1! 

Is there anyway we can track the item that causes this one please?

 

kindly I believe it happen from script.

maybe bonus / skill script ?

Edited by mrlongshen

Share this post


Link to post
Share on other sites
  • 0

@mrlongshen

 

It came out after updating my item_db

There's some bonus2 blabla,8,1;

And bonus2 blabla,6,1;

And that blabla isn't a appropriate bonus(maybe a typo??)

Share this post


Link to post
Share on other sites
  • 0

 

@mrlongshen

 

It came out after updating my item_db

There's some bonus2 blabla,8,1;

And bonus2 blabla,6,1;

And that blabla isn't a appropriate bonus(maybe a typo??)

 

 

Sorry I am not sure, I am not good in reading scripts/formulas so I cannot identify. 

Share this post


Link to post
Share on other sites
  • 0

Try equip what you have 1 by 1, and check if they shows in console.

Better, open Notepad++,

Go to Find command.

Select the last option(something named extended or regex search on find window)

Type there

bonus2 [A-Za-z]+,8,1;

Share this post


Link to post
Share on other sites
  • 0

 

Try equip what you have 1 by 1, and check if they shows in console.

Better, open Notepad++,

Go to Find command.

Select the last option(something named extended or regex search on find window)

Type there

bonus2 [A-Za-z]+,8,1;

doing it now..

 

This one?post-2388-0-32909800-1429152437_thumb.jpg

Share this post


Link to post
Share on other sites
  • 0

 

 

Try equip what you have 1 by 1, and check if they shows in console.

Better, open Notepad++,

Go to Find command.

Select the last option(something named extended or regex search on find window)

Type there

bonus2 [A-Za-z]+,8,1;

doing it now..

This one?attachicon.gifherc.jpg

Third option, choose regular expression.

Share this post


Link to post
Share on other sites
  • 0

 

 

[Warning]: pc_bonus2: unknown type 0 8 1![Warning]: pc_bonus2: unknown type 0 6 1! 

Is there anyway we can track the item that causes this one please?

This is from the item_db or item_db2. This warning appears because there is/are item(s) with unknown script effect, which means you must have changed some items effect incorrectly.

Share this post


Link to post
Share on other sites
  • 0

I agree that Warning msgs should be improved, something like

 

[Warning]: itemid:xxxx pc_bonus: unknown type

[Warning]: itemid:aaaa pc_bonus2: unknown type

[Warning]: itemid:bbbb pc_bonus3: unknown type

[Warning]: itemid:ccc pc_bonus5: unknown type

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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