Issue information

Issue ID
#163
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Oct 1, 2007 14:58
Last Post
Hercules Elf Bot
Oct 1, 2007 14:58
Confirmation
N/A

Hercules Elf Bot - Oct 1, 2007 14:58

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

http://svn.eathena.ws/svn/ea/trunk/npc/jobs/2-2/sage.txt

QUOTE
yuno_in03,32,102,1 script Biology Professor#sa 755,{
mes "[Lucius Celsus]";
if (BaseJob == Job_Mage) {
if (BaseJob == Job_Sage) {
mes "What is your business with me?";
mes "You must make a reservation a week in advance if you have any questions.";
next;
mes "[Lucius Celsus]";
mes "You don't know how busy person I am...don't you?";
mes "If you're a Sage, you're supposed to know about me by now.";
next;
mes "[Lucius Celsus]";
mes "You have too much time on your hands. Go explore some dungeons.";
mes "I think it will be more helpful than wasting your time on me.";
}
else if (BaseJob == Job_Novice) {
mes "What brings you to me, kid?";
next;
mes "[Lucius Celsus]";
mes "You'd better go out and play with your pals. ";
mes "This is not a place where you can fool around.";
}
else {
mes "Hmm? What brings you to me? Are you interested in watching monsters?";
next;
mes "[Lucius Celsus]";
mes "You're allowed to watch. However, do not disturb them by making any fuss.";
mes "And keep your hands off, some of these guys are way too dangerous to touch.";
next;
mes "[Lucius Celsus]";
mes "By the way, if you catch any rare monsters in future, let me know.";
mes "I am willing to purchase those at any cost.";
}
close;
}
if (SAGE_Q == 11) {


it should be:
QUOTE
BaseJob != Job_Mage


This post has been edited by Saithis: Oct 1 2007, 08:00 AM