Jump to content
  • 0

weapon script help


chromus28

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

hi can anyone help me about this one

 

{ if(BaseJob==Job_High_Wizard) skill "AC_VULTURE",8; skill "WZ_STORMGUST",15; skill "WZ_VERMILION",15; skill "WZ_METEOR",15; else if(BaseJob==Job_Sage) skill "MG_COLDBOLT",15; skill "MG_LIGHTNINGBOLT",15; skill "MG_FIREBOLT",15; },{},{}

 

 

i tried to use this script for my staff but when im in professor storm gust, meteor storm and lord of vermillion is in my professor.. how can i make this wizard is for wizard and professor for professor skill only

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

seperate them using parenthesis

 

{ if(BaseJob==Job_High_Wizard) {skill "AC_VULTURE",8; skill "WZ_STORMGUST",15; skill "WZ_VERMILION",15; skill "WZ_METEOR",15;} else if(BaseJob==Job_Sage) {skill "MG_COLDBOLT",15; skill "MG_LIGHTNINGBOLT",15; skill "MG_FIREBOLT",15;} },{},{}


 

  • Upvote 2
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

thanks bro

 

seperate them using parenthesis

 

{ if(BaseJob==Job_High_Wizard) {skill "AC_VULTURE",8; skill "WZ_STORMGUST",15; skill "WZ_VERMILION",15; skill "WZ_METEOR",15;} else if(BaseJob==Job_Sage) {skill "MG_COLDBOLT",15; skill "MG_LIGHTNINGBOLT",15; skill "MG_FIREBOLT",15;} },{},{}


thanks bro



seperate them using parenthesis

 

{ if(BaseJob==Job_High_Wizard) {skill "AC_VULTURE",8; skill "WZ_STORMGUST",15; skill "WZ_VERMILION",15; skill "WZ_METEOR",15;} else if(BaseJob==Job_Sage) {skill "MG_COLDBOLT",15; skill "MG_LIGHTNINGBOLT",15; skill "MG_FIREBOLT",15;} },{},{}


 

sorry bro but when im using high wizard it doesnt show up the lvl 15 skill

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

it don't know but is there a lvl 15 skill? I think skills are all lvl 10 unless modified?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

it don't know but is there a lvl 15 skill? I think skills are all lvl 10 unless modified?

already fixed btw its not my script xD my friends script thanks for the help i appriciate it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

it don't know but is there a lvl 15 skill? I think skills are all lvl 10 unless modified?

already fixed btw its not my script xD my friends script thanks for the help i appriciate it

no problem /no1

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...