Register to post in forums, or Log in to your existing account
 
:
Search found 106 matches for:
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
Author Message
  Topic: Turn off triggers within a class
albo

Replies: 8
Views: 11841

PostForum: CMUD General Discussion   Posted: Thu Feb 03, 2022 8:16 am   Subject: Turn off triggers within a class
My solution is nested within a bot that runs quests, specifically hunt a mob and kill it quests. Having individual triggers for the mobs was to accomplish needing a specific and unique path for each d ...
  Topic: A wonderful collection of scripts for The Last Sunrise.
albo

Replies: 27
Views: 60420

PostForum: Finished MUD Scripts   Posted: Thu Feb 03, 2022 7:59 am   Subject: A wonderful collection of scripts for The Last Sunrise.
I've updated this post just now to include the scripts again because the MUD does now allow automation through scripts, as long as you can be available for conversation (as of Feb 2022). All of these ...
  Topic: Turn off triggers within a class
albo

Replies: 8
Views: 11841

PostForum: CMUD General Discussion   Posted: Thu Feb 03, 2022 5:21 am   Subject: Re: Turn off triggers within a class
Is there a way to turn off all the triggers within a class, without turning off the class itself?

I'll try to clarify.

Class - Bob
Trigger - a
Trigger - b

Button - Turn off Bob triggers

...
  Topic: Can you call functions from within functions?
albo

Replies: 6
Views: 7302

PostForum: CMUD General Discussion   Posted: Sun Jun 14, 2020 4:47 pm   Subject: Can you call functions from within functions?
Thank you both for taking a look at that! I worked it out by using more code and breaking out the functions, but I really like the solution provided shalimar. Now I've got to craft a bunch of items, s ...
  Topic: Can you call functions from within functions?
albo

Replies: 6
Views: 7302

PostForum: CMUD General Discussion   Posted: Thu Jun 11, 2020 6:04 pm   Subject: Can you call functions from within functions?
Hi there,

I have a function that I was using the #SWITCH command in at first, because I have several things I'm trying to evaluate for a true or false status. I'd like to call a function if one of ...
  Topic: Which languages can I use with CMUD?
albo

Replies: 9
Views: 9008

PostForum: CMUD General Discussion   Posted: Wed Apr 08, 2020 10:45 pm   Subject: Which languages can I use with CMUD?
Okay, I'll start a new thread in that case so the subject of the thread fits better.
  Topic: Can I cycle through a class turning off all the triggers in that class?
albo

Replies: 4
Views: 5212

PostForum: CMUD General Discussion   Posted: Wed Apr 08, 2020 10:44 pm   Subject: Can I cycle through a class turning off all the triggers in that class?
I'm supplying the setting type just in case I do accidentally name something the same. Kind of a way to get ahead of myself, and it's easy to set something up once and forget about it. I'm using #T- i ...
  Topic: cMUD to cMUD interaction
albo

Replies: 1
Views: 3412

PostForum: CMUD General Discussion   Posted: Wed Apr 08, 2020 10:40 pm   Subject: cMUD to cMUD interaction
Only input I can offer is that discord has voice chat and you could map a push to talk key to your keyboard or mouse. That way you don't have to leave CMUD, you can just press your push to talk key an ...
  Topic: Can I cycle through a class turning off all the triggers in that class?
albo

Replies: 4
Views: 5212

PostForum: CMUD General Discussion   Posted: Mon Apr 06, 2020 7:16 pm   Subject: Can I cycle through a class turning off all the triggers in that class?
I'm using #class {class-name} (0) to turn classes off, and I'm using #T- to turn individual triggers on and off, except I'm using this format #T- triggerid trigger. I will have a lot of triggers insid ...
  Topic: Which languages can I use with CMUD?
albo

Replies: 9
Views: 9008

PostForum: CMUD General Discussion   Posted: Mon Apr 06, 2020 7:08 pm   Subject: Which languages can I use with CMUD?
I can't tell you how awesome that would be to have you help me like that! How would you like to do that, when are you available for that? I'm not sure if Skype offers screen sharing. I have webex and ...
  Topic: Having trouble with sending the value of a variable to the MUD.
albo

Replies: 3
Views: 4609

PostForum: CMUD General Discussion   Posted: Mon Apr 06, 2020 6:48 pm   Subject: Having trouble with sending the value of a variable to the MUD.
Oddly enough, now #send @sendContents is working.
  Topic: Can I cycle through a class turning off all the triggers in that class?
albo

Replies: 4
Views: 5212

PostForum: CMUD General Discussion   Posted: Mon Apr 06, 2020 7:27 am   Subject: Can I cycle through a class turning off all the triggers in that class?
Hi There,

Is there an internal function, or perhaps another way, that I can cycle through a class turning off all the triggers housed in that class? Or perhaps a way to turn off all triggers in a c ...
  Topic: Having trouble with sending the value of a variable to the MUD.
albo

Replies: 3
Views: 4609

PostForum: CMUD General Discussion   Posted: Mon Apr 06, 2020 4:13 am   Subject: Having trouble with sending the value of a variable to the MUD.
I got this working. I used #execute {@sendContents}.
  Topic: Which languages can I use with CMUD?
albo

Replies: 9
Views: 9008

PostForum: CMUD General Discussion   Posted: Sun Apr 05, 2020 8:52 am   Subject: Which languages can I use with CMUD?
I was trying to learn how to script in CMUD, by starting out with something simple at first. I want to learn how to write functions in CMUD and then write scripts that call functions, because right no ...
  Topic: Database templates
albo

Replies: 4
Views: 5077

PostForum: CMUD General Discussion   Posted: Sun Apr 05, 2020 8:48 am   Subject: Database templates
I was trying to speed up the process of creating the database. I'm all set now. I just ended up creating all the fields and was able to use triggers to identify items, capture stats from those items, ...
  Topic: Having trouble with sending the value of a variable to the MUD.
albo

Replies: 3
Views: 4609

PostForum: CMUD General Discussion   Posted: Sun Apr 05, 2020 6:41 am   Subject: Having trouble with sending the value of a variable to the MUD.
Hi There!

I'm trying to store a command that changes based on some things, and I've been trying to use the #send command to send that to the MUD. I keep receiving the following error: ERROR: Trigge ...
  Topic: Database templates
albo

Replies: 4
Views: 5077

PostForum: CMUD General Discussion   Posted: Sat Apr 04, 2020 7:18 pm   Subject: Database templates
Are you referring to the database feature built into CMUD as using an external database? I'm using a database variable to store the current items information, and then I load that database variable in ...
  Topic: Which languages can I use with CMUD?
albo

Replies: 9
Views: 9008

PostForum: CMUD General Discussion   Posted: Thu Apr 02, 2020 1:50 am   Subject: A Followup
Hi There,

Thanks so much for the reply! I guess I wasn't sure if JScript was referring to JavaScript or not. Now I know. How do I get JavaScript to interact with the MUD though, or with CMUD even? ...
  Topic: Database templates
albo

Replies: 4
Views: 5077

PostForum: CMUD General Discussion   Posted: Tue Mar 31, 2020 9:34 pm   Subject: Database templates
I was working with the database features of CMUD and I noticed that the reference manual says I can create a database based on a template. I don't seem to have any templates. Is that expected? Is ther ...
  Topic: Which languages can I use with CMUD?
albo

Replies: 9
Views: 9008

PostForum: CMUD General Discussion   Posted: Mon Dec 09, 2019 11:58 pm   Subject: Which languages can I use with CMUD?
Hi Everyone,

I read somewhere that CMUD could take lots of scripting languages, for example Python or JavaScript. Is that true? Which languages could I use for creating logic with CMUD?
  Topic: Firing but not compling..?
albo

Replies: 2
Views: 6531

PostForum: CMUD General Discussion   Posted: Sun Oct 23, 2011 9:41 pm   Subject: thanks
I didn't notice it until I posted the code there. That was indeed the problem.
  Topic: Firing but not compling..?
albo

Replies: 2
Views: 6531

PostForum: CMUD General Discussion   Posted: Sun Oct 23, 2011 9:22 pm   Subject: Firing but not compling..?
<trigger priority="20500" id="2050">
<pattern>Return to the questmaster before your time runs out!</pattern>
<value>#t- Kore
#t- koremobquests
#t- k ...
  Topic: I have forgotten how to make a multistate trigger!!
albo

Replies: 5
Views: 9138

PostForum: CMUD General Discussion   Posted: Sat Oct 01, 2011 7:48 pm   Subject: I have forgotten how to make a multistate trigger!!
Not shocked at all, Daern was quickly responding to my topics and I had the problem with the trigger so I posted it while also deciding to check out the manual and I found the answer to my question ve ...
  Topic: why would this trigger work for a very long time and just stop?
albo

Replies: 5
Views: 8100

PostForum: CMUD General Discussion   Posted: Sat Oct 01, 2011 7:11 pm   Subject: why would this trigger work for a very long time and just stop?
Ok I changed up that line within:
<trigger priority="10270" id="1027">
<pattern>Exits:</pattern>
<value>#ALARM cowrun {+3} {#if ...
  Topic: why would this trigger work for a very long time and just stop?
albo

Replies: 5
Views: 8100

PostForum: CMUD General Discussion   Posted: Sat Oct 01, 2011 6:54 pm   Subject: why would this trigger work for a very long time and just stop?
Ok, I'm not sure I follow how'd I incorporate that into those triggers there.

edit:

Well I got it working, but somehow something is still creating a non-used and not needed @cowmobnow within the ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net