donkeyg Posted March 25, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted March 25, 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 March 25, 2013 (edited) Edit: Didnt read first post correctly Edited March 25, 2013 by Metamorphic Quote Link to comment Share on other sites More sharing options...
Rayan Posted March 25, 2013 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 188 Reputation: 16 Joined: 06/12/12 Last Seen: September 1, 2016 Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted March 26, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 26, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted March 26, 2013 use BaseJob or BaseClass .... Quote Link to comment Share on other sites More sharing options...
Capuche Posted March 26, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share 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 Link to comment Share on other sites More sharing options...
-SkittleNugget- Posted March 26, 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 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 Link to comment Share on other sites More sharing options...
Question
donkeyg
why my script doesnt working for Sniper/ranger?
Link to comment
Share on other sites
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.