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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-24-2014, 10:37 PM
Figback65
Discordant
 
Join Date: Aug 2009
Location: 2131231231
Posts: 255
Default Mysql Query Help, Disable Fabled.

Well, another question. I tried to use georges tools to edit npcs and it now gives me errors with the new special attacks changes. After i noticed what it was doing, it had ruined my npc_types table and i had to restore from a backup. So here now I am tryen to figure out a simple query to run to help edit them w/o usen tools anymore. Sorry george :( Lovem tho!

Code:
SELECT
   npc_types.name AS NPC_Name,
   spawn2.enabled AS Enabled
FROM
   npc_types,
   spawn2
WHERE
   npc_types.name LIKE '%fabled%';
This errors out with out of memory error

and

Code:
SELECT
   npc_types.name AS NPC_Name,
   spawn2.enabled AS Enabled
FROM
   npc_types,
   spawn2
WHERE
   npc_types.name LIKE '%fabled%'
LIMIT 100;
Just repeats the 1st Fabled string it finds, which is 100 Fabled Fippys.

Any ideas or opinions? And yes i try try try and research like crazy, even stack overflow and forums before i bother you guys
__________________
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 08:07 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