Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 04-26-2007, 12:25 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Run the following queries, replace 279 with the proper zone ID, and abysmal with the proper zone name. This applies to the larger IDs... In this example Abysmal is ID 279, so the ranges are 278999-280000. If you wanted to delete Misty which is ID 33, the range would be 32999-34000, and so forth.

Code:
delete from grid where zoneid='279';
delete from grid_entries where zoneid='279';
delete from spawn2 where zone='abysmal';
delete from spawngroup where id >'278999' and id <'280000';
delete from spawnentry where npcid >'278999' and npcid <'280000';
delete from npc_types where id >'278999' and id <'280000';
delete from merchantlist where merchantid >'278999' and merchantid <'280000';
If you want to keep the NPCs, obviously you'd omit npc_types and ideally, merchantlist.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:56 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3