IOTS (script)
Jump to navigation
Jump to search
IOTS (script) | |
---|---|
Category | utility,Magic,Moon Mage |
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 any specific stat combination augments. 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 statistic where statistic = reflexes, agility, charisma, wisdom, discipline or intelligence. Any abbreviated form of the statistic also works. 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 your eye to discard planets unavailable for casting.
#Script syntax is .iots statistic #Where statistic= reflexes, agility, charisma, wisdom, discipline or intelligence #Or any abbreviated form of the above statistics #To check for available planets for casting IOTS #You'll need to edit the lines in the script where your telescope is located in your inventory 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