Issue information

Issue ID
#2016
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 7, 2008 5:26
Last Post
Hercules Elf Bot
Mar 5, 2012 8:55
Confirmation
N/A

Hercules Elf Bot - Aug 7, 2008 5:26

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

You can logout after get the item #2339 and do the S. Novice quest again to win other, i get too many players doing it on my server.


CODE
select("Huh?:What is that?");
        mes "^3355FFYou look behind you, but...";
        mes "There's nothing's there.";
        mes "Something fishy is going on here!^000000";
        next;
        callfunc "F_ClearJobVar";
        getitem 2339,1; //G_Strings
        if (Upper==0) jobchange Job_SuperNovice;
        if (Upper==2) jobchange Job_Super_Baby;
        mes "[Tzerero]";
        mes "Bwaha! I got you!";
        mes "So...how do you like my joke?";
        mes "Oh well, let's forget that...";
        next;


I Think the F_ClearJobVar isn't doing his job, or anything else.