Issue information

Issue ID
#6503
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 19, 2012 12:23
Last Post
malufett
Jul 7, 2013 18:05
Confirmation
Yes (5)
No (0)

Hercules Elf Bot - Aug 19, 2012 12:23

Originally posted by [b]kyeme[/b]
Gentle Touch-Revitalize (gives additional DEF and VIT to the Player) However its not taking effect once it is Casted, we Still need to SWITCH ARMORS or to USE buffs items (Ex. Vit Food) for the skill to grant additional attribute.
And the effect of the skill LAST LONG even though the skill really has Expired, it will only be refreshed once you SWITCH ARMORS or to USE buffs items (Ex. Vit Food)

Screenshot #1
[attachment=3112:1.jpg]
Screenshot #2 ~ I used Revitalize but not taking effect
[attachment=3113:2.jpg]
Screenshot #3 ~ Need to switch armor or equip/unequip
[attachment=3114:3.jpg]
Screenshot #4 ~ Revitalize not cancel
[attachment=3117:4.jpg]

~kyeme

Hercules Elf Bot - Aug 21, 2012 16:43

Originally posted by [b]Aleos[/b]
Confirmed.

Hercules Elf Bot - Aug 21, 2012 16:46

Originally posted by [b]GM Takumirai[/b]
- this is been reported already, but i still support this topic... i confirmed also this..

Hercules Elf Bot - Aug 21, 2012 16:58

Originally posted by [b]kyeme[/b]
Ohhh thank you guys.

Hercules Elf Bot - Aug 22, 2012 5:37

Originally posted by [b]malufett[/b]
oops..
this line in status.c shall be removed..

[CODE]
if( sc->data[SC_GT_REVITALIZE] && sc->data[SC_GT_REVITALIZE]->val4)
def2 += def2 * sc->data[SC_GT_REVITALIZE]->val4 / 100;[/CODE]

as I tested officially there is no vit bonus added..and def bonus shouldn't also seen in status window but you can only notice it when receiving damage..

:meow:

Hercules Elf Bot - Aug 22, 2012 6:18

Originally posted by [b]kyeme[/b]
[quote name='malufett' timestamp='1345613840' post='13606']
oops..this line in status.c shall be removed..[CODE]if( sc->data[SC_GT_REVITALIZE] && sc->data[SC_GT_REVITALIZE]->val4) def2 += def2 * sc->data[SC_GT_REVITALIZE]->val4 / 100;[/CODE]as I tested officially there is no vit bonus added..and def bonus shouldn't also seen in status window but you can only notice it when receiving damage.. :meow:
[/quote]

Yes, its like behavior of Magic Power (HW_MAGICPOWER) :)

Hercules Elf Bot - Aug 22, 2012 8:20

Originally posted by [b]Vali[/b]
Well if someone is going to take a look to this kill, maybe can take care of this too and close bot reports on once. :P http://rathena.org/board/tracker/issue-5358-shura-skills/

mofo - Jun 14, 2013 3:04

skill duration is like a split second. the icon appears but wears off right away

ToiletMaster - Jul 4, 2013 13:04

Bump for this,

as what mofo said,

skill duration is just a split second then goes off immediately.

malufett - Jul 4, 2013 14:00

[quote name="ToiletMaster" timestamp="1372943042"]
Bump for this,

as what mofo said,

skill duration is just a split second then goes off immediately.[/quote]
I'll try to ask Ind about this..since 'skill_get_time' is not working properly with this skill id and I'm not that familiar with the new skill indexing made by sir Ind..:D

:meow:

Ind - Jul 4, 2013 19:10

Problem lies in skill_cast_db, there are 2 entries for this skill and the second zeros' what the first sets.

mofo - Jul 5, 2013 3:38

I think duration-wise, it should just behave like gentle touch change.

malufett - Jul 7, 2013 18:05

Fixed @ cf56f7c9142ae164d4e093807f1e7def3471afbd
:meow: