Difference between revisions of "User:Venia/Aliases"

From Discworld MUD Wiki
Jump to: navigation, search
(Updated PFG alias to account for uncured bit changes)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Wizardry ==
 
== Wizardry ==
 +
 +
=== Fyodor's Nimbus of Porterage (Cloud) ===
 +
 +
{|class="wikitable mw-collapsible" style="width:80%;"
 +
! style="text-align:left;" | Cloud Aliases
 +
|-
 +
| <pre>alias nm in "cloud" order my cloud to get coins $ifarg:& $*$$endif$ from corpses;bury corpses&bits
 +
 +
alias nget in "cloud" order my cloud to get $*$
 +
alias ngive in "cloud" give $*$ to my cloud
 +
alias nreturn in "cloud" order my cloud to return $*$ 
 +
alias ndrop in "cloud" order my cloud to drop $*$</pre>
 +
|}
 +
  
 
=== Offensive Spells ===
 
=== Offensive Spells ===
Line 6: Line 20:
 
! style="text-align:left;" | Pragi's Fiery Gaze
 
! style="text-align:left;" | Pragi's Fiery Gaze
 
|-
 
|-
| <pre>alias pfg in "spells" cast pfg using uncured eye&uncured eye in every component pouch&cured eye&cured eye in every component pouch</pre>
+
| <pre>alias pfg in "spells" cast pfg using uncured eye&uncured eye in every component pouch&cured eye&cured eye in every component pouch&troll eye&troll eye in every component pouch&eye&eye in every component pouch</pre>
 
|}
 
|}
  
Line 16: Line 30:
 
| <pre>
 
| <pre>
 
alias engrave in "crafting" engrave.withcolour $*$
 
alias engrave in "crafting" engrave.withcolour $*$
 +
alias engraveblorp in "crafting" engrave $*$ %^RESET%^:: Return to %^FROSTBITE%^Venia%^RESET%^ if found.
  
alias engrave.setcolour in "crafting" alias engrave.withcolour engrave.withlanguage $1$ \$2*\$
+
alias engrave.setcolour in "crafting" alias engrave.withcolour engrave.withlanguage $1$ \$*\$
 
alias engrave.setlang in "crafting" alias engrave.withlanguage engrave.action \$1\$ $1$ \$2*\$
 
alias engrave.setlang in "crafting" alias engrave.withlanguage engrave.action \$1\$ $1$ \$2*\$
  
Line 25: Line 40:
 
alias engrave.action in "crafting" noalias engrave text %^$1$%^$3*$%^RESET%^ on engravething with graving tool in $2$
 
alias engrave.action in "crafting" noalias engrave text %^$1$%^$3*$%^RESET%^ on engravething with graving tool in $2$
 
</pre>
 
</pre>
Example Use:
+
'''Usage & Examples:'''
 
<pre>identify oak ring as engravething</pre>
 
<pre>identify oak ring as engravething</pre>
 
<pre>engrave.setcolour VIOLET</pre>
 
<pre>engrave.setcolour VIOLET</pre>
Line 32: Line 47:
 
|}
 
|}
  
 +
{|class="wikitable mw-collapsible mw-collapsed" style="width:80%;"
 +
! style="text-align:left;" | Mending Clothes
 +
|-
 +
| <pre>
 +
alias mend in "crafting" get needle & spool from bbag into left hand;thread needle with thread from spool;sew $arg:a damaged clothing$ with held needle;put held needle & spools except empty spools in bbag</pre>
 +
'''Usage & Examples:'''
 +
 +
This assumes a nickname 'bbag' for the container that holds your needle and spool.
 +
<pre>mend</pre>
 +
<pre>mend item</pre>
 +
|}
  
 
[[Category:Aliases]]
 
[[Category:Aliases]]

Latest revision as of 20:35, 5 August 2022

Wizardry

Fyodor's Nimbus of Porterage (Cloud)

Cloud Aliases
alias nm in "cloud" order my cloud to get coins $ifarg:& $*$$endif$ from corpses;bury corpses&bits

alias nget in "cloud" order my cloud to get $*$
alias ngive in "cloud" give $*$ to my cloud
alias nreturn in "cloud" order my cloud to return $*$  
alias ndrop in "cloud" order my cloud to drop $*$


Offensive Spells

Pragi's Fiery Gaze
alias pfg in "spells" cast pfg using uncured eye&uncured eye in every component pouch&cured eye&cured eye in every component pouch&troll eye&troll eye in every component pouch&eye&eye in every component pouch

Crafting

Easy Engraving With Colour
alias engrave in "crafting" engrave.withcolour $*$
alias engraveblorp in "crafting" engrave $*$ %^RESET%^:: Return to %^FROSTBITE%^Venia%^RESET%^ if found.

alias engrave.setcolour in "crafting" alias engrave.withcolour engrave.withlanguage $1$ \$*\$
alias engrave.setlang in "crafting" alias engrave.withlanguage engrave.action \$1\$ $1$ \$2*\$

alias engrave.withcolour in "crafting" engrave.withlanguage VIOLET $*$
alias engrave.withlanguage in "crafting" engrave.action $1$ Morpork $2*$

alias engrave.action in "crafting" noalias engrave text %^$1$%^$3*$%^RESET%^ on engravething with graving tool in $2$

Usage & Examples:

identify oak ring as engravething
engrave.setcolour VIOLET
engrave.setlang Uberwald
engrave This is a test engraving with Venia's engrave alias!
Mending Clothes
alias mend in "crafting" get needle & spool from bbag into left hand;thread needle with thread from spool;sew $arg:a damaged clothing$ with held needle;put held needle & spools except empty spools in bbag

Usage & Examples:

This assumes a nickname 'bbag' for the container that holds your needle and spool.

mend
mend item