Issue information

Issue ID
#2106
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 22, 2008 14:42
Last Post
Hercules Elf Bot
Mar 5, 2012 8:59
Confirmation
N/A

Hercules Elf Bot - Aug 22, 2008 14:42

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

Not really a bug, just an layout flaw.

CODE
ra_in01,308,59,1    script    Waiter#Aru    930,{
    if (aru_monas < 7) {
        mes "[Waiter]";
        mes "Welcome to";
        mes "Rachel's Palate, one";
        mes "of Rachel's finest and";
        mes "most exquisite restraunts.";
        if (aru_monas < 6) {
            close;
        }
        if (aru_monas == 6) {
            mes "[Waiter]";
            mes "What would you like";
            mes "to order? Or... If I'm";
            mes "not mistaken, you're";
            mes "here for something else?";
            next;


There should be a "next;" after "if (aru_monas == 6) {", else it will look strange on the client:
http://img366.imageshack.us/img366/7529/sc...aesir018vo9.jpg

It's on quests_nameless.txt.

This post has been edited by timexy: Aug 22 2008, 07:42 AM