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
  #20  
Old 12-07-2007, 02:31 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Code:
--change the shapeshifter Motte back to human form
update npc_types set race = 1 where id = 50300;
--a_domesticated_bleeder
INSERT INTO `npc_types` VALUES (52103,'a_domesticated_bleeder','',1,134,1,22,11,2,0,0,2,2,0,0,0,0,0,1,2,'',50,0,0,0,0,0,0,0,0,0,0.75,1,1,1,1,1,0,1,0,5,0,0,0,0,68,68,63,68,76,63,58,0,0,1,0,1);
--a_domesticated_bleeder spawn
update spawnentry set npcid = 52103 where npcid = 50311 and spawngroupid = 52096;
--a jungle hatching
INSERT INTO `npc_types` VALUES (52104,'a_jungle_hatchling','',1,440,1,22,11,2,2,0,2,2,0,0,0,0,0,1,2,'',50,0,0,0,0,1,0,0,0,0,1,1,1,1,1,1,0,1,0,21,0,0,0,0,79,79,79,79,79,79,79,0,0,1,0,1);
--a jungle hatching spawn
update spawnentry set npcid = 52104 where npcid = 50300 and spawngroupid = 52095;
I think what happened was you are using the pre-Rathe Mountains overhaul of PEQ to grab the other NPCs from, so that's why the IDs got messed up.

Last edited by cavedude; 12-07-2007 at 10:34 AM..
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 02:38 PM.


 

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