Author |
Message |
Topic: Database record variable to "DataBase module" |
croww
Replies: 3
Views: 4364
|
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: 4364
|
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: 8739
|
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: 14633
|
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: 14633
|
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: 14633
|
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: 14633
|
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: 14633
|
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 ... |
|