Issue information

Issue ID
#3597
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 15, 2009 12:25
Last Post
Hercules Elf Bot
Mar 5, 2012 14:31
Confirmation
N/A

Hercules Elf Bot - Sep 15, 2009 12:25

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

CODE
        case 2:
            mes "[Allysia]";
            mes "^3355FFKiehl^000000 has proceeded to";
            mes "proform abnormal modifications";
            mes "to the humanoid robots. This";
proform -> perform

CODE
        mes "[Mitchell]";
        mes "This is too much of a";
        mes "coincidense. I want you to";
coincidense -> coincidence

CODE
kh_mansion,22,28,4    script    Kiel Hyre#kh    903,{
    ...
    cutin "kh_kyel01",2;
    ...
    else if ((KielHyreQuest >= 74) && (KielHyreQuest <= 104)) {
        mes "[Kiel Hyre]";
        mes "Are you ready";
        mes "to confront";
        mes "Kiehl now?";
        next;
        switch(select("Yes:No")) {
        case 1:
            ...
            close2;
            enablenpc "Kiehl_Room_Warp";
            donpcevent "Kiehl_Room_Warp::OnEnable";
            end;
cutin doesn't go away

This post has been edited by theultramage: Sep 15 2009, 06:56 AM