chromus28 Posted December 17, 2013 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
-SkittleNugget- Posted December 17, 2013 Posted December 17, 2013 Looks like you added an item script, post what you have done recently here. Quote
LuLu Posted December 17, 2013 Posted December 17, 2013 Did you add a custom bonus? Maybe it's not added correctly? Quote
chromus28 Posted December 17, 2013 Author 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
AnnieRuru Posted December 17, 2013 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
chromus28 Posted December 20, 2013 Author 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
Question
chromus28
guys what is the error if it is like this
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.