DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
//testing server instant level and item NPC
debugroom.gat,15,21,0 script WeaponsTest 114,{
mes "[Weapons Tester]";
mes "\"Explenation.... \"";
menu
"Creater test dummy", L_Yes,
"Nevemind.", -;
close;
L_Yes:
monster "debugroom.gat",18,25,"Funny",1999,1,0;
close;
}