Valor Posted October 30, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 72 Reputation: 29 Joined: 12/21/16 Last Seen: January 5, 2024 Share Posted October 30, 2017 How to edit Royal Guard Trample AoE 5x5 remove any Silvervine Root Twist, this one release caster only for being rooted right? skill.c case LG_TRAMPLE: clif_skill_damage(src,bl,tick, status_get_amotion(src), 0, -30000, 1, skill_id, skill_lv, DMG_SKILL); if (rnd()%100 < (25 + 25 * skill_lv)) map_foreachinrange(skill_destroy_trap,bl,skill_get_splash(skill_id,skill_lv),BL_SKILL,tick); status_change_end(bl, SC_SV_ROOTTWIST, INVALID_TIMER); break; so casting trample will release any rooted player in 5x5 area (friend and foe). thx Quote Link to comment Share on other sites More sharing options...
Question
Valor
How to edit Royal Guard Trample AoE 5x5 remove any Silvervine Root Twist, this one release caster only for being rooted right? skill.c
so casting trample will release any rooted player in 5x5 area (friend and foe). thx
Link to comment
Share on other sites
0 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.