Author |
Message |
Topic: I can't seem to edit my triggers anymore? |
foldar
Replies: 0
Views: 252
|
Forum: CMUD General Discussion Posted: Mon Oct 14, 2024 11:34 pm Subject: I can't seem to edit my triggers anymore? |
I can't seem to edit my triggers anymore?
Maybe I am doing something dumb.
I am going to triggers, then stand on the trigger that i want to edit, but there is no edit function in the tree panel?
... |
Topic: Often, but not always button clicks process twice, doing everything double |
foldar
Replies: 2
Views: 1709
|
Forum: CMUD General Discussion Posted: Tue Oct 03, 2023 4:50 pm Subject: Often, but not always button clicks process twice, doing everything double |
yes probablye a mouse issue, didnt thinkof that. then it has nothing to do with cmud |
Topic: Often, but not always button clicks process twice, doing everything double |
foldar
Replies: 2
Views: 1709
|
Forum: CMUD General Discussion Posted: Mon Oct 02, 2023 10:08 pm Subject: Often, but not always button clicks process twice, doing everything double |
Often, but not always button clicks process twice, doing everything double
It is kind of bugging me. I am sure i didnt click twice. It happens a lot.
I have speedwalk buttons in a separate file, but ... |
Topic: Move generic code out of session file, how? in mud file? |
foldar
Replies: 9
Views: 5522
|
Forum: CMUD General Discussion Posted: Fri Oct 07, 2022 2:39 pm Subject: Move generic code out of session file, how? in mud file? |
The multi commands are really needed if I multi. But sometimes when 1 alt is only leveling, or bot - farming some item for hours he can be in a separate cmud instance. |
Topic: Move generic code out of session file, how? in mud file? |
foldar
Replies: 9
Views: 5522
|
Forum: CMUD General Discussion Posted: Fri Oct 07, 2022 6:00 am Subject: Move generic code out of session file, how? in mud file? |
Sometimes I do that, but then I loose the #all command, and the aliasses to log and logoff multiple players automatically.
I think if you start up cmudpro multiple times, you loose some important mul ... |
Topic: Move generic code out of session file, how? in mud file? |
foldar
Replies: 9
Views: 5522
|
Forum: CMUD General Discussion Posted: Thu Oct 06, 2022 2:23 pm Subject: Move generic code out of session file, how? in mud file? |
Switching the tab off works, and after i switched it off it didnt load anymore for the storages.
I do think it is not how it should be though.
If you have ten tabs every tab gets all packages of t ... |
Topic: Move generic code out of session file, how? in mud file? |
foldar
Replies: 9
Views: 5522
|
Forum: CMUD General Discussion Posted: Mon Oct 03, 2022 3:42 pm Subject: Bug with generic packages |
I made a general package with triggers and speedwalk buttons now.
If I load a character that has the package, and a character without the package, both characters get all triggers and buttons inside ... |
Topic: ZMUD enable class from trigger |
foldar
Replies: 1
Views: 2199
|
Forum: zMUD General Discussion Posted: Fri Sep 09, 2022 10:02 pm Subject: ZMUD enable class from trigger |
How do i enable a class and disable it again 10 seconds later?
Like my trigger is: Your limbs become less nimble as your movements lose their fluidity.
and it will do something like
#CLASS f ... |
Topic: accidental misclick with consequences |
foldar
Replies: 8
Views: 6376
|
Forum: CMUD General Discussion Posted: Wed Jul 13, 2022 12:19 am Subject: accidental misclick with consequences |
That wasnt it. They were all 6 tabbed. How do I make 5 of 6 tabs disappear with one mouseclick showing only one tab afterwards?
None of the tabs was the parent of the other. |
Topic: Move generic code out of session file, how? in mud file? |
foldar
Replies: 9
Views: 5522
|
Forum: CMUD General Discussion Posted: Fri May 27, 2022 11:14 pm Subject: Move generic code out of session file, how? in mud file? |
How do you make a database variable that is the same for all characters, but not stored for every character (I have a separate session file for every character, since they all have different abilities ... |
Topic: Setting dbVar Value |
foldar
Replies: 3
Views: 3012
|
Forum: CMUD General Discussion Posted: Fri May 27, 2022 10:37 pm Subject: Setting dbVar Value |
Thanks |
Topic: Setting dbVar Value |
foldar
Replies: 3
Views: 3012
|
Forum: CMUD General Discussion Posted: Fri May 27, 2022 10:18 pm Subject: Setting dbVar Value |
that worked. |
Topic: Setting dbVar Value |
foldar
Replies: 3
Views: 3012
|
Forum: CMUD General Discussion Posted: Fri May 27, 2022 8:26 pm Subject: Setting dbVar Value |
So how does this work?
I managed to read from a database variable, but how do I set it?
//Look up ACmax of the item with name %2 in the database of protected items
ACmax=%db(@ACMAXDB,%2)
#IF ... |
Topic: [BUG] v3.34 Error Opening pcre810.dll library |
foldar
Replies: 8
Views: 28088
|
Forum: CMUD General Discussion Posted: Sat May 21, 2022 4:42 pm Subject: Re: PCRE810.dll error (FIXED) 2017 |
What was the dll fixer called to solve this for free? |
Topic: accidental misclick with consequences |
foldar
Replies: 8
Views: 6376
|
Forum: CMUD General Discussion Posted: Sun Mar 20, 2022 1:55 pm Subject: accidental misclick with consequences |
no windows closed |
Topic: accidental misclick with consequences |
foldar
Replies: 8
Views: 6376
|
Forum: CMUD General Discussion Posted: Sun Mar 20, 2022 1:50 pm Subject: accidental misclick with consequences |
I was moving the mouse and think it was a right click or maybe one of the buttons on the side |
Topic: accidental misclick with consequences |
foldar
Replies: 8
Views: 6376
|
Forum: CMUD General Discussion Posted: Sat Mar 19, 2022 11:00 pm Subject: accidental misclick with consequences |
I had 6 characters logged, 6 tabs in cmud then i did an accidental mouse click, and the first 5 tabs disappeared showing only the 6th tab still of the last character.
What happened? what did i click? ... |
Topic: Session just stop working. |
foldar
Replies: 6
Views: 9026
|
Forum: CMUD General Discussion Posted: Tue Feb 01, 2022 4:46 pm Subject: Session just stop working. |
I had the same problem. Two corrupted sessions, that wouldnt load anymore.
Holding down shift during load restored one of them, the other is still corrupted.
The window just disappears when there ar ... |
Topic: Trigger on coloured lines |
foldar
Replies: 2
Views: 3824
|
Forum: CMUD General Discussion Posted: Tue Sep 14, 2021 12:53 pm Subject: Trigger on coloured lines |
With the ANSI-code it works.
%e[1;31m%1 DISARMS your spirit of justice!
get justice;wear justice
It must have the %1 in, because the ansi code is all at the start of the line.
Looks like t ... |
Topic: Trigger on coloured lines |
foldar
Replies: 2
Views: 3824
|
Forum: CMUD General Discussion Posted: Mon Sep 13, 2021 9:23 pm Subject: Trigger on coloured lines |
This trigger is supposed to trigger only if not only the text, but also the colour matches.
I set the option line color of the trigger to red text with a black background, but now the trigger doesn ... |
Topic: How do I create a trigger with the #TRIGGER command using a variable in it? |
foldar
Replies: 3
Views: 4493
|
Forum: CMUD General Discussion Posted: Mon Jun 28, 2021 3:48 am Subject: How do I create a trigger with the #TRIGGER command using a variable in it? |
How do I create a trigger with the #TRIGGER command using a variable in it?
Like #TRIGGER MobAttack {@OpponentName %w (%w)} {tank=%1} does not work
It doesnt evaluate the @opponentName it puts ... |
Topic: Combine slowwalk with fast walk for some rooms you need to pass quickly. |
foldar
Replies: 1
Views: 3579
|
Forum: CMUD General Discussion Posted: Wed Apr 14, 2021 6:14 pm Subject: Combine slowwalk with fast walk for some rooms you need to pass quickly. |
Maybe include something like (n;ne;e;e;ne) as one dir between brackets? |
Topic: Combine slowwalk with fast walk for some rooms you need to pass quickly. |
foldar
Replies: 1
Views: 3579
|
Forum: CMUD General Discussion Posted: Wed Apr 14, 2021 6:10 pm Subject: Combine slowwalk with fast walk for some rooms you need to pass quickly. |
Can i include some dirs in the slowwalk path that are not done slowly like the rest of the rooms?
Now i use different paths for it, and a trigger to go from the end of path 1 to the start of path2. ... |
Topic: What is your favorite feature in CMUD? |
foldar
Replies: 54
Views: 182850
|
Forum: CMUD General Discussion Posted: Fri Apr 09, 2021 8:56 pm Subject: What is your favorite feature in CMUD? |
The administration of my 50 characters. |
Topic: Autolog:Password trigger goes off twice |
foldar
Replies: 0
Views: 2579
|
Forum: CMUD General Discussion Posted: Fri Apr 09, 2021 6:44 pm Subject: Autolog:Password trigger goes off twice |
How is it possible that that trigger goes off twice?
it bugs with my botting.
Password:
#T- Exits;#PW;#WA 1000;#CR;#WA 1000;#CR;#T- autolog;where
The where triggers the bot to start searchin ... |
|