Nicko Posted May 19, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 1 Joined: 05/19/12 Last Seen: May 24, 2012 Share Posted May 19, 2012 Hi rAthena! I just need a small source change, but i really don't know how to do it. I need that the class Expanded Super Novice, can use the skill WZ_WATERBALL without the water requeriments, but this change can't effect mages, that means: *Expanded super novice, can use it without water. *Mages need water for use it. Thanks, so much for the help! Kisses! Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted May 19, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted May 19, 2012 (edited) https://rathena.svn...._require_db.txt 86,0,0,15:20:20:25:25:25:25:25:25:25,0,0,0,99,0,0,water,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_WATERBALL water --> none Edited May 19, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Nicko Posted May 19, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 1 Joined: 05/19/12 Last Seen: May 24, 2012 Author Share Posted May 19, 2012 But it will remove the water requeriment for all classes. I just wan't remove the requeriment for the Expanded super novice class. Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted May 20, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted May 20, 2012 But it will remove the water requeriment for all classes. I just wan't remove the requeriment for the Expanded super novice class. try this skill.c case ST_WATER: + if(sd->status.class_ == JOB_SUPER_NOVICE_E) + break; if (sc && (sc->data[sC_DELUGE] || sc->data[sC_SUITON])) break; if (map_getcell(sd->bl.m,sd->bl.x,sd->bl.y,CELL_CHKWATER)) break; clif_skill_fail(sd,skill,USESKILL_FAIL_LEVEL,0); return 0; Quote Link to comment Share on other sites More sharing options...
Question
Nicko
Hi rAthena!
I just need a small source change, but i really don't know how to do it.
I need that the class Expanded Super Novice, can use the skill WZ_WATERBALL without the water requeriments, but this change can't effect mages, that means:
*Expanded super novice, can use it without water.
*Mages need water for use it.
Thanks, so much for the help!
Kisses!
Link to comment
Share on other sites
3 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.