EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Quests::Q&A (https://www.eqemulator.org/forums/forumdisplay.php?f=599)
-   -   Rage of Zomm (https://www.eqemulator.org/forums/showthread.php?t=27986)

chrsschb 04-22-2009 08:43 PM

Rage of Zomm
 
How do I make it die when the target dies? Currently a Magician can summon a RoZ and it lasts forever.

trevius 04-22-2009 09:04 PM

If the pet always has the same name, you could probably make a script for it and put it in the /quests/templates folder to be used in all zones. Something pretty basic should work.

Code:

sub EVENT_COMBAT {

  if ($combat_state == 0) {
    quest::depop();
  }

}

That might work, but I didn't really test it at all. I am sure you could do some other checks like sub EVENT_NPC_SLAY or have it run a check to see if it has a target and once it looses that target, it depops.

Riklin 02-01-2015 05:19 PM

Rage of Zomm was designed to work a very specific way. It is currently NOT working correctly.

It was designed to be an ADDITIONAL short term (cannot be commanded) pet. You start it at the beginning of a fight, the pet immediately engages your target and fights it till either the pet is killed, the mob dies or the summoner (you) die.

Right now, you can cast Rage of Zomm, but if you have a pet alive, it won't spawn the Rage of Zomm pet, saying something, "You cannot have more than one pet at a time."

You're not supposed to be able to have more than one ZOMM pet at a time, but you can still have a regular pet AND a ZOMM pet.

That's how it is supposed to work. It is DEFINITELY NOT supposed to be a NORMAL long duration pet!

This particular spell is actually a fairly important stepping stone spell for magicians. It gets them used to using secondary pets and special purpose pets. Therefore, this should be fairly important that it work correctly...

Rick (Halls Havoc)

Kingly_Krab 02-01-2015 05:48 PM

I'm not sure if you realized, but this thread is nearly 6 years old.

Riklin 02-01-2015 06:59 PM

It's named correctly, and ironically it's still not been worked. Hence, time to revisit it. If I had the C++ skills, I'd do it myself, but while I'm a developer, I'm not that good at c++...

Leetsauce 02-12-2015 08:01 AM

No need for C++ skills. Just change the pet control type to:

http://i57.tinypic.com/2h6hm4j.png

hatelist. In my experiences this solved the additional swarm pets for Mages and Wizards.


All times are GMT -4. The time now is 10:18 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.