| Author |
Message |
Topic: problem with trigger ansi codes and some miscellaneous questions.. |
golgepapaz
Replies: 1
Views: 3934
|
Forum: CMUD General Discussion Posted: Sat Jun 02, 2012 6:03 pm Subject: problem with trigger ansi codes and some miscellaneous questions.. |
I have a trigger pair that looks up stats for items in database and appends it stats to the end of he item if it can find them
First one is finds the item in the database and prepares the string to b ... |
Topic: strange bug |
golgepapaz
Replies: 1
Views: 3842
|
Forum: CMUD General Discussion Posted: Thu Dec 23, 2010 9:22 pm Subject: strange bug |
the trigger that is part of my identify script
<trigger priority="690" id="84">
<pattern>It is made of (*) and weighs (%d) pounds (%d) ounce ... |
Topic: script to replace words in a string |
golgepapaz
Replies: 7
Views: 8871
|
Forum: CMUD General Discussion Posted: Tue Dec 21, 2010 1:39 am Subject: script to replace words in a string |
ok I've worked out something using the %subregex;
<alias name="dsay" autoappend="true" id="322">
<value>#forall %dbkeys(@replacements)
{
$text= %subregex($text,\b%i\b,%db(@replac ... |
Topic: script to replace words in a string |
golgepapaz
Replies: 7
Views: 8871
|
Forum: CMUD General Discussion Posted: Mon Dec 20, 2010 2:32 am Subject: script to replace words in a string |
| ok now , you've begun to concern me, is it that hard? |
Topic: script to replace words in a string |
golgepapaz
Replies: 7
Views: 8871
|
Forum: CMUD General Discussion Posted: Sun Dec 19, 2010 9:36 pm Subject: script to replace words in a string |
well thank you , this is exactly what I am trying to accomplish except that I don't
receive the text from the mud, but entering it myself.
morelike
drowsay You are lucky, Human (drowsay is th ... |
Topic: script to replace words in a string |
golgepapaz
Replies: 7
Views: 8871
|
Forum: CMUD General Discussion Posted: Sun Dec 19, 2010 5:05 am Subject: script to replace words in a string |
well I need a script to replace some words in a string with other one,more like a dictionary look-up
For example
"You are lucky, human"
with
"You are lucky, rivvil"
It seems to me ... |
Topic: more database and mapper questions |
golgepapaz
Replies: 4
Views: 6229
|
Forum: CMUD General Discussion Posted: Wed Dec 01, 2010 5:55 pm Subject: more database and mapper questions |
I know how to set mouse-over hint.. what I need is the function itself. something along the lines
of %roomnotes(roomid) that will return the notes of the room, and I'll paste it to hint field and h ... |
Topic: more database and mapper questions |
golgepapaz
Replies: 4
Views: 6229
|
Forum: CMUD General Discussion Posted: Wed Dec 01, 2010 4:29 pm Subject: more database and mapper questions |
Hi all;
Well sometimes, when I create rooms with mapper I add some info to the notes fields. My question is
How can I see that notes, when I mouse-over the rooms? I think i need to write some fu ... |
Topic: mapper questions |
golgepapaz
Replies: 6
Views: 11398
|
Forum: CMUD General Discussion Posted: Tue Nov 30, 2010 4:27 pm Subject: mapper questions |
As I said previously, I also have doors that can be opened just by giving the cardinal direction, If I am not mistaken what you propose is a map wide toggle
so my other open <directions> would ... |
Topic: mapper questions |
golgepapaz
Replies: 6
Views: 11398
|
Forum: CMUD General Discussion Posted: Wed Nov 24, 2010 4:23 pm Subject: mapper questions |
| You define and customize a new room type using zMapper. You can access the COM interface for zMapper in CMUD Pro, however you can not define a new room type via the interface. You can customize it v ... |
Topic: mapper questions |
golgepapaz
Replies: 6
Views: 11398
|
Forum: CMUD General Discussion Posted: Wed Nov 24, 2010 1:42 pm Subject: mapper questions |
Hi all;
I have some newbie mapper questions I'd like to be answered.Thanks in advance..
- How do I define a new room type? how do i assign a default color and/or label
to said room type?
... |
Topic: resetting a trigger (newbie question) |
golgepapaz
Replies: 2
Views: 5159
|
Forum: CMUD General Discussion Posted: Thu Sep 09, 2010 7:18 pm Subject: resetting a trigger (newbie question) |
ok ,this looks like that can solve the substate deadlock problem, I'll get to it, the database part,I'll handle it trial and error approach
since i am new to cmud scripting , thanks anyway |
Topic: resetting a trigger (newbie question) |
golgepapaz
Replies: 2
Views: 5159
|
Forum: CMUD General Discussion Posted: Thu Sep 09, 2010 4:37 pm Subject: resetting a trigger (newbie question) |
hello all,
I am trying to write an identify trigger that will add an item to database,thing is
identify text format maybe different with respect to type of the item identified
so i wound up fo ... |
| |