Can someone help me.. i need a macro that will auto talk.. in 2 minutes..
i need it to say ".save" in every 2 minutes.. if its possible
Printable View
Can someone help me.. i need a macro that will auto talk.. in 2 minutes..
i need it to say ".save" in every 2 minutes.. if its possible
nope, not possible. you can't use wait commands in a macro. If, however, you use Kobold, you can set it to save every however many minutes you want.
I need something to .save -me every few minutes.. because i play on a private server.. that crashes like in 5-10 minutes..
And the world save is like in a 30 minutes.. so.. i need somethin to save me :)
if the server crashes every 5-10 minutes, why are you still playing on it? o.O
Let me quess Andy's Destromath server?
(like XPRate= 100000, same as mine )
Find a new server?
You could always make a real macro (Not in-game macro), to type in .save every 2 minutes.
theres an add-on called autosave that I use it does save 1-5 min your choice
Try my signature. Cheers!
WoW no.. i play on wow.dragonfire-bg.net
Its pritty cool server with 200 population.. but the .save is a problem.
Can you give me link for the autosave addon .
WoW no.. i play on wow.dragonfire-bg.net
Its pritty cool server with 200 population.. but the .save is a problem.
Can you give me link for the autosave addon .
just make a macro that does .save every time you heal yourself (if you're a priest)... or every time you put hunters mark on something (catch the drift?)
here is for 1min... since it aint mine idk how to set on two mins but better something than nothing =D
Code:
/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","SAY") DEFAULT_CHAT_FRAME:AddMessage("[Auto Message]: Game Saved.") t=0 elseif t>b then t=b-d end end)
*TIP* When you log into world and make this macro click on it just once!