Issue information

Issue ID
#1572
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 26, 2008 20:00
Last Post
Hercules Elf Bot
Feb 21, 2012 9:21
Confirmation
N/A

Hercules Elf Bot - May 26, 2008 20:00

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

line 205...217
CODE
    if (BaseJob != Job_Mage) {
        if (BaseJob != Job_Sage) {
            mes "Oh nice to meet you again, long time no see.";
            mes "So how's it going with the studying?";
            next;
            mes "[Metheus Sylphe]";
            mes "It's okay to study books and magic scrolls all day, ";
            mes "but you must go outside and fight with monsters as much as you can in order to be a well experienced Sage.";
            next;
            mes "[Metheus Sylphe]";
            mes "If you know any Sage candidates, please give them some advice...";
            mes "Also, please give my regards to your colleagues as well.";
        }

at line 206: it seem should be:
CODE
if (BaseJob == Job_Sage) {

???

EDIT: and small typo at line 652
CODE
mes "What, do you want to be a sage?";

sage - > Sage

This post has been edited by 3BEPOK: May 27 2008, 02:21 AM