Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-14-2014, 09:03 AM
knight-mare
Sarnak
 
Join Date: Jun 2014
Posts: 69
Default Code to update mobs

Is there anyway i can run a line of code in mysql to update race

such as update race 54 to 458

i have been doing them manually (witch aint too bad) but just takes abit of time
Reply With Quote
  #2  
Old 08-14-2014, 12:59 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Code:
UPDATE `npc_types` SET `race` = '458' WHERE `race` = '54';
Something like that? Note, I didn't test this and I'm not all that good with SQL, so it may not work
Reply With Quote
  #3  
Old 08-14-2014, 01:41 PM
Trubles
Sarnak
 
Join Date: May 2014
Posts: 80
Default

Quote:
Originally Posted by demonstar55 View Post
Code:
UPDATE `npc_types` SET `race` = '458' WHERE `race` = '54';
Something like that? Note, I didn't test this and I'm not all that good with SQL, so it may not work
This will work.

Use this as a template to learn off of as well.

Make sure you back-up your database before any queries are run, also save the query to a text file so you know when you ran it, and what was ran.
Reply With Quote
  #4  
Old 08-14-2014, 07:34 PM
knight-mare
Sarnak
 
Join Date: Jun 2014
Posts: 69
Default

time to test it will reply back thank you
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 01:33 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