Issue information

Issue ID
#8042
Status
New
Severity
None
Started
kyeme
Feb 22, 2014 6:49
Last Post
Shourei
May 27, 2015 10:38
Confirmation
N/A

kyeme - Feb 22, 2014 6:49

When Stasis skill is used, caster and players around 27x27 (lvl 5) aoe must be affected with the skill (stasis) but other skills like jack frost, crimson rock can still be used.
In addition to that, the skill's duration should be:
lvl 1 - 10 secs, lvl 2 - 20 secs, lvl 3 - 30 secs, lvl 4 - 40 secs, lvl 5 - 1min

So the bug here:
1. You can cast some magic skills
2. The duration of Stasis is vanishing too fast.
3. The range of Stasis

This post has been edited by kyeme on Feb 22, 2014 16:50

Shourei - May 27, 2015 10:38

//Follow up
One of my friends and I decided to explore the skill stasis and here's what we found.

Current Stasis Skill Description[code=auto:0] }, [SKID.WL_STASIS] = { "Stasis", "MAX LV 5", "^777777Skill Requirement : Drain Life 1 ^000000", "Skill Form : ^777777Curse^000000", "Description : ^777777Stops the air around the Caster, preventing any spells from being cast.^000000", "[Lv 1] : ^77777750 SP / 10sec. duration / 19x19 AoE^000000", "[Lv 2] : ^77777760 SP / 15sec. duration / 21x21 AoE^000000", "[Lv 3] : ^77777770 SP / 20sec. duration / 23x23 AoE^000000", "[Lv 4] : ^77777780 SP / 25sec. duration / 25x25 AoE^000000", "[Lv 5] : ^77777790 SP / 30sec. duration / 27x27 AoE^000000" }, [/code]Based on the skill_db, and tests (sorry no screen shots)[code=auto:0] 2209,0,6,4,0,0x3,9:10:11:12:13,5,1,yes,0,0,0,magic,0,WL_STASIS,Stasis where //id,range,hit,inf,element,nk,splash,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count,name,description [/code]However, currently the correct skill description is:[code=auto:0] }, [SKID.WL_STASIS] = { "Stasis", "MAX LV 5", "^777777Skill Requirement : Drain Life 1 ^000000", "Skill Form : ^777777Curse^000000", "Description : ^777777Stops the air around the Caster, preventing any single-target spells from being cast.^000000", "[Lv 1] : ^77777750 SP / 10sec. duration / 9x9 AoE^000000", "[Lv 2] : ^77777760 SP / 15sec. duration / 10x10 AoE^000000", "[Lv 3] : ^77777770 SP / 20sec. duration / 11x11 AoE^000000", "[Lv 4] : ^77777780 SP / 25sec. duration / 12x12 AoE^000000", "[Lv 5] : ^77777790 SP / 30sec. duration / 13x13 AoE^000000" }, [/code]In summary, there are two factors that need confirmation:
1. Should this skill apply to AoE skills as mentioned by the ticket author?
2. Is the range or AoE up to date?

I am aware of the changes that kRO had for this skill for the duration and SP consumption, but I'm unsure of the rest.

Regardless, if the two above is correct, then the skill descriptions need to be updated.

Thanks in advance.

-SH

This post has been edited by Shourei on May 27, 2015 10:40