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)

Reply
 
Thread Tools Display Modes
  #1  
Old 07-19-2008, 12:32 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default Npc pets?

I wanted to ask for longest time but kee forgeting - why npc do not summon pets?
Reply With Quote
  #2  
Old 07-19-2008, 12:38 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

They do, if they have a pet spell in their spell list. Back in the day, all NPC casters had pet spells which is wrong, obviously. So, Angelox created two lists per class, one with pets and one without. Since then, we've been manually assigning the pet lists to NPCs that are confirmed to have pets. If you are using PEQ, check out the Crusaders around Cabilis (not in the city), you'll see they have their skelly pets trailing them.
Reply With Quote
  #3  
Old 07-19-2008, 12:44 PM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,474
Default

I've verified that indeed npc's will cast spells like CD mentioned - use spell list id's 514-524.
It can include pets spells in some normal npc spell lists if you need tp make them a bit more powerful.

GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote
  #4  
Old 07-20-2008, 01:24 AM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

ah i see i was kind expecting that default class list would include pets
thanks
Reply With Quote
  #5  
Old 07-20-2008, 09:22 AM
Angelox
AX Classic Developer
 
Join Date: May 2006
Location: filler
Posts: 2,049
Default

This would display the two caster default sets (for PEQ);
Code:
SELECT * FROM peq.npc_spells where id >='514' and id <='524' OR id >='2' and id <='12';
And this would set all caster npcs default to pets again (if the above is correct);

Code:
UPDATE  peq.npc_types SET npc_spells_id=npc_spells_id+512 WHERE npc_spells_id >='2' and npc_spells_id <='12';
And, it would cancel all the work everyone has done towards placing the proper NPCs with their pets (back up npc_types in case you don't like it).

The original reason on why I did this was, I figured there were a lot more NPCs that didn't use pets than those which did, so it would be easier/faster to start out with no pets, then go through the NPC list and fix the ones that do need pets.

At the time, I was working Droga - not one NPC there should have a pet; more than half the NPCs are casters, and they all had pets, which 'ghosted' at zin. This made the whole dungeon unbearable ( there were a lot of zones like this). Probably, all the un-needed pets running around make lag too.

We should also be making specific spell sets, but that takes even more time, and probably not as urgent.
For example Spider Tamer Gugan in Tutorialb shouldn't have a full shaman spellset, and he certainly does not blind you on live. In Nadox, there are no caster NPCs that can SOW (yet they do SOW).
I remember when getting blinding by an NPC was a special occasion (the Muddites in Beholder!)
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 01:06 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