Issue information

Issue ID
#74
Status
Fixed
Severity
Low
Started
Hercules Elf Bot
Sep 19, 2007 14:46
Last Post
Hercules Elf Bot
Sep 19, 2007 14:46
Confirmation
N/A

Hercules Elf Bot - Sep 19, 2007 14:46

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

CODE
lighthalzen,188,200,0    script    Abduction_trigger    -1,3,1,{
OnTouch:
    if (KielHyreQuest == 50) {
        mes "^3355FFAs you walked out of^000000";
        mes "^3355FFthe mansion, something^000000";
        mes "^3355FFsmashed the top of your^000000";
        mes "^3355FFhead, and you instantly^000000";
        mes "^3355FFlose consciousness...^000000";
        close2;
        percentheal -99,0;
        warp "kh_mansion",30,75;
    }
    end;
}
It was 'hpdrain 99' in the original script... but if it really does 99% hp damage, you'll die if you don't have full hp. Isn't that kinda pointless?
(is there a command that leaves your hp at 1pt ?)