Register to post in forums, or Log in to your existing account
 
:
Search found 29 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: Zone in Cmud Database Not Showing Up
Cronos

Replies: 0
Views: 304

PostForum: CMUD General Discussion   Posted: Wed Dec 27, 2023 3:46 am   Subject: Zone in Cmud Database Not Showing Up
I've started playing around with creating an equipment database in CMUD. I created a field for Zone and it's letting me pick most of the maps I created; however a new area I mapped isn't showing up. ...
  Topic: Trigger to Count Skill Use
Cronos

Replies: 7
Views: 1032

PostForum: CMUD General Discussion   Posted: Sun Dec 10, 2023 5:05 am   Subject: Trigger to Count Skill Use
I read the help file regarding switch. Where would I put the code? So far, I'm used to Alias, Variables, Triggers. This one seems a bit more advanced.
  Topic: Trigger to Count Skill Use
Cronos

Replies: 7
Views: 1032

PostForum: CMUD General Discussion   Posted: Sun Dec 03, 2023 4:01 pm   Subject: Trigger to Count Skill Use
I was trying to recycle an old example from a previous mud, but let me use a different example on the mud I'm actually playing.

I want to have a status skill count to increase by 1 whenever I attem ...
  Topic: Trigger to Count Skill Use
Cronos

Replies: 7
Views: 1032

PostForum: CMUD General Discussion   Posted: Sun Nov 12, 2023 7:04 pm   Subject: Trigger to Count Skill Use
Is there a way to increase the count by 1 if either the 2 messages displays?

The mud gives either options when successfully performing the skill, so I want it to +1 to the skill success.

In Zmud ...
  Topic: Trigger to Count Skill Use
Cronos

Replies: 7
Views: 1032

PostForum: CMUD General Discussion   Posted: Fri Nov 10, 2023 5:57 pm   Subject: Trigger to Count Skill Use
Could someone help me with a simple trigger to count how many times a skill is used in cMud. I had a trigger in zMud, want to convert it to cMud.

In my mud, your skill raises based on how many time ...
  Topic: Gauges
Cronos

Replies: 1
Views: 726

PostForum: CMUD General Discussion   Posted: Wed Jul 05, 2023 6:44 pm   Subject: Gauges
Could someone assist with an HP gauge when the command prompt looks something like this?

<1000h(1272H) 434v(434V)> <-1000A 0h><=------------------*>

Would like to feed in 1000 ...
  Topic: Mapper (Non Standard Doors)
Cronos

Replies: 4
Views: 1154

PostForum: CMUD General Discussion   Posted: Wed Jul 05, 2023 5:46 pm   Subject: Mapper (Non Standard Doors)
Thanks for the detailed info. I may have made it too complex for what I was looking for. I was using the doors in the mud could be called other things besides "door".

I'm totally okay with "hard-co ...
  Topic: Mapper (Non Standard Doors)
Cronos

Replies: 4
Views: 1154

PostForum: CMUD General Discussion   Posted: Tue Jul 04, 2023 1:00 am   Subject: Mapper (Non Standard Doors)
I tried putting open door; e in the name field but it doesn't seem to like " ; " semi-colons. It types it as one long string, "open door; e" and the mud gets confused. It doesn't seem to recognize the ...
  Topic: Mapper (Non Standard Doors)
Cronos

Replies: 4
Views: 1154

PostForum: CMUD General Discussion   Posted: Sun Jul 02, 2023 7:10 pm   Subject: Mapper (Non Standard Doors)
How do I configure the cmud mapper so that I can open a door that is "Portal".

So normally, I type:

"open portal"
"e"

Open portal, then once it's opened to enter the portal by going east.
...
  Topic: Delete Not Working in cMud
Cronos

Replies: 1
Views: 1228

PostForum: CMUD General Discussion   Posted: Sun Jan 15, 2023 4:33 am   Subject: Delete Not Working in cMud
Not sure what I did but anyone know why delete button isn't working for me on the command prompt? It works outside of cMud just fine and within cMud; just not in the command prompt where I type comman ...
  Topic: CMUD Help File on Identify
Cronos

Replies: 1
Views: 1209

PostForum: CMUD General Discussion   Posted: Sun Jan 08, 2023 5:52 pm   Subject: CMUD Help File on Identify
I was going through the CMUD help section and was interested in the topic below but then noticed the Help File for this topic was never finished.

Adding data from the MUD

Because the CMUD databa ...
  Topic: [3.0] Multiple Sessions sharing one Map - Question
Cronos

Replies: 12
Views: 17311

PostForum: CMUD Beta Forum   Posted: Tue Jan 03, 2023 5:16 am   Subject: [3.0] Multiple Sessions sharing one Map - Question


However, in general CMUD does not support multiple characters sharing the same map. The map is attached to a single session. This is something I plan to improve in the future so that each charac ...
  Topic: Trigger Help Needed w/ Substitution
Cronos

Replies: 7
Views: 2790

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 7:14 am   Subject: Trigger Help Needed w/ Substitution
Another quick question, not sure if it's possible. If not, that's okay.

Using the script above, is it possible to issue commands based on the number I put after it. So like if I typed something li ...
  Topic: Trigger Help Needed w/ Substitution
Cronos

Replies: 7
Views: 2790

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 7:03 am   Subject: Trigger Help Needed w/ Substitution
Thanks for the help Charneus. That worked perfectly, you rock.
  Topic: Trigger for variable wait time
Cronos

Replies: 9
Views: 4174

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 7:01 am   Subject: Trigger for variable wait time
When I use the above, it doesn't seem to recognize the #ALARM command?
#TRIGGER {You must rest (%d) seconds and replenish your energies.} {#EXEC {%concat("#ALARM {+",%1,"} {skill}")}}

I get the f ...
  Topic: Trigger Help Needed w/ Substitution
Cronos

Replies: 7
Views: 2790

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 6:37 am   Subject: Trigger Help Needed w/ Substitution
I was looking at the help files and didn't see one for ONINPUT in the version of zmud I have. v4.62. However, I was messing around with it and from memory I think this was what I had before and it wor ...
  Topic: Trigger to Do X if message Y appears
Cronos

Replies: 2
Views: 1373

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 6:14 am   Subject: Trigger to Do X if message Y appears
I think I figured it out, it was the ^ that was throwing it off.
  Topic: Trigger to Do X if message Y appears
Cronos

Replies: 2
Views: 1373

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 4:25 am   Subject: Trigger to Do X if message Y appears
#TRIGGER {^{You heal yourself.|You fail to heal yourself.}} {#WA 4000; heal}

I can't get this to work. I'm trying to create a trigger which if either the first two is encountered, I try to heal aga ...
  Topic: Trigger Help Needed w/ Substitution
Cronos

Replies: 7
Views: 2790

PostForum: zMUD General Discussion   Posted: Sun Jan 06, 2008 2:49 am   Subject: Trigger Help Needed w/ Substitution
I need help with a trigger. I had it working before but lost my settings.

In the mud I am able to merge two items together. For example, there are 10 items in a toolbox. If I have 2 toolboxes, one ...
  Topic: Trigger to Count Skill Use
Cronos

Replies: 5
Views: 2136

PostForum: zMUD General Discussion   Posted: Thu Mar 10, 2005 4:32 am   Subject: Trigger to Count Skill Use
oh awesome, that worked!

Just a quick question,

The

You concentrate and constrict your victim's throat.|You feel better at using choke

Does that mean if either those two strings pop up i ...
  Topic: Trigger to Count Skill Use
Cronos

Replies: 5
Views: 2136

PostForum: zMUD General Discussion   Posted: Thu Mar 10, 2005 4:09 am   Subject: Trigger to Count Skill Use
Could you explain what #add skillcount 1 does?

Is it skillcount a variable, alias, etc...

Thanks.
  Topic: Trigger to Count Skill Use
Cronos

Replies: 5
Views: 2136

PostForum: zMUD General Discussion   Posted: Thu Mar 10, 2005 3:43 am   Subject: Trigger to Count Skill Use
Could someone help me with a simple trigger to count how many times a skill is used.

In my mud, your skill raises based on how many times you used it. For example, if I want to practice the "choke" ...
  Topic: Trigger for variable wait time
Cronos

Replies: 9
Views: 4174

PostForum: zMUD General Discussion   Posted: Sun Feb 13, 2005 5:30 am   Subject: Trigger for variable wait time
#TRIGGER {You must rest (%d) seconds and replenish your energies.} {#ALARM "auto_practice" {%1} {skill;#ALARM "auto_practice" {*60}}}

Can you explain each of the variables above and what they do. I ...
  Topic: Trigger for variable wait time
Cronos

Replies: 9
Views: 4174

PostForum: zMUD General Discussion   Posted: Sun Feb 13, 2005 1:44 am   Subject: Trigger for variable wait time
Is that command above compatiable with zmud 4.62?
  Topic: Trigger for variable wait time
Cronos

Replies: 9
Views: 4174

PostForum: zMUD General Discussion   Posted: Sat Feb 12, 2005 10:50 pm   Subject: Trigger for variable wait time
How do I manipulate the alarm command so that it's a variable.

You must rest 52 seconds and replenish your energies.

Should I make it something like:

#T {You must rest (%d) seconds and repl ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net