Iots & Planets 03/08/2014 05:42 PM CST
I forgot where the IOTS/perceive planets thread was but here's my script for checking which ones are in the sky for casting IOTS if anyone is interested. It's a simple SF script but it gets the job done.

For ease of reading I set color highlights for Your search for the planet and turns up fruitless as well as adding a failure sound highlight string for the latter to bring my attention to the failure so it's easy to see and hear when you strike out.

It turns out so far in my experience it's more likely that planets are usuable for iots than not. I also set highlights for each of the planets' names.

I just named the script .iots and the 2nd variable is the character stat you're interested in augmenting. IE, .iots agility or .iots discipline. Hope someone finds this useful.




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


Vote:
http://www.topmudsites.com/vote-DragonRealms.html
Reply
Re: Iots & Planets 03/10/2014 12:38 PM CDT
Thanks!



Help recruit more players! Is Vote!
http://www.topmudsites.com/vote-DragonRealms.html
Reply