Klumpat / e3-macro-builds

Automatically exported from code.google.com/p/e3-macro-builds
0 stars 0 forks source link

GoD_Alerts.inc use of /gu #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to look into changing GoD_Alerts.inc to using the ChatChannel specified in 
the e3_Macro_Settings.ini 

or into a new channel to be set up in the ini possible name: AlertChannel

Original issue reported on code.google.com by sorvani on 13 Sep 2012 at 4:29

GoogleCodeExporter commented 8 years ago
Macro specified chat channel would probably be easiest.  Just change "/gu" to 
"/docommand ${ChatToggle}" throughout the .inc.

I also wanted to get the GoD_Alerts.inc related /doevents in, sub 
Background_Events, nested into zone specific conditions. Something like, /if 
(${Zone.ShortName.Equal[uqua]}) {, and/if 
(${Zone.ShortName.Equal[IkkinzChambers]}) {, etc.

Original comment by iKillpeq@gmail.com on 13 Sep 2012 at 6:29

GoogleCodeExporter commented 8 years ago
changes committed in rev 7. created issue 18 for doing zone specific conditions.

Original comment by sorvani on 13 Sep 2012 at 7:36