Remove Augmentation Sealers
I was able to remove all LDON NPC's and tents/barrels/crates/carts/campfires from a zone, but I cannot get the Augmentation Sealer to remove. It doesn't appear in the "Doors" part of the database.
Does anyone know where it's located so I can delete it? Please let me know. Thanks! |
In the 'object' table, objectname: IT10714_ACTORDEF (one for each zone it's in)
|
Type 53 in the object table.
Code:
UPDATE object SET zpos = -1000 WHERE type = 53; Code:
SELECT * FROM object WHERE type = 53; |
All times are GMT -4. The time now is 09:43 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.