<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elanthipedia.play.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VAPES2</id>
	<title>Elanthipedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VAPES2"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/Special:Contributions/VAPES2"/>
	<updated>2026-04-08T01:54:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Item:Herbal_case_(crafted)&amp;diff=373690</id>
		<title>Item:Herbal case (crafted)</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Item:Herbal_case_(crafted)&amp;diff=373690"/>
		<updated>2014-08-07T00:27:58Z</updated>

		<summary type="html">&lt;p&gt;VAPES2: Created page with &amp;quot;{{Item |noun=case |look=You see nothing unusual. |type=container |wearloc=belt |lsize=6 |wsize=3 |hsize=3 |ilsize=6 |iwsize=3 |ihsize=3 |csize=60 |source=Blacksmithing |so...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Item&lt;br /&gt;
|noun=case&lt;br /&gt;
|look=You see nothing unusual.&lt;br /&gt;
|type=container&lt;br /&gt;
|wearloc=belt&lt;br /&gt;
|lsize=6&lt;br /&gt;
|wsize=3&lt;br /&gt;
|hsize=3&lt;br /&gt;
|ilsize=6&lt;br /&gt;
|iwsize=3&lt;br /&gt;
|ihsize=3&lt;br /&gt;
|csize=60&lt;br /&gt;
|source=[[Blacksmithing]]&lt;br /&gt;
|sourcetype=other&lt;br /&gt;
|fname=No&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>VAPES2</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Vapes_Summoning_(script)&amp;diff=372832</id>
		<title>Vapes Summoning (script)</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Vapes_Summoning_(script)&amp;diff=372832"/>
		<updated>2014-07-22T17:32:53Z</updated>

		<summary type="html">&lt;p&gt;VAPES2: Created page with &amp;quot;{{Script |cat=training |fe=StormFront, Genie |auth=Vapes }}  Trains Summoning for Warrior Mages.  It defaults to your current element and pathway power if you ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Script&lt;br /&gt;
|cat=training&lt;br /&gt;
|fe=StormFront, Genie&lt;br /&gt;
|auth=[[User:VAPES2|Vapes]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Trains Summoning for Warrior Mages.  It defaults to your current element and pathway power if you pass no arguments.  You can change the default where noted at the top of the script and you can pass in specific element / pathway with:&lt;br /&gt;
.summon &amp;lt;element&amp;gt; &amp;lt;pathway&amp;gt;&lt;br /&gt;
ie: .summon water ease&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if_2 goto Align&lt;br /&gt;
## Defaults to current alignment and pathway power, if you want to default a different&lt;br /&gt;
## pathway change the next line&lt;br /&gt;
setvariable pathway power&lt;br /&gt;
goto StartSummon&lt;br /&gt;
&lt;br /&gt;
Align:&lt;br /&gt;
setvariable pathway %2&lt;br /&gt;
match Align ...wait&lt;br /&gt;
match StartSummon You are already embodying the Elemental Plane of Water.&lt;br /&gt;
match StartSummon You now embody the relationship&lt;br /&gt;
match Impedance Roundtime &lt;br /&gt;
put align %1&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
StartSummon:&lt;br /&gt;
match Pathway A small charge&lt;br /&gt;
match Pathway A charge dances&lt;br /&gt;
match Pathway A charge circulates&lt;br /&gt;
match Pathway Elemental essence&lt;br /&gt;
match Pathway Extraplanar power crackles&lt;br /&gt;
match Pathway Your body sings and crackles&lt;br /&gt;
match Pathway You have reached the limits&lt;br /&gt;
match OneSum You sense nothing out of the ordinary.&lt;br /&gt;
put pathway sense&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
OneSum:&lt;br /&gt;
put summon admittance&lt;br /&gt;
waitfor Finishing your meditation&lt;br /&gt;
goto StartSummon&lt;br /&gt;
&lt;br /&gt;
Impedance:&lt;br /&gt;
match Impedance ...wait&lt;br /&gt;
match Align Roundtime&lt;br /&gt;
put summon impedance&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
Summon:&lt;br /&gt;
match Done mind lock&lt;br /&gt;
match Summon2 EXP HELP&lt;br /&gt;
put exp skill summoning&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
Summon2:&lt;br /&gt;
match Summon ...wait&lt;br /&gt;
match Summon Finishing your meditation, you feel that you can still&lt;br /&gt;
match Pathway Finishing your meditation, you feel that you have reached your limit.&lt;br /&gt;
put summon admittance&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
Pathway:&lt;br /&gt;
match Summon You focus&lt;br /&gt;
match OneSum You lack the necessary resolve&lt;br /&gt;
put pathway focus %pathway&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
Done:&lt;br /&gt;
put stand&lt;br /&gt;
echo ***&lt;br /&gt;
echo *** Summoning Locked&lt;br /&gt;
echo ***&lt;br /&gt;
exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VAPES2</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Vapes_Foraging_Task_(script)&amp;diff=370000</id>
		<title>Vapes Foraging Task (script)</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Vapes_Foraging_Task_(script)&amp;diff=370000"/>
		<updated>2014-07-07T19:03:28Z</updated>

		<summary type="html">&lt;p&gt;VAPES2: Created page with &amp;quot;{{Script |cat=utility |fe=genie |auth=Vapes }}  This script was made primarily to help low level traders lock trading via the TASK system.  As outdoormanship i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Script&lt;br /&gt;
|cat=utility&lt;br /&gt;
|fe=genie&lt;br /&gt;
|auth=[[User:Vapes2|Vapes]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script was made primarily to help low level traders lock trading via the TASK system.  As outdoormanship increases the difficulty of the tasks increases.  This only has been setup for up to about 70 Outdoorsmanship which will be fine if you start using it right away.  It also skips some seasonal items which you can change up if it&#039;s not winter. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
echo ***************************************************************************&lt;br /&gt;
echo Start at Mags in Crossing&lt;br /&gt;
echo Usage: .taskforage [Optional: appraisal item]&lt;br /&gt;
echo ***************************************************************************&lt;br /&gt;
&lt;br /&gt;
GetTask:&lt;br /&gt;
if $Trading.LearningRate &amp;gt; 33 then goto End&lt;br /&gt;
matchre TaskAvailable I need (\d+) (.*?)\.&lt;br /&gt;
matchre TaskWait I am sorry&lt;br /&gt;
matchre AlreadyOnTask You are already on a task.&lt;br /&gt;
put ask mags for task&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
TaskWait:&lt;br /&gt;
if_1 goto Appraise&lt;br /&gt;
pause 10&lt;br /&gt;
goto GetTask&lt;br /&gt;
&lt;br /&gt;
Appraise:&lt;br /&gt;
put appraise my %1&lt;br /&gt;
waitfor Roundtime&lt;br /&gt;
goto GetTask&lt;br /&gt;
&lt;br /&gt;
AlreadyOnTask:&lt;br /&gt;
put ask mags for task cancel&lt;br /&gt;
put ask mags for task cancel&lt;br /&gt;
pause 1&lt;br /&gt;
goto TaskWait&lt;br /&gt;
&lt;br /&gt;
DeclineTask:&lt;br /&gt;
put decline task&lt;br /&gt;
goto TaskWait&lt;br /&gt;
&lt;br /&gt;
AcceptTask:&lt;br /&gt;
put accept task&lt;br /&gt;
counter set 0&lt;br /&gt;
goto %item&lt;br /&gt;
&lt;br /&gt;
TaskAvailable:&lt;br /&gt;
eval item replacere($2, &amp;quot; &amp;quot;, &amp;quot;.&amp;quot;)&lt;br /&gt;
var needed $1&lt;br /&gt;
if %item = berries then goto DeclineTask&lt;br /&gt;
goto AcceptTask&lt;br /&gt;
&lt;br /&gt;
leaves:&lt;br /&gt;
var item leaf&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
roots:&lt;br /&gt;
var item root&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
branches:&lt;br /&gt;
var item branch&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
sticks:&lt;br /&gt;
var item stick&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
logs:&lt;br /&gt;
var item log&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
limbs:&lt;br /&gt;
var item limb&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
grasses:&lt;br /&gt;
var item grass&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
bits.of.sap:&lt;br /&gt;
var item sap&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
bits.of.dirt:&lt;br /&gt;
var item dirt&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
rusty.nails:&lt;br /&gt;
var item rusty nail&lt;br /&gt;
save GiveItems&lt;br /&gt;
goto ForageItem&lt;br /&gt;
&lt;br /&gt;
rocks:&lt;br /&gt;
var item rock&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
shoe.tacks:&lt;br /&gt;
var item shoe tack&lt;br /&gt;
goto ToInside&lt;br /&gt;
&lt;br /&gt;
twigs:&lt;br /&gt;
var item twig&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
acorns:&lt;br /&gt;
var item acorn&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
stems:&lt;br /&gt;
var item stem&lt;br /&gt;
goto ToOutside&lt;br /&gt;
&lt;br /&gt;
pieces.of.wild.corn:&lt;br /&gt;
var item corn&lt;br /&gt;
goto ToNorthGate&lt;br /&gt;
&lt;br /&gt;
ToNorthGate:&lt;br /&gt;
move n&lt;br /&gt;
move n&lt;br /&gt;
move n&lt;br /&gt;
move e&lt;br /&gt;
move n&lt;br /&gt;
move w&lt;br /&gt;
move n&lt;br /&gt;
move w&lt;br /&gt;
move n&lt;br /&gt;
move w&lt;br /&gt;
move w&lt;br /&gt;
move go arch&lt;br /&gt;
save FromNorthGate&lt;br /&gt;
goto ForageItem&lt;br /&gt;
&lt;br /&gt;
FromNorthGate:&lt;br /&gt;
move go arch&lt;br /&gt;
move e&lt;br /&gt;
move e&lt;br /&gt;
move s&lt;br /&gt;
move e&lt;br /&gt;
move s&lt;br /&gt;
move e&lt;br /&gt;
move s&lt;br /&gt;
move w&lt;br /&gt;
move s&lt;br /&gt;
move s&lt;br /&gt;
move go bazaar&lt;br /&gt;
goto GiveItems&lt;br /&gt;
&lt;br /&gt;
ToOutside:&lt;br /&gt;
// Travel to NE Gate&lt;br /&gt;
move n&lt;br /&gt;
move n&lt;br /&gt;
move n&lt;br /&gt;
move e&lt;br /&gt;
move n&lt;br /&gt;
move e&lt;br /&gt;
move n&lt;br /&gt;
move n&lt;br /&gt;
move e&lt;br /&gt;
move e&lt;br /&gt;
move e&lt;br /&gt;
move go northeast gate&lt;br /&gt;
save FromOutside&lt;br /&gt;
goto ForageItem&lt;br /&gt;
&lt;br /&gt;
ToInside:&lt;br /&gt;
// Travel to Inside&lt;br /&gt;
move se&lt;br /&gt;
move go tent&lt;br /&gt;
save FromInside&lt;br /&gt;
goto ForageItem&lt;br /&gt;
&lt;br /&gt;
FromOutside:&lt;br /&gt;
// Travel from outside to Mags&lt;br /&gt;
move go gate&lt;br /&gt;
move w&lt;br /&gt;
move w&lt;br /&gt;
move w&lt;br /&gt;
move s&lt;br /&gt;
move s&lt;br /&gt;
move w&lt;br /&gt;
move s&lt;br /&gt;
move w&lt;br /&gt;
move s&lt;br /&gt;
move s&lt;br /&gt;
move go bazaar&lt;br /&gt;
goto GiveItems&lt;br /&gt;
&lt;br /&gt;
FromInside:&lt;br /&gt;
// Travel from inside to Mags&lt;br /&gt;
move go flap&lt;br /&gt;
move go arch&lt;br /&gt;
goto GiveItems&lt;br /&gt;
&lt;br /&gt;
ForageItem:&lt;br /&gt;
put forage %item&lt;br /&gt;
match GotItem You manage&lt;br /&gt;
match ForageItem Roundtime&lt;br /&gt;
match StowAll You really need to have at least one hand free to forage properly.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
StowAll:&lt;br /&gt;
put stow left&lt;br /&gt;
waitfor You put&lt;br /&gt;
put stow right&lt;br /&gt;
waitfor You put&lt;br /&gt;
goto ForageItem&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GotItem:&lt;br /&gt;
counter add 1&lt;br /&gt;
put stow %item&lt;br /&gt;
waitfor You put&lt;br /&gt;
if %c &amp;lt; %needed then goto ForageItem&lt;br /&gt;
goto %s&lt;br /&gt;
&lt;br /&gt;
GiveItems:&lt;br /&gt;
put get %item&lt;br /&gt;
put give %item to mags&lt;br /&gt;
match GiveItems &amp;quot;Thanks,&lt;br /&gt;
match GetTask &amp;quot;Thank you very much,&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
End:&lt;br /&gt;
exit&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>VAPES2</name></author>
	</entry>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=Courage&amp;diff=368121</id>
		<title>Courage</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=Courage&amp;diff=368121"/>
		<updated>2014-06-24T23:23:47Z</updated>

		<summary type="html">&lt;p&gt;VAPES2: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Spell&lt;br /&gt;
|name=Courage&lt;br /&gt;
|abbrev=courage&lt;br /&gt;
|minprep=5&lt;br /&gt;
|castcap=100&lt;br /&gt;
|validtarget=PC, Area&lt;br /&gt;
|guild=Paladin&lt;br /&gt;
|spellbook=Inspiration&lt;br /&gt;
|prereqs=[[Heroic Strength]]&lt;br /&gt;
|slot=2&lt;br /&gt;
|desc=In dire and desperate times, the peoples of Elanthia look to Paladins to be the light in the darkness.  The Courage spell will boost the stamina of its caster&#039;s group.&lt;br /&gt;
|effect=Stamina buff.&lt;br /&gt;
|messaging=You  gesture.&amp;lt;br /&amp;gt;&lt;br /&gt;
You feel your courage bolstered by your faith and determination.&lt;br /&gt;
|sig=No&lt;br /&gt;
|diff=basic&lt;br /&gt;
|source=scroll&lt;br /&gt;
|type=augmentation&lt;br /&gt;
|ctype=standard&lt;br /&gt;
}}&lt;br /&gt;
==Notes==&lt;br /&gt;
At cap, Courage provides a 20-point in-sphere {{in|stamina}} buff.&lt;/div&gt;</summary>
		<author><name>VAPES2</name></author>
	</entry>
</feed>