Thread: Earthquake
View Single Post
  #3  
Old 05-02-2011, 06:18 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Quote:
Originally Posted by trevius View Post
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.
About to commit something that will allow for the camera to shake globally, and identified the opcode for it to work on titanium. In addition to all of this, I also added a way to reload rules in all zones (or just world) in a command.

~
Reply With Quote