Search found 13 matches

by Zenock
Sun Mar 20, 2011 1:47 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Alias to cast spells until success
Replies: 6
Views: 6826

Re: Alias to cast spells until success

Yeah you are going to want to set it to trigger off what you are expecting to come back...

One line will be

You lost your concentration

I'm not sure what the other will be. But it should be whatever shows a successful spell cast.

Z.
by Zenock
Thu Mar 17, 2011 7:05 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Alias to cast spells until success
Replies: 6
Views: 6826

Re: Alias to cast spells until success

The way I set it up is assuming that the mud immediately gives you the results. In other words, after you cast the spell the results will be the next line coming from the mud. If this is true no delay is necessary. If this is not true, then you don't delay, you need to change the trigger so it is wa...
by Zenock
Wed Mar 16, 2011 8:39 pm
Forum: Help Forum
Topic: Help setting timer triggers
Replies: 2
Views: 2205

Re: Help setting timer triggers

Is the text you are triggering on also coming back as a response to the command you are sending? If this is what you need to trigger on, you could have the first line of the script disableTrigger('triggerName') so it doesn't fire again right away and have someplace in your script turn it back on. Wh...
by Zenock
Wed Mar 16, 2011 6:57 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Alias to cast spells until success
Replies: 6
Views: 6826

Re: Alias to cast spells until success

Further thought in the previous post I said to use multiple functions That's the way I do it cause I don't want to do just one command. If you want to you can have one functions. Simply set your array up this way... spells={'spell1','spell2', ...} and a single function... function castSpell(number) ...
by Zenock
Wed Mar 16, 2011 6:42 pm
Forum: Howtos, FAQs and Tips & Tricks
Topic: Alias to cast spells until success
Replies: 6
Views: 6826

Re: Alias to cast spells until success

OK I'm probably not the guy to tell you how to do this, because there is probably a better way. However. I have done this same type of things. So I can give you how I do it. The problem here is that aliases can not check the output, this is what triggers are for. However conveniently aliases can tur...
by Zenock
Thu Mar 10, 2011 8:24 am
Forum: Scripts & Packages
Topic: Howto: play sound under Linux
Replies: 5
Views: 5583

Re: Howto: play sound under Linux

For anyone who want's to know. In GNOME use esdplay...
by Zenock
Thu Mar 10, 2011 8:18 am
Forum: Scripts & Packages
Topic: Howto: play sound under Linux
Replies: 5
Views: 5583

Re: Howto: play sound under Linux

I'm on gnome in Ubuntu... apparently artsplay isn't an option or I'm just stupid and can't figure out how to get it installed. Tried audacious, it opens a gui and won't continue until the gui is closed. I've tried multiple players am having trouble finding one that forks and returns immediately. Any...
by Zenock
Thu Feb 10, 2011 4:03 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Gagging
Replies: 7
Views: 9769

Re: Gagging

Just notice I forgot to say thank you to Heiko. Thanks!!
by Zenock
Thu Feb 10, 2011 4:03 am
Forum: Help Forum
Topic: Gagging
Replies: 4
Views: 3193

Re: Gagging

Just notice I forgot to say thank you to Heiko. Thanks!!
by Zenock
Fri Feb 04, 2011 12:01 am
Forum: Howtos, FAQs and Tips & Tricks
Topic: Gagging
Replies: 7
Views: 9769

Re: Gagging

Thank you Omni

Z.