Author |
Message |
Topic: Ansi question |
hadar
Replies: 6
Views: 10543
|
Forum: CMUD General Discussion Posted: Sun Apr 27, 2014 11:46 pm Subject: Ansi question |
thought you only wanted the blue to be changed??? as for only changing the value, you would need to do something like #if (%ismember(%1,value)) {#cw red} |
Topic: Ansi question |
hadar
Replies: 6
Views: 10543
|
Forum: CMUD General Discussion Posted: Sun Apr 27, 2014 10:54 pm Subject: Ansi question |
just copy the pattern you want to match, make a trigger click ansi and paste |
Topic: Help analyzing input |
hadar
Replies: 4
Views: 8503
|
Forum: CMUD General Discussion Posted: Fri Apr 25, 2014 6:00 pm Subject: Help analyzing input |
im assuming you have multiple variables, you can make multiple triggers using daern or do something like
#local $string
$string=%1
#if (%ismember($string,@list)) {blagh} ... |
Topic: Help analyzing input |
hadar
Replies: 4
Views: 8503
|
Forum: CMUD General Discussion Posted: Thu Apr 24, 2014 3:20 am Subject: Help analyzing input |
i would think this would work ... might be a bit laggy though, and wont take multiple lines like "burning ice" or something like that
<trigger priority="75770" repeat="true" ... |
Topic: Help with a trigger |
hadar
Replies: 7
Views: 14361
|
Forum: CMUD General Discussion Posted: Wed Apr 23, 2014 4:18 am Subject: Help with a trigger |
ok i tried multiple things to get the pattern matching working, even MXP but as there is no real "HP" tag it would not work, this is what i came up with, im sure there is a better way if you got the p ... |
Topic: Help with a trigger |
hadar
Replies: 7
Views: 14361
|
Forum: CMUD General Discussion Posted: Tue Apr 22, 2014 2:30 pm Subject: Help with a trigger |
im not as good as some of the people here, and i cant pull code from nowhere, i need to see what im working with, if you PM me with mud info i can check it out and have something working in my free ti ... |
Topic: Now a trigger problem with stings |
hadar
Replies: 3
Views: 8673
|
Forum: CMUD General Discussion Posted: Wed Apr 09, 2014 1:32 pm Subject: Now a trigger problem with stings |
No you cant match lists like that as far as i know so you would have to do like
#trigger {^you drop (*)} {#if (!%ismember(%1,@list)) {#show %1}} ... |
Topic: gauge with timer |
hadar
Replies: 2
Views: 6364
|
Forum: CMUD General Discussion Posted: Sun Apr 06, 2014 8:18 pm Subject: gauge with timer |
how often do you want it to update? do you want a second display a minute display? i think seconds are easier i have never tried to countdown min on a guage but im sure its not that hard |
Topic: Code half skipping on first match? |
hadar
Replies: 6
Views: 15737
|
Forum: CMUD General Discussion Posted: Wed Apr 02, 2014 8:10 pm Subject: Code half skipping on first match? |
try threading it throw a
#wait 0
at the top of the trigger and see if that helps |
Topic: Loop and repeat or forall |
hadar
Replies: 7
Views: 17609
|
Forum: CMUD General Discussion Posted: Mon Mar 31, 2014 4:25 am Subject: Loop and repeat or forall |
works for me when i tested
hi_2
hi_2
yes
hi_6
hi_6
hi_6
hi_6
hi_6
hi_6
hi_3
hi_3
hi_3
yes
hi_5
hi_5
hi_5
hi_5
hi_5
hi_12
hi_12
hi_12
hi_12
hi_12
hi_12
hi_12
hi_12
hi_12
h ... |
Topic: Cmud Package Library- Removes MultiState triggers |
hadar
Replies: 3
Views: 8251
|
Forum: CMUD General Discussion Posted: Sat Mar 29, 2014 9:11 pm Subject: Cmud Package Library- Removes MultiState triggers |
Pretty much as is, development of cmud is dead, so unless zugg like wins the lotto or is related to bill gates and bill gives him a shit ton of money, we probably will never see development continue |
Topic: How do I capture a command in the History to a variable |
hadar
Replies: 1
Views: 5929
|
Forum: CMUD General Discussion Posted: Thu Mar 27, 2014 2:13 pm Subject: How do I capture a command in the History to a variable |
%lastcom |
Topic: Finding the length of a speedwalk |
hadar
Replies: 10
Views: 13728
|
Forum: CMUD General Discussion Posted: Tue Feb 25, 2014 7:46 pm Subject: Finding the length of a speedwalk |
you could do
scan
$path=whatever
$steps=%replace(%numitems(%pathexpand($path)),"|","") steps
#path scan $path
or something like that |
Topic: Peterwiggin's mapper config question |
hadar
Replies: 15
Views: 27582
|
Forum: CMUD General Discussion Posted: Wed Feb 19, 2014 2:59 am Subject: Peterwiggin's mapper config question |
if you still cant get then working, when i feel better (under the weather ATM) and i have time (school) you can PM the mud info and ill make a youtube video for configuring the automapper for your mud ... |
Topic: a trigger and action question |
hadar
Replies: 5
Views: 9658
|
Forum: CMUD General Discussion Posted: Wed Feb 12, 2014 2:50 pm Subject: a trigger and action question |
<trigger priority="73360" id="7336">
<pattern>^Your arm makes a rising motion</pattern>
<trigger type="Within Lines" param="4">
... |
Topic: matching long names from enemy lists |
hadar
Replies: 6
Views: 12390
|
Forum: CMUD General Discussion Posted: Wed Feb 12, 2014 2:47 pm Subject: matching long names from enemy lists |
maybe if the first/last parts are on a set list you can do
^{@pretitle}(%w){@posttitle} has just entered from the (%w).
i mean it would take a bit to captur ... |
Topic: Ubuntu 13.04 |
hadar
Replies: 3
Views: 8017
|
Forum: CMUD General Discussion Posted: Sat Oct 05, 2013 6:51 pm Subject: Ubuntu 13.04 |
it works well through wine, thats how i use it, i do have some small bugs, but nothing too bad |
Topic: #ALARM trigger help |
hadar
Replies: 2
Views: 6556
|
Forum: CMUD General Discussion Posted: Sat Oct 20, 2012 8:24 am Subject: #ALARM trigger help |
this is the XML for the trigger i use to fire ever 2 min
<trigger name="WoF" type="Alarm" priority="51930">
<pattern>-02:00</pattern>
... |
Topic: tagging in SWR |
hadar
Replies: 1
Views: 5010
|
Forum: CMUD General Discussion Posted: Mon Jul 30, 2012 2:45 pm Subject: tagging in SWR |
so i have never been good at using #tag or any real mapper functions
and i was wondering what i would use to map the mud? here is the output
Health:602/602 Movement:1292/1300 <>> ... |
Topic: weird mapquery problems |
hadar
Replies: 5
Views: 10404
|
Forum: CMUD General Discussion Posted: Sun Jul 22, 2012 4:51 pm Subject: weird mapquery problems |
nwo if you do [Name]='string' ... it has to be exact |
Topic: weird mapquery problems |
hadar
Replies: 5
Views: 10404
|
Forum: CMUD General Discussion Posted: Sun Jul 22, 2012 4:12 pm Subject: weird mapquery problems |
al i ment it for was case-insensitive, if i cant find a room in my mapper with the name then when i pass to the script i throw the % in where i need it |
Topic: Variable Capture |
hadar
Replies: 5
Views: 9370
|
Forum: CMUD General Discussion Posted: Sat Jul 21, 2012 12:05 am Subject: Variable Capture |
should be #trigger {pk (%w)} {#var target %1}
that is if you have something that shows pk <name> |
Topic: weird mapquery problems |
hadar
Replies: 5
Views: 10404
|
Forum: CMUD General Discussion Posted: Fri Jul 20, 2012 7:20 pm Subject: weird mapquery problems |
ok so im getting this weird problem while using mapquery in an alias, here is a working examples
<alias name="roomnamecpmob" id="744">
<value>$foo={The Nav ... |
Topic: alias help for multiple target looting |
hadar
Replies: 4
Views: 11101
|
Forum: CMUD General Discussion Posted: Fri Jul 13, 2012 7:33 am Subject: alias help for multiple target looting |
can you give some examples of the corpses in the room? |
Topic: problems with parameters |
hadar
Replies: 5
Views: 9514
|
Forum: CMUD General Discussion Posted: Fri Jul 13, 2012 2:23 am Subject: problems with parameters |
wait are you still using zmud or have you already made the switch to cmud, if you did switch to cmud check the solutions i provided |
|