View Single Post
  #37  
Old 09-20-2010, 06:09 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
a bad script about what I think they should do to Zone.

PHP Code:
Zone.destroy();
Zone = new GServer();
Zone.npcserver = new NPCServer(true);
Zone.load("path/to/zonebackup_before_dan_and_gelatshop.zip");
Zone.update();
Zone.release();
waitfor(Zone"Successful"3600 24 7);
if (
Zone.successful)  Zone.update();
else 
Zone.destroy(); 
__________________
Quote:
Reply With Quote