00000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000000000000000
Last edited by inico; 01-17-2017 at 11:16 AM.
i don't think so .. but u can make some .npc delete macro and it will be more easy u knowwith the gameobjects it's a little hard but u can manage it without some script or something ..
Homosexuals are gay
DELETE FROM `creature_spawns` WHERE `zoneID` = 'x';
Do something like that. No idea what zone ID or trinity structure is.
You can't delete NPCs by zone, only by map.Code:DELETE FROM creature where map = ID
DELETE FROM `creature` WHERE `map` = 'ID' AND `x` BETWEEN '5' AND '20000'; <-- Do something like that to calculate the rough area of the zone then. Sucks that trinity doesn't have zones in spawns. 0o
Or justZone id or map if its working.Code:DELETE FROM `creature_spaws` WHERE `map` = 'ID'
I don't know the map id, look for it in the db on some of the npcs spawned in the basin ex. Loque'nahak
If there is a map id in the mangos Db, havent been working with wow emus for a few months -.-'
Thats just so damn funny...
The Gobjects will be hard :P
Last edited by Harambeqt; 03-06-2011 at 06:23 AM.
MapID != ZoneID.
If you delete from mapid it will remove everything in Northrend.