Issue information

Issue ID
#4862
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Apr 13, 2011 12:56
Last Post
Hercules Elf Bot
Mar 5, 2012 15:49
Confirmation
N/A

Hercules Elf Bot - Apr 13, 2011 12:56

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

Line 574:
if (select("Tell me more about Priests.:Nothing.") == 1) {
mes "[Sister Cecilia]";
mes "Messengers of God are usually known as Priests. After becoming an Acolyte, you can train with the goal of becoming a Priest.";
next;
mes "[Sister Cecilia]";
mes "Servants of God are prohibited to use weapons based on blades. For us, the meaning of battle with monsters is not in the killing, but in the enlightening of their souls.";
if (BaseJob == Job_Acolyte) {
next;
mes "[Sister Cecilia]";
mes "Well, it will be better that you meet Priests for yourself and speak with them. If you are ready to become a Priest, speak with Bishop Paul in this room.";
next;
mes "[Sister Cecilia]";
mes "I believe he can give you specific requirement information about the Priest class. Yes, I think it's a good idea.";
next; ------ wrong
}
close; ----- missed
}
mes "[Sister Cecilia]";
mes "I see. Well, feel free to relax and make yourself at home. Nowhere on earth is safer than the Prontera Sanctuary.";
next;
mes "[Sister Cecilia]";
mes "May God bless you...";
close;

This post has been edited by Feanorko: Apr 13 2011, 05:57 AM

Hercules Elf Bot - Dec 7, 2011 2:51

Originally posted by [b]Jguy[/b]
Fixed in [rev=15021]