Issue information

Issue ID
#899
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Jan 30, 2008 20:31
Last Post
Hercules Elf Bot
Feb 21, 2012 8:46
Confirmation
N/A

Hercules Elf Bot - Jan 30, 2008 20:31

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

1.
CODE
            case 2:
                mes "[Altiregen]";
                mes "You want to know our requirements? First, you need to have Job Level 40 or higher as a Merchant. Second, you need to pass a test that will be given by the Blacksmith Guild.";
                next;
                mes "[Altiregen]";
                mes "The test may consist of difficult tasks, but it's definitely not impossible. You will need to deliver certain items to different areas around the world";
                mes "to complete the test.";
                break;
Only thing happening after that last break; is a } terminating the script.
There should be a close; in there, like all the other cases.

2.
CODE
ein_in01,201,27,3    script    Guildsman#alberta    63,{
    mes "[Geschupenschte]";
...
    if (BaseJob == Job_Merchant) {
        mes "[Geschupenschte]";
        mes "Oh ho ho!";
        mes "You're a Merchant!";
        mes "Excellent! I was";
        mes "in need of some help!";
        next;
...
        else if (BSMITH_Q == 1) {
            mes "[Geschupenschte]";
            mes "Oh ho ho!";
            mes "You're a Merchant!";
            mes "Excellent! I was";
            mes "in need of some help!";
            next;
please sort out and correct this dialogue.
EDIT: he also spams the junk after you answer his test questions and talk to him again.

3.
CODE
ein_in01,24,41,5    script    Blacksmith Guildsman#moc    726,{
...
[pass the test questions]
...
                mes "[Mitehmaeeuh]";
                mes "Take this Hammer";
                mes "of Blacksmith and go back to the Einbroch Blacksmith Guild. Okay then? I wish you the best of luck!";
...
        mes "Yeap, you just passed the Blacksmith job test~";
        next;
        mes "[Mitehmaeeuh]";
        mes "Why don't you go back to Mr.Geschupenschte?";
        next;
        mes "[Mitehmaeeuh]";
        mes "Don't forget to bring the Hammer of Blacksmith with you!";
both of these dialogues are totally illogical, as 1. I am supposed to go to the master guildsman, not the weapon quest guy in einbech. And also, the npc itself is inside the einbroch blacksmith guild, telling me to go back to the einbroch blacksmith guild.
This could be an iRO wtf after shuffling the geffen/alberta npcs around, but also due to some other reason...

This post has been edited by theultramage: Jan 30 2008, 01:07 PM