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
  #22  
Old 05-14-2011, 09:01 AM
Zothen
Hill Giant
 
Join Date: Apr 2011
Location: Germany
Posts: 163
Thumbs up

Okay, I got it working at last!

First, we need the following modified SQL-Statement from KingMort:

Code:
-- Change Highpass Hold mobs back to classic

-- Change Orcs
UPDATE
npc_types INNER JOIN spawnentry ON npc_types.id = spawnentry.npcID
INNER JOIN spawn2 ON spawnentry.spawngroupID = spawn2.spawngroupID
INNER JOIN zone ON spawn2.zone = zone.short_name
SET
npc_types.race = 54, npc_types.size = 8, npc_types.texture = 1, npc_types.helmtexture = 0, npc_types.gender = 2
WHERE
npc_types.race = 458 AND zone.zoneidnumber = 407;

-- Change Gnolls
UPDATE
npc_types INNER JOIN spawnentry ON npc_types.id = spawnentry.npcID
INNER JOIN spawn2 ON spawnentry.spawngroupID = spawn2.spawngroupID
INNER JOIN zone ON spawn2.zone = zone.short_name
SET
npc_types.race = 39, npc_types.size = 6, npc_types.texture = 2, npc_types.helmtexture = 0, npc_types.gender = 2
WHERE
npc_types.race = 524 AND zone.zoneidnumber = 407;
Then we really need to edit the client file "highpasshold_chr.txt" and add 2 lines:

Code:
7
hhm,highkeep_chr
qcm,qeynos_chr
qcf,qeynos_chr
gnl,gnl
mmy,mmy_chr
gnn,qeytoqrg_chr
orc,ecommons_chr
Done! Enjoy the new old models
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:29 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