Script Looping

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Support » Script looping
Script looping
Offline
Posts: 52
By Xnite 2013-03-31 00:39:06  
just trying to figure out how to loop a script
thats just wat im trying to get it to work with. any help is appreciated
 Bismarck.Danz
Offline
サーバ: Bismarck
Game: FFXI
user: danz
Posts: 688
By Bismarck.Danz 2013-03-31 01:00:52  
i count find a "simple" looping one myself. so i just used copy/paste and made like 20k lines. it ran for 16 hours and was still going after sleep/work.
 Lakshmi.Galith
Offline
サーバ: Lakshmi
Game: FFXI
user: Galadriel
Posts: 427
By Lakshmi.Galith 2013-03-31 01:20:43  
http://ffxiv.gamerescape.com/wiki/Botanist

This should help you level up your BOT. You'll want to get to level 38 so you can pick up Stealth IV and avoid GM aggro.
 Sylph.Hitetsu
Offline
サーバ: Sylph
Game: FFXI
user: Hitetsu
Posts: 2617
By Sylph.Hitetsu 2013-03-31 04:24:27  
Lakshmi.Galith said: »
This should help you level up your BTN.

Fixed that for you, it will indeed help level up Botany. Levelling up BOT's however requires a whole new level of information that Wiki/GE just can't provide.


Now that making fun of pedastels is out of the way, onwards to your current script problem. I never found a good way to use windower scripts in a loop, personally I find it easier to use Spellcast.

<if spell="Bio*">
<command when="aftercast">wait 6;bio</command>
</if>


Then it's as simple as //reload spellcast to end it (you may get another spell go through due to aftercast, but it should stop there)
[+]
Log in to post.