Jump to content
  • 0

script doesnt working


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   54
  • Joined:  12/23/12
  • Last Seen:  


Edit: Didnt read first post correctly

Edited by Metamorphic
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

use BaseJob or BaseClass ....

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   54
  • Joined:  12/23/12
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...