deso Posted June 16, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 04/22/12 Last Seen: August 21, 2013 Share Posted June 16, 2013 if(Class==Job_High_Wizard) skill "WZ_STORMGUST",15; if(Class==Job_High_Wizard) skill "WZ_METEOR",15; if(Class==Job_High_Wizard) skill "WZ_VERMILION",15; When a professor equip this item he could use meteor and vermillion. anyone know how to fix this? Quote Link to comment Share on other sites More sharing options...
deso Posted June 16, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 04/22/12 Last Seen: August 21, 2013 Author Share Posted June 16, 2013 forgot this line if(Class==Job_High_Wizard) near on the end Sir when I tried that only storm gust is lvl 15. Already fix it thx for the help. Quote Link to comment Share on other sites More sharing options...
Mootie Posted June 16, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted June 16, 2013 if(Class==Job_High_Wizard) skill "WZ_STORMGUST",15; else if(Class==Job_High_Wizard) skill "WZ_METEOR",15; else if(Class==Job_High_Wizard skill "WZ_VERMILION",15; Quote Link to comment Share on other sites More sharing options...
deso Posted June 16, 2013 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 80 Reputation: 0 Joined: 04/22/12 Last Seen: August 21, 2013 Author Share Posted June 16, 2013 if(Class==Job_High_Wizard) skill "WZ_STORMGUST",15; else if(Class==Job_High_Wizard) skill "WZ_METEOR",15; else if(Class==Job_High_Wizard skill "WZ_VERMILION",15; Sir there's an error parse_simpleexpr: unmatch ')' Quote Link to comment Share on other sites More sharing options...
Mootie Posted June 16, 2013 Group: Members Topic Count: 43 Topics Per Day: 0.01 Content Count: 815 Reputation: 86 Joined: 10/26/12 Last Seen: June 10, 2022 Share Posted June 16, 2013 forgot this line if(Class==Job_High_Wizard) near on the end Quote Link to comment Share on other sites More sharing options...
Question
deso
if(Class==Job_High_Wizard) skill "WZ_STORMGUST",15; if(Class==Job_High_Wizard) skill "WZ_METEOR",15; if(Class==Job_High_Wizard) skill "WZ_VERMILION",15;
When a professor equip this item he could use meteor and vermillion. anyone know how to fix this?
Link to comment
Share on other sites
4 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.