IOTS (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:
|cat=utility
|cat=utility
|fe=StormFront
|fe=StormFront
|auth=[[User:FLINT-TIPPED]]
|auth=[[User:FLINT-TIPPED|FLINT-TIPPED]]
}}
}}



Revision as of 14:53, 13 May 2015

IOTS (script)
Category utility
Front-end StormFront
Author FLINT-TIPPED


Planets are often not observable with the naked eye. This script checks for all planets available for casting the Invocation of the Spheres spell for a specific stat combination augment. You'll need to edit the lines where your telescope is inventoried. The variable is the stat you'd like to find planets to cast upon to augment with IOTS. Script syntax is <.iots agility> to check for planets that can boost agility and reflexes (for example). You might also find it useful to set color highlights ingame for Your search for the planet and turns up fruitless to make it easier for you eye to discard planets unavailable for casting.

goto %1

reflexes:
reflexe:
reflex:
refle:
refl:
ref:
re:
r:
agility:
agilit:
agili:
agil:
agi:
ag:
a:
put get my tele in my tele case in my satch
wait
put open my tele
wait
put center my tele on Verena
wait
put center my tele on Szeldia
wait
put center my tele on Merewalda
wait
put center my tele on Dawgolesh
wait
put close my tele
wait
put put my tele in my tele case in my satch
wait
echo * Agility/Reflexes *
goto done

Charisma:
charism:
charis:
chari:
char:
cha:
ch:
c:
Wisdom:
wisdo:
wisd:
wis:
wi:
w:
put get my tele in my tele case in my satch
wait
put open my tele
wait
put center my tele on Durgaulda
wait
put center my tele on Yoakena
wait
put center my tele on Ismenia
wait
put center my tele on Er'qutra
wait
put close my tele
wait
put put my tele in my tele case in my satch
wait
echo * Charisma/Wisdom *
goto done

Discipline:
disciplin:
discipli:
discipl:
discip:
disci:
disc:
dis:
di:
d:
Intelligence:
intelligenc:
intelligen:
intellige:
intellig:
intelli:
intell:
intel:
inte:
int:
in:
i:
put get my tele in my tele case in my satch
wait
put open my tele
wait
put center my tele on Estrilda
wait
put center my tele on Penhetia
wait
put center my tele on Morleena
wait
put center my tele on Amlothi
wait
put close my tele
wait
put put my tele in my tele case in my satch
wait
echo * Discipline/Intelligence *
goto done

done:
exit