Attempt To Invalid Field 'autorepairmode'

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Puppet Master » attempt to invalid field 'autorepairmode'
attempt to invalid field 'autorepairmode'
 Asura.Ragnarky
Offline
サーバ: Asura
Game: FFXI
user: Ragnark
Posts: 19
By Asura.Ragnarky 2020-08-09 00:31:54  
pup.lua: 434

if state.AutoRepairMode.value and pet.isvalid and pet.hpp < repairhpp then
local abil_recasts = windower.ffxi.get_ability_recasts()

if abil_recasts[206] < latency and item_available('Automat. Oil +3') then
windower.chat.input('/ja "Repair" <me>')
tickdelay = os.clock() + 1.1
return true
end
end

i'm not sure what is causing this error in gearswap
necroskull Necro Bump Detected! [31 days between previous and next post]
Offline
Posts: 160
By Teuphist 2020-09-08 14:32:56  
I just have a repair set and created a macro to equip then disable specific slots for an amount of time I'm comfortable with, then enable those slots again.

Tricky if you need to use another maneuver during that time which may interrupt the macro's settings. May be able to override that issue in the lua, I just haven't looked into it.