Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 03-27-2015, 01:13 AM
Azrealvect
Sarnak
 
Join Date: May 2011
Posts: 53
Default Quick Question

Im looking to change all the old bear models to the newer(ish) PoP models. I like their animations better. If i do a sql query of

Code:
update npc_types set race = 305 where race = 43;
305 PoP bear race 43 old world bear race

Will this update all the bear races 43 to 305? Just want to make sure it works before I try it.
Reply With Quote
  #2  
Old 03-27-2015, 01:16 AM
Azrealvect
Sarnak
 
Join Date: May 2011
Posts: 53
Default

or would it be better to do something like
Code:
UPDATE npc_types SET race = REPLACE(race, '43', '305');
Still new to this and not sure which to use in some situations
Reply With Quote
  #3  
Old 03-27-2015, 06:41 AM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default

Quote:
Originally Posted by Azrealvect View Post
Im looking to change all the old bear models to the newer(ish) PoP models. I like their animations better. If i do a sql query of

Code:
update npc_types set race = 305 where race = 43;
305 PoP bear race 43 old world bear race

Will this update all the bear races 43 to 305? Just want to make sure it works before I try it.
That will work.

But you might want to make sure the textures match, because if the texture for polar bear is different on race 305 than on race 43 you will need to change that too.

Also, I don't know if the new bear is a global model or not.
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: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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3