Issue information

Issue ID
#2150
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 31, 2008 16:11
Last Post
Hercules Elf Bot
Mar 5, 2012 15:53
Confirmation
N/A

Hercules Elf Bot - Aug 31, 2008 16:11

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

CODE
    menu     "100- Sweet Potato 7 ea",M_1a, "200- Sweet Potato 15 ea",M_1b, "300- Sweet Potato 25 ea",M_1c, "400- Sweet Potato 35 ea",M_1d,
        "500- Sweet Potato 50 ea",M_1e, "600- Sweet Potato 60 ea",M_1f, "700- Sweet Potato 75 ea",M_1g, "800- Sweet Potato 85 ea",M_1h,
        "900- Sweet Potato 100 ea",M_1i, "1000- 1st Lottery Chance!",M_1j, "Next items",M_2, "Cancel",M_End;

    M_1a:
        if(RESRVPTS < 100) goto sL_LowPts1;
        mes "[Kafra]";
        mes "Here you are.";
        getitem 516, 7;


516 -> Potato
633 -> Sweet Potato

There're some other getitem's below that piece of code.

What's wrong? The menu or the getitem's?

Thx.

Hercules Elf Bot - Dec 12, 2011 15:06

Originally posted by [b]Brian[/b]
Updating status to: [b]Fixed[/b] in [rev=15075/trunk/npc/cities/].

This post has been edited by Brian on Dec 12, 2011 15:07