Author |
Message |
Topic: Wierd error with DB and alias |
SteveThing
Replies: 5
Views: 6471
|
Forum: CMUD General Discussion Posted: Mon Jul 02, 2012 4:31 pm Subject: Wierd error with DB and alias |
Good to know. I guess I'll create the triggers as I go.
On yet another segway, I'm experiencing a crash of cMUD randomly and any changes I've made to my settings are lost. I've been using it for ... |
Topic: Wierd error with DB and alias |
SteveThing
Replies: 5
Views: 6471
|
Forum: CMUD General Discussion Posted: Sun Jul 01, 2012 4:52 am Subject: Wierd error with DB and alias |
Thank you for the tip with #EXEC, it works now. Oddly, since I started CMUD tonight to work on this, I no longer get the access violation... Guess the DB or CMUD needed a fresh load. |
Topic: Wierd error with DB and alias |
SteveThing
Replies: 5
Views: 6471
|
Forum: CMUD General Discussion Posted: Sat Jun 30, 2012 7:37 am Subject: Wierd error with DB and alias |
Hi all,
So I'm trying out CMUDPro 3.34 (might buy it!) and I came across an odd error. When I use the alias below, I get the following error:
"Access violation at address 00404E9A in module 'cM ... |
Topic: Blind (uninformed) Maze Solving |
SteveThing
Replies: 2
Views: 5256
|
Forum: CMUD General Discussion Posted: Tue Oct 19, 2010 2:41 pm Subject: Blind (uninformed) Maze Solving |
Yes, all rooms are square. I decided to use the math method as a challenge to myself. Either way would be fine I guess. I have been toying with the idea of using a 2D array for the maze and two global ... |
Topic: Blind (uninformed) Maze Solving |
SteveThing
Replies: 2
Views: 5256
|
Forum: CMUD General Discussion Posted: Tue Oct 19, 2010 12:19 pm Subject: Blind (uninformed) Maze Solving |
So I came across a fun challenge which has proven to cause hair loss. I'm trying to write a maze solver given the following scenario:
You are dropped into a random room in a randomized maze.
You d ... |
Topic: Regex and Triggers |
SteveThing
Replies: 7
Views: 16082
|
Forum: CMUD Beta Forum Posted: Wed Sep 22, 2010 2:06 am Subject: Regex and Triggers |
Grr, pattern doesn't match. This is getting annoying. |
Topic: Regex and Triggers |
SteveThing
Replies: 7
Views: 16082
|
Forum: CMUD Beta Forum Posted: Wed Sep 22, 2010 2:01 am Subject: Regex and Triggers |
chamenas,
Wow! That makes ALOT more sense. That should be in the help file! I will definately give this a shot.
THANK YOU! |
Topic: Regex and Triggers |
SteveThing
Replies: 7
Views: 16082
|
Forum: CMUD Beta Forum Posted: Tue Sep 21, 2010 10:20 pm Subject: Regex and Triggers |
Having some issues with a pattern. I've referenced many sites on regex and I am having no luck. Here are the strings I am triggering:
| Pierce: barely protected (75 )| Hungry& ... |
Topic: Complex alias (maybe) |
SteveThing
Replies: 5
Views: 7051
|
Forum: CMUD General Discussion Posted: Mon Sep 06, 2010 4:03 am Subject: Complex alias (maybe) |
I tried the following:
<alias name="c($spell, $victim)" id="138">
<value>#var target $victim
cast $spell @target</value>
</alias>
Doesn't even fire. Did I miss somet ... |
Topic: Having trouble with a set of triggers |
SteveThing
Replies: 1
Views: 3394
|
Forum: CMUD General Discussion Posted: Mon Sep 06, 2010 4:01 am Subject: Having trouble with a set of triggers |
Hello,
I'm trying to do a couple things:
1.) Create a DB of all the spells my character knows
2.) Create a list of all the spells I have memorized
3.) Pop spells from said list as I want to use ... |
Topic: Complex alias (maybe) |
SteveThing
Replies: 5
Views: 7051
|
Forum: CMUD General Discussion Posted: Sun Aug 29, 2010 10:58 am Subject: Complex alias (maybe) |
I'll give that a shot.
Thank you! |
Topic: Complex alias (maybe) |
SteveThing
Replies: 5
Views: 7051
|
Forum: CMUD General Discussion Posted: Sun Aug 29, 2010 6:35 am Subject: Complex alias (maybe) |
Hello all,
I'm trying to create a spell casting alias that will fill some variables automatically and parse the output properly to the MUD. Here's an example:
Input from me:
cast 'magic m ... |
|