![](templates/Classic/images/spacer.gif) |
Dagnimaer Wanderer
Joined: 05 Apr 2003 Posts: 60 Location: USA
|
Posted: Fri Nov 14, 2003 8:28 am
Alias/Variable Trouble |
Ok, I got an aura tracking system to automatically keep track if my target has up Aura of Rebounding and/or a Magical Shield. I got the system to count not a problem.
Here is what happens, after a bit of fighting, it ceases to work and it will not recognize my input.
Here is the example of my dsl alias:
#ALIAS ds {#if (@hits<2000) {Touch Crystal};#if {@aur=1} {rsl @target};#if {@aur=2} {raze @target};#if {@aur=0} {dsl @target}}
for combat here is my Macro
#KEY F3 {envenom @axe1 with Epseth;envenom @axe2 with Epseth;;#if {@aur=1} {rsl @target};#if {@aur=2} {raze @target};#if {@aur=0} {dsl @target}}
The only way I can get it to reset is if I reload my mudfile. Any and all help will greatly be appreciated.
-Dag |
|
|
![](templates/Classic/images/spacer.gif) |
user0101 Apprentice
Joined: 01 Aug 2003 Posts: 100 Location: USA
|
Posted: Fri Nov 14, 2003 8:16 pm |
#KEY F3 {envenom @axe1 with Epseth;envenom @axe2 with Epseth;;#if {@aur=1} {rsl @target};#if {@aur=2} {raze @target};#if {@aur=0} {dsl @target}}
I'm assuming @aur is being set to 1 when Aura of Rebounding is up, and @aur is set to 2 when they are Shielded. Do you have a trigger to set @aur to 0?(one for razing rebound, one for razing shield).
#ALIAS ds {#if (@hits<2000) {Touch Crystal};#if (@aur=1) {rsl @target};#if (@aur=2) {raze @target};#if (@aur=0) {dsl @target}}
#KEY F3 {envenom @axe1 with Epseth;envenom @axe2 with Epseth;ds}
Check over those things and see if it helps any. |
|
|
![](templates/Classic/images/spacer.gif) |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|