Is There A Ranged Attack Skillup Script?

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Ranger » Is There A Ranged Attack Skillup Script?
Is There A Ranged Attack Skillup Script?
 Lakshmi.Cortez
Offline
サーバ: Lakshmi
Game: FFXI
user: emerle
Posts: 68
By Lakshmi.Cortez 2014-03-23 07:02:42  
Hello! Early thanks goes out to whoever helps me. Anyways, so i am skillup[ing markmanship ATM and it is incredibly boring, therefore, i am looking for a skillup script.

I have used Lua's AutoRA addon so far but the bad thing about it is even though my spellcast already has a feature to requip my crossbow Bolts when i run out, Lua's AutoRA detects that after i shoot my last bolt in a stack, that im out of ammo and therefore stops. So i am looking for something else to get this going nicely. I pretty much want something that will auto cast arrows/bolts forever, then when the stack runs out, requip a new stack, then start firing away again (I am in abyssea fighting WHM type mobs so they cure themselves and regen themselves so the monster last a long time). My current script looks like below. Thanks again for your help.

<?xml version="1.0" ?>

<spellcast>
<config
Debug="false"
ShowGearSwaps="false"
NormalSet="IDLE"
EngagedSet="TP"
/>
<sets>
<group name="WAR" default="yes">
<!--Gear melee standard-->
<set name="IDLE">
<ammo>Crossbow Bolt</ammo>
</set>
<set name="TP">
<ammo>Crossbow Bolt</ammo>
</set>
<set name="Racc">
<ammo>Crossbow Bolt</ammo>
</set>
</group>
</sets>
<rules>
<if spell="ranged">
<if equipammo="Animikii Bullet">
<cancelspell />
<equip when="precast"><ammo>Crossbow Bolt</ammo></equip>
<addtochat color="121">Trying to shoot Animikii Bullet. Action cancelled.</addtochat>
<return />
</if>
<equip when="precast" set="Racc" />
</if>
</rules>
</spellcast>
 Sylph.Valdan
Offline
サーバ: Sylph
Game: FFXI
user: Konvicted
Posts: 2
By Sylph.Valdan 2014-03-23 16:06:04  
Bump