Issue information

Issue ID
#2512
Status
New
Severity
None
Started
Hercules Elf Bot
Dec 4, 2008 7:07
Last Post
Hercules Elf Bot
Dec 4, 2008 7:07
Confirmation
N/A

Hercules Elf Bot - Dec 4, 2008 7:07

Originally posted by [b]BrianL[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2512

Are you supposed to be able to target any target with Lif's Healing Touch?
Right now, when you cast the skill, it heals the alchemist without allowing you to select a target.

iRO description:
CODE
HLIF_HEAL#
Healing Hands
Description: Restore
a player's HP with a
method that mimics the
Acolyte's Heal skill. The
amount of restored HP
is affected by the skill's
level, caster's Base Level
and INT. ^00BB00Each cast requires
1 Condensed Red Potion.

SP Consumption By Level
[Lv 1]:^777777 13 SP^000000
[Lv 2]:^777777 16 SP^000000
[Lv 3]:^777777 19 SP^000000
[Lv 4]:^777777 22 SP^000000
[Lv 5]:^777777 25 SP^000000

Here are the 2 skills (Aco Heal, Lif Heal) from .../db/skill_db.txt
CODE
28,  9,6,16,6,0x21,0,10,1,yes,0,0,0,magic,0,    AL_HEAL,Heal
8001,9,6,4, 0,0x1, 0,5, 1,no, 0,0,0,magic,0,    HLIF_HEAL,Healing Touch


If it is supposed to work like the Acolyte's Heal skill, it should be
QUOTE
8001,9,6,16, 0,0x1, 0,5, 1,no, 0,0,0,magic,0, HLIF_HEAL,Healing Touch
(16=friend, 4=self)