Author |
Message |
Topic: Find room alias |
croww
Replies: 2
Views: 310
|
Forum: CMUD General Discussion Posted: Tue Aug 26, 2025 10:12 am Subject: Find room alias |
Thank you, the %concat thing fixed it.
If someone wants the same alias, it looks like this
<alias name="FR" autoappend="true" id="2536">
<value>#VAR Path %mapquery(%concat(%char(3 ... |
Topic: Find room alias |
croww
Replies: 2
Views: 310
|
Forum: CMUD General Discussion Posted: Tue Aug 19, 2025 5:48 pm Subject: Find room alias |
I would like to create an alias named FR
So when i type FR cyclop , it would show me all rooms with name cyclop in a list.
I managed to make this and this show the info i like when i type it out ... |
Topic: Database record variable to "DataBase module" |
croww
Replies: 3
Views: 5859
|
Forum: CMUD General Discussion Posted: Thu Nov 26, 2020 5:30 pm Subject: Database record variable to "DataBase module" |
Hpoonis2010
That seems like the thing i am trying to do. Now i just need to understand it.
Thanks
(edit)
Ok didn't get it to work, but it showed me the DBPUT command and i can use that instead ... |
Topic: Database record variable to "DataBase module" |
croww
Replies: 3
Views: 5859
|
Forum: CMUD General Discussion Posted: Thu Nov 26, 2020 12:50 am Subject: Database record variable to "DataBase module" |
I would like to move a database variable to the Cmud database.(since it would be easier to move between computers and look up the information)
I managed to create triggers that lets me get a variab ... |
Topic: Mapper being super slow with clicking rooms |
croww
Replies: 7
Views: 11768
|
Forum: CMUD General Discussion Posted: Sun Sep 27, 2020 10:19 am Subject: Mapper being super slow with clicking rooms |
I get those kind of slowdowns if the map is "zoomed out" . Try zooming in so you only see like a few rooms and see if that helps. I have no idea why it does that on my large map zones |
Topic: Coloring rooms in cmud mapper `? |
croww
Replies: 8
Views: 17449
|
Forum: CMUD General Discussion Posted: Fri Jul 08, 2016 12:37 am Subject: Coloring rooms in cmud mapper `? |
Ok didnt get ur code to work. But this did.
#CALL %maplocked(0)
#VAR Path %mapquery("[Name] LIKE '%Swimming out upon the ocean%'")
#FORALL @Path {#call %roomcol(%i, blue)}
#CALL %maplocked(1)
... |
Topic: Coloring rooms in cmud mapper `? |
croww
Replies: 8
Views: 17449
|
Forum: CMUD General Discussion Posted: Thu Jul 07, 2016 12:38 am Subject: Coloring rooms in cmud mapper `? |
aye thanks. So those commands you printed out, what should i call the file. is it just a txt file or do i need to call it something else ? |
Topic: Coloring rooms in cmud mapper `? |
croww
Replies: 8
Views: 17449
|
Forum: CMUD General Discussion Posted: Wed Jul 06, 2016 11:58 pm Subject: Coloring rooms in cmud mapper `? |
Yeah i have tried to use the nearby in panels to get as many rooms i can, and then change em all. But it misses so many rooms sometimes |
Topic: Coloring rooms in cmud mapper `? |
croww
Replies: 8
Views: 17449
|
Forum: CMUD General Discussion Posted: Wed Jul 06, 2016 11:51 pm Subject: Coloring rooms in cmud mapper `? |
So i guess i take lines and save it to a file. what should i name the file ?
And then go to actions run script ?
Anyways it i get it to work, it will be fantastic |
Topic: Coloring rooms in cmud mapper `? |
croww
Replies: 8
Views: 17449
|
Forum: CMUD General Discussion Posted: Wed Jul 06, 2016 3:54 pm Subject: Coloring rooms in cmud mapper `? |
Is there a way to make a script to color rooms in the cmud map after name in the map.
Like i have alot of rooms named "In the graveyard". Is there a script that goes thro the database and color al ... |
|