sweetmole Posted May 25, 2018 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 26 Reputation: 3 Joined: 02/25/13 Last Seen: December 12, 2019 Share Posted May 25, 2018 hi everyone can someone help me on the same on the latest git? soul link for stalker single strip thank you Quote Link to comment Share on other sites More sharing options...
0 joecalis Posted May 26, 2018 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 64 Reputation: 41 Joined: 03/26/12 Last Seen: March 29 Share Posted May 26, 2018 Try this: that should still work. Quote Link to comment Share on other sites More sharing options...
0 lelouchxv Posted November 12, 2018 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 120 Reputation: 8 Joined: 09/16/18 Last Seen: May 5, 2023 Share Posted November 12, 2018 (edited) if (!i && (skill_id == RG_STRIPWEAPON || skill_id == RG_STRIPSHIELD || skill_id == RG_STRIPARMOR || skill_id == RG_STRIPHELM)) { int idx = sd ? pc_search_inventory(sd, 7321) : -1; if (idx >= 0) { struct status_change *sc_ = status_get_sc(src); if (sc_->data[SC_SPIRIT]) { if (sc_->data[SC_SPIRIT]->val2 == SL_ROGUE) { if (rnd() % 100 >= ii) { enum sc_type sc_atk; if (skill_id == RG_STRIPWEAPON) sc_atk = SC_STRIPWEAPON; else if (skill_id == RG_STRIPSHIELD) sc_atk = SC_STRIPSHIELD; else if (skill_id == RG_STRIPARMOR) sc_atk = SC_STRIPARMOR; else if (skill_id == RG_STRIPHELM) sc_atk = SC_STRIPHELM; else sc_atk = SC_NONE; if (sc_atk != SC_NONE) { sc_start(bl, sc_atk, 100, skill_lv, d); clif_skill_nodamage(src, bl, skill_id, skill_lv, i); i = 1; } } pc_delitem(sd, idx, 1, 0, 1, LOG_TYPE_NONE); } } } } im new to src editing this is the code Edited November 12, 2018 by lelouchxv Quote Link to comment Share on other sites More sharing options...
Question
sweetmole
hi everyone can someone help me on the same on the latest git? soul link for stalker single strip thank you
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.