Adee2006-12-01 18:59:16
So I'm trying to set up a trigger so that when I regain balance and I'm in the jeweler's cartel I want it to gemcut...or really I just want a trigger to trigger when I regain balance and it will gemcut. As it is set now I have a trigger to trigger off the phrase "You have regained balance" and then to respond with gemcut. But it doesn't do anything...help?
Daganev2006-12-01 19:07:57
Is cmud ready to be used? I thought it was still too betaish
Adee2006-12-01 19:10:17
I've been using the beta for a couple weeks now and for the most part it works for me. But then again, I have no system of ANY sort whatsoever. And I do very little fighting. -shrug- So it works for me and my lilte basic neccesities.
Unknown2006-12-01 19:26:22
It is still in beta, and not ready to actually be used for game play. For the most part, what worked in zMUD will work in CMUD. There are some syntax fixes, and there are also some execution bugs. If you can get a script working despite both of these, you're doing better than a lot of people.
Shinza2006-12-03 01:48:44
QUOTE(Adee @ Dec 2 2006, 07:59 AM) 358948
As it is set now I have a trigger to trigger off the phrase "You have regained balance" and then to respond with gemcut. But it doesn't do anything...help?
If that is verbatim what you have as the trigger pattern, then it's correct in not working. The actual trigger pattern (the one I use(d) for the same purpose) is You have recovered balance on all limbs.
Try this in your command line (assuming CMud just isn't broken like it normally is), and replace gemcut gems with whatever the command actually is - I've forgotten :
#TRIGGER {You have recovered balance on all limbs} {gemcut gems}
Unknown2006-12-03 12:46:22
You don't have to match an entire line for a trigger to fire. If you made a trigger that just said "You have recovered", it would fire on the balance recovery line just fine.
There are still issues in CMUD, however, and sometimes this causes settings to not work, such as triggers not firing. I suggest you make use of the CMUD forums to see what other users are having troubles with and to post your own requests for help.
There are still issues in CMUD, however, and sometimes this causes settings to not work, such as triggers not firing. I suggest you make use of the CMUD forums to see what other users are having troubles with and to post your own requests for help.
Shinza2006-12-03 19:20:48
Ya, but that triggers on equilibrium too. And anyway, I was more looking at the "You have regained balance" vs "You have recovered balance" problem
But yeah, CMUD = hassles right now. It could well be something like that.
But yeah, CMUD = hassles right now. It could well be something like that.