• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

WoW Macro

Newbie Spellweaver
Joined
Nov 20, 2005
Messages
35
Reaction score
0
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
 
Banned
Banned
Joined
Oct 20, 2006
Messages
3,245
Reaction score
1,652
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.
 
Newbie Spellweaver
Joined
Nov 20, 2005
Messages
35
Reaction score
0
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 :)
 
Banned
Banned
Joined
Oct 20, 2006
Messages
3,245
Reaction score
1,652
if the server crashes every 5-10 minutes, why are you still playing on it? o_O
 
Newbie Spellweaver
Joined
Jan 17, 2007
Messages
51
Reaction score
0
Let me quess Andy's Destromath server?

(like XPRate= 100000, same as mine )
 
Lord of the Legion
Joined
Jul 28, 2005
Messages
426
Reaction score
35
You could always make a real macro (Not in-game macro), to type in .save every 2 minutes.
 
Newbie Spellweaver
Joined
Nov 27, 2006
Messages
55
Reaction score
1
theres an add-on called autosave that I use it does save 1-5 min your choice
 
Newbie Spellweaver
Joined
Nov 20, 2005
Messages
35
Reaction score
0
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 .
 
Newbie Spellweaver
Joined
Nov 20, 2005
Messages
35
Reaction score
0
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 .
 
Junior Spellweaver
Joined
Jan 17, 2007
Messages
129
Reaction score
0
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?)
 
Initiate Mage
Joined
Oct 6, 2010
Messages
1
Reaction score
0
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

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!
 
Last edited:
Back
Top