Thread: The Sleeper`
View Single Post
  #13  
Old 10-03-2010, 04:45 PM
palyer
Fire Beetle
 
Join Date: Jun 2010
Posts: 2
Default

Code:
update spawn_conditions set value = 1 where id = 1 and zone = 'sleeper';
update spawn_conditions set value = 0 where id = 2 and zone = 'sleeper';
delete from quest_globals where name = 'kerafyrm';
update spawn2 set timeleft = 0 where zone = 'sleeper';
This no longer seems to work with the updated database. There is no longer a 'timeleft' column in the spawn2 table. After having done the first three queries, Sleeper's Tomb is still spawning as the Kerafyrm's Lair version. Any help would be appreciated, thanks.
Reply With Quote