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 11-05-2014, 02:34 PM
nilbog
Hill Giant
 
Join Date: Nov 2007
Posts: 198
Default

My information might be out of date with current peq table structure, but I will try to help.

I would start by running a query to get a scope of how many exist, and where they are.
i.e.
Quote:
select npt.id,npt.name,npt.bodytype,npt.race,spt.chance,s p2.zone
from spawnentry spt
left join npc_types npt on (npt.id=spt.npcid)
left join spawn2 sp2 on (sp2.spawngroupid = spt.spawngroupID)
where spt.chance > '0' and npt.bodytype = '11' and npt.race in (127,240)
That should show id,name,bodytype (11 is untargetable), race (127 and 240 are invisible men), its chance to spawn in a spawngroup, and the zone it spawns in.

And just fine tune it from there. Search for the invisible men races were bodytype isn't 11, to make sure they are set up properly. If you want to remove them all, create a query to either 0% the chance in spawnentry or remove the spawn2 ids. I would look further into it before deleting everything because as demonstar said, you shouldn't be seeing them.
__________________
https://www.project1999.com
Reply With Quote
Reply

Thread Tools
Display Modes

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 09:39 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3