Register to post in forums, or Log in to your existing account
 
:
Search found 22 matches for:
Page 1 of 1
Author Message
  Topic: #sayp text ending up on the next line which interfers with triggers.
Vesence

Replies: 7
Views: 5987

PostForum: CMUD General Discussion   Posted: Sun Dec 16, 2007 10:37 pm   Subject: #sayp text ending up on the next line which interfers with triggers.
What happens if I were to turn off GA/EOR? Would the prompts fire improperly again?
  Topic: CMUD [2.18] Public %dbkeys Stops working for variables.
Vesence

Replies: 6
Views: 6459

PostForum: CMUD Beta Forum   Posted: Sun Dec 16, 2007 6:36 pm   Subject: CMUD [2.18] Public %dbkeys Stops working for variables.
Oddly enough I've gotten string lists to be values is database variables...
  Topic: Editing in XML
Vesence

Replies: 2
Views: 3811

PostForum: CMUD General Discussion   Posted: Sat Dec 15, 2007 5:14 pm   Subject: Editing in XML
Goramn it I answered my own question.

Stupid /> at the end of the opening class tag...
  Topic: Editing in XML
Vesence

Replies: 2
Views: 3811

PostForum: CMUD General Discussion   Posted: Sat Dec 15, 2007 5:13 pm   Subject: Editing in XML
Okay so this is going to sound stupid but when I'm viewing the XML for a class and I try to paste in:
<trigger type="Telnet" param="200" priority="60" prompt="tr ...
  Topic: Triggers: Matching Multiple Patterns
Vesence

Replies: 9
Views: 12161

PostForum: CMUD General Discussion   Posted: Sat Dec 15, 2007 1:06 am   Subject: Triggers: Matching Multiple Patterns
#Trigger {Triggertestone|TriggerTesttwo} {#say I'm firing on either pattern}

You need to surround your multiple patterns in {}.

I believe this is in the documentation, which is a great thing to ...
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 9:02 pm   Subject: [2.16 Pro] %db not passing/parsing params correctly.
Yeah, I finally figured out the issue with extra spaces, this wasn't happening when the code was used in zmud so I wasn't looking for it.

As for being antagonistic, it just ticks me off when I post ...
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 7:59 pm   Subject: [2.16 Pro] %db not passing/parsing params correctly.
Evil or Very Mad
Then how the hell do I add quotes to %2 without causing it to be passed through %db as literally "%2"?
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 7:33 pm   Subject: [2.16 Pro] %db not passing/parsing params correctly.
It just seems that making %db require quotes around two-word parameters is the antithesis of what you were trying to do by getting rid of the need for quotes around %1.
It's a hell of a hassle to get ...
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 6:54 pm   Subject: [2.16 Pro] %db not passing/parsing params correctly.
Open CMUD
Press escape
enter the following at the command line:
#addkey Riftmap "Bayberry Bark" Bayberry
#show %db(@riftmap,bayberry bark)
You'll see nothing
Now enter
#show %db(@riftmap,"baybe ...
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 6:46 pm   Subject: [2.16 Pro] %db not passing/parsing params correctly.
Just reproduce it in the command line, or use my code.

Who cares what Vijilante posted, it's irrelevant because he didn't code it right, my code functions and produces this problem.

Make a varia ...
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 6:16 am   Subject: [2.16 Pro] %db not passing/parsing params correctly.
Not sure exactly what that line will do, as I got the trigger from a friend, but I think the point of it being written that way is that there are not always three items per line, sometimes two and som ...
  Topic: Public version 2.17 ETA
Vesence

Replies: 6
Views: 5096

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 2:32 am   Subject: Public version 2.17 ETA
I just posted a new one, please check it out.
  Topic: [2.16 Pro] %db not passing/parsing params correctly.
Vesence

Replies: 19
Views: 14327

PostForum: CMUD Beta Forum   Posted: Wed Dec 12, 2007 2:31 am   Subject: [2.16 Pro] %db not passing/parsing params correctly.
Given the following code:

<class name="Rift" id="272">
<var name="riftmap" type="Record" id="285">crystal pentagon=pentagon|crystal ...
  Topic: [2.14a Pro] Status Window not Immediately Updating on Database Variable change
Vesence

Replies: 2
Views: 3503

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 8:32 pm   Subject: [2.14a Pro] Status Window not Immediately Updating on Database Variable change
Got it, and fixed that.

Thanks for enlightening me.
  Topic: [2.14a Pro] #T+ and #T- not working in reference to an Event
Vesence

Replies: 11
Views: 8692

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 8:30 pm   Subject: [2.14a Pro] #T+ and #T- not working in reference to an Event
<class name="Events" id="1108">
<event event="Afflict" priority="2" name="EXN_Afflict_Event" id="1109">
<value>#lo ...
  Topic: [2.14a Pro] #T+ and #T- not working in reference to an Event
Vesence

Replies: 11
Views: 8692

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 8:09 pm   Subject: [2.14a Pro] #T+ and #T- not working in reference to an Event
#RAISEEVENT *only* works with the event name (Afflict in the above example) and *not* with the IDName (EXN_Afflict_Event in the above example). The ID name allows you to give a short name to a specif ...
  Topic: [2.14a Pro] #T+ and #T- not working in reference to an Event
Vesence

Replies: 11
Views: 8692

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 8:07 am   Subject: [2.14a Pro] #T+ and #T- not working in reference to an Event
Oh that's what I'm doing.
all my healing queues are onPrompt events, this one just has the name onPrompt_PlantAffscan and if all else fails I'll put it in it's own class. But the main thrust of this ...
  Topic: [2.14a Pro] #T+ and #T- not working in reference to an Event
Vesence

Replies: 11
Views: 8692

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 5:34 am   Subject: [2.14a Pro] #T+ and #T- not working in reference to an Event
I'd like to make the point that what's not working is the fact that the events "Afflict" and "UnAfflict" which employ the code #T+ onPrompt_PlantAffscan and #T- onPrompt_PlantAffscan respectively are ...
  Topic: [2.14a Pro] #T+ and #T- not working in reference to an Event
Vesence

Replies: 11
Views: 8692

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 1:13 am   Subject: [2.14a Pro] #T+ and #T- not working in reference to an Event
<class name="Events" id="1108">
<event event="Afflict" priority="2" name="EXN_Afflict_Event" id="1109">
<value>#lo ...
  Topic: [2.14a Pro] Status Window not Immediately Updating on Database Variable change
Vesence

Replies: 2
Views: 3503

PostForum: CMUD Beta Forum   Posted: Mon Dec 03, 2007 1:10 am   Subject: [2.14a Pro] Status Window not Immediately Updating on Database Variable change
So I have two events, Afflict and Unafflict
Afflict adds %1 to a string list contained within a database variable
so #show @Plant_afflictions.Current_afflictions displays: Addiction|Insomnia

One ...
  Topic: [2.14] Text running underneath right panel buttons
Vesence

Replies: 6
Views: 4894

PostForum: CMUD Beta Forum   Posted: Sat Dec 01, 2007 5:21 am   Subject: [2.14] Text running underneath right panel buttons
nevermind
  Topic: Vista sure is slow!
Vesence

Replies: 25
Views: 40059

PostForum: CMUD Beta Forum   Posted: Fri Nov 30, 2007 10:34 pm   Subject: Vista sure is slow!
Okay, so I'm doing this test on two different computers but here's what I get

Vista:
Cmud = 4.5-4.8
Zmud = 3.3-3.5

XP:
Cmud = 1.9 (almost all the time)
Zmud = .8-.6

The XP computer is alm ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net