Jump to content
  • 0

script doesnt working


Question

Posted
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?

6 answers to this question

Recommended Posts

Posted

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

Posted

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?

Posted

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

Posted (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 by Metamorphic

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...