EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=613)
-   -   Clearing NPC_Types Without Deteting It (https://www.eqemulator.org/forums/showthread.php?t=13029)

DeletedUser 04-11-2004 01:07 PM

Clearing NPC_Types Without Deteting It
 
Got a quick question:

Is there anyway, to clear out the entire NPC_Spawn table without deleting it and preventing the EQEmu from not working. In other words, I am just looking for a way to put the NPC_TYpes and possibly spawns back to when i first got them without having to manually delete them in the Admin Tool. If there is a way to do this such as in the MYSQL console, please share the word.

Thank You,
Wizzel :D

nattini 04-11-2004 01:47 PM

in the mysql console,

delete from <tablename>;

where <tablename> is the table you want to delete all the entries from.

drop <tablename>; --would delete the whole table.


-nattini

DeletedUser 04-11-2004 02:09 PM

Thanks :P


All times are GMT -4. The time now is 11:26 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.