Search found 2 matches

by observor
Sat Feb 21, 2015 5:56 pm
Forum: Bugs
Topic: BST/SMN mobs don't spawn pets
Replies: 5
Views: 6151

Re: BST/SMN mobs don't spawn pets

So I've continued my search for a solution and found some code that looks relevant. First: 225 if(m_PSpecialSkill != NULL && TrySpecialSkill()) 226 { 227 // I spawned a pet 228 } this is in darkstar/src/map/ai/ai_mob_dummy.cpp lines 225-228 It appears as though the mob checks to see whether it has a...
by observor
Thu Feb 19, 2015 10:14 pm
Forum: Bugs
Topic: BST/SMN mobs don't spawn pets
Replies: 5
Views: 6151

BST/SMN mobs don't spawn pets

Hi everyone. I set up an instance of darkstar for some friends and we've been modifying it to our needs with great success, but this one has me a bit stumped. BST/SMN/PUP enemies are spawned but they do not spawn pets. I've checked several mobs in the wild and none appear to be capable. This is an i...