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.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-14-2011, 05:47 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default New Races Query

This isn't groundbreaking by any means and there might be some other ones floating around there, but I threw this one together in 2 minutes to update races within the npc_types table. Here it is if you like, back up your database!



Code:
UPDATE npc_types SET race = 468 WHERE race = 37;
UPDATE npc_types SET race = 469 WHERE race = 108;
UPDATE npc_types SET race = 433 WHERE race = 40;
UPDATE npc_types SET race = 454 WHERE race = 14;
UPDATE npc_types SET race = 455 WHERE race = 48;
UPDATE npc_types SET race = 456 WHERE race = 28;
UPDATE npc_types SET race = 458 WHERE race = 54;
UPDATE npc_types SET race = 464 WHERE race = 29;
UPDATE npc_types SET race = 416 WHERE race = 34;
UPDATE npc_types SET race = 415 WHERE race = 36;
Reply With Quote
  #2  
Old 08-14-2011, 06:27 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default

I've thought about doing this a time or two and never got around to it. It's handy to have it all in one place, thanks!

Those races are < 473 so it should also be Titanium safe.
Reply With Quote
  #3  
Old 08-14-2011, 06:35 PM
robinreg
Sarnak
 
Join Date: Feb 2010
Location: California
Posts: 88
Default

with comments on which races

Code:
UPDATE npc_types SET race = 468 WHERE race = 37; --snake
UPDATE npc_types SET race = 469 WHERE race = 108; --eye
UPDATE npc_types SET race = 433 WHERE race = 40; --goblin
UPDATE npc_types SET race = 454 WHERE race = 14; --werewolf
UPDATE npc_types SET race = 455 WHERE race = 48; --kobold
UPDATE npc_types SET race = 456 WHERE race = 28; --Fungusman
UPDATE npc_types SET race = 458 WHERE race = 54; --orc
UPDATE npc_types SET race = 464 WHERE race = 29; --gargoyle
UPDATE npc_types SET race = 416 WHERE race = 34; --bat
UPDATE npc_types SET race = 415 WHERE race = 36; --rat

UPDATE npc_types SET race = 440 WHERE race = 38; --spider
I know that orc, goblin, kobold, bat and rat are upgradable for both Titatium and sof+. I tried the snake one but it shows up as human in titanium. Not sure about the others.

Last edited by robinreg; 08-14-2011 at 06:43 PM.. Reason: added spider to code
Reply With Quote
Reply


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 03:51 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3