Register to post in forums, or Log in to your existing account
 
:
Search found 47 matches for:
Page 1 of 2 Goto page 1, 2  Next
Author Message
  Topic: When does #ok upgrade the roomvnum?
Articval

Replies: 4
Views: 5833

PostForum: CMUD General Discussion   Posted: Wed Mar 25, 2009 4:25 pm   Subject: When does #ok upgrade the roomvnum?
Ok, I was still using my old Zmud onroomenter aliases, I created an onroomenter event and on it ordered to execute the "onroomenter" alias I had.
Seems to solve the problem. (What i had before was a ...
  Topic: When does #ok upgrade the roomvnum?
Articval

Replies: 4
Views: 5833

PostForum: CMUD General Discussion   Posted: Wed Mar 25, 2009 2:41 pm   Subject: When does #ok upgrade the roomvnum?
Not the beta, the previous one:
Cmud Pro 2.37
  Topic: When does #ok upgrade the roomvnum?
Articval

Replies: 4
Views: 5833

PostForum: CMUD General Discussion   Posted: Wed Mar 25, 2009 1:13 pm   Subject: When does #ok upgrade the roomvnum?
Hi!

I use #ok to confirm my mud possition every time the mud sends me the line:
Exits .....

After that, some scripts are executed and they depend on the roomvnum.

I have tryed this:

#echo ...
  Topic: [3.05]Beta mapper, not saving some config
Articval

Replies: 1
Views: 3161

PostForum: CMUD Beta Forum   Posted: Wed Mar 25, 2009 12:13 pm   Subject: [3.05]Beta mapper, not saving some config
Hi! After trying 3.05 for a while I came back to previous version coz this is essential to me:

On the Map menu:

configuration\configuration settings\speedwalking\Automatic step confirmation

T ...
  Topic: Directions such as sw, ne, not being "translated"
Articval

Replies: 2
Views: 4376

PostForum: CMUD General Discussion   Posted: Tue Mar 24, 2009 3:20 pm   Subject: Directions such as sw, ne, not being "translated"
Im not familiar yet with that kind of coding but i understand u do something similar to what i proposed.
Thx for the answer Very Happy
  Topic: Directions such as sw, ne, not being "translated"
Articval

Replies: 2
Views: 4376

PostForum: CMUD General Discussion   Posted: Tue Mar 24, 2009 2:04 pm   Subject: Directions such as sw, ne, not being "translated"
Hi, im using next trigger to track my possition:

#forall %pathexpand(%walk(2450)) {%i}

But then I use this, directions such as "i", "l", wont be translated into sw, se, or the direction which co ...
  Topic: A cleaner way to do the same? (Handling a variable's data)
Articval

Replies: 5
Views: 6957

PostForum: CMUD General Discussion   Posted: Tue Mar 24, 2009 12:22 pm   Subject: A cleaner way to do the same? (Handling a variable's data)
Ok, thankyou!! good to know Rolling Eyes
  Topic: A cleaner way to do the same? (Handling a variable's data)
Articval

Replies: 5
Views: 6957

PostForum: CMUD General Discussion   Posted: Tue Mar 24, 2009 11:49 am   Subject: A cleaner way to do the same? (Handling a variable's data)
Thanks for the answer, its hard to explain, i will try again:

(I changed the variable names to be more understandable, and used the variable I have on my Cmud)

Using the variable on the pick, th ...
  Topic: A cleaner way to do the same? (Handling a variable's data)
Articval

Replies: 5
Views: 6957

PostForum: CMUD General Discussion   Posted: Tue Mar 24, 2009 11:40 am   Subject: A cleaner way to do the same? (Handling a variable's data)
Hi all!!
Still getting adapted to Cmud, and guessing there sould be a new function such as %db() but for variables, which would make things simpler:

Lets think we have one bag for every PJ, contai ...
  Topic: Cmud not recognizing some colors
Articval

Replies: 7
Views: 11117

PostForum: CMUD General Discussion   Posted: Tue Nov 11, 2008 11:55 am   Subject: Cmud not recognizing some colors
Thankyou Fang Xianfu.
Learned a lot hehe.
  Topic: Cmud not recognizing some colors
Articval

Replies: 7
Views: 11117

PostForum: CMUD General Discussion   Posted: Sun Nov 09, 2008 9:28 pm   Subject: Cmud not recognizing some colors
Still dont understand very well how this works, but worked for me this way:

Line appeared on the debug window:

<9><ESC>[0;1;36mAfected by blabla<LF><CR><LF><CR&g ...
  Topic: Cmud not recognizing some colors
Articval

Replies: 7
Views: 11117

PostForum: CMUD General Discussion   Posted: Sun Nov 09, 2008 5:20 pm   Subject: Cmud not recognizing some colors
Cant get any results yet (no time) but ill research more on this and post my conclussions and what i get to do.
Thankyou.
  Topic: Cmud not recognizing some colors
Articval

Replies: 7
Views: 11117

PostForum: CMUD General Discussion   Posted: Sun Nov 09, 2008 9:09 am   Subject: Cmud not recognizing some colors
Hello!

Cmud color recognition on triggers is a great feature, but I have found already 2 colors with which it will not work.

Here are the colors:

http://i33.tinypic.com/wttzs5.png

http://i ...
  Topic: [2.37] #if command inside #forall, failing
Articval

Replies: 6
Views: 7409

PostForum: CMUD Beta Forum   Posted: Sun Nov 02, 2008 2:40 pm   Subject: [2.37] #if command inside #forall, failing
The more I think I know, the more I know I dont.

Thankyou.
  Topic: [2.37] #if command inside #forall, failing
Articval

Replies: 6
Views: 7409

PostForum: CMUD Beta Forum   Posted: Sun Nov 02, 2008 2:17 pm   Subject: [2.37] #if command inside #forall, failing
Ok, got the difference:

If you guys do:

#FORALL @listacolores {%i;#IF (%i="yellowgreen") {#echo yeah}}

THAT is what is not going to work :)

If u remove the %i, then works like it should
  Topic: [2.37] #if command inside #forall, failing
Articval

Replies: 6
Views: 7409

PostForum: CMUD Beta Forum   Posted: Sat Nov 01, 2008 10:40 pm   Subject: [2.37] #if command inside #forall, failing
Hi!

I explain myself badly when talking about programming, so I will put examples of what I think it should do and what it does.

#forall @list {#if %i=cheese {#echo yeah}}

This forall was not ...
  Topic: How to set one way exits with a function or command?
Articval

Replies: 3
Views: 5446

PostForum: CMUD General Discussion   Posted: Sat Nov 01, 2008 3:35 pm   Subject: How to set one way exits with a function or command?
Yes, I usually do that, but since the problem had nothing to do with it, i didnt... but as requested, here is the explanation anyway :)

My mud has 3 main zones, which divide themselves into 10-15 o ...
  Topic: How to set one way exits with a function or command?
Articval

Replies: 3
Views: 5446

PostForum: CMUD General Discussion   Posted: Sat Nov 01, 2008 11:57 am   Subject: How to set one way exits with a function or command?
Solved, found other way to do this (wich has nothing to do with what I needed before)

So this is now just out of curiosity, and if anyone wants to delete post, it will be welcome anyway.
  Topic: How to set one way exits with a function or command?
Articval

Replies: 3
Views: 5446

PostForum: CMUD General Discussion   Posted: Sat Nov 01, 2008 11:32 am   Subject: How to set one way exits with a function or command?
Hello!
Is there a way to use %roomlink to set one way exits?

It works great to add new directions, or even unkown links and links to the same room...

Thanks!!
  Topic: About repeating #alarm in Cmud
Articval

Replies: 6
Views: 16246

PostForum: CMUD General Discussion   Posted: Fri Oct 31, 2008 4:38 pm   Subject: About repeating #alarm in Cmud
ok thank you all guys, ill change that then :)
  Topic: About repeating #alarm in Cmud
Articval

Replies: 6
Views: 16246

PostForum: CMUD General Discussion   Posted: Fri Oct 31, 2008 1:06 pm   Subject: About repeating #alarm in Cmud
Problem is hard to explain.. lets try it:

What I had on Zmud was:

- Alarm with alias inside
-On some thoose alarms, there are aliases which force them, depending on the classes wich ...
  Topic: Cmud mapper layout, feature suggestion
Articval

Replies: 2
Views: 4459

PostForum: CMUD General Discussion   Posted: Mon Oct 20, 2008 12:27 pm   Subject: Cmud mapper layout, feature suggestion
Thanks for the good work!!
  Topic: Cmud mapper layout, feature suggestion
Articval

Replies: 2
Views: 4459

PostForum: CMUD General Discussion   Posted: Sun Oct 19, 2008 8:01 pm   Subject: Cmud mapper layout, feature suggestion
It does not save for me from one time to another. (The mapper layout)

I move the menus to the left of its window so they stay vertical, then use "save layout" then restart Cmud, and its like at the ...
  Topic: About repeating #alarm in Cmud
Articval

Replies: 6
Views: 16246

PostForum: CMUD General Discussion   Posted: Sun Oct 19, 2008 9:09 am   Subject: About repeating #alarm in Cmud
Hey! Its about coming to Cmud from Zmud:

I have noticed that when u have an alarm set up in an alias,like this:

#alias test {
#alarm testing {+1} {#echo This is a test;test}
}

It will only ...
  Topic: mapper in cmud
Articval

Replies: 3
Views: 5377

PostForum: CMUD General Discussion   Posted: Sun Oct 19, 2008 8:57 am   Subject: mapper in cmud
I use:
#NOOP %roomcol( vnum of room, "pink")

works great ^_^
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net