|
rvogster Newbie
Joined: 08 Jul 2009 Posts: 3
|
Posted: Wed Jul 08, 2009 4:39 am
Triggers wont run? |
Ok so this may not be supported but I have zmud installed on vista and it opens and runs fine as far as i can tell. The problem I'm having is getting triggers to run. I have the same trigger setup on an XP machine and it works fine but for some reason I can't get any triggers to run on this vista machine. I believe all my settings are correct so I am at a loss.
Here is a simplified version of the trigger for reference.
Pattern: Str: (%d) Int: (%d) Wis: (%d) Dex: (%d) Con: (%d)
Value: #ECHO Rolled a %eval(%1+%2+%3+%4+%5); #IF (%eval(%1+%2+%3+%4+%5)>245) {#ECHO ABOVE 245!} {} |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Jul 09, 2009 9:44 pm |
Do you have parsing disabled? If you like to the right of the command line you'll see the trigger icon (a small gun). If there is an X through then triggers are disabled. Clicking it again will re-enable triggers. The other thing to check is to make sure all you special character definitions are the same.
|
|
_________________ Asati di tempari! |
|
|
|
rvogster Newbie
Joined: 08 Jul 2009 Posts: 3
|
Posted: Fri Jul 10, 2009 3:00 am |
Thanks! Yes triggers and parsing are both enabled and I didn't change any of the special characters and even compared the settings on my XP machine to the Vista machine. Thanks again.
|
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Fri Jul 10, 2009 3:55 pm |
When you use the trigger test pattern does it match? Is this trigger in a sub-state by chance? Is there another trigger that would also match this text (but with a higher priority) and possibly change it? If so make sure your trigger has the "Trigger on Trigger" option set.
I hope that helps. |
|
_________________ Asati di tempari! |
|
|
|
rvogster Newbie
Joined: 08 Jul 2009 Posts: 3
|
Posted: Fri Jul 10, 2009 7:25 pm |
The test patter does match. I'm not sure what a sub-state is. No other triggers. The trigger on trigger option is set. As far as I can tell it's setup exactly the same as my XP machine so it has to be something with Vista I'm just not sure what it is.
|
|
|
|
infimious Beginner
Joined: 24 Jun 2009 Posts: 15
|
Posted: Sun Aug 02, 2009 4:17 am |
#TRIGGER {New stats:%sStr%s(%d)/%d,%sInt%s(%d),%sWis%s(%d),%sDex%s(%d),%sCon%s(%d),%sCha%s(%d)} {#IF ((%1<17) OR (%2<15) OR (%3<15) OR (%4<19) OR (%5<13)) {buy reroll}}
|
|
|
|
infimious Beginner
Joined: 24 Jun 2009 Posts: 15
|
Posted: Sun Aug 02, 2009 4:18 am |
change -----> #IF ((%1<17) OR (%2<15) <---- if u chance the <number that is the lowest number u will accept
|
|
|
|
|
|