Gearswap Question

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » Windower » Support » gearswap question
gearswap question
Offline
Posts: 634
By zaxtiss 2015-02-22 10:56:22
Link | Quote | Reply
 
is there any way to make my gearswp say party chat what debuffs i have on me?

example
if i git the effect of slow id go /p slowed.
wqas just wondering if there is a way to make GS do when i get debuffs.
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-02-22 11:01:24
Link | Quote | Reply
 
Code
buff_change(buff,gain,tab)
    if buff:lower() == 'paralyze' and gain then
        windower.send_command('input /p paralyzed')
    elseif buff.lower() == 'silence' and gain then
        windower.send_command('input /p silenced')
    ...
    end
end
Log in to post.