chromus28 Posted August 21, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Share Posted August 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
LuLu Posted August 21, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted August 21, 2013 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;} },{},{} 2 Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 21, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted August 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
LuLu Posted August 21, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted August 21, 2013 it don't know but is there a lvl 15 skill? I think skills are all lvl 10 unless modified? 1 Quote Link to comment Share on other sites More sharing options...
chromus28 Posted August 21, 2013 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 263 Reputation: 1 Joined: 04/25/13 Last Seen: December 20, 2014 Author Share Posted August 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
LuLu Posted August 21, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 398 Reputation: 131 Joined: 11/10/12 Last Seen: October 6, 2024 Share Posted August 21, 2013 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 Quote Link to comment Share on other sites More sharing options...
Question
chromus28
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.