Author |
Message |
Topic: [3.33a] #T- Not working at all. |
harley
Replies: 6
Views: 10658
|
Forum: CMUD General Discussion Posted: Tue Mar 29, 2011 4:13 pm Subject: [3.33a] #T- Not working at all. |
I've figured out the problem.. appearently when i triggered on
{^You feel much better.$|^A warm feeling feels your body$}
It triggered on every line..
I seperated the triggers and it w ... |
Topic: [3.33a] #T- Not working at all. |
harley
Replies: 6
Views: 10658
|
Forum: CMUD General Discussion Posted: Tue Mar 29, 2011 4:00 pm Subject: [3.33a] #T- Not working at all. |
Personally I would not give classes and variables the same ID or name. You have a variable named AutoQuaff and a class named AutoQuaff. I also would not give a class the name of a keyword like "Trigge ... |
Topic: [3.33a] #T- Not working at all. |
harley
Replies: 6
Views: 10658
|
Forum: CMUD General Discussion Posted: Mon Mar 28, 2011 4:14 am Subject: [3.33a] #T- Not working at all. |
This is the trigger.. Can you find an error?<trigger priority="10" id="2764">
<pattern>^~<HP: (%d)/(%d), MN: (%d)/(%d) ... |
Topic: [3.33a] #T- No longer works |
harley
Replies: 8
Views: 26993
|
Forum: CMUD Beta Forum Posted: Sat Mar 26, 2011 9:58 pm Subject: [3.33a] #T- No longer works |
It's odd. Whatever is within this specific class folder wont get disabled.. its like there are 2 folders.. but i've searched.. cant figure it out. |
Topic: [3.33a] #T- No longer works |
harley
Replies: 8
Views: 26993
|
Forum: CMUD Beta Forum Posted: Thu Mar 24, 2011 5:37 pm Subject: [3.33a] #T- No longer works |
Guess its time to uninstall and install the latest public release. |
Topic: [3.33a] #T- No longer works |
harley
Replies: 8
Views: 26993
|
Forum: CMUD Beta Forum Posted: Wed Mar 23, 2011 4:08 pm Subject: [3.33a] #T- No longer works |
So that is a small lie.. It no longer works in about half of my settings.. all that was changed was updating to 3.33a.. dont remember last version i had but i believe it was the most current pub relea ... |
Topic: 3.31 Session layout |
harley
Replies: 6
Views: 11620
|
Forum: CMUD General Discussion Posted: Tue Nov 09, 2010 5:40 pm Subject: 3.31 Session layout |
The layout thing i think has been solved..
I uninstalled again, removed all entries of cmud in registry, deleted everything having to do with cmud on my pc.. and then proceeded to do a fresh install
... |
Topic: 3.31 Session layout |
harley
Replies: 6
Views: 11620
|
Forum: CMUD General Discussion Posted: Tue Nov 09, 2010 5:16 pm Subject: 3.31 Session layout |
I'll create a new thread then.
I turned autosave off and on, i clicked save layout several times.
When i reinstalled cmud, i created a backup of my pkg and maps and uninstalled the client and dele ... |
Topic: 3.31 Session layout |
harley
Replies: 6
Views: 11620
|
Forum: CMUD General Discussion Posted: Tue Nov 09, 2010 3:48 pm Subject: 3.31 Session layout |
More information:
This isnt a huge problem for me.. I can disable the onminute event/trigger and its fine.
It doesnt bother me a lot to redo my window every time i open cmud.
However, i am helpin ... |
Topic: 3.31 Session layout |
harley
Replies: 6
Views: 11620
|
Forum: CMUD General Discussion Posted: Tue Nov 09, 2010 3:31 pm Subject: 3.31 Session layout |
I've tried everything i can think of.
I've reinstalled cmud, I've deleted the xyl files, 'ive shift clicked the session.
NEVER does it save the layout i use.. Its so annoying..
It used to work, o ... |
Topic: Layout tabs for 2 sessions. |
harley
Replies: 13
Views: 21825
|
Forum: CMUD General Discussion Posted: Sun Oct 31, 2010 8:27 am Subject: Layout tabs for 2 sessions. |
I don't know how to fix your thing but what I would do is this.
Set up layout 1 how you want it..
edit your capture triggeers to send to your 'chat' window instead of " Bob says 'hi' have it be ... |
Topic: 3.31// Script question |
harley
Replies: 2
Views: 5318
|
Forum: CMUD General Discussion Posted: Fri Oct 29, 2010 12:02 pm Subject: 3.31// Script question |
I think i've answered this myself, but it doesnt seem to be the best way.. maybe it is.
I have a var QuestMob
The current value is "laying goose"
If I wanted to pick only the first word in the val ... |
Topic: [3.31] %replace question |
harley
Replies: 4
Views: 7992
|
Forum: CMUD General Discussion Posted: Thu Oct 28, 2010 11:19 am Subject: [3.31] %replace question |
Perfect!
Would it be easier to keep the string within the trigger or create a seperate stringlist? |
Topic: [3.31] %replace question |
harley
Replies: 4
Views: 7992
|
Forum: CMUD General Discussion Posted: Thu Oct 28, 2010 3:02 am Subject: [3.31] %replace question |
What i'd like to do is take a variable created via trigger:
QuestMob = A blue cat
What i'd like to do is strip off the common words in the variable, ie A/the etc.
I was thinking something like %r ... |
Topic: Match Database Variable Key |
harley
Replies: 17
Views: 19937
|
Forum: CMUD General Discussion Posted: Sun Oct 24, 2010 9:03 pm Subject: Match Database Variable Key |
Not sure this would be the way to go about it but what about
#loopdb?
ie
#loopdb @words {
#if (%1 = %key) {etc}} |
Topic: [3.31] [SOLVED] Help debug my script |
harley
Replies: 4
Views: 14536
|
Forum: CMUD Beta Forum Posted: Sun Oct 24, 2010 8:39 pm Subject: [3.31] [SOLVED] Help debug my script |
fyi, this worked perfectly. Thanks |
Topic: Walking bot |
harley
Replies: 3
Views: 8967
|
Forum: CMUD General Discussion Posted: Thu Oct 21, 2010 12:55 am Subject: Walking bot |
not sure if it is the right answer, try to do
#slow .20n20s;#pause
Its worked for me in the past.
then #step |
Topic: [3.31] [SOLVED] Help debug my script |
harley
Replies: 4
Views: 14536
|
Forum: CMUD Beta Forum Posted: Thu Oct 21, 2010 12:39 am Subject: [3.31] [SOLVED] Help debug my script |
I wish I wrote this, it would make more sense to debug it if I knew what was going on.
Thanks for your help Tech |
Topic: [3.31] [SOLVED] Help debug my script |
harley
Replies: 4
Views: 14536
|
Forum: CMUD Beta Forum Posted: Wed Oct 20, 2010 3:28 am Subject: [3.31] [SOLVED] Help debug my script |
I have this alias, it adds a portal to the mapper and tells the mapper how to use it, the port alias works as needed if the db is correct.
the addport alias used to work.. here is the alias
<alia ... |
Topic: Port alias |
harley
Replies: 5
Views: 21055
|
Forum: CMUD Beta Forum Posted: Thu Oct 14, 2010 9:38 pm Subject: Port alias |
I think i've figured it out
instead of having
get %char(34)%item( %db( @Portals, $Keyword), 1)%char(34) %item( %db( @Portals, $Keyword), 2).%char( ... |
Topic: Port alias |
harley
Replies: 5
Views: 21055
|
Forum: CMUD Beta Forum Posted: Thu Oct 14, 2010 8:50 pm Subject: Port alias |
@Portals
goldrush="train ticket|1||sat|42|0|1|2351"|call="aura sage portal whirlwind vortex|1||lug|5|0|1|32454"|acad="acad|1||lug|1|0|1|33847"
@PortalData
Level Check= ... |
Topic: Port alias |
harley
Replies: 5
Views: 21055
|
Forum: CMUD Beta Forum Posted: Thu Oct 14, 2010 4:53 am Subject: Port alias |
If you need other alias's / dbs I can get those for you as well.. I am just lost without this. |
Topic: Port alias |
harley
Replies: 5
Views: 21055
|
Forum: CMUD Beta Forum Posted: Thu Oct 14, 2010 4:45 am Subject: Port alias |
I have an alias, that, well I didnt make it.. Its called port
this is the xml for it
<alias name="port" id="133">
<value>#if (%pos( "NoPortal", % ... |
Topic: [3.28 - 3.29b] Upgrade / Swalk problems |
harley
Replies: 8
Views: 17436
|
Forum: CMUD Beta Forum Posted: Sat Oct 09, 2010 1:34 am Subject: [3.28 - 3.29b] Upgrade / Swalk problems |
Ok, I add a new area. In aardwolf, clans can have public halls, these public halls can have exits that shorten sw's to other areas.
One of these clans is called Touchstone.
I add the exits to the z ... |
Topic: [3.28 - 3.29b] Upgrade / Swalk problems |
harley
Replies: 8
Views: 17436
|
Forum: CMUD Beta Forum Posted: Thu Oct 07, 2010 8:32 pm Subject: [3.28 - 3.29b] Upgrade / Swalk problems |
Every time I add an exit to another area it screws my maps up..
here is a link to my map db
::EDIT:: Link removed.
Any help would be appreciated.
<alias name="rrun" id=" ... |
|