Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-13-2008, 08:19 AM
nezmyth
Sarnak
 
Join Date: Mar 2008
Posts: 71
Default NPC's Spawning w/ Weps in Hands

Hi guys, Ive been #spawning mobs while inserting itemid #'s in primary & secondary slots but when they spawn they dont show up... Ive searched and dont think anyone has found a solution so Im bringing this topic up again to see if possibly mabye someone knows the solution. I'd like the mob to have the weapon graphic but not have the actual weapon in the loot table
Reply With Quote
  #2  
Old 03-13-2008, 08:52 AM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Use this query:

Code:
UPDATE npc_types SET d_meele_texture1 = XXXXX WHERE id = YYYYY;
The Xs are the 'idfile' value that you'll find when looking at the raw data for a weapon on Lucy or in the database and the Ys are the NPC ID. Use only the numbers that you find.

For example, Seru holds the Sword of Truth [which has an 'idfile' value of 'IT10025'] and he is NPC ID 159690. So the query for him looks like this:

Code:
UPDATE npc_types SET d_meele_texture1 = '10025' WHERE id = '159690';
Reply With Quote
  #3  
Old 03-13-2008, 03:09 PM
nezmyth
Sarnak
 
Join Date: Mar 2008
Posts: 71
Default

Well im typing this into the MYSQL QUery Browser in the top ...

Quote:
UPDATE npc_types SET d_meele_texture1 = 17278 WHERE id = 580001;
I have the npc_types table selected and i click execute with the above typed in... I get an error saying
Quote:
Unknown column 'd_melee_texture1' in field list
EDIT:: mispelled melee ganna go check if it worked =p
Reply With Quote
  #4  
Old 03-13-2008, 03:28 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Yeah. Don't ask me why, but melee is misspelled in the table, so that's just how it is.
Reply With Quote
  #5  
Old 03-13-2008, 03:59 PM
nezmyth
Sarnak
 
Join Date: Mar 2008
Posts: 71
Default

k im havign a problem its not showing but im trying to figure it out on my own and experiment but im sick of having to shutdown the server by X'ing out the 3 command windows that start the server up and restarting them up again (start.bat, world.exe, zone.exe) whenever i update something in the database, is there a way for it to take affect right when i update the database? So i can just zone out or something and itll take affect?
Reply With Quote
  #6  
Old 03-13-2008, 04:36 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

It depends upon what you're updating. Some things will take, some things won't. You'll have to give some examples.

As for it not working, what weapon are you trying to have them hold? And is that a custom NPC you're assigning it to?
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 05:44 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