Clearing a zone
Hey guys,
just a question, i have researched and found nothing as of yet. Is there a way to clear a zone of all spawning creatures? besides going through the database and deleting manually? Cheers! |
I just update the spawn2 of the zone and set all the mobs in that zone to a different version of the zone.
I usually just move all unwanted mobs to version 15 just to be consistent with how I handled the original spawns. Code:
UPDATE spawn2 SET version = 15 WHERE zone = 'zoneshortname' AND version = 0; |
You can use EoC2 (http://eoc.akkadius.com/EOC2/login.php) to copy/delete zone versions also. That'll wipe out everything.
|
Ok thanks alot to both of you!
|
All times are GMT -4. The time now is 12:41 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.