ArchMaiden Posted January 30, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 01/07/13 Last Seen: February 2, 2013 Share Posted January 30, 2013 how to remove the required spirit of Star Gladiator - Union ? i already tried it in battle.c , but it seems dont work.. thanks ! Quote Link to comment Share on other sites More sharing options...
ArchMaiden Posted January 31, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 01/07/13 Last Seen: February 2, 2013 Author Share Posted January 31, 2013 somebody knows ? Quote Link to comment Share on other sites More sharing options...
Cydh Posted January 31, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted January 31, 2013 maybe this way.. haha skill.c at line 12732 (svn17101) case SG_FUSION: +/* if (sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_STAR) break; //Auron insists we should implement SP consumption when you are not Soul Linked. [skotlex] //Only invoke on skill begin cast (instant cast skill). [Kevin] if( require.sp > 0 ) { if (status->sp < (unsigned int)require.sp) clif_skill_fail(sd,skill_id,USESKILL_FAIL_SP_INSUFFICIENT,0); else status_zap(&sd->bl, 0, require.sp); } return 0; +*/ +break; Quote Link to comment Share on other sites More sharing options...
ArchMaiden Posted January 31, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 01/07/13 Last Seen: February 2, 2013 Author Share Posted January 31, 2013 maybe this way.. haha skill.c at line 12732 (svn17101) case SG_FUSION: +/* if (sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_STAR) break; //Auron insists we should implement SP consumption when you are not Soul Linked. [skotlex] //Only invoke on skill begin cast (instant cast skill). [Kevin] if( require.sp > 0 ) { if (status->sp < (unsigned int)require.sp) clif_skill_fail(sd,skill_id,USESKILL_FAIL_SP_INSUFFICIENT,0); else status_zap(&sd->bl, 0, require.sp); } return 0; +*/ +break; I just need to copy this to my skill.c ? Quote Link to comment Share on other sites More sharing options...
Cydh Posted January 31, 2013 Group: Developer Topic Count: 153 Topics Per Day: 0.03 Content Count: 2285 Reputation: 748 Joined: 06/16/12 Last Seen: February 21 Share Posted January 31, 2013 no, you must read which the correct lines that have to change, need to be added and need to become comments.. Quote Link to comment Share on other sites More sharing options...
Question
ArchMaiden
how to remove the required spirit of Star Gladiator - Union ?
i already tried it in battle.c , but it seems dont work..
thanks !
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.