Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008042

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (0)
Photo

Warlock - Stasis

Posted by kyeme on 22 February 2014 - 06:49 AM

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

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

Current Stasis Skill Description
},
  [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"
  },
Based on the skill_db, and tests (sorry no screen shots)
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
However, currently the correct skill description is:
},
  [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"
  },
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

Edited by Shourei, 27 May 2015 - 10:40 AM.