Jump to content
  • 0

Is there any way to track this ?


- Mariel

Question


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  02/23/13
  • Last Seen:  

Is there any way to track this error ?

 

[Warning]: pc_bonus2: unknown type 1054 7 10!
[Warning]: pc_bonus2: unknown type 1054 7 10!
[Warning]: pc_bonus2: unknown type 1054 7 10!
[Warning]: pc_bonus2: unknown type 1054 7 10!

 

I ignored it because it almost doesn't affect my server. I know this is an item_db script error, but I have too many custom items :( 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

[Warning]: pc_bonus2: unknown type 1054 7 10!

Follow the line :

  • pc_bonus2 : your error is on a bonus2 item script
  • type 1054 : search the const name in db/const.txt which match this type => bDefRate
  • 7 10 : are the value after the type

=> search bonus2 bDefRate,10,7;

 

 

Following trunk/doc/item_bonus.txt this item script must follow the typo

bonus bDefRate,n;

  • Upvote 1
Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...