letstry Posted June 2, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Share Posted June 2, 2012 Why is Cart Termination's dmg not being reflected by reflect things such as reflectshield and etc? Quote Link to comment Share on other sites More sharing options...
vBrenth Posted June 2, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 311 Reputation: 46 Joined: 11/06/11 Last Seen: March 29 Share Posted June 2, 2012 Thats default settings I think there's only way to get the Cart Term reflecting by using "Reject Sword" Quote Link to comment Share on other sites More sharing options...
letstry Posted June 2, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted June 2, 2012 Can I change it settings? And If I could, where could I find it? Thanks Quote Link to comment Share on other sites More sharing options...
vBrenth Posted June 2, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 311 Reputation: 46 Joined: 11/06/11 Last Seen: March 29 Share Posted June 2, 2012 Sorry i'm not in source or something lets wait, its a good idea thought.. Quote Link to comment Share on other sites More sharing options...
malufett Posted June 2, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted June 2, 2012 remove all the occurrence of the the skill @ battle.c under: battle_calc_return_damage(struct block_list* bl, struct block_list *src, int *dmg, int flag, int skillid); Quote Link to comment Share on other sites More sharing options...
letstry Posted June 3, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted June 3, 2012 There are no occurrence of the skill Cart Termination below your code Quote Link to comment Share on other sites More sharing options...
malufett Posted June 3, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted June 3, 2012 really?? if( sc && sc->count ) { if ( sc->data[sC_REFLECTSHIELD] && skillid != WS_CARTTERMINATION ) { //Cart Termination rdamage += damage * sc->data[sC_REFLECTSHIELD]->val2 / 100; if (rdamage < 1) rdamage = 1; } if(sc->data[sC_DEATHBOUND] && skillid != WS_CARTTERMINATION && !(src->type == BL_MOB && is_boss(src)) ) //Cart Termination{ Quote Link to comment Share on other sites More sharing options...
letstry Posted June 4, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted June 4, 2012 nope.. I cant find that in my src battle.c Quote Link to comment Share on other sites More sharing options...
malufett Posted June 4, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted June 4, 2012 how come???are you using rA?? https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/src/map/battle.c Quote Link to comment Share on other sites More sharing options...
letstry Posted June 5, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 219 Reputation: 0 Joined: 05/03/12 Last Seen: September 15, 2023 Author Share Posted June 5, 2012 Im using eathena Quote Link to comment Share on other sites More sharing options...
malufett Posted June 5, 2012 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted June 5, 2012 aww...why is that many people posting in rAthena even if their problem is about eAthena.... anyways..just copy what eAthena is missing in rAthena.... Quote Link to comment Share on other sites More sharing options...
Question
letstry
Why is Cart Termination's dmg not being reflected by reflect things such as reflectshield and etc?
Link to comment
Share on other sites
10 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.