Thief Lua

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Thief » Thief lua
Thief lua
 Asura.Elreck
Offline
サーバ: Asura
Game: FFXI
user: Nodar
Posts: 15
By Asura.Elreck 2015-01-13 14:46:27  
Hi just wondering if anyone has any links/or thier own gearswaps to share the only one i can find is motes and im just after something more simple thanks in advance.
 Shiva.Francisco
Offline
サーバ: Shiva
Game: FFXI
user: Francisco
Posts: 343
By Shiva.Francisco 2015-02-06 19:25:46  
Verda said: »
I commented out the sets I don't have gear for yet, put my regen and movement items on idle and put my dmg items on engage and that's it really. Though I tried to get Snakeeye to equip for extra regen when I rest but it would never work for some reason.

There's a bit of code at the end...
Code
-- Function to lock the ranged slot if we have a ranged weapon equipped.
function check_range_lock()
    if player.equipment.range ~= 'empty' then
        disable('range', 'ammo')
    else
        enable('range', 'ammo')
    end
end


...to prevent the ranged slot from being changed if you have a ranged weapon equipped. Reason for this is to prevent you from having your GearSwap file constantly reset your TP to zero every time you do something.
 Asura.Highwynn
Offline
サーバ: Asura
Game: FFXI
user: Highwynd
Posts: 725
By Asura.Highwynn 2015-02-11 17:49:04  
Is there anything in that lua that would change sets depending on if you have haste/marches, similar to how many gearswaps have sets for aftermath that auto-detect when AM is up? Cuz i'm never sure when i should be using patentia/sombra/raiders/dw earrings vs other options and i know theyre all variable based on which buffs i have, but would like lua to calculate and decide for me :)
 Leviathan.Lunazetha
Offline
サーバ: Leviathan
Game: FFXI
user: MoonZ
Posts: 136
By Leviathan.Lunazetha 2015-02-16 20:13:59  
ummm.. hello everyone
I have a weird problem with the Moten lua thf file.

Line 41 attempt to index field 'Defense' (a nil value)

and cant use the gearswap at all, how can I fix it pls

ty =)