Log in

View Full Version : Pets not working at all


Durge
04-04-2012, 07:39 PM
So, the pets on this server I'm working on aren't working at all, they don't respond to anything, they just follow you like familiars do. I was told it was a connection issue with the DB or something, but I can't seem to find anything that would be interrupting that, any ideas?

trevius
04-04-2012, 10:36 PM
If you are running on a different source code revision than the DB was from, you are most likely missing some SQL, specifically this:

http://code.google.com/p/projecteqemu/source/browse/trunk/EQEmuServer/utils/sql/svn/2069_required_pets.sql?spec=svn2072&r=2072

And if you are missing that, then you may be missing other required SQL as well.

Durge
04-05-2012, 09:11 AM
Hmm, no, I seem to have all of that

Hateborne
04-24-2012, 08:29 PM
I am having a few issues with pets working for some classes but not others. Classes that have pets normally seem to work, with one exception. I have a controllable cleric pet that just stands there, looking pretty. It does not attack.

Is there something I missed? I have pets.npcID matching npc_types.id, I have petcontrol = 2, petnaming = 3, monsterflag = 0, equipmentset = 0.

I am noticing EVERY pet has equipmentset = -1, could this be part/all of it?

-Hate