chromus28 Posted December 17, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted December 17, 2013 guys what is the error if it is like this [Warning]: pc_bonus2: unknown type 0 0 5! [Warning]: pc_bonus2: unknown type 0 0 5! Quote Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted December 17, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 318 Reputation: 54 Joined: 12/23/12 Last Seen: July 1, 2017 Share Posted December 17, 2013 Looks like you added an item script, post what you have done recently here. Quote Link to comment Share on other sites More sharing options...
LuLu Posted December 17, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted December 17, 2013 Did you add a custom bonus? Maybe it's not added correctly? Quote Link to comment Share on other sites More sharing options...
chromus28 Posted December 17, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted December 17, 2013 like this one 5375,L_Orc_Hero_Helm,Orc Hero Headdress,5,20,,900,,5,,1,0xFFFFFFFF,7,2,256,,0,1,381,{ bonus bStr,10; bonus bDex,10; skill "BS_WEAPONPERFECT",5; bonus2 bSubEle,Ele_Wind,10; },{},{} Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted December 17, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted December 17, 2013 this should belongs to database support bonus2 bSubEle,Ele_Wind,10; bSubEle -> 1010 Ele_Wind -> 4 so it should be 1010 4 10 its not like the reported 0 0 5 try check one of your latest item which has a bonus rate of 5%, which the 5 is at the end the 0 must be caused by a variable that is not declared by constant Quote Link to comment Share on other sites More sharing options...
chromus28 Posted December 20, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted December 20, 2013 this should belongs to database support bonus2 bSubEle,Ele_Wind,10; bSubEle -> 1010 Ele_Wind -> 4 so it should be 1010 4 10 its not like the reported 0 0 5 try check one of your latest item which has a bonus rate of 5%, which the 5 is at the end the 0 must be caused by a variable that is not declared by constant uhm something like this one? 20037,Dark_Green_Valkyrie_Helm,Dark_Green_Valkyrie_Helm,5,10000,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,0,1037,{ bonus2 bAddRace,RC_DemiHuman,5; bonus2 bSkill,"KN_BOWLINGBASH",5; bonus3 bAutoSpell,"CR_GRANDCROSS",5,50; bonus bStr,5; },{},{} Quote Link to comment Share on other sites More sharing options...
Question
chromus28
guys what is the error if it is like this
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.