- Forum Gildi Legion Polonia http://www.legionpolonia.pun.pl/index.php - Poradniki http://www.legionpolonia.pun.pl/viewforum.php?id=9 - Addon na Auto Save http://www.legionpolonia.pun.pl/viewtopic.php?id=7 |
Zork - 2011-12-17 12:07:24 |
/run local a,b,d,c,t=CreateFrame("FRAME"),60,10,"SAVE",0 a:SetScript("OnUpdate",function(s,e) t=t+e if t>b then SendChatMessage(".save","OFFICER") DEFAULT_CHAT_FRAME:AddMessage("[Auto Message]: Game Saved.") t=0 elseif t>b then t=b-d end end) |