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
  #4  
Old 04-09-2008, 06:28 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

Opcodes have nothing to do with this - what you see is the server trying to determine what client you have.
They probably have sneak working as it should be;
on live, when you used sneak, you walked very slow. I used to get someone to Sow me, so I could walk normal at least. Also I think as you got better with the skill, you walked a little faster.
The settings for hide and sneak are in the database table NPC_TYPES. When I made some querys to fix see invs and invis undead, since I never really played a Rouge or used hide and/or sneak, I left them alone or changed little. But you can fix and post for us to share - It's very simple; this query will tell you what the hide situation is in Plane of hate;
Code:
SELECT name, see_hide, see_improved_hide FROM npc_types  WHERE (ID>=76000 AND ID<=76999);
I saw where some are set to see through hide, and I'm thinking that hide is related to sneak. so this will set them to not see hide (in plane of hate);
Code:
UPDATE npc_types SET  see_hide=0, see_improved_hide=0 WHERE (ID>=76000 AND ID<=76999);
The first digits in an npc name tell what zone they belong to (76= Plane of Hate)

Probably the best thing to do is to default all npcs in the game to not see through hide;
Code:
UPDATE npc_types SET  see_hide=0, see_improved_hide=0
, then go back and start setting NPCs to see through hide that should.

I clearly remember Kunark Forest Giants seeing through invis or invis undead, so I set them that way. Anything I could remember, I set, and the rest defaulted to "0", I had hopes that people would post fixes and better this - but that never happened.

Last edited by Angelox; 04-09-2008 at 02:31 PM..
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 02:49 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