sweetmole Posted May 25, 2018 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 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 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...
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