hi, i am trying to figure out some buffs for this addon,
Mostly Migawari and Kakka, ( Also trying to set Utsusemi too ).
Thing is can't find Buff ID on buffs.lua file at all for those 2 spell description ..., so lost ><
Utsusemi come as "Copy Image" got that fine ( Not working yet , but got the IDs.
Tried TP Store, TP Bonus, Physical Shield .... none works
If someone got Common_info.status.lua for those or the ID, i will much Appreciate, thank's.
on nin.lua :
send_command('bind %z input //gs c buffWatcher true') --- will check buff and execute ( buffwatch list )
function job_setup()
include('common_info.status.lua')
include('caster_buffWatcher.lua')
buffWatcher.watchList = {["Copy Image (4+)"]="Utsusemi: San",["Migawari"]="Migawari: Ichi",["Copy Image (3+)"]="Utsusemi: Ni",["Kakka"]="Kakka: Ichi",["Copy Image (2+)"]="Utsusemi: Ichi"}
end