[Warning]: pc_bonus:

karazu

New member
Messages
1,115
Points
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?
 
[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 ?

 
Last edited by a moderator:
Try equip what you have 1 by 1, and check if they shows in console.

 
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;

 
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.gif
herc.jpg
Third option, choose regular expression.
 
[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.

 
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

 
Back
Top