Han25 Posted December 29, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 67 Reputation: 2 Joined: 08/09/13 Last Seen: June 8, 2023 Share 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 Link to comment Share on other sites More sharing options...
Conflicts Posted December 29, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share 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 Link to comment Share on other sites More sharing options...
Han25 Posted December 29, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 67 Reputation: 2 Joined: 08/09/13 Last Seen: June 8, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
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..
Link to comment
Share on other sites
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.