Han25 Posted December 29, 2014 Posted December 29, 2014 Can i request a sl effect for hunter that when this snipers/hunters are linked they won't be disppelled anymore.. as soon as the link is still on.. Thank you in advanced.. Quote
Conflicts Posted December 29, 2014 Posted December 29, 2014 On /src/map/skill.c Find: || (tsc && tsc->data[SC_SPIRIT] && tsc->data[SC_SPIRIT]->val2 == SL_ROGUE) //Rogue's spirit defends againt dispel. Change to: || (tsc && tsc->data[SC_SPIRIT] && (tsc->data[SC_SPIRIT]->val2 == SL_ROGUE || tsc->data[SC_SPIRIT]->val2 == SL_HUNTER) ) //Rogue's spirit defends against dispel. 1 Quote
Han25 Posted December 29, 2014 Author Posted December 29, 2014 On /src/map/skill.c Find: || (tsc && tsc->data[SC_SPIRIT] && tsc->data[SC_SPIRIT]->val2 == SL_ROGUE) //Rogue's spirit defends againt dispel. Change to: || (tsc && tsc->data[SC_SPIRIT] && (tsc->data[SC_SPIRIT]->val2 == SL_ROGUE || tsc->data[SC_SPIRIT]->val2 == SL_HUNTER) ) //Rogue's spirit defends against dispel. thank you sir. Quote
Question
Han25
Can i request a sl effect for hunter that when this snipers/hunters are linked they won't be disppelled anymore.. as soon as the link is still on..
Thank you in advanced..
2 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.