Search found 53 matches

by zain
Wed Sep 12, 2012 5:04 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {Receipts and Tickets} #ALIAS receipts { #T+ {Receipt Triggers} %char( 32) #VARIABLE ReceiptCounter 1 look receipt } #ALIAS tickets { #T+ {Receipt Triggers} %char( 32) #VARIABLE ReceiptCounter 1 look stable } #VARIABLE ReceiptCounter {3} #CLASS 0 #CLASS {Receipts and Tickets|Receipt Triggers}...
by zain
Wed Sep 12, 2012 5:04 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {Partner Script} #ALIAS tp {tell @partner %-1} #ALIAS partner { #VAR partner %1 chooseleader %1 #say Partner and Leader is set as %1. } #ALIAS rp {rescue @partner} #ALIAS gm {give meat @partner} #ALIAS asp {assist @partner} #ALIAS dp {diagnose @partner} #TRIGGER {{@partner}%s} {#CW blue} #KEY...
by zain
Wed Sep 12, 2012 5:03 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {Narrates and Tells} #TRIGGER {%x narrates '*'$} {#CAPTURE Communications} "" notrig #TRIGGER {%x tells you '*'$} {#CAPTURE Communications} "" notrig #TRIGGER {You narrate '*'$} {#CAPTURE Communications} "" notrig #TRIGGER {You reply to %x '*'$} {#CAPTURE Communi...
by zain
Wed Sep 12, 2012 5:03 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {MisSpam Counter 1.3} #ALIAS MisSpams { #IF (%numparam( )) {#ADD MisSpamsCount %1} #SAY This session you've missed @MisSpamsCount spams out of @TotalSpamsCount ~(%eval( 1000*@MisSpamsCount/@TotalSpamsCount) promille~) } #VARIABLE TotalSpamsCount {2} {0} #VARIABLE TargetColor {white} #VARIABLE...
by zain
Wed Sep 12, 2012 5:03 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#DELCLASS {Confirm Direction} #DELCLASS {Following a Leader} #CLASS {Map Scripts|Map Sync 1.2} #CLASS 0 #CLASS {Map Scripts|Map Sync 1.2|Following a Leader} #VARIABLE GroupLeader {N/A} #VARIABLE MoveDirection {east} #TRIGGER {You now follow (%w).$} {#VARIABLE GroupLeader %1} #TRIGGER {You stop follo...
by zain
Wed Sep 12, 2012 5:02 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {MakeGate} #ALIAS makegate {#var newgatealias %1;#var makinggate 1;embrace;channel 'gate'} #ALIAS resetgates {#DELC @CurrentGater} #VAR newgatealias {} #VAR makinggate {0} #VAR CurrentGater {} #TRIGGER {^You memorize this place as (%1).$} {release;#if (@makinggate=1) {#var makinggate 0;#CLASS...
by zain
Wed Sep 12, 2012 5:01 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {Macro} {disable} #KEY KEY0 {#t- LookAtYou;kill @target} #KEY DIV {release} #CLASS {Macros for FC} {disable} #KEY MULT {@attack @target} #KEY DEC {#find} #KEY KEY7 {up} #KEY KEY9 {where} #KEY KEY3 {notice} #KEY KEY1 {down} #KEY KEY5 {look} #KEY ADD {#t- LookAtYou;channel '@weave' @target} #KE...
by zain
Wed Sep 12, 2012 5:01 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {Logging} #ALIAS setuplogging { #VARIABLE PathToCurrentLog {%concat( @PathToLog, %time( yyyymmdd), ".txt")} #LOG @PathToCurrentLog } #ALIAS readlog {#LAUNCH {notepad.exe @PathToCurrentLog}} #ALIAS gologs { #IF (@PathToLog ="") {#LAUNCH {explorer ..\wotMUD}} {#LAUNCH {explo...
by zain
Wed Sep 12, 2012 4:38 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {locs} #ALIAS y {embrace;channel 'travel' @destination} #ALIAS p1 {embrace;channel 'travel' @mobdestination1} #ALIAS p2 {embrace;channel 'travel' @mobdestination2} #ALIAS p3 {embrace;channel 'travel' @mobdestination3} #VAR destination {Y2RydyA5IDYwNzYxMzQxNDUgMw==} #VAR nummobsfound {0} #VAR ...
by zain
Wed Sep 12, 2012 4:37 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 113912

Re: misc scripts

#CLASS {HorseRider} #ALIAS ride {#if ("%-1" =~ "^%d.(%w)$") {#var mount %%1} {#var mount %1}~ride "%-1"} #ALIAS lead {#if ("%-1" =~ "^%d.(%w)$") {#var mount %%1} {#var mount %1}~lead "%-1"} #ALIAS rh {#if (%numparam <> 0) {#if (%1 >= 0) {~r...