Register to post in forums, or Log in to your existing account
 
:
Search found 4629 matches for:
Page 1 of 186 Goto page 1, 2, 3 ... 184, 185, 186  Next
Author Message
  Topic: Cmud just stops working
shalimar

Replies: 1
Views: 117

PostForum: CMUD General Discussion   Posted: Sat Nov 30, 2024 5:06 pm   Subject: Cmud just stops working
Stops working how?

If its not freezing or DCing, im not sure i understand what you mean in this instance.

If your bot stops botting, either you need better trigger patterns, or you need to adjus ...
  Topic: lua and python, what a world!
shalimar

Replies: 2
Views: 253

PostForum: CMUD General Discussion   Posted: Sun Nov 17, 2024 2:09 pm   Subject: lua and python, what a world!
That looks like unmatched parenthesis in both cases.
  Topic: Session Will No Longer Open
shalimar

Replies: 1
Views: 283

PostForum: CMUD General Discussion   Posted: Sun Nov 03, 2024 11:13 am   Subject: Session Will No Longer Open
Two of the best ways to ensure you don't get these kind of issues are to:
* give each session a unique name
* limit one session per instance of CMUD running

As to getting the individual sessions ...
  Topic: Loop keeps getting aborted.
shalimar

Replies: 7
Views: 959

PostForum: CMUD General Discussion   Posted: Fri Sep 27, 2024 4:35 pm   Subject: Loop keeps getting aborted.
A simple method would be:

Your simple loop that repeats every 2 seconds:
#ALARM "autoKill" -2 {this is your attack_function}

A toggle for said simple loop.
#IF ((@b ...
  Topic: Loop keeps getting aborted.
shalimar

Replies: 7
Views: 959

PostForum: CMUD General Discussion   Posted: Fri Sep 27, 2024 12:27 pm   Subject: Re: Loop keeps getting aborted.
I have a script I wrote that basically repeats an attack as long as @botting is equal to 1.
Basically the script goes like this:

@while (@botting = 1) {
#while (@MobsToKill > 0) {
attack_func ...
  Topic: Loop keeps getting aborted.
shalimar

Replies: 7
Views: 959

PostForum: CMUD General Discussion   Posted: Fri Sep 27, 2024 12:10 pm   Subject: Loop keeps getting aborted.
You have clearly put Tarn's #ALARM inside your trigger.
Yes, this will spawn many instances of the alarm.

It was also not the suggestion given to you.
But rather, an issue of interpretation.

T ...
  Topic: Problems with License key
shalimar

Replies: 6
Views: 970

PostForum: CMUD General Discussion   Posted: Tue Sep 10, 2024 1:19 am   Subject: Problems with License key
Is the OS registered in the same name as CMUD?
Not sure why that would matter, but that's what it sounds like might be the issue.
  Topic: Button to enable/disable a trigger
shalimar

Replies: 8
Views: 1734

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: 1734

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: 679

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: 11
Views: 2921

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: 1734

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: 11
Views: 2921

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: 11
Views: 2921

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: 1734

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: 1694

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: 2127

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: 1694

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: 1685

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: 1056

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: 1799

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: 1799

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: 1927

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: 1691

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: 1288

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 ...
 
Page 1 of 186 Goto page 1, 2, 3 ... 184, 185, 186  Next
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net