Issue information

Issue ID
#351
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 2, 2007 19:09
Last Post
Hercules Elf Bot
Nov 2, 2007 19:09
Confirmation
N/A

Hercules Elf Bot - Nov 2, 2007 19:09

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

Lastest trunk script.
CODE
            set ROG_SK,getarg(0);
            disablenpc "Kienna#"+getarg(0)+"th";

This doesnt work, the npc isnt disabled, if you keep retrying the test, you will talk to same npc over and over again even if you leave the map and join back.

CODE
            mes "I'm happy to say that";
            mes "you've completed your";
            mes "training! Let me send";
            mes "you back to Thor Greg";
            mes "now so that you can finish";
            mes "learning ^FF0000Close Confine^000000.";
            set ROG_SK,getarg(0);

This is also TERRIBLY WRONG. This can set the quest back to begining, before talk to all npcs.

Should be set ROG_SK,8; i presume:
CODE
        else if (ROG_SK == 8) {
            mes "[Thor Greg]";
            mes "Ah, I hear from Kienna";
            mes "that you've completed your";
            mes "training. Congratulations!";
            mes "Now, please speak to my";
            mes "father so that he can explain^FFFFFF ^000000 the Close Confine skill in detail.";
            set ROG_SK,9;
            close;
        }


This post has been edited by Brainstorm: Nov 2 2007, 12:16 PM