donkeyg Posted March 25, 2013 Posted March 25, 2013 29825,Captains_Hat,Captains_Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1924,{ if(Class == Job_Sniper) { bonus bMaxHPRate,50; bonus bLongAtkRate,20; } },{},{} why my script doesnt working for Sniper/ranger? Quote
-SkittleNugget- Posted March 25, 2013 Posted March 25, 2013 (edited) Edit: Didnt read first post correctly Edited March 25, 2013 by Metamorphic Quote
Rayan Posted March 25, 2013 Posted March 25, 2013 try this out : 29825,Captains_Hat,Captains_Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1924,{ if(Class==Job_Archer) { bonus bMaxHPrate,50; bonus bLongAtkRate,20; } },{},{} i made it archer as ranger wont come if u do sniper only , thats just a thought though as sniper is trans and is separate from ranger, i HAVEN'T looked upon your bonus script as they looked fine to me, Try it Quote
donkeyg Posted March 26, 2013 Author Posted March 26, 2013 try this out : 29825,Captains_Hat,Captains_Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1924,{ if(Class==Job_Archer) { bonus bMaxHPrate,50; bonus bLongAtkRate,20; } },{},{} i made it archer as ranger wont come if u do sniper only , thats just a thought though as sniper is trans and is separate from ranger, i HAVEN'T looked upon your bonus script as they looked fine to me, Try it but it would effect on bard also right? Quote
Capuche Posted March 26, 2013 Posted March 26, 2013 why my script doesnt working for Sniper/ranger? 29825,Captains_Hat,Captains_Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1924,{ if(Class == Job_Sniper || Class == Job_Ranger_T) { bonus bMaxHPRate,50; bonus bLongAtkRate,20; } },{},{} For ranger and sniper class only Quote
-SkittleNugget- Posted March 26, 2013 Posted March 26, 2013 (edited) Here we go : if((Class == 4012) || (Class == 4062)) { bonus bMaxHPRate,50; bonus bLongAtkRate,20; } 29825,Captains_Hat,Captains_Hat,5,20,,10,,10,,1,0xFFFFFFFF,7,2,256,,0,1,1924,{ if((Class == 4012) || (Class == 4062)) { bonus bMaxHPRate,50; bonus bLongAtkRate,20; } },{},{} Edited March 26, 2013 by Metamorphic Quote
Question
donkeyg
why my script doesnt working for Sniper/ranger?
6 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.