Issue information

Issue ID
#2662
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 13, 2009 5:21
Last Post
Hercules Elf Bot
Mar 5, 2012 9:29
Confirmation
N/A

Hercules Elf Bot - Jan 13, 2009 5:21

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

I found this npc by chance on iRO, it seems does nothing but is missing on eA

http://img57.imageshack.us/img57/7839/14758093yw2.jpg
http://img301.imageshack.us/img301/2201/94492895yu6.jpg
http://img74.imageshack.us/img74/5695/87200355qj0.jpg

I coded it for you

CODE
cmd_in02,146,180,4    script        Kafra Employee::kaf_comodo2    721,{
    cutin "kafra_07",2;
    mes "[Kafra Misty]";
    mes "Welcome to the";
    mes "Kafra Corporation.";
    mes "You know that our";
    mes "service is always";
    mes "on your side~";
    next;
    mes "[Kafra Misty]";
    mes "The Kafra Corporation";
    mes "Western Division promises";
    mes "the best quality service that";
    mes "emphasizes reliability, and";
    mes "total consumer satisfaction.";
    mes "Thank you for your patronage~";
    close2;
    cutin "", 255;
    end;
}



Edit:Confirmed, I found it on Aegis 11.3 scripts ^^

CODE
npc "cmd_in02" "Kafra Employee" 4_F_KAFRA7 146 180 4 0 0
OnClick:
    showimage "kafra_07.bmp" 2
    dialog "[Kafra Misty]"
    dialog "Welcome to the"
    dialog "Kafra Corporation."
    dialog "You know that our"
    dialog "service is always"
    dialog "on your side~"
    wait
    dialog "[Kafra Misty]"
    dialog "The Kafra Corporation"
    dialog "Western Division promises"
    dialog "the best quality service that"
    dialog "emphasizes reliability, and"
    dialog "total customer satisfaction."
    dialog "Thank you for your patronage~"
    close
    showimage "kafra_07.bmp" 255
return


This post has been edited by Daegaladh: Jan 13 2009, 11:06 AM