Difference between revisions of "User:Proeliator"

From Discworld MUD Wiki
Jump to: navigation, search
(Horses)
(Horses)
Line 44: Line 44:
 
Riding:
 
Riding:
  
<code>alias gup continue riding on my mount $*$</code>
+
<code>alias gup continue riding on my mount</code>
  
<code>alias whoa stop journeying;stop riding $*$</code>
+
<code>alias whoa stop journeying;stop riding</code>
  
 
<code>alias rd journey $*$ on my mount</code>
 
<code>alias rd journey $*$ on my mount</code>

Revision as of 11:45, 7 November 2022

Some of the aliases I use in game, feel free to pinch and edit to suit


Horses

Display all skills relevent to horses:

alias hopri options output skills = list;skills ad.mo.ri.ho,fi.sp.mo,cr.hu.an.gr,cr.me.di $*$;options output skills = branched


Assessing:

alias ahh assess $arg:horses$ health

alias ahn assess $arg:horses$ needs

alias aht assess $arg:horses$ traits


Buying hay/oats:

alias bhh buy hay;palm hay from hay;drop empty sacks;stash hay in my mount

alias bho buy oats;palm oats from oats;drop empty sacks;stash oats in my mount

Feeding hay/oats:

alias fhh retrieve $arg:\1$ handful of hay from my mount;feed hay to my mount

alias fho retrieve $arg:\1$ handful of oats from my mount;feed oats to my mount


Combat:

alias str1 storm $arg:target$ at a walk with left weapon

alias str2 storm $arg:target$ at a trot with left weapon

alias str3 storm $arg:target$ at a canter with left weapon

alias str4 storm $arg:target$ at a gallop with left weapon


Riding:

alias gup continue riding on my mount

alias whoa stop journeying;stop riding

alias rd journey $*$ on my mount

alias rdt ride to $*$ on my mount

Misc Aliases

Primaries

options output skills = list;skills primaries $*$;options output skills = branched

Money brief & rated as AM in my pack & held inventory

alias $ open pack;money in pack brief;rate coins in pack as am;close pack;money brief;rate coins as am

move alias to an alias category

alias ma $ifarg2: alias set category $1$ $2$ $else$ifarg1: frimble you need to select a catergory $else$ frimble Syntax ma [alias name] [alias category] $endif$endif$