Jump to content
  • 0

Help with Item Script please


Zaon

Question


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/30/12
  • Last Seen:  

22019,Byakugan,Byakugan,5,0,0,1000,,0,,1,0xFFFFFFFE,7,2,512,,1,0,813,{bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bSubRace,RC_DemiHuman,3; if(Class == Job_Minstrel) {bonus2 bSkillAtk,394,50; bonus bMaxHPrate,15;}},{},{}

I've tried adding this script but It doesn't work, neither the damage nor the bonus hp is added to the minstrel class.

Edited by djmmac07
Link to comment
Share on other sites

9 answers to this question

Recommended Posts


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

Job_Minstrel	4068
Job_Minstrel_T	4075

there are 2 type of 3rd job class...regular / transcendent

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

If(Class==Job_Minstrel) bonus2 bSkillAtk,"CG_ARROWVULCAN",50; bonus bMaxHPrate,15;
Edited by Yoona
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  88
  • Reputation:   23
  • Joined:  01/30/12
  • Last Seen:  

Try BaseClass == Job_Bard instead of Class == Job_Minstrel. If you want add to dancer, use BaseClass == Job_Bard || BaseClass == Job_Dancer

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/30/12
  • Last Seen:  

 

If(Class==Job_Minstrel) bonus2 bSkillAtk,"CG_ARROWVULCAN",50; bonus bMaxHPrate,15;

 

Try BaseClass == Job_Bard instead of Class == Job_Minstrel. If you want add to dancer, use BaseClass == Job_Bard || BaseClass == Job_Dancer

 

 

I've tried both of these and it still doesn't work.

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   382
  • Joined:  02/03/12
  • Last Seen:  

 

 

If(Class==Job_Minstrel) bonus2 bSkillAtk,"CG_ARROWVULCAN",50; bonus bMaxHPrate,15;

 

>Try BaseClass == Job_Bard instead of Class == Job_Minstrel. If you want add to dancer, use BaseClass == Job_Bard || BaseClass == Job_Dancer

 

 

I've tried both of these and it still doesn't work.

 

 

This might seem like a stupid question but are you putting it in the right database?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/30/12
  • Last Seen:  

Yes because when i tried to remove " if(Class == Job_Minstrel) " the script worked but when i added it back again it didn't work

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

Try this one...

 

22019,Byakugan,Byakugan,5,0,0,1000,,0,,1,0xFFFFFFFE,7,2,512,,1,0,813,{ bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bSubRace,RC_DemiHuman,3; if(Class == Job_Minstrel bonus2 bSkillAtk,"CG_ARROWVULCAN",50; bonus bMaxHPrate,15; },{},{}

Edited by Yoona
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/30/12
  • Last Seen:  

Try this one...

 

22019,Byakugan,Byakugan,5,0,0,1000,,0,,1,0xFFFFFFFE,7,2,512,,1,0,813,{ bonus bDex,3; bonus bAgi,3; bonus bLuk,3; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bSubRace,RC_DemiHuman,3; if(Class == Job_Minstrel)  bonus2 bSkillAtk,"CG_ARROWVULCAN",50; bonus bMaxHPrate,15; },{},{}

still doesnt work, i've also tried changing "CG_ARROWVULCAN" with it's skill id (394)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/30/12
  • Last Seen:  

Job_Minstrel	4068
Job_Minstrel_T	4075

there are 2 type of 3rd job class...regular / transcendent

Oh wow,

 

This makes me feel so dumb.  /sob

I'll see if it works now.

 

Thanks Emistry

 

EDIT: Works now. Thanks again Emistry

Edited by djmmac07
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...