Search found 53 matches

by zain
Wed Sep 12, 2012 4:37 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

I often find myself running past herbs, and having to stop to ponder wether or not I need the herb, if the chest needs the herb etc. For example - I might want to collect herbs for 1 cup of strengthening tea and 1 vial to cure fear. That's a lot of different herbs. And you probably have a bunch of h...
by zain
Wed Sep 12, 2012 4:36 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS {GroupDiag} #ALIAS updategroup { group #TEMP {Your group consists of:} { #VAR Group %null #T+ {GroupDiag|Update} } } #ALIAS diagroup {#FORALL @Group {dia %i}} #ALIAS addgroup {#ADDITEM Group "%1"} #ALIAS remgroup {#DELITEM Group "%1"} #VAR Group {Calabrel|Geobrae|Netr|Daem...
by zain
Wed Sep 12, 2012 4:36 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS {General Alias for all classes} {disable} #ALIAS z {#t- LookAtYou;#if (%numparam <> 0) {#if (%1 >= 0) {kill "%-1".seanchan;#var target %1.seanchan} {#loop 1,-1*%1 {kill %{i}.seanchan}}} {kill seanchan;#var target seanchan}} #ALIAS a {#t- LookAtYou;#if (%numparam <> 0) {#if (%1 >= 0)...
by zain
Wed Sep 12, 2012 4:35 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS {Map Scripts|Flee and Doubleline 1.4} #ALIAS FindingRoomAfterFleeing { #VARIABLE FledToIDs {%mapquery( Name = '@FleeToName')} #FORALL %roomexit( @FleeFromID) {#FORALL %roomlink( @FleeFromID , %i) {#IF (%ismember( %j, @FledToIDs)) {#ADDITEM FledToIDsByNames %j}}} #IF (@Line2AfterFlee =~ "...
by zain
Wed Sep 12, 2012 4:35 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS {Map Scripts|Find Room 2.2} #ALIAS find { #PRIORITY { #VARIABLE FindRoomName {} #VARIABLE FindRoomDesc {} #VARIABLE FindRoomExits {} #IF (%begins( %proper( %1), "V")) { #SAY %crlf Find Room will now use VERBOSE mode. #VARIABLE FindVerbose {2} } #IF (%begins( %proper( %1), "B&qu...
by zain
Wed Sep 12, 2012 4:34 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS {Findperson} #ALIAS fp {#var fkltarget %proper( %1);where;#VAR currentposition %roomnum( );#ALARM +1 {findperson}} #ALIAS findperson {#VAR OldFilter %mapfilter( );#NOOP %mapfilter( %concat( "[Name] LIKE '", @personloc, "'"));#IF (%numrooms( ) > 0) {#VAR personvnum %mapvnum...
by zain
Wed Sep 12, 2012 4:34 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS EMOTEWEAVES #TRIGGER {^Welcome to the Wheel of Time! Type 'help' for information.} {score} #TRIGGER {^This ranks you as (%w)} {#var currentplayer %1} #VAR patient 0 #VAR firsttry 1 #VAR currentplayer 0 #ALIAS arm {#var busy 1;#var patient %proper( %1);#if (@currentplayer=YOURCHARNAME AND @fir...
by zain
Wed Sep 12, 2012 4:33 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#CLASS {Mapping} #ALIAS Mapfollowon { #Say Follow Mapping is ON. #t+ Mapfollow } #ALIAS Mapfollowoff { #Say Follow Mapping is OFF. #t- Mapfollow } #ALIAS open { op %1 adddoor %1 } #ALIAS close { clo %1 adddoor %1 } #ALIAS o {ope @door} #ALIAS oo {ope @door1} #ALIAS ooo {ope @door2} #ALIAS oooo {ope ...
by zain
Wed Sep 12, 2012 4:33 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#class {container}
#var {container} {NULL}
#alias container {
#var container {%1}
#say {container set to %1}
}
#alias {pap} {put all @container}
#alias {gl} {get light @container}
#alias {ep} {exam @container}
#class 0
by zain
Wed Sep 12, 2012 4:33 pm
Forum: zMUD
Topic: misc scripts
Replies: 47
Views: 114030

Re: misc scripts

#class TravelExpire #var FoundMatch 0 #var Destinations %null #var CurrentTime %null #alias goto {#var FoundMatch 0;#forall @Destinations {#if (%lower(%i.Familiar) = %lower("%1")) {#var FoundMatch 1;#if (%i.Month = @CurrentTime.Month and %i.Year = @CurrentTime.Year) {channel 'travel' %i.Ea...