Issue information

Issue ID
#2873
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 16, 2009 22:03
Last Post
Hercules Elf Bot
Mar 5, 2012 9:50
Confirmation
N/A

Hercules Elf Bot - Mar 16, 2009 22:03

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

[codebox]geffen_in,177,112,4 script Bookshelf 111,{
mes "[Guide Book]";
mes "This Guide Book is the property of the Geffen Mage Association. Please handle with care.";
next;
switch(select("Solution No. 1.:Solution No. 2.:Solution No. 3.:Solution No. 4.:Close.")) {
case 1:
mes "[Mage Test Solution No. 1]";
mes "* Ingredients List *";
mes "2 Jellopy";
mes "3 Fluff";
mes "1 Milk";
next;
mes "[Mage Test Solution No. 1]";
mes "* Solvent Agent *";
mes "Payon Solution";
mes "Where to Find:";
mes "A small spring in Payon, the Archer Village.";
next;
mes "[Mage Test Solution No. 1]";
mes "* Magic Power Serial Code *";
mes "8472";
next;
mes "[Mage Test Solution No. 1]";
mes "* Catalyst *";
mes "Yellow Gemstone";
mes "(Provided by";
mes "Mixing Machine)";
close;
case 2:
mes "[Mage Test Solution No. 2]";
mes "* Ingredients List *";
mes "3 Jellopy";
mes "1 Fluff";
mes "1 Milk";
next;
mes "[Mage Test Solution No. 2]";
mes "* Solvent Agent *";
mes "None";
next;
mes "[Mage Test Solution No. 2]";
mes "* Magic Power Serial Code *";
mes "3735";
next;
mes "[Mage Test Solution No. 2]";
mes "* Catalyst *";
mes "Red Gemstone";
mes "(Provided by";
mes "Mixing Machine)";
close;
case 3:
mes "[Mage Test Solution No. 3]";
mes "* Ingredients List *";
mes "6 Jellopy";
mes "1 Fluff";
next;
mes "[Mage Test Solution No. 3]";
mes "* Solvent Agent *";
mes "Payon Solution";
mes "Where to Find:";
mes "A small spring in Payon, the Archer Village.";
next;
mes "[Mage Test Solution No. 3]";
mes "* Magic Power Serial Code *";
mes "2750";
next;
mes "[Mage Test Solution No. 3]";
mes "* Catalyst *";
mes "Blue Gemstone";
mes "(Provided by";
mes "Mixing Machine)";
close;
case 4:
mes "[Mage Test Solution No. 4]";
mes "* Ingredients List *";
mes "2 Jellopy";
mes "3 Fluff";
next;
mes "[Mage Test Solution No. 4]";
mes "* Solvent Agent *";
mes "Morroc Solution";
mes "Where to Find:";
mes "A small spring near entrance of pyramid in Morroc.";
next;
mes "[Mage Test Solution No. 4]";
mes "* Magic Power Serial Code *";
mes "5429";
next;
mes "[Mage Test Solution No. 4]";
mes "* Catalyst *";
mes "1 carat Diamond";
mes "(Provided by";
mes "Mixing Machine)";
close;
}
}[/codebox]

-> Missing a "close;" at the very end of the file if you choose the "close" option.

EDIT - Is there any reason why the "codebox" tag works on the preview page and nowhere else?

This post has been edited by NoHealing: Mar 16 2009, 03:15 PM