Issue information

Issue ID
#414
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Nov 15, 2007 16:18
Last Post
Hercules Elf Bot
Nov 15, 2007 16:18
Confirmation
N/A

Hercules Elf Bot - Nov 15, 2007 16:18

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

Bug # 1:

After you talk with the white dog, and you get to this part:

CODE
mes "[Maria]";
            mes "It's better to just try it yourself than to listen to my descriptions.";
            close2;
            cutin "job_wizard_maria01",255;
            close2;
            cutin "job_wizard_maria01",255;
            warp "gef_dun00",116,102;
            end;
            end;


The char doesn't get warped, it just stays traped on the same cel.

The fix should be like this:

CODE
        mes "[Maria]";
            mes "It's better to just try it yourself than to listen to my descriptions.";
            close2;
            cutin "job_wizard_maria01",255;
            warp "gef_dun00",116,102;
            end;



Bug # 2:
When you go to the third part of the test, you go to the quest waiting room, when you enter the chat room to enter, you get warped to the quest room, then:
CODE
OnTouch:
    mapannounce "job_wiz",strcharinfo(0)+" has not succeeded.",bc_map;
    warp "geffen",120,110;
    end;

you get warped out of the quest room inmediatly after you get in.