Issue information

Issue ID
#8534
Status
New
Severity
Low
Started
Zia
Feb 15, 2015 10:10
Last Post
Michi
Jan 19, 2017 7:45
Confirmation
Yes (1)
No (0)

Zia - Feb 15, 2015 10:10

As said on title, King's Grace has:
No cool down
[color=rgb(0,128,0)]LG_KINGS_GRACE 5013,1000,0,0,5000,0,[b]0[/b],-1[/color]
[color=rgb(0,128,0)]to[/color]
[color=rgb(0,128,0)]LG_KINGS_GRACE 5013,1000,0,0,5000,0,[b]60000[/b],-1[/color]
[color=rgb(0,128,0)]?[/color]
No root effect,
and let's the caster use skills when activated.

Cooldown should be at 1 minute at Level 5.

[url="http://youtu.be/xFJeUxULtx4"]http://youtu.be/xFJeUxULtx4[/url]

See video comments for further confirmation

This post has been edited by Zia on Feb 15, 2015 10:38

Zia - Apr 10, 2015 16:38

bump

Anisotropic Defixation - May 4, 2015 9:01

There's no animation either or the disabling RG and allies in PvP settings.

Anisotropic Defixation - May 6, 2015 12:46

Seems like rA has this implemented already as well, I played for a bit and was able to fix most of it, including adding the proper effect (1051), granting immunity to attacks and disabling skills plus movement on PvP/GvG maps but I can't make it block attacks with a clause.[code=auto:0]unit->stop_attack(bl/src); pc_stop_attack(sd); [/code]Aren't working.

I think we need to imitate rA's SCS_ system (SCS_NOCAST, SCS_NOMOVE, etc, adding SCS_NOATTACK too) to make handling such things easier.

Also, masquerades and bloodlust should be added to the list of statuses it removes and protects against as it works like that on kRO.


Edit:

Disabling of attack and movement can be done through unit.c an pc.c blocks that deal with similar skills (look at manhole for example), need to add conditions for flag and scr though like it works for disabling of skills from status.c.

This post has been edited by Anisotropic Defixation on May 7, 2015 12:31

Anisotropic Defixation - May 7, 2015 3:42

Now, I think some more info is needed on what's exactly the difference between using it on PvP and normal maps.

Because if you apply the monsterignore clause but don't disable skills/attacks, it could be used to rudetele monsters. From what I saw on videos, it seems like the description is just misleading and it applies the same effects regardless of the map type, need to see how it interacts with party members though.


By the way, can you specify duration using clif->specialeffect somehow? Or is there some other function that lets you do that? Cause the animation lasts for like thrice the skill duration.

This post has been edited by Anisotropic Defixation on May 7, 2015 4:35

Zia - Jun 11, 2015 14:42

Bump?

Zia - Jun 17, 2015 17:12

Hi. It's been 2 months. Can someone please help out with this.