Code Tag Issue

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXIAH.com » Bugs » Code tag issue
Code tag issue
 Lakshmi.Byrth
VIP
Offline
サーバ: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2015-07-19 18:44:52  
Code tags are offset by a line (at least on Firefox v39.0 with Windows 7.)
Code
function buff_change(BuffName,g_or_l)
    local BuffDurations = {Haste=180,Presto=30}
    if g_or_l and BuffDurations[BuffName] then
        windower.send_command('send Main timers c '..BuffName..' '..BuffDurations[BuffName]..' down')
    elseif BuffDurations[BuffName] then
        windower.send_command('send Main timers c '..BuffName..' 0 down')
    end
end



Offending code:
Code
[code]
function buff_change(BuffName,g_or_l)
    local BuffDurations = {Haste=180,Presto=30}
    if g_or_l and BuffDurations[BuffName] then
        windower.send_command('send Main timers c '..BuffName..' '..BuffDurations[BuffName]..' down')
    elseif BuffDurations[BuffName] then
        windower.send_command('send Main timers c '..BuffName..' 0 down')
    end
end[ /code]
 Lakshmi.Rooks
Administrator
Offline
サーバ: Lakshmi
Game: FFXI
user: Rooks
Posts: 1566
By Lakshmi.Rooks 2015-07-19 19:55:09  
Noted. Thanks!
Log in to post.