Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Development

Development::Development Forum for development topics and for those interested in EQEMu development. (Not a support forum)

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-15-2007, 07:13 AM
TheLieka
Developer
 
Join Date: Oct 2004
Location: THE ATL (wut wut)
Posts: 325
Default

Quote:
Also I know some invis work has been done, but invis. vs undead is actually making you invisible to almost everything.
This one is a database issue. There's a field in the npc_types table that specified if a mob can see_invis_undead. I can't speak to the current builds of PEQ, but I know my old AX db had them all set to 0 (which means that no mob can see you if you have IVU on).

I'm sure there's an elegant way to fix this, but I just went through the race list, picked out all the undead races (like skeletons, ghouls, and zombies, etc) and wrote a query to:
UPDATE npc_types SET see_invis_undead = 1 WHERE race = 'blah' || race = 'blah2' || etc, etc.;

I'm not going to go through and pull all those RaceIDs again, but that's how I handled it.

As far as invis breaking charm, I could look into that one. Currently, invis doesn't kill your normal pet either, so I'll see about getting those two addressed.

Dax
__________________
Daxum



Former ServerOp - Vallon Zek / Tallon Zek Emu Server - Legit / Guild PvP - (2007 - 2011 RIP)
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 05:22 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