Author |
Message |
Topic: window layout settings permanently screwed... any suggestions? |
jackwest
Replies: 1
Views: 3053
|
Forum: CMUD General Discussion Posted: Wed Jul 06, 2011 2:17 pm Subject: window layout settings permanently screwed... any suggestions? |
i was running 5 sessions at once, 2 within cmud and 3 within a floating window. tried to open a 6th...
one cpu core went to 100% and the memory blew out and used all my ram (most of 8gb) then star ... |
Topic: zmud and cmud rescue script |
jackwest
Replies: 3
Views: 6476
|
Forum: CMUD General Discussion Posted: Thu Feb 26, 2009 1:25 pm Subject: zmud and cmud rescue script |
simple is best, i find for rescue scripts.
first i trigger on a message when someone joins my group
#trigger {^(%w) joins your group.} {
#yesno "add %1 to rescue lis ... |
Topic: disbling automatic #step? |
jackwest
Replies: 1
Views: 3311
|
Forum: CMUD General Discussion Posted: Tue Feb 24, 2009 2:52 am Subject: disbling automatic #step? |
ok, i believe that the action is dependent upon whether the mapper is open or not.
jack |
Topic: cmud squelching movement commands? |
jackwest
Replies: 1
Views: 3449
|
Forum: CMUD General Discussion Posted: Tue Feb 24, 2009 2:41 am Subject: cmud squelching movement commands? |
ok it's even throwing the wrong directions now... i just had the alias throw
recall
down
e
sleep
jack |
Topic: disbling automatic #step? |
jackwest
Replies: 1
Views: 3311
|
Forum: CMUD General Discussion Posted: Tue Feb 24, 2009 12:54 am Subject: disbling automatic #step? |
i have triggers disabled
i load my path via
#slow %pathcompress(@path)
and it steps each and every time i load #ok command
what i want it to do is send #ok to confirm, thenwait for ... |
Topic: cmud squelching movement commands? |
jackwest
Replies: 1
Views: 3449
|
Forum: CMUD General Discussion Posted: Mon Feb 23, 2009 11:21 pm Subject: cmud squelching movement commands? |
occasionally when i type n s e w nothing is sent to the mud.
even more occasionally, when i type north, south, east, west, nothing is sent to the mud
it happens when i type into the command line ... |
Topic: trigger on lack of input |
jackwest
Replies: 7
Views: 8420
|
Forum: CMUD General Discussion Posted: Sun Feb 22, 2009 6:28 pm Subject: trigger on lack of input |
I cheat and use tick timers in ways they where never supposed to specifically for this purpose, since tick timers dont work so well on my mud due to randomly sized ticks.
basically every time my pr ... |
Topic: button help |
jackwest
Replies: 3
Views: 4726
|
Forum: CMUD General Discussion Posted: Sun Feb 22, 2009 6:21 pm Subject: button help |
can you post the button code?
off the top of my head, the two things that make a button disappear is the button being turned off and the class it is in being disabled.
jack |
Topic: multiples of the same variable in the same class? |
jackwest
Replies: 4
Views: 5702
|
Forum: zMUD General Discussion Posted: Sun Feb 22, 2009 12:30 pm Subject: multiples of the same variable in the same class? |
hmm. i'm using the class command because the variables where populating all over the place. so i had one of each variable in each class. so i tried to use the class command to force zmud to always ac ... |
Topic: different result when i execute an alias [fixed] |
jackwest
Replies: 3
Views: 4978
|
Forum: zMUD General Discussion Posted: Wed Feb 11, 2009 5:07 pm Subject: different result when i execute an alias [fixed] |
Thanks for the reply leitia. although i'm sure it wasnt what you had in mind, you pointed me in the right direction... my %word syntax was incorrect, for some reason i had typed %1 instead of %i...
... |
Topic: different result when i execute an alias [fixed] |
jackwest
Replies: 3
Views: 4978
|
Forum: zMUD General Discussion Posted: Wed Feb 11, 2009 1:35 pm Subject: different result when i execute an alias [fixed] |
i alway seem to get wierd results... the multiple variable thing and now this.
i've been logging all the gear enchanting i've been doing with the idea of generating statistics. well tonight i fina ... |
Topic: multiples of the same variable in the same class? |
jackwest
Replies: 4
Views: 5702
|
Forum: zMUD General Discussion Posted: Tue Feb 10, 2009 4:36 am Subject: multiples of the same variable in the same class? |
i'll give an example
#alias wa {#class states;sleepbit = 0;#send wake}
and
#alias sl {#class states;sleepbit = 1;#send sleep}
the problem I am having is that #class sta ... |
Topic: is it possible to pull priority/position information out of a button? |
jackwest
Replies: 1
Views: 3055
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2009 10:42 am Subject: is it possible to pull priority/position information out of a button? |
specifically, is it possible to pull either priority or button position out of a button via scripting?
essentially, i have a column of buttons. i want them to be multi-state, with 2 of the options ... |
Topic: simple #if statement outputting an unwanted numeric string to the mud [solved] |
jackwest
Replies: 3
Views: 6311
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2009 5:42 am Subject: simple #if statement outputting an unwanted numeric string to the mud [solved] |
thanks, i should have known that... -slaps head- |
Topic: simple #if statement outputting an unwanted numeric string to the mud [solved] |
jackwest
Replies: 3
Views: 6311
|
Forum: CMUD General Discussion Posted: Thu Jan 15, 2009 4:43 am Subject: simple #if statement outputting an unwanted numeric string to the mud [solved] |
#trigger {Spell: '&spell_name_temp'&spell_desc for &%dspell_duration_temp hours.} {#if (@spell_duration_temp < 5) {%btncol(@spell_name, blue, steelbl ... |
Topic: simple variable expansion issues |
jackwest
Replies: 8
Views: 9357
|
Forum: zMUD General Discussion Posted: Tue Jan 13, 2009 12:31 am Subject: simple variable expansion issues |
nods i tried that, it carried the %expand over into the alias. |
Topic: simple variable expansion issues |
jackwest
Replies: 8
Views: 9357
|
Forum: zMUD General Discussion Posted: Mon Jan 12, 2009 10:31 pm Subject: simple variable expansion issues |
sweet got it working
#alias %concat( @character_name, "+login") {
#var Exec_charname {#class @character_name 0;character_name = @character_name}
#exec @Exec_charn ... |
Topic: simple variable expansion issues |
jackwest
Replies: 8
Views: 9357
|
Forum: zMUD General Discussion Posted: Mon Jan 12, 2009 10:21 pm Subject: simple variable expansion issues |
nods shalimar, that was my work around, but it's the variables inside the {dostuff} string that are giving me problems.
scirkhan, i see what you're aiming at but i cant get it to work yet, the {do ... |
Topic: simple variable expansion issues |
jackwest
Replies: 8
Views: 9357
|
Forum: zMUD General Discussion Posted: Mon Jan 12, 2009 4:48 am Subject: simple variable expansion issues |
this one is probably really simple but i cant figure it out.
#button @character_name @character_name {@character_name+login}
the button name and id expand properly but the command com ... |
Topic: how do i write complex buttons using the #button command? |
jackwest
Replies: 5
Views: 6383
|
Forum: CMUD General Discussion Posted: Sun Jan 11, 2009 12:02 am Subject: how do i write complex buttons using the #button command? |
for each spell i have a #class. when i list all spells on my character it checks those spells against the classes. if the spell is new, it creates a new class, new variables, and ideally 2 buttons, on ... |
Topic: #FIND questions |
jackwest
Replies: 18
Views: 18876
|
Forum: CMUD General Discussion Posted: Sat Jan 10, 2009 11:02 pm Subject: #FIND questions |
hmm. under the trigger options is the "trigger on newline" option selected? |
Topic: #FIND questions |
jackwest
Replies: 18
Views: 18876
|
Forum: CMUD General Discussion Posted: Sat Jan 10, 2009 10:24 pm Subject: #FIND questions |
i had a similiar problem, mine being that i had to use newline to prevent trigger abuse, and occasionally the triggering event would occur on the prompt line and so it wouldnt fire... i cheated and bu ... |
Topic: Triggers grabbing local echo, causing pattern mismatches [solved] |
jackwest
Replies: 22
Views: 17116
|
Forum: CMUD General Discussion Posted: Sat Jan 10, 2009 9:59 pm Subject: Triggers grabbing local echo, causing pattern mismatches [solved] |
the #message workaround mentioned by Arde isnt practical? it would allow you to use your old triggers... |
Topic: how do i write complex buttons using the #button command? |
jackwest
Replies: 5
Views: 6383
|
Forum: CMUD General Discussion Posted: Sat Jan 10, 2009 9:44 pm Subject: how do i write complex buttons using the #button command? |
so the helps state the button syntax is
#BUTTON id|number Off-caption On-command On-caption Off-command Value-expression Variable-name Bitmap-filename AutoSize Width Height AutoPos Top Left Off-col ... |
Topic: help with a simple variable assignment |
jackwest
Replies: 2
Views: 3681
|
Forum: CMUD General Discussion Posted: Sat Jan 10, 2009 8:49 pm Subject: help with a simple variable assignment |
i'm trying to create the variable off a triggered event, so i need to define the class where i'm putting it. in fact it's looped, and i create 20ish variables, each in their own class...
however yo ... |
|