User:Deomer

From LSWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 11:55, 17 April 2019 (edit)
Deomer (Talk | contribs)

← Previous diff
Revision as of 11:56, 17 April 2019 (edit)
Deomer (Talk | contribs)

Next diff →
Line 97: Line 97:
What are the Coords for R'lyeh from wsp, 15sw, all west. its a fairly non-trivial place to be with 3 gods hanging around if you're not careful. What are the Coords for R'lyeh from wsp, 15sw, all west. its a fairly non-trivial place to be with 3 gods hanging around if you're not careful.
 +
 +
 +/loaded body_energies
 +
 +;/eval /test echo(%{_tf_energy_spr_cur}+%{_tf_energy_spr_max}>0)
 +
 +/def -p1 -mregexp -Ft'^\| Spiritual +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_spr = \
 + /set _tf_energy_spr_cur=%{P1} %; /set _tf_energy_spr_max=%{P2} %; /set _tf_energy_spr_per=%{P3}
 +
 +/def -p1 -mregexp -Ft'^\| Creative +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_cre = \
 + /set _tf_energy_cre_cur=%{P1} %; /set _tf_energy_cre_max=%{P2} %; /set _tf_energy_cre_per=%{P3}
 +
 +/def -p1 -mregexp -Ft'^\| Magickal +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_mgk = \
 + /set _tf_energy_mgk_cur=%{P1} %; /set _tf_energy_mgk_max=%{P2} %; /set _tf_energy_mgk_per=%{P3}
 +
 +/def -p1 -mregexp -Ft'^\| Entropic +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_ent = \
 + /set _tf_energy_ent_cur=%{P1} %; /set _tf_energy_ent_max=%{P2} %; /set _tf_energy_ent_per=%{P3}
 +
 +/def -p1 -mregexp -Ft'^\| Amalgamal Cold +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_cld = \
 + /set _tf_energy_cld_cur=%{P1} %; /set _tf_energy_cld_max=%{P2} %; /set _tf_energy_cld_per=%{P3}
 +
 +/def -p1 -mregexp -Ft'^\| Amalgamal Ice +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_ice = \
 + /set _tf_energy_ice_cur=%{P1} %; /set _tf_energy_ice_max=%{P2} %; /set _tf_energy_ice_per=%{P3}
 +
 +/def -p1 -mregexp -Ft'^\| Order +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_ord = \
 + /set _tf_energy_ord_cur=%{P1} %; /set _tf_energy_ord_max=%{P2} %; /set _tf_energy_ord_per=%{P3}
 +/loaded Ordo_Verbus_Glacialis
 +/require ~/.tf.d/std.tf
 +/require ~/.tf.d/body/energies.tf
 +;You are a member of Ordo Verbus Glacialis.
 +/set _tf_in_ovg_trigger=0
 +/set _ovg_show_energies_process=0
 +
 +/def regen = /add_ovg_auto_channeler %; /ovg_show_energies
 +/def ovg_show_energies_in = \
 + /if (%{_ovg_show_energies_process} == 0) \
 + /repeat -wls2 %{1} 1 /ovg_show_energies %;\
 + /set _ovg_show_energies_process=%?%;\
 + /endif
 +/def ovg_show_energies = \
 + /send -wls2 tf show energies %;\
 + /if (%{_ovg_show_energies_process} != 0) \
 + /kill %{_ovg_show_energies_process}%;\
 + /set _ovg_show_energies_process=0 %;\
 + /endif
 +
 +;/def -mregexp -t'^(> |)/-* Energies of Upina --' = /
 +;/----------- Energies of Upina -----------\
 +;| Type Current Maximum % |
 +;>-----------------------------------------<
 +;| Spiritual 1648.4 1649 100% |
 +;| Creative 0 18.9 0% |
 +;| Magickal 50.2 272.2 18.4% |
 +;| Entropic 115.9 115.9 100% |
 +;| Amalgamal Cold 392 392 100% |
 +;| Amalgamal Ice 329.7 329.7 100% |
 +;| Order 169.4 182.4 92.9% |
 +;\-----------------------------------------/
 +
 +;Frigus Cristallum cold energy storage cold crystal
 +;Glaciem Cristallum ice energy storage ice crystal
 +;Magicae Cristallum magickal energy storage magick crystal
 +;Mortem Cristallum entropic energy storage death crystal
 +;Structura Cristallum order energy storage order crystal
 +;Frigora Intensa intense channeling of cold energy intense frost
 +;Frigus Evoco gathering of cold energy evocation of cold
 +;Glaciem Evoco gathering of ice energy evocation of ice
 +;Imperium Evoco gathering of order energy evocation of order
 +;Industria Congregatione energy collection gathering of energy
 +;Magicae Evoco channeling of magickal energy evocation of magick
 +; 110 sp -> 25 mgk
 +;Mortem Evoco gathering of entropic energy evocation of entropy
 +; ent *10
 +; 65 mgk -> 25 ent
 +; 275 sp -> 25 ent
 +;Summa Glacies intense channeling of ice energy intense ice
 +;Vehementi Magicae intense channeli...f magickal energy intense ma... evocation
 +;Industriae Extractionem crystal energy removal energy extraction
 +
 +/def ovg_can_channel_energy = /test (%{_tf_energy_spr_cur} >= 450 | %{_tf_energy_mgk_cur} >= 75)
 +
 +/def ovg_do_channel_energy = \
 + /if (%{_tf_energy_cld_per} < 99) \
 + /if ((%{_tf_energy_cld_per} < 90) & (%{_tf_energy_spr_cur} > 450)) \
 + eicold %; \
 + /else \
 + ecold %;\
 + /endif %;\
 + /return 1 %;\
 + /elseif (%{_tf_energy_ord_per} < 95) \
 + eorder %;\
 + /return 1 %;\
 + /elseif (%{_tf_energy_ent_per} < 95) \
 + eent %;\
 + /return 1 %;\
 + /elseif (%{_tf_energy_ice_per} < 99) \
 + /if (%{_tf_energy_ice_per} < 90) \
 + eiice %; \
 + /else \
 + eice %;\
 + /endif %;\
 + /return 1 %;\
 + /elseif ((%{_tf_energy_mgk_per} < 99) & (%{_tf_energy_spr_cur} > 450)) \
 + eimag %; \
 + /return 1 %;\
 + /elseif ((%{_tf_energy_mgk_per} < 15) & (%{_tf_energy_spr_cur} > 350) ) \
 + emag %;\
 + /return 1 %;\
 + /elseif ((%{_tf_energy_mgk_per} < 95)) \
 + /return 1 %;\
 + /endif %;\
 + /return 0
 +
 +/def add_ovg_auto_channeler = /def -n1 -mregexp -Ft'__TF_END_GAG__' ovg_gag_channeler= /ovg_auto_channeler
 +/def ovg_auto_channeler = \
 + /if /ovg_can_channel_energy%; /then \
 + hp %; \
 + /if /ovg_do_channel_energy%; /then \
 + rest %; \
 + /add_ovg_auto_channeler %;\
 + /ovg_show_energies_in -6 %;\
 + /endif %;\
 + /else \
 + /add_ovg_auto_channeler %;\
 + /ovg_show_energies_in -18 %;\
 + /endif
 +
 +/def ovg_triggered_buff = \
 + /let target=$[REPLACE("_", " ", %{2})] %; \
 + /if ("snow_shield" =~ %{1}) \
 + cast Scutum Nix on %{target} %; \
 + /return 1 %; \
 + /elseif ("cold_ward" =~ %{1}) \
 + cast Algus Praesidium on %{target} %; \
 + /return 1 %; \
 + /elseif ("frost_fists" =~ %{1}) \
 + cast Frigus Manus on %{target} %; \
 + /return 1 %; \
 + /elseif ("icy_resolve" =~ %{1}) \
 + cast Animi Gelidusque on %{target} %; \
 + /return 1 %; \
 + /endif %; \
 + /return 0
 +
 +;Nerilith signs, ~a couple things~ to you in Lingua Manu.
 +/def -wls2 -mregexp -t'^(> )*(The |)(.+) signs, ~([^~]+)~ (to you |)in (clumsy |)Lingua Manu\.' ovg_trigger_buffs = \
 + /let spell=$[tolower(replace(".", "", REPLACE(" ", "_", %{P4})))] %; \
 + /let target=$[tolower(replace(".", "", REPLACE(" ", "_", %{P3})))] %; \
 + /set _tf_in_ovg_trigger=1 %; \
 + /repeat -0:00:15 1 /set _tf_in_ovg_trigger=0 %; \
 + /if /ovg_triggered_buff %{spell} %{target} %; /then \
 + /ovg_show_energies_in -30 %;\
 + /add_ovg_auto_channeler %;\
 + /endif
 +
 +;You cannot target Hex because he is not trusting towards you.
 +/def -wls2 -mregexp -t'^(> )*You cannot target .+ because .+ is not trusting towards you\.' ovg_trust_failure = \
 + /if (%{_tf_in_ovg_trigger} == 1) \
 + say You will need to trust me for these services. %; \
 + /endif
 +
 +/def -wls2 -mregexp -t'^(> )*(.+) already has a (.+) enchantment\.' ovg_target_has_enchantment = \
 + /if (%{_tf_in_ovg_trigger} == 1) \
 + say You already have a %{P3} enchantment, %{P2}. %; \
 + /endif
 +
 +
 +/def -wls2 -mregexp -Ft'^(> )?(.+) winces\.' ovg_wince_response = \
 + /let spell=snow_shield %; \
 + /let target=$[tolower(replace(".", "", REPLACE(" ", "_", %{P2})))] %; \
 + /set _tf_in_ovg_trigger=1 %; \
 + /repeat -0:00:15 1 /set _tf_in_ovg_trigger=0 %; \
 + /if /ovg_triggered_buff %{spell} %{target} %; /then \
 + /ovg_show_energies_in -30 %;\
 + /add_ovg_auto_channeler %;\
 + /endif
 +
 +/def -wls2 -mregexp -t'^(> )*The elements of your body relax and separate as your metabolic processes resume\.' ovg_recast_glaciem_anima = \
 + cast Glaciem Anima on me %; \
 + /ovg_show_energies_in -15 %;\
 + /add_ovg_auto_channeler
 +
 +/def -wls2 -mregexp -t'^(> )*The swirl of gloomy energy around you flickers and disperses into the surrounding air\.' ovg_recast_mortiferum_amplexionem = \
 + cast Mortiferum Amplexionem on me %; \
 + /ovg_show_energies_in -15 %;\
 + /add_ovg_auto_channeler
 +
 +/def -wls2 -mregexp -t'^(> )*The dense aura of pure white snow surrounding you vaporizes\.' ovg_recast_scutum_nix = \
 + cast Scutum Nix on me %; \
 + /ovg_show_energies_in -15 %;\
 + /add_ovg_auto_channeler
 +
 +/def -wls2 -mregexp -t'^(> )*The dense aura of pure white snow surrounding you vaporizes\.' ovg_recast_scutum_nix = \
 + cast Scutum Nix on me %; \
 + /ovg_show_energies_in -15 %;\
 + /add_ovg_auto_channeler
 +
 +/def -wls2 -mregexp -t'^(> )*The aura of glacis around your hands disappears.\.' ovg_recast_frost_fists = \
 + cast Frigus Manus on me %; \
 + /ovg_show_energies_in -15 %;\
 + /add_ovg_auto_channeler
 +
 +; You cannot target (.+) because .+ is not friendly with you.
 +
 +; Your blue-white-sapphire-inset quarterstaff quickly evaporates and vanishes into the air.

Revision as of 11:56, 17 April 2019

Deomer -- Carden mostly, sometimes others.

There are a lot of things going on in the world that I don't really understand so I thought I'd make a log of such things so that it might help others along the way. First and foremost, I just ran across a prick called Ven Gal Lyrl in Shadow Tower and politely enough asked him what he would teach me. He responded by attacking me and mentioning something about ring wraiths. I ran because I was weak in spiritual power, but I think I'll be able to take him out (in another 50 levels or so).

Temple of Aristes - Portal
↑  how to do arrows in maps  ↓ ← →


  TF STUFF


[OOC Elronuan] /def -mregexp -Ft'^\| Spiritual +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_spr = \
[OOC Elronuan]     /set _tf_energy_spr_cur=%{P1} %; /set _tf_energy_spr_max=%{P2} %; /set _tf_energy_spr_per=%{P3}


https://lostsouls.org/changelog

//old notes//


meep suse	


#Auri
fire affinity 
heat affinity 
magick affinity
smoke affinity


'cast <spell name> [on <target> | with <component> | without <spell step> | using <argument>]'.

Baldwin Amphegere's general store
cast fire portal using Baldwin
cast burning staff with sapphire
cast fire gem with gem 
*pyraturgy, 170 IV will
conjuration 120 II  EGO
prestidigitation, 185 V agi 
evocation, 120 II ego
enchantment 115 II ego	
cast flaming insight on ioun malachite using identity     
thaumaturgy, WIll 79 I
divination    Per  126  IV
nymophrasty  INT 52 I
cast pyrax armor on me with gem
pyraturgy, 
conjuration
hylophrasty int 80 I


fiery temper
|  Prestidigitation   Agi [ 183 ] [   V ] |
|  Thermaturgy 	Will   [  79 ]   I      |
|  Ergiphrasty   Int  [  79 ] [   I ] |
|  Evocation	Ego   [ 118 ] [  II ] |


schola fervitus
combat reflexes
cast fire portal using schola fervitus


//older notes//


devonshire n gate -6, -18, 0 new camelot 0, -10, 0. avalon 40 -31 Bartziluth 4,7,1 nd ryleth -37, 4


to get to musashi you need to go all northwest in almeria;then 5e;s;2w;wu;w;in

Assimilativity

from ws 10n, 4e, in, 4n, 2e, w, 2s, 2u, 3w, 3s'

agni/e/n/ne/2n/e/eu/2s/2w/2n/e/eu/so/2se/8e

set combat mode to defensive

Crumnorth [ghost] intones, ~* it'sh at 21,-40 *~ to you OOC in gutturally-accented Anglic. Crumnorth [ghost] intones, ~* there'sh a trick to getting in and out *~ to you OOC in gutturally-accented Anglic. The dark-green-scaled piscean murmurs, ~ if you touch the rock you'll go in, then search around the walls to find a button and that take you further in ~ in Ularu. Y

What are the Coords for R'lyeh from wsp, 15sw, all west. its a fairly non-trivial place to be with 3 gods hanging around if you're not careful.


/loaded body_energies

/eval /test echo(%{_tf_energy_spr_cur}+%{_tf_energy_spr_max}>0)

/def -p1 -mregexp -Ft'^\| Spiritual +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_spr = \

   /set _tf_energy_spr_cur=%{P1} %; /set _tf_energy_spr_max=%{P2} %; /set _tf_energy_spr_per=%{P3}

/def -p1 -mregexp -Ft'^\| Creative +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_cre = \

   /set _tf_energy_cre_cur=%{P1} %; /set _tf_energy_cre_max=%{P2} %; /set _tf_energy_cre_per=%{P3}

/def -p1 -mregexp -Ft'^\| Magickal +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_mgk = \

   /set _tf_energy_mgk_cur=%{P1} %; /set _tf_energy_mgk_max=%{P2} %; /set _tf_energy_mgk_per=%{P3}

/def -p1 -mregexp -Ft'^\| Entropic +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_ent = \

   /set _tf_energy_ent_cur=%{P1} %; /set _tf_energy_ent_max=%{P2} %; /set _tf_energy_ent_per=%{P3}

/def -p1 -mregexp -Ft'^\| Amalgamal Cold +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_cld = \

   /set _tf_energy_cld_cur=%{P1} %; /set _tf_energy_cld_max=%{P2} %; /set _tf_energy_cld_per=%{P3}

/def -p1 -mregexp -Ft'^\| Amalgamal Ice +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_ice = \

   /set _tf_energy_ice_cur=%{P1} %; /set _tf_energy_ice_max=%{P2} %; /set _tf_energy_ice_per=%{P3}

/def -p1 -mregexp -Ft'^\| Order +([0-9.]+) +([0-9.]+) +([0-9.]+)% \|$' _tf_energies_save_ord = \

   /set _tf_energy_ord_cur=%{P1} %; /set _tf_energy_ord_max=%{P2} %; /set _tf_energy_ord_per=%{P3}

/loaded Ordo_Verbus_Glacialis /require ~/.tf.d/std.tf /require ~/.tf.d/body/energies.tf

You are a member of Ordo Verbus Glacialis.

/set _tf_in_ovg_trigger=0 /set _ovg_show_energies_process=0

/def regen = /add_ovg_auto_channeler %; /ovg_show_energies /def ovg_show_energies_in = \

   /if (%{_ovg_show_energies_process} == 0) \
       /repeat -wls2 %{1} 1 /ovg_show_energies %;\
       /set _ovg_show_energies_process=%?%;\
   /endif

/def ovg_show_energies = \

   /send -wls2 tf show energies %;\
   /if (%{_ovg_show_energies_process} != 0) \
       /kill %{_ovg_show_energies_process}%;\
       /set _ovg_show_energies_process=0 %;\
   /endif
/def -mregexp -t'^(> |)/-* Energies of Upina --' = /
/----------- Energies of Upina -----------\
| Type Current Maximum % |
>-----------------------------------------<
| Spiritual 1648.4 1649 100% |
| Creative 0 18.9 0% |
| Magickal 50.2 272.2 18.4% |
| Entropic 115.9 115.9 100% |
| Amalgamal Cold 392 392 100% |
| Amalgamal Ice 329.7 329.7 100% |
| Order 169.4 182.4 92.9% |
\-----------------------------------------/
Frigus Cristallum cold energy storage cold crystal
Glaciem Cristallum ice energy storage ice crystal
Magicae Cristallum magickal energy storage magick crystal
Mortem Cristallum entropic energy storage death crystal
Structura Cristallum order energy storage order crystal
Frigora Intensa intense channeling of cold energy intense frost
Frigus Evoco gathering of cold energy evocation of cold
Glaciem Evoco gathering of ice energy evocation of ice
Imperium Evoco gathering of order energy evocation of order
Industria Congregatione energy collection gathering of energy
Magicae Evoco channeling of magickal energy evocation of magick
110 sp -> 25 mgk
Mortem Evoco gathering of entropic energy evocation of entropy
ent *10
65 mgk -> 25 ent
275 sp -> 25 ent
Summa Glacies intense channeling of ice energy intense ice
Vehementi Magicae intense channeli...f magickal energy intense ma... evocation
Industriae Extractionem crystal energy removal energy extraction

/def ovg_can_channel_energy = /test (%{_tf_energy_spr_cur} >= 450 | %{_tf_energy_mgk_cur} >= 75)

/def ovg_do_channel_energy = \

   /if (%{_tf_energy_cld_per} < 99) \
       /if ((%{_tf_energy_cld_per} < 90) & (%{_tf_energy_spr_cur} > 450)) \
           eicold %; \
       /else \
           ecold %;\
       /endif %;\
       /return 1 %;\
   /elseif (%{_tf_energy_ord_per} < 95) \
       eorder %;\
       /return 1 %;\
   /elseif (%{_tf_energy_ent_per} < 95) \
       eent %;\
       /return 1 %;\
   /elseif (%{_tf_energy_ice_per} < 99) \
       /if (%{_tf_energy_ice_per} < 90) \
           eiice %; \
       /else \
           eice %;\
       /endif %;\
       /return 1 %;\
   /elseif ((%{_tf_energy_mgk_per} < 99) & (%{_tf_energy_spr_cur} > 450)) \
       eimag %; \
       /return 1 %;\
   /elseif ((%{_tf_energy_mgk_per} < 15) & (%{_tf_energy_spr_cur} > 350) ) \
       emag %;\
       /return 1 %;\
   /elseif ((%{_tf_energy_mgk_per} < 95)) \
       /return 1 %;\
   /endif %;\
   /return 0

/def add_ovg_auto_channeler = /def -n1 -mregexp -Ft'__TF_END_GAG__' ovg_gag_channeler= /ovg_auto_channeler /def ovg_auto_channeler = \

   /if /ovg_can_channel_energy%; /then \
       hp %; \
       /if /ovg_do_channel_energy%; /then \
           rest %; \
           /add_ovg_auto_channeler %;\
           /ovg_show_energies_in -6 %;\
       /endif %;\
   /else \
       /add_ovg_auto_channeler %;\
       /ovg_show_energies_in -18 %;\
   /endif

/def ovg_triggered_buff = \

   /let target=$[REPLACE("_", " ", %{2})] %; \
   /if ("snow_shield" =~ %{1}) \
       cast Scutum Nix on %{target} %; \
       /return 1 %; \
   /elseif ("cold_ward" =~ %{1}) \
       cast Algus Praesidium on %{target} %; \
       /return 1 %; \
   /elseif ("frost_fists" =~ %{1}) \
       cast Frigus Manus on %{target} %; \
       /return 1 %; \
   /elseif ("icy_resolve" =~ %{1}) \
       cast Animi Gelidusque on %{target} %; \
       /return 1 %; \
   /endif %; \
   /return 0
Nerilith signs, ~a couple things~ to you in Lingua Manu.

/def -wls2 -mregexp -t'^(> )*(The |)(.+) signs, ~([^~]+)~ (to you |)in (clumsy |)Lingua Manu\.' ovg_trigger_buffs = \

   /let spell=$[tolower(replace(".", "", REPLACE(" ", "_", %{P4})))] %; \
   /let target=$[tolower(replace(".", "", REPLACE(" ", "_", %{P3})))] %; \
   /set _tf_in_ovg_trigger=1 %; \
   /repeat -0:00:15 1 /set _tf_in_ovg_trigger=0 %; \
   /if /ovg_triggered_buff %{spell} %{target} %; /then \
       /ovg_show_energies_in -30 %;\
       /add_ovg_auto_channeler %;\
   /endif
You cannot target Hex because he is not trusting towards you.

/def -wls2 -mregexp -t'^(> )*You cannot target .+ because .+ is not trusting towards you\.' ovg_trust_failure = \

   /if (%{_tf_in_ovg_trigger} == 1) \
       say You will need to trust me for these services. %; \
   /endif

/def -wls2 -mregexp -t'^(> )*(.+) already has a (.+) enchantment\.' ovg_target_has_enchantment = \

   /if (%{_tf_in_ovg_trigger} == 1) \
       say You already have a %{P3} enchantment, %{P2}. %; \
   /endif
   

/def -wls2 -mregexp -Ft'^(> )?(.+) winces\.' ovg_wince_response = \

   /let spell=snow_shield %; \
   /let target=$[tolower(replace(".", "", REPLACE(" ", "_", %{P2})))] %; \
   /set _tf_in_ovg_trigger=1 %; \
   /repeat -0:00:15 1 /set _tf_in_ovg_trigger=0 %; \
   /if /ovg_triggered_buff %{spell} %{target} %; /then \
       /ovg_show_energies_in -30 %;\
       /add_ovg_auto_channeler %;\
   /endif

/def -wls2 -mregexp -t'^(> )*The elements of your body relax and separate as your metabolic processes resume\.' ovg_recast_glaciem_anima = \

   cast Glaciem Anima on me %; \
   /ovg_show_energies_in -15 %;\
   /add_ovg_auto_channeler

/def -wls2 -mregexp -t'^(> )*The swirl of gloomy energy around you flickers and disperses into the surrounding air\.' ovg_recast_mortiferum_amplexionem = \

   cast Mortiferum Amplexionem on me %; \
   /ovg_show_energies_in -15 %;\
   /add_ovg_auto_channeler

/def -wls2 -mregexp -t'^(> )*The dense aura of pure white snow surrounding you vaporizes\.' ovg_recast_scutum_nix = \

   cast Scutum Nix on me %; \
   /ovg_show_energies_in -15 %;\
   /add_ovg_auto_channeler

/def -wls2 -mregexp -t'^(> )*The dense aura of pure white snow surrounding you vaporizes\.' ovg_recast_scutum_nix = \

   cast Scutum Nix on me %; \
   /ovg_show_energies_in -15 %;\
   /add_ovg_auto_channeler

/def -wls2 -mregexp -t'^(> )*The aura of glacis around your hands disappears.\.' ovg_recast_frost_fists = \

   cast Frigus Manus on me %; \
   /ovg_show_energies_in -15 %;\
   /add_ovg_auto_channeler
You cannot target (.+) because .+ is not friendly with you.
Your blue-white-sapphire-inset quarterstaff quickly evaporates and vanishes into the air.
Personal tools