Title says it all...And i want it to spawn for every 30 minutes..Can anyone tell me how to do it?
So this is normal zakum script.Can i edit to likePHP Code:/*
Zakum Altar - Summons Zakum.
*/
function act() {
rm.changeMusic("Bgm06/FinalFight");
rm.getMap().spawnZakum(-10, -215);
rm.mapMessage("Zakum is summoned by the force of eye of fire.");
if (!rm.getPlayer().isGM()) {
rm.getMap().startSpeedRun();
}
}
GUide me please =(PHP Code:/*
Zakum Altar - Summons Zakum.
*/
function act() {
rm.changeMusic("Bgm06/FinalFight");
rm.getMap().spawnPinkZakum(-10, -215);
rm.mapMessage("Where comes the pink zakum.Good luck!");
if (!rm.getPlayer().isGM()) {
rm.getMap().startSpeedRun();
}
}


Reply With Quote

