Earthquake
Hi there,
I was wondering if the worldwide emote from Overlord Mata Muram was included somewhere in EQemu. and If so, what script you need to use? The earthquake on killing a boss expansion would be great. Thanks in advance |
You can use these 2 commands to accomplish most of what you want:
CameraEffect(duration, [intensity, singleclient]) quest::we(colorid, "Text") - Server wide emote. That will let you do a world emote in whatever color you choose. It can also do a camera shake, but that is only on a per-zone basis, so if you wanted it to be world-wide, you would either need to modify the source code to make a world-wide option or add special perl scripts in each zone that will somehow handle doing the camera shake as needed (which would be a bit of a pain). I would like to have a world-wide option for the camera shake, but haven't really had the time to look into getting one added or how to do so. |
Quote:
~ |
Ohh, very nice, Secrets! Guessing you can just use the same command and change the singleclient bool into an int8 with 0 being zonewide, 1 being single client and 2 being world-wide. Not sure if that would be a bit confusing, but it should reduce the need for a whole new command or field and won't break any existing scripts.
|
Quote:
No need for complicating things if you don't need to :p |
Committed my changes in r1888. Enjoy :P
|
Quote:
0 = Single client 1 = Zone clients 2 = World clients |
Quote:
|
Quote:
|
I think this should work, but didn't actually test it:
Code:
sub EVENT_SAY { |
Quote:
You will need latest SVN compiled. |
Ok not working. working wih rev1751. and since I am still not sure if I can compile the new rev without losing all the work I've done, I won't do it.
Thanks anyway :) |
All times are GMT -4. The time now is 08:21 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.