//============================================================
//= Gold Room Script
//===== Current Version: =====================================
//= 1.01
//===== Description: =========================================
//= Literally creates a room...full of gold
//= Note: depending on how much gold you add, you may or may
//= not develop a headache from the red item flashing
//============================================================
- script LiteralGoldRoom -1,{
OnTimer100:
makeitem
969, 1, "pvp_y_1-1", rand(87, 119),rand(86,115);
stopnpctimer;
initnpctimer;
OnInit:
initnpctimer;
}
ra_temple,133,158,6 script Gold Room 839,{
mes "Would you like to go to the gold room?";
if(select("Yes", "No") == 1) {
warp "poring_c01", 100, 100;
}
close;
}