Stride Aliases

From LSWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 15:06, 14 June 2017 (edit)
Fungor (Talk | contribs)
(buncha changes to formatting and stuff.)
← Previous diff
Revision as of 16:11, 14 June 2017 (edit)
Fungor (Talk | contribs)
(moar!)
Next diff →
Line 33: Line 33:
==Equipment== ==Equipment==
Some trix for managing the gear you're wearing. I've omitted wield stuff because I never put away my sword, but it shouldn't be difficult to slot in the proper put! and get/wield commands. Also don't forget about the free command. Some trix for managing the gear you're wearing. I've omitted wield stuff because I never put away my sword, but it shouldn't be difficult to slot in the proper put! and get/wield commands. Also don't forget about the free command.
-===Quick Equip===+===Quick Equip Basics===
-Items with multi-word nicknames can be identified by any of the words in the name. Items that share words can be targeted as a group. Nickname different gear setups to have codes in them for easy management. Don't forget that you can use colours in nicknames as well to make visually parsing stuff much easier.+The following aliases take advantage of these two facts.
- set nickname for helmet to helmet {{Yellow}QWER ASDF}+*Items with multi-word nicknames can be identified by any of the words in the name.
 +*Items that share words can be targeted as a group.
 +Start by nicknaming all of your gear to have a uniquely identified code in it. Don't forget that you can use colours in nicknames as well to make visually parsing stuff much easier.
 + set nickname for helmet to helmet {{Yellow}QWER}
set nickname for left glove to lefty {{Yellow}QWER} set nickname for left glove to lefty {{Yellow}QWER}
set nickname for right glove to righty {{Yellow}QWER} set nickname for right glove to righty {{Yellow}QWER}
set nickname for boots to booties {{Yellow}QWER} set nickname for boots to booties {{Yellow}QWER}
set nickname for halfsuit to coolhalfsuit {{Yellow}QWER} set nickname for halfsuit to coolhalfsuit {{Yellow}QWER}
- set nickname for fullsuit to fullsuit {{Yellow}ASDF}+*Then swapping in and out of it becomes easy
-Then swapping gear becomes easy+ set alias nude to open spoho;put QWERs in spoho!;close spoho
-*Naked, and two sets of gear+ set alias weargear to open spoho;get QWERs from spoho;wear QWERs;close spoho
- set alias nude to open spoho;put ASDFs in spoho!;put QWERs in spoho!;close spoho+But what if you have multiple sets of gear for different purposes? What if those gear sets have items in common?
- set alias gearset1 to open spoho;put ASDFs in spoho!;get QWERs from spoho!;wear QWERs;close spoho+ set nickname for helmet to helmet {{Yellow}QWER} {{Green}ASDF}
- set alias gearset2 to open spoho;put QWERs in spoho!;get ASDFs from spoho!;wear ASDFs;close spoho+ set nickname for bodysuit to dapper suit {{Green}ASDF}
 + set nickname for ring 2 to ring of derp {{Green}ASDF}
 +*Now you can easily toggle between three different setups
 + set alias nude to open spoho;put QWERS in spoho!;put ASDFs in spoho!;close spoho
 + set alias qwer to open spoho;put ASDFs except QWERs in spoho!;get QWERs from spoho;close spoho;wear QWERs
 + set alias asdf to open spoho;put QWERs except ASDFs in spoho!;get ASDFs from spoho;close spoho;wear ASDFs
 + 
===Quick Equip + non container items=== ===Quick Equip + non container items===
-Sometime items want to stay in your inventory and either don't belong, or can't be put in your container. This includes items such as matrices, gems of perpetuation/protection or what have you. They can be nicknamed with codes like above, and included in your setup aliases.+Sometimes items want to stay in your inventory and either don't belong, or can't be put in your container. This includes items such as matrices and gems of perpetuation/protection. They can be nicknamed with codes like above, and included in your setup aliases.
- set nickname for matrix to mat INV+ set nickname for matrix to trix {{Blue}INV}
- set nickname for gem of perpetuation to perp INV+ set nickname for gem of perpetuation to perp {{Blue}INV}
- set nickname for lucky coin to lc INV+*Version 3 of gear swaps (extranude is the same as >store all)
-*Version 2 of gear swaps (extranude is the same as >store all)+
set alias nude to open spoho;put ASDFs in spoho!;put QWERs in spoho!;get INVs from spoho;close spoho set alias nude to open spoho;put ASDFs in spoho!;put QWERs in spoho!;get INVs from spoho;close spoho
- set alias extranude to open spoho;put all in spoho!;close spoho+ set alias extranude to open spoho;put items in spoho!;close spoho
- set alias gearset1 to open spoho;put ASDFs in spoho!;get QWERs from spoho!;wear QWERs;get INVs from spoho;close spoho+ set alias qwer to open spoho;put ASDFs except QWERs in spoho!;get QWERs from spoho!;get INVs from spoho;close spoho;wear QWERs
- set alias gearset2 to open spoho;put QWERs in spoho!;get ASDFs from spoho!;wear ASDFs;get INVs from spoho;close spoho+ set alias asdf to open spoho;put QWERs except ASDFs in spoho!;get ASDFs from spoho!;get INVs from spoho;close spoho;wear ASDFs
Personally. My INV items are always a subset of belongings. Some of the above aliases may need to be modified if you intend to hold items that you aren't keeping. (sellall for example will want to have "except INVs" in it) Personally. My INV items are always a subset of belongings. Some of the above aliases may need to be modified if you intend to hold items that you aren't keeping. (sellall for example will want to have "except INVs" in it)
===Companion inventories=== ===Companion inventories===
Line 120: Line 128:
*First aid *First aid
set shared alias st to treat me set shared alias st to treat me
 + set shared alias res to stop combat meditation;start meditating;start resting
*looting *looting
set shared alias loot to get all except remains except warpstones from all remains;get all items except all remains except warpstones set shared alias loot to get all except remains except warpstones from all remains;get all items except all remains except warpstones
Line 145: Line 154:
set shared alias stt to treat me;for companions here do treat each set shared alias stt to treat me;for companions here do treat each
set shared alias lh to show health of me & companions set shared alias lh to show health of me & companions
 + set shared alias ress to stop combat meditation;start meditating;start resting;say companions, start meditating;concentrate on urging familiar_name to start resting
*keeping (sk should end in "all of which will leave the world with you." this is more useful than cap when your keep list is pages long and you just want to make sure you're not missing anything) *keeping (sk should end in "all of which will leave the world with you." this is more useful than cap when your keep list is pages long and you just want to make sure you're not missing anything)
set shared alias sk to show keeping set shared alias sk to show keeping
Line 160: Line 170:
set shared alias pl to pull lever;press button;flip switch;open coffin;pull handle;turn handle set shared alias pl to pull lever;press button;flip switch;open coffin;pull handle;turn handle
-=Character/Affil Specific Aliases=+=Character Specific Aliases=
-*Posture variants. Transitioning from stance to stance, and how specifically you define them will vary from character to character, but I find it very useful to set up various posture aliases for my characters. The simplest and most common is flying/fighting, but they can get more detailed.+==Posture==
- set alias takeoff to open spoho;put heavy_things and equipped weapon in spoho!;get nicknamed_ring_of_flight from spoho;close spoho;wear nicknamed_ring_of_flight+Above, I described how I use aliases to quickly swap between different sets of gear. A posture is just a name I use for aliases that I use to quickly swap into pre-defined character settings (in addition to gear). Postures tend to be very specific for the character they are written for, so the examples I write below won't directly apply to anyone, but I think it's a useful way to go about setting up a character.
- set alias land to open spoho;put nicknamed_ring_of_flight in spoho!;get heavy_things and equipped weapon from spoho!;close spoho;wield weapon_thing;wear armour_things+*Usually each of my characters will have a normal default posture that they enter shortly after login to explicitly set my preferred baseline effort/scatter/strike/aim/attacks/stealth/follow/chase/companion behaviour for that character.
- set alias burstdown to set combat mode to balanced;set attack scatter to 0;set effort to 150;set strike location to heads;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to 0;concentrate on urging my_familiar to set effort to 150;concentrate on urging my_familiar to set strike location to heads;start defending with all;stop attacking with all;start attacking with my_best_attack;tap manipura chakra;open spoho;get potion of heroism from spoho;get cool_thing from spoho;close spoho;wear cool_thing;drink potion of heroism+*The simplest and most common posture I used on almost every character is for travelling. Which usually just involves putting on a ring of flight. but can often get more detailed.
 +*Whether or not you explicitly override every setting in every posture is up to you, be careful that one posture doesn't mess up a setting (like stealth and elude for example) without a corresponding posture to normalize it (lest you wind up taking 20 minutes to travel anywhere and wonder why).
 + set alias takeoff to open spoho;put heavy_things and main_weapon in spoho!;get nicknamed_ring_of_flight from spoho;close spoho;wear nicknamed_ring_of_flight
 + set alias land to open spoho;put nicknamed_ring_of_flight in spoho!;get heavy_things and main_weapon from spoho!;close spoho;wield weapon_thing;wear armour_things
 + set alias plungeyfuntime to set effort to 60;set attack scatter to 100;set strike location to vitals;set combat mode to rapid
 + set alias nononsense to set effort to 120;set attack scatter to 60;set strike location to heads;set combat mode to aggressive
 + set alias burstdown to set combat mode to studious;set attack scatter to 0;set effort to 150;set strike location to heads;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to 0;concentrate on urging my_familiar to set effort to 150;concentrate on urging my_familiar to set strike location to heads;start defending with all;stop attacking with all;start attacking with my_best_attack;tap manipura chakra;open spoho;get potion of heroism from spoho;get cool_things from spoho;close spoho;wear cool_things;drink potion of heroism
set alias regularstance to set combat mode to balanced;set attack scatter to 100;set effort to 110;set strike location to heads;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to 100;concentrate on urging my_familiar to set effort to 130;concentrate on urging my_familiar to clear strike location;start defending with all;stop attacking with all;start attacking with my_various_attacks;tap kalila chakra set alias regularstance to set combat mode to balanced;set attack scatter to 100;set effort to 110;set strike location to heads;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to 100;concentrate on urging my_familiar to set effort to 130;concentrate on urging my_familiar to clear strike location;start defending with all;stop attacking with all;start attacking with my_various_attacks;tap kalila chakra
set alias nodeflection to stop defending with my_nicknamed_weapon;stop defending with left_forelimb;stop defending with right_forelimb;set combat mode to balanced;set attack scatter to foo;set effort to bar;set strike location to baz;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to foo;concentrate on urging my_familiar to set effort to bar;concentrate on urging my_familiar to set strike location to baz;stop attacking with all;start attacking with my_favorite_attacks set alias nodeflection to stop defending with my_nicknamed_weapon;stop defending with left_forelimb;stop defending with right_forelimb;set combat mode to balanced;set attack scatter to foo;set effort to bar;set strike location to baz;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to foo;concentrate on urging my_familiar to set effort to bar;concentrate on urging my_familiar to set strike location to baz;stop attacking with all;start attacking with my_favorite_attacks
set alias nodefense to stop defending with all;set combat mode to all-out;concentrate on urging my_familiar to set combat mode to defensive;stop attacking with all;start attacking with my_favorite_attacks set alias nodefense to stop defending with all;set combat mode to all-out;concentrate on urging my_familiar to set combat mode to defensive;stop attacking with all;start attacking with my_favorite_attacks
 +==Some affil stuff==
*rune of the keeper variations *rune of the keeper variations
set alias tp to free left hand_or_claw;quickdraw wand from holster;perform the inscription of the rune of the keeper;holster wand in holster;wield my_nicknamed_weapon;touch black ash rune set alias tp to free left hand_or_claw;quickdraw wand from holster;perform the inscription of the rune of the keeper;holster wand in holster;wield my_nicknamed_weapon;touch black ash rune
Line 188: Line 205:
set alias padm to tap padme chakra set alias padm to tap padme chakra
set alias kali to tap kalila chakra set alias kali to tap kalila chakra
 +
 +*Any affil with a finisher
 + set alias shi to for opponents do (perform finisher) on each

Revision as of 16:11, 14 June 2017

I will put aliases I feel like sharing here until I think up a more sensible way to organize them.

All the following aliases will assume that you have a kept container nicknamed "spoho" (preferably sporran, cloak of holding or backpack will work too though)

Contents

Inventory Management

Dividing your inventory

Having at least one kept container is very very useful for a few reasons.

  • When combined with the "belongings" targeting qualifier. A single container allows you to easily and instantly divide your inventory into four parts (worn items/kept items in inventory, kept items inside container, non-kept items in inventory and non-kept items inside container).
  • Containers make it much easier to parse the contents of your inventory, junk and not-junk can easily be kept separate.
  • Some containers, namely cloaks of holding and sporrans of holding reduce the weight of the items they contain, keeping encumbrance low is very good.
  • Containers protect items in your inventory from being damaged by attacks (though they are far from indestructible themselves).

All

  • drop, get, sell, drag elsewhere
set shared alias da to drop all except belongings except companions
set shared alias ga to get all except companions
set shared alias sellall to sell all except belongings except companions
set shared alias dra to get all except companions;$@;drop all except belongings except companions

Spoho verbs

  • look, count non-belongings, put, force put (for multiple kept items etc.), put in from ground
set shared alias check to open spoho;l in spoho;close spoho
set shared alias stock to open spoho;count items except belongings in spoho;close spoho
set shared alias stow to open spoho;put $@ in spoho;close spoho
set shared alias store to open spoho;put $@ in spoho!;close spoho
set shared alias stash to open spoho;get $@;put $@ in spoho;close spoho
  • get, drop, wear, wield, wield two-handed, get all except belongings
set shared alias fetch to open spoho;get $@ from spoho;close spoho
set shared alias ditch to open spoho;get $@ from spoho;drop $@;close spoho
set shared alias don to open spoho;get $@ from spoho;wear $@;close spoho
set shared alias grab to open spoho;get $@ from spoho;wield $@;close spoho
set shared alias grasp to open spoho;get $@ from spoho;wield $@ two-handed;close spoho
set shared alias clean to open spoho;get all except belongings from spoho;close spoho

Equipment

Some trix for managing the gear you're wearing. I've omitted wield stuff because I never put away my sword, but it shouldn't be difficult to slot in the proper put! and get/wield commands. Also don't forget about the free command.

Quick Equip Basics

The following aliases take advantage of these two facts.

  • Items with multi-word nicknames can be identified by any of the words in the name.
  • Items that share words can be targeted as a group.

Start by nicknaming all of your gear to have a uniquely identified code in it. Don't forget that you can use colours in nicknames as well to make visually parsing stuff much easier.

set nickname for helmet to helmet {{Yellow}QWER}
set nickname for left glove to lefty {{Yellow}QWER}
set nickname for right glove to righty {{Yellow}QWER}
set nickname for boots to booties {{Yellow}QWER}
set nickname for halfsuit to coolhalfsuit {{Yellow}QWER}
  • Then swapping in and out of it becomes easy
set alias nude to open spoho;put QWERs in spoho!;close spoho
set alias weargear to open spoho;get QWERs from spoho;wear QWERs;close spoho

But what if you have multiple sets of gear for different purposes? What if those gear sets have items in common?

set nickname for helmet to helmet {{Yellow}QWER} {{Green}ASDF}
set nickname for bodysuit to dapper suit {{Green}ASDF}
set nickname for ring 2 to ring of derp {{Green}ASDF}
  • Now you can easily toggle between three different setups
set alias nude to open spoho;put QWERS in spoho!;put ASDFs in spoho!;close spoho
set alias qwer to open spoho;put ASDFs except QWERs in spoho!;get QWERs from spoho;close spoho;wear QWERs
set alias asdf to open spoho;put QWERs except ASDFs in spoho!;get ASDFs from spoho;close spoho;wear ASDFs

Quick Equip + non container items

Sometimes items want to stay in your inventory and either don't belong, or can't be put in your container. This includes items such as matrices and gems of perpetuation/protection. They can be nicknamed with codes like above, and included in your setup aliases.

set nickname for matrix to trix {{Blue}INV}
set nickname for gem of perpetuation to perp {{Blue}INV}
  • Version 3 of gear swaps (extranude is the same as >store all)
set alias nude to open spoho;put ASDFs in spoho!;put QWERs in spoho!;get INVs from spoho;close spoho
set alias extranude to open spoho;put items in spoho!;close spoho
set alias qwer to open spoho;put ASDFs except QWERs in spoho!;get QWERs from spoho!;get INVs from spoho;close spoho;wear QWERs
set alias asdf to open spoho;put QWERs except ASDFs in spoho!;get ASDFs from spoho!;get INVs from spoho;close spoho;wear ASDFs

Personally. My INV items are always a subset of belongings. Some of the above aliases may need to be modified if you intend to hold items that you aren't keeping. (sellall for example will want to have "except INVs" in it)

Companion inventories

Sometimes you are going to be in situations with fire and annihilation hazards. In such cases familiars and companions can be useful for protecting your possessions, if not your body. (remember that spoken follower orders take an extra heartbeat while familiar urge charms do not)

  • stay put, disappear, and get it back.
set alias waithere to open spoho;put all except companions in spoho!;drop nicknamed_familiar;give spoho to nicknamed_familiar;concentrate on urging nicknamed_familiar to stop following
set alias osht to open spoho;put all except companions in spoho!;give spoho to nicknamed_familiar;concentrate on sending nicknamed_familiar to safety
set alias giveitback to concentrate on urging nicknamed_familiar to follow my_name;get spoho from nicknamed_familiar;get nicknamed_familiar
set alias giveitbackplusgear to concentrate on urging nicknamed_familiar to follow my_name;get spoho from nicknamed_familiar;get nicknamed_familiar;open spoho;get INVs from spoho;get QWERs from spoho;close spoho;wear QWERs
  • slightly different for anthropic followers.
set alias waithere2 to open spoho;put all except companions in spoho!;drop nicknamed_follower;give spoho to nicknamed_follower;say stop following to nicknamed_follower
set alias giveitback2 to say follow me to nicknamed_follower;get spoho from nicknamed_follower
set alias giveitbackplusgear2 to say follow me to nicknamed_follower;get spoho from nicknamed_follower;open spoho;get INVs from spoho;get QWERs from spoho;close spoho;wear QWERs

Consumables

These can apply to any mass produced comestible such as scrolls, food, oil flasks etc. They can be combined or interchanged depending on your style. Items that are normally randomly coloured will stack up nicely when nicknamed.

  • Scrolls of recall are op
9buy scroll of recall
set shared alias stowscrolls to open spoho;for scrolls of recall do set nickname for each to {{white}blank tp};put blank tps in spoho;close spoho
set shared alias settp to open spoho;get blank tp from spoho;set nickname for blank tp to {{white}$@};read $@ aloud;put $@ in spoho;close spoho
set shared alias setkeeptp to open spoho;get blank tp from spoho;set nickname for blank tp to {{white}$@};read $@ aloud;keep $@;put $@ in spoho;close spoho
  • Maybe there are multiple types of scroll you like to use...
9buy scroll of limb regeneration
9buy scroll of recall
set shared alias stowscrolls_version_2 to open spoho;for scrolls of recall do set nickname for each to {{white}blank tp};for scrolls of limb regeneration do set nickname for each to {{brown}limb scroll};put blank tps in spoho;put limb scrolls in spoho;close spoho
  • read a scroll open ended (rs lh tp aloud to friendo), or simply read scroll aloud
set shared alias rs to open spoho;get $@ from spoho;close spoho;read $@
set shared alias rsa to open spoho;get $@ from spoho;close spoho;read $@ aloud

You can add nickname codes in here to use for omitting these items from the clean and stock aliases above.

  • similar aliases work here. You get the idea
set shared alias iden to open spoho;get lens of insight from spoho;close spoho;l $@ through lens of insight
set shared alias comp to open spoho;get lens of analysis from spoho;close spoho;l $@ through lens of analysis
set shared alias fuel to open spoho;get flasks of oil from spoho;for lanterns do refuel each from flask;for lanterns do refuel each from flask;put flasks of oil in spoho;close spoho
set shared alias munch to open spoho;get fooditems from spoho;eat fooditem;eat fooditem;eat fooditem;eat fooditem;eat fooditem;put fooditems in spoho;close spoho
set shared alias quench to open spoho;get drinkitems from spoho;drink drinkitem;drink drinkitem;drink drinkitem;drink drinkitem;drink drinkitem;put drinkitems in spoho;close spoho

Portable Holes

It should be possible to restructure all of the spoho aliases above to start with drop phol and end with get phol. Personally I don't use them, but I suppose they can be good?

Misc Useful

Others have already written their own personal versions of this stuff. A lot of commands depend on the incarnos and on player preference, but here are some of the generic ones I use that are not related to inventory management.

  • meta
set shared alias sra to show raw aliases like $@
  • movement
set shared alias ss to show exits
set shared alias ww to wander;show exits
set shared alias sc to look around for beings except companions
set shared alias scc to look around for beings
set shared alias tf to switch terrain following mode
set shared alias det to determine location
set shared alias sur to open spoho;get panoramicon from spoho;survey;put panoramicon in spoho;close spoho
  • combat
set shared alias fic to switch filtering of insigcmb
set shared alias nrg to show energies
set shared alias sq to open spoho;get my_nicknamed_pibrit from spoho;squeeze my_nicknamed_pibrit;put my_nicknamed_pibrit in spoho;close spoho
set shared alias eff to set effort to $@
set shared alias sca to set attack scatter to 100
set shared alias sco to set attack scatter to 0
set shared alias hea to set strike location to heads
set shared alias vit to set strike location to vitals
set shared alias bal to set combat mode to balanced
set shared alias rec to set combat mode to all-out
set shared alias def to set combat mode to defensive
  • First aid
set shared alias st to treat me
set shared alias res to stop combat meditation;start meditating;start resting
  • looting
set shared alias loot to get all except remains except warpstones from all remains;get all items except all remains except warpstones
set shared alias loott to get all except warpstones from all remains;drop all remains;get all except warpstones from all remains;drop all remains;get all items except all remains except warpstones
set shared alias gol to get all coins;get all coins from all corpses
set shared alias mun to open spoho;put 30000 coins in spoho;close spoho
  • exploration [of companion] works
set shared alias sle to show local exploration
set shared alias sge to show global exploration
set shared alias sep to show exploration points
  • managing attacks can be annoying. I usually make custom aliases on a character by character basis
set shared alias sa to show attacks
set shared alias spa to show potential attacks
set shared alias aw to stop attacking with all;start attacking with $@
set shared alias brawl to stop attacking with right hand;stop attacking with left hand;stop attacking with right claw;stop attacking with left claw;stop attacking with punch;stop attacking with kick;stop attacking with uppercut;stop attacking with rising torrent;stop attacking with headbutt;stop attacking with eye gouge;stop attacking with elbow smash
  • fire
set shared alias ex to extinguish me
set shared alias exx to extinguish me;for my items do extinguish each
  • companions
set shared alias xpp to show companion advancement and level and experience needed
set shared alias suc to succor companions
set shared alias succ to dismount;succor companions;mount nicknamed_mount_code
set shared alias gw to get companions except nicknamed_mount_code
set shared alias dd to drop companions!
set shared alias stt to treat me;for companions here do treat each
set shared alias lh to show health of me & companions
set shared alias ress to stop combat meditation;start meditating;start resting;say companions, start meditating;concentrate on urging familiar_name to start resting
  • keeping (sk should end in "all of which will leave the world with you." this is more useful than cap when your keep list is pages long and you just want to make sure you're not missing anything)
set shared alias sk to show keeping
set shared alias cap to show keep capacity and keep usage
  • Changes and events
set shared alias ses to show events since
set shared alias scs to show changes since
set shared alias pcr to perform change rating
  • Specs (open ended, ssp int, ssa wil etc. works nicely)
set shared alias ssp to show specialty points and specialties
set shared alias ssd to set specialty degree in
set shared alias ssa to show specialty access
set shared alias stats to show attributes and attribute development and attribute development points
  • because I ain't got no time for this shit
set shared alias pl to pull lever;press button;flip switch;open coffin;pull handle;turn handle

Character Specific Aliases

Posture

Above, I described how I use aliases to quickly swap between different sets of gear. A posture is just a name I use for aliases that I use to quickly swap into pre-defined character settings (in addition to gear). Postures tend to be very specific for the character they are written for, so the examples I write below won't directly apply to anyone, but I think it's a useful way to go about setting up a character.

  • Usually each of my characters will have a normal default posture that they enter shortly after login to explicitly set my preferred baseline effort/scatter/strike/aim/attacks/stealth/follow/chase/companion behaviour for that character.
  • The simplest and most common posture I used on almost every character is for travelling. Which usually just involves putting on a ring of flight. but can often get more detailed.
  • Whether or not you explicitly override every setting in every posture is up to you, be careful that one posture doesn't mess up a setting (like stealth and elude for example) without a corresponding posture to normalize it (lest you wind up taking 20 minutes to travel anywhere and wonder why).
set alias takeoff to open spoho;put heavy_things and main_weapon in spoho!;get nicknamed_ring_of_flight from spoho;close spoho;wear nicknamed_ring_of_flight
set alias land to open spoho;put nicknamed_ring_of_flight in spoho!;get heavy_things and main_weapon from spoho!;close spoho;wield weapon_thing;wear armour_things
set alias plungeyfuntime to set effort to 60;set attack scatter to 100;set strike location to vitals;set combat mode to rapid
set alias nononsense to set effort to 120;set attack scatter to 60;set strike location to heads;set combat mode to aggressive
set alias burstdown to set combat mode to studious;set attack scatter to 0;set effort to 150;set strike location to heads;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to 0;concentrate on urging my_familiar to set effort to 150;concentrate on urging my_familiar to set strike location to heads;start defending with all;stop attacking with all;start attacking with my_best_attack;tap manipura chakra;open spoho;get potion of heroism from spoho;get cool_things from spoho;close spoho;wear cool_things;drink potion of heroism
set alias regularstance to set combat mode to balanced;set attack scatter to 100;set effort to 110;set strike location to heads;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to 100;concentrate on urging my_familiar to set effort to 130;concentrate on urging my_familiar to clear strike location;start defending with all;stop attacking with all;start attacking with my_various_attacks;tap kalila chakra
set alias nodeflection to stop defending with my_nicknamed_weapon;stop defending with left_forelimb;stop defending with right_forelimb;set combat mode to balanced;set attack scatter to foo;set effort to bar;set strike location to baz;concentrate on urging my_familiar to set combat mode to all-out;concentrate on urging my_familiar to set attack scatter to foo;concentrate on urging my_familiar to set effort to bar;concentrate on urging my_familiar to set strike location to baz;stop attacking with all;start attacking with my_favorite_attacks
set alias nodefense to stop defending with all;set combat mode to all-out;concentrate on urging my_familiar to set combat mode to defensive;stop attacking with all;start attacking with my_favorite_attacks

Some affil stuff

  • rune of the keeper variations
set alias tp to free left hand_or_claw;quickdraw wand from holster;perform the inscription of the rune of the keeper;holster wand in holster;wield my_nicknamed_weapon;touch black ash rune
set alias tpp to free left hand_or_claw;open spoho;get wand from spoho;hold wand;perform the inscription of the rune of the keeper;put wand in spoho;close spoho;wield my_nicknamed_weapon;touch black ash rune
set alias tps to free left hand_or_claw;quickdraw wand from holster;perform the inscription of the rune of the keeper;holster wand in holster;wield my_nicknamed_weapon;set attack scatter to 100;set combat mode to balanced;touch black ash rune;assist town guards
  • Garlic decharge variants
set alias xsva to concentrate on transferring energy from my svadhisthana chakra to my vishuddha chakra;concentrate on transferring energy from my svadhisthana chakra to my muladhara chakra;concentrate on transferring energy from my svadhisthana chakra to my anahata chakra;concentrate on transferring energy from my svadhisthana chakra to my manipura chakra;concentrate on transferring energy from my svadhisthana chakra to my ajna chakra;concentrate on transferring energy from my svadhisthana chakra to my sahasrara chakra;concentrate on transferring energy from my svadhisthana chakra to my padme chakra;concentrate on transferring energy from my svadhisthana chakra to my kalila chakra;
set alias xfera to concentrate on transferring energy from my $@ chakra to my svadhisthana chakra;concentrate on transferring energy from my $@ chakra to my vishuddha chakra;concentrate on transferring energy from my $@ chakra to my muladhara chakra;concentrate on transferring energy from my $@ chakra to my anahata chakra;concentrate on transferring energy from my $@ chakra to my manipura chakra;concentrate on transferring energy from my $@ chakra to my ajna chakra;concentrate on transferring energy from my $@ chakra to my sahasrara chakra;concentrate on transferring energy from my $@ chakra to my padme chakra;concentrate on transferring energy from my $@ chakra to my kalila chakra;
  • Trav aura modes
set alias svad to tap svadhisthana chakra
set alias vish to tap vishuddha chakra
set alias mula to tap muladhara chakra
set alias anah to tap anahata chakra
set alias mani to tap manipura chakra
set alias ajna to tap ajna chakra
set alias saha to tap sahasrara chakra
set alias padm to tap padme chakra
set alias kali to tap kalila chakra
  • Any affil with a finisher
set alias shi to for opponents do (perform finisher) on each
Personal tools