Author |
Message |
Topic: Need help converting a script... |
Jah
Replies: 0
Views: 3605
|
Forum: CMUD Beta Forum Posted: Fri Aug 04, 2006 10:08 am Subject: Need help converting a script... |
#CLASS {Healthchecker}
#TRIGGER {%s(%d)/(%d)%shit,%s(%d)/(%d)*move (%*)} {#gag;#var move %3;#var movemax %4;#math moveminus (@move ... |
Topic: magic dragon healthchecker |
Jah
Replies: 0
Views: 6043
|
Forum: Finished MUD Scripts Posted: Thu Dec 25, 2003 8:23 pm Subject: magic dragon healthchecker |
#CLASS {Healthchecker}
#TRIGGER {%s(%d)/(%d)%****,*move, *mana (%*)} {#var name %3;#if %ismember( @name, @Group) {#noop} {#var Group %additem( @name, @Group)};;Begin bar calculation;#var bars "";#var ... |
Topic: Erm, crash boom bang.. |
Jah
Replies: 2
Views: 4507
|
Forum: zMUD General Discussion Posted: Tue Jul 29, 2003 1:21 am Subject: Erm, crash boom bang.. |
Duh, sometimes im to stupid.. forgot about ~
Should still mention infinite loop i think... hmm.. |
Topic: Erm, crash boom bang.. |
Jah
Replies: 2
Views: 4507
|
Forum: zMUD General Discussion Posted: Tue Jul 29, 2003 1:18 am Subject: Erm, crash boom bang.. |
alias : bash
#if (%1 = %null) {bash @target} {
bash %1
var target %1
}
That crash zmud for me. Strangeness. |
Topic: alias question |
Jah
Replies: 4
Views: 6559
|
Forum: zMUD General Discussion Posted: Wed Jul 09, 2003 3:11 am Subject: alias question |
Well if you remake all aliases to like #alias temple {run [@temple]}
and use #prompt temple
Youd be set :) |
Topic: Docking windows without toolbar |
Jah
Replies: 0
Views: 2992
|
Forum: zMUD General Discussion Posted: Wed Jul 09, 2003 2:52 am Subject: Docking windows without toolbar |
Is there way to dock windows next to/over/under eachother without first maximizing them to the toolbar? |
Topic: Dblists lagging |
Jah
Replies: 2
Views: 4680
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 10:59 pm Subject: Dblists lagging |
#TRIGGER {$} {#var templist "";#var templist2 "";#var gnum "";#T- Healthchecker;:group: #CLR;#VARIABLE templist "";#LOOPDB @healthchecker {#VARIABLE templist %concat( @templist, "|", %repeat( "0", 4 - ... |
Topic: Dblists lagging |
Jah
Replies: 2
Views: 4680
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 9:42 pm Subject: Dblists lagging |
Is it normal for db-lists to lag before actually showing up on screen?
Or is there some tweak that improves the speed to the lightning like im used to :) |
Topic: Chop a variable/list |
Jah
Replies: 8
Views: 8874
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 4:06 pm Subject: Chop a variable/list |
Woho. It's a whole new world. Thanks vijilante.. Now i can have some more fun and stop crying ;)
EDIT : ok more crying :P
Umm how do i do this correctly? :)
#loopdb @db1 {#show %sort(%val,1)}
... |
Topic: unwanted screen output from forall |
Jah
Replies: 3
Views: 5916
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 5:52 am Subject: unwanted screen output from forall |
#forall @templist { #delitem templist %i } |
Topic: Chop a variable/list |
Jah
Replies: 8
Views: 8874
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 5:33 am Subject: Chop a variable/list |
*ponder*
So there is no way to do like :
#forall @listan {
#var listan %expandlist( @listan, ",")
#var adding %max( @listan)
#var list2 %additem( @adding, @list2)
#var listan %replace ... |
Topic: Chop a variable/list |
Jah
Replies: 8
Views: 8874
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 4:18 am Subject: Chop a variable/list |
Is there a way to "chop" a variable? For instance i would like something like
#var list {1 a|2 b|3 c}
%getfirst(@list)
and then it would be 1|2|3 so i can trigger it on 2 instead of 2 a. |
Topic: Viewing logs with ANSI color |
Jah
Replies: 3
Views: 8059
|
Forum: zMUD General Discussion Posted: Mon Jul 07, 2003 4:07 am Subject: Viewing logs with ANSI color |
and you can find a copy of it at www.darkward.com at the bottom of the mud logs page :P |
Topic: %sort |
Jah
Replies: 7
Views: 10067
|
Forum: zMUD General Discussion Posted: Fri Jul 04, 2003 3:04 pm Subject: %sort |
Man. Thats genious. Thank you :) |
Topic: %sort |
Jah
Replies: 7
Views: 10067
|
Forum: zMUD General Discussion Posted: Thu Jul 03, 2003 10:01 pm Subject: %sort |
Ok so im screwed then. :) |
Topic: %sort |
Jah
Replies: 7
Views: 10067
|
Forum: zMUD General Discussion Posted: Thu Jul 03, 2003 4:35 pm Subject: %sort |
Hmm a list can only sort the first number. A sorted list will be like
5|2000|121
I want it to sort it like
2000|121|5 |
Topic: %sort |
Jah
Replies: 7
Views: 10067
|
Forum: zMUD General Discussion Posted: Thu Jul 03, 2003 5:37 am Subject: %sort |
Can %sort sort more then just initial number? |
Topic: Trigger help |
Jah
Replies: 1
Views: 3292
|
Forum: zMUD General Discussion Posted: Mon Jun 30, 2003 1:13 am Subject: Trigger help |
I have this script that displays all the people who are hurt in the group in a separate window and subs the output somewhat.
Now i want to priorotize it in -hp range with proper keys set and all and ... |
Topic: More scripting help needed |
Jah
Replies: 7
Views: 9937
|
Forum: zMUD General Discussion Posted: Mon Jun 30, 2003 12:46 am Subject: More scripting help needed |
isnt number %d ? |
Topic: Couple of programoriented questions |
Jah
Replies: 2
Views: 5344
|
Forum: zMUD General Discussion Posted: Mon Jun 30, 2003 12:44 am Subject: Couple of programoriented questions |
How do you save layout so that you dont have to turn off toolbar and such in every window you got? When you login after restarting zmud that is..
thanks :) |
Topic: Track follow |
Jah
Replies: 5
Views: 6645
|
Forum: zMUD General Discussion Posted: Tue Jun 24, 2003 1:38 pm Subject: Track follow |
So #trigger {%1 trots %2.} {#if %ismember( %1, @group) {#move %2} {#noop}} shold work..
But even #move north doesnt append north to the path :/ |
Topic: Track follow |
Jah
Replies: 5
Views: 6645
|
Forum: zMUD General Discussion Posted: Tue Jun 24, 2003 1:58 am Subject: Track follow |
hum. whats the command to start recording a path?
And yes.. most paths is reversible.. |
Topic: Track follow |
Jah
Replies: 5
Views: 6645
|
Forum: zMUD General Discussion Posted: Mon Jun 23, 2003 2:48 pm Subject: Track follow |
Hmm im trying to figure out how to make a little script that tracks the path the group leader takes me into a variable that could be reverse-speedwalked.
output : Nils leaves east.
I got whole g ... |
Topic: Help with full line triggers |
Jah
Replies: 2
Views: 4294
|
Forum: zMUD General Discussion Posted: Mon Jun 23, 2003 2:15 pm Subject: Help with full line triggers |
#trigger {%1 tells you~:} {#if (%1 = ~{KOR~}) {
#sub {%ansi(high, blue, blink)CLANCOMM %line}} {
#sub {%ansi(high, red, blink)%line}}
Should work.. Atleast in my head :) |
Topic: Nog |
Jah
Replies: 0
Views: 2624
|
Forum: zMUD General Discussion Posted: Mon Jun 23, 2003 1:21 am Subject: Nog |
This might not be entirely zMUD related but still a very valuable question. (for me that is..)
What in gods name is nog?
Ex "Nils nogs."
"Nils nogs at you." |
|