Issue information

Issue ID
#4319
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jun 18, 2010 20:19
Last Post
Hercules Elf Bot
Mar 5, 2012 15:07
Confirmation
N/A

Hercules Elf Bot - Jun 18, 2010 20:19

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

CODE
npc "lhz_in02" "Lab Staff#amano08" 4_LGTSCIENCE 265 273 6 0 0
OnClick:
    dialog "[Assam]"
    dialog "This place is nice"
    dialog "and usually pretty quiet."
    dialog "I like to come here after"
    dialog "work, have a drink and just"
    dialog "chat with the bartender."
    wait
    dialog "[Assam]"
    dialog "The rum here is incredibly"
    dialog "good too. It might even be"
    dialog "the best in the world. I dunno"
    dialog "why, but for some reason, its"
    dialog "taste reminds me of teamwork~"
    close
return


Found on Aegis.

Converted to eA:

CODE
lhz_in02,265,273,6    script    Lab Staff#amano08    865,{
    mes "[Assam]";
    mes "This place is nice";
    mes "and usually pretty quiet.";
    mes "I like to come here after";
    mes "work, have a drink and just";
    mes "chat with the bartender.";
    next;
    mes "[Assam]";
    mes "The rum here is incredibly";
    mes "good too. It might even be";
    mes "the best in the world. I dunno";
    mes "why, but for some reason, its";
    mes "taste reminds me of teamwork~";
    close;


http://paste-bin.com/view/d073623e

This post has been edited by Dani: Jun 18 2010, 01:20 PM