Hello guys. Today I'm going to be showing you how to create a simple (very simple) macro for up.
My first tip is to get a mutant mob and stay right on its spot. The second is to press Esc>config>controls> turn off "Click to move".
I'm a mage, so I prepared a macro for me.
Here is the code:
begin
Mouse.Click("left")
Keyboard.Press key("2")
Macro.Pause("300")
Keyboard.Press key("4")
Macro.Pause("300")
Keyboard.Press key("6")
Macro.Pause("2000")
Keyboard.Press key("5")
Macro.Pause("800")
end
How do I up? I just stand right were the mob will appear and press play. I know it's not perfect, I normally die, but here's the tip.
My skills are:
Number 2: Chaos Inferno (inferno caótico)
Number 4: Hitch (impedimento)
Number 5: Erode (corroer)
Number 6: Chaos Flame (chama caótica)
For classes like dual, sniper, templar and war, I suggest you to just use this code:
begin
Keyboard.Press key("{<tab>}")
Keyboard.Press key("1")
Macro.Pause("x")
end
How it works: just put the simple attack on the number 1 skill, and play the macro. It will kill every mob "tab" selects. In the Macro.Pause("x") option, write the time you need to kill a mob (1000 ms = 1 sec 60000 = 1 min).
Here's my tips
Something is missing? Please tell me, so I can edit the post. This is my first, so I'll probably mistake!
I dind't put clerics because I haven't ever played with one.
Did I help you? Give me a thanks, it doesn't cost anything! (I didn't put a password on the file, so please thank me for being a nice person!)