Register to post in forums, or Log in to your existing account
 
:
Search found 4622 matches for:
Page 1 of 185 Goto page 1, 2, 3 ... 183, 184, 185  Next
Author Message
  Topic: Button to enable/disable a trigger
shalimar

Replies: 8
Views: 682

PostForum: CMUD General Discussion   Posted: Sat Aug 31, 2024 11:20 am   Subject: Button to enable/disable a trigger
The numeric ID is actually the priority in which settings execute, should any given thing cause several settings to go off simultaneously. (lower goes first)
I have no idea why it isn't labeled as su ...
  Topic: Button to enable/disable a trigger
shalimar

Replies: 8
Views: 682

PostForum: CMUD General Discussion   Posted: Mon Aug 05, 2024 12:06 pm   Subject: Button to enable/disable a trigger
The ID needs to start with a letter is the issue here, fully numeric IDs are not supported.
  Topic: zMUD doesn't start
shalimar

Replies: 1
Views: 289

PostForum: zMUD General Discussion   Posted: Sun Jul 21, 2024 7:02 pm   Subject: zMUD doesn't start
zMUD is truly ancient and was never guaranteed backwards compatibility at this point in time.
You might be able to get it run in an emulation of older Windows OS.

CMUD, however, is known to work o ...
  Topic: How does #MATH works?
shalimar

Replies: 10
Views: 1676

PostForum: CMUD General Discussion   Posted: Mon Jul 08, 2024 11:37 pm   Subject: How does #MATH works?
There is a link to all the wildcard characters in #HELP #TRIGGER
  Topic: Button to enable/disable a trigger
shalimar

Replies: 8
Views: 682

PostForum: CMUD General Discussion   Posted: Mon Jul 08, 2024 10:18 am   Subject: Button to enable/disable a trigger
You can either edit the xml directly, id="PartyChecker"

Or you can click the 'More' button at the bottom of the package editor window and just fill in the panel labeled ID.
  Topic: How does #MATH works?
shalimar

Replies: 10
Views: 1676

PostForum: CMUD General Discussion   Posted: Mon Jul 08, 2024 10:10 am   Subject: How does #MATH works?
General speaking, there is no real 'best' way to do things, just a bunch of tools in the toolbox

The #HELP command can be used with any command or function to read the help files

#HELP #MATH
#H ...
  Topic: How does #MATH works?
shalimar

Replies: 10
Views: 1676

PostForum: CMUD General Discussion   Posted: Sun Jul 07, 2024 11:43 pm   Subject: How does #MATH works?
The #MATH command has been officially deprecated and made redundant, any equation in parentheses will try to evaluate itself, use nested parenthesis when you need to force order of operations.

usin ...
  Topic: Button to enable/disable a trigger
shalimar

Replies: 8
Views: 682

PostForum: CMUD General Discussion   Posted: Sun Jul 07, 2024 11:35 pm   Subject: Button to enable/disable a trigger
You can do that.
You need to give the trigger an ID of "PartyChecker"
then your button will do the following:

#SWITCH (%trigger(PartyChecker))
(0) {#T+ PartyChecke ...
  Topic: Script help and I guess help finding out what's wrong with my client :p
shalimar

Replies: 4
Views: 1043

PostForum: CMUD General Discussion   Posted: Sun May 19, 2024 5:18 pm   Subject: Script help and I guess help finding out what's wrong with my client :p
Correct, it never saved the changes you made cause it didnt have write permissions to write it from local memory to the HD.
  Topic: line break in trigger pattern OR multiple lines trigger? [SOLVED]
shalimar

Replies: 6
Views: 1307

PostForum: CMUD General Discussion   Posted: Sun May 19, 2024 5:17 pm   Subject: line break in trigger pattern OR multiple lines trigger? [SOLVED]
#CONDITION on its own will attach to the last defined #TRIGGER, therefore it is recommended to only be used from the command line when first creating a trigger.
It should never be in the body of a tr ...
  Topic: Script help and I guess help finding out what's wrong with my client :p
shalimar

Replies: 4
Views: 1043

PostForum: CMUD General Discussion   Posted: Thu May 16, 2024 11:58 pm   Subject: Script help and I guess help finding out what's wrong with my client :p
Ah yes, you need to run CMUD 'as an administrator' at least once to give it write permissions.
Just right-click on the icon and you should see the option.
  Topic: raw telnet connects. zmud does not connect
shalimar

Replies: 3
Views: 1155

PostForum: zMUD General Discussion   Posted: Fri May 03, 2024 10:14 am   Subject: raw telnet connects. zmud does not connect
Are you sure you have the correct address/port info where you are trying to connect?
Might have edited it by mistake when checking settings.
  Topic: cMUD Multiple Chars on a single tab
shalimar

Replies: 1
Views: 667

PostForum: CMUD General Discussion   Posted: Fri May 03, 2024 10:08 am   Subject: cMUD Multiple Chars on a single tab
You need to have made a separate session for each character for it to work best.
And even then, each session will be its own window or tab.

If it's just a matter of layout, you can drag each separ ...
  Topic: Set Button State with Code
shalimar

Replies: 4
Views: 1130

PostForum: CMUD General Discussion   Posted: Tue Apr 09, 2024 8:02 pm   Subject: Set Button State with Code
The button variable has nothing to do with the state, by default anyway.
So this is expected behavior.

Usually that is a display value, for gauges and what have you.

If you are wanting to refer ...
  Topic: Set Button State with Code
shalimar

Replies: 4
Views: 1130

PostForum: CMUD General Discussion   Posted: Tue Apr 09, 2024 12:49 pm   Subject: Set Button State with Code
If you set the ID field of the button you can do:

#STATE ID 2
  Topic: how to best combine #scroll with #capture
shalimar

Replies: 4
Views: 1307

PostForum: CMUD General Discussion   Posted: Sat Apr 06, 2024 2:51 pm   Subject: how to best combine #scroll with #capture
Here is a cleaner version, that only suppresses matching data for 10 seconds

#ALIAS scroll($pattern) {
#WAIT 0
#IF ($pattern) {
scrollPattern=$pattern
#SCR ...
  Topic: Purchas Zmud / CMUD back
shalimar

Replies: 2
Views: 1203

PostForum: CMUD General Discussion   Posted: Wed Apr 03, 2024 10:47 am   Subject: Purchas Zmud / CMUD back
There was an issue with emails months ago that has since been resolved.
I would not be at all surprised if your last email was lost to oblivion, but if you try now, I presume you would get better res ...
  Topic: Make a trigger abort a large alias
shalimar

Replies: 2
Views: 850

PostForum: zMUD General Discussion   Posted: Tue Apr 02, 2024 12:20 pm   Subject: Make a trigger abort a large alias
P.S.
Indefinitely long aliases are likely just as against the spirit of your game's anti-trigger rules as literal triggers are.
Just like an auto-clicker on a button would be.
The concept applie ...
  Topic: Help with setting and trigger windows
shalimar

Replies: 1
Views: 817

PostForum: CMUD General Discussion   Posted: Tue Apr 02, 2024 11:55 am   Subject: Help with setting and trigger windows
This is actually a legacy problem.
Display technology as progressed very quickly since CMUD was last in development, and the real issue is with the resolution of a given monitor. Or more precisely, h ...
  Topic: how to best combine #scroll with #capture
shalimar

Replies: 4
Views: 1307

PostForum: CMUD General Discussion   Posted: Tue Apr 02, 2024 11:27 am   Subject: how to best combine #scroll with #capture
You could try something like:

#C+ windowname
#GAGON
#SC pattern
#WAIT 10000
#GAGOFF
#C-


The wait time might need adjusting, that is only 10 seconds.
  Topic: Make a trigger abort a large alias
shalimar

Replies: 2
Views: 850

PostForum: zMUD General Discussion   Posted: Tue Apr 02, 2024 11:12 am   Subject: Make a trigger abort a large alias
Perhaps you need to reorganize how you approach botting.
Rather then a single script that runs indefinately performing actions every 10 seconds....
Make a script that randomly performs a single acti ...
  Topic: Speedwalking by double-click in mapper
shalimar

Replies: 1
Views: 823

PostForum: CMUD General Discussion   Posted: Tue Apr 02, 2024 10:52 am   Subject: Speedwalking by double-click in mapper
Highlighting the route in red (#PATHHIGH) is normal expected behavior when speedwalking.
This can be disabled in the mapper configuration.

I cannot think of how you got to the state you are in, th ...
  Topic: #GAG not working suddenly
shalimar

Replies: 4
Views: 1765

PostForum: CMUD General Discussion   Posted: Thu Jan 18, 2024 11:57 pm   Subject: #GAG not working suddenly
Identifying it is tricky.
There is no real fix besides reinstaling.
You might be able to save your settings with an XML export.
It's in the file menu of the settings editor.
  Topic: Stability and Performance issues
shalimar

Replies: 5
Views: 1770

PostForum: CMUD General Discussion   Posted: Mon Jan 15, 2024 1:20 pm   Subject: Stability and Performance issues
DB variables are great, however, there is an issue with using DB variables in the headings of buttons and gauges where the updated value doesn't always update in the display.

Think of them as more ...
  Topic: Stability pt. 2
shalimar

Replies: 2
Views: 1191

PostForum: CMUD General Discussion   Posted: Sun Jan 14, 2024 9:10 pm   Subject: Stability pt. 2
1.
Have you ever run CMUD as an administrator?
I suspect that lack of write permissions is why some settings arent being saved.

2.
You can turn of some of these things from the advanced tab of ...
 
Page 1 of 185 Goto page 1, 2, 3 ... 183, 184, 185  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net