[Razor] Auto-Attack Macro

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
Devlin
Legendary Scribe
Posts: 652
Joined: Thu Mar 18, 2010 12:50 pm

[Razor] Auto-Attack Macro

Post by Devlin »

Simple razor macro designed to recast Consecrate Wep as necessary and attack the closest target to you.

Using this to afk level, farm, do champs or what have you is frowned upon. That being said, enjoy.

Simply copy/paste into a text file and save it into your Razor folder under Macros. If you want to add Divine Fury (for the dmg/SSI boost, or to ensure you keep at full stamina), add these lines above the consecrateweapon line

Assistant.Macros.SpeechAction|0|956|3|ENU|0|[cs divinefury
Assistant.Macros.PauseAction|00:00:00.9990000

Code: Select all

!Loop
Assistant.Macros.PauseAction|00:00:00.5550000
Assistant.Macros.HotKeyAction|1515|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.HotKeyAction|1332|
Assistant.Macros.PauseAction|00:00:00.7770000
Assistant.Macros.ForAction|3
Assistant.Macros.SpeechAction|0|956|3|ENU|0|[cs consecrateweapon
Assistant.Macros.PauseAction|00:00:00.7770000
Assistant.Macros.ForAction|6
Assistant.Macros.HotKeyAction|1515|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.HotKeyAction|1332|
Assistant.Macros.PauseAction|00:00:01.3330000
Assistant.Macros.EndForAction
Assistant.Macros.EndForAction
Resident Wiki Editor/Village Idiot

EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Separate Journal for Guild or Public Chat (Old)
---------------------------------------------
Combat Focus Guide (Godmode Formula)
kaighn
Elder Scribe
Posts: 111
Joined: Thu Feb 24, 2011 11:24 pm

Re: [Razor] Auto-Attack Macro

Post by kaighn »

Works great!!! Thanks :dance
User avatar
DrussRob
Journeyman Scribe
Posts: 27
Joined: Tue May 18, 2010 9:19 pm
Location: Florida
Contact:

Re: [Razor] Auto-Attack Macro

Post by DrussRob »

I didn't have a folder named Macros in my razor folder, so I made one. I created the txt file in that folder and called it autoattack.txt , but it doesn't show up in my macro list when I run razor. Am I maybe missing something?
"Hot Molly is hot"
Relysis
Grandmaster Scribe
Posts: 85
Joined: Tue Apr 10, 2012 4:48 pm

Re: [Razor] Auto-Attack Macro

Post by Relysis »

Rather than the install directory, the folder location is username/appdata/roaming/razor/macros (windows 7+)
User avatar
Ilsanor
Legendary Scribe
Posts: 407
Joined: Tue Jun 07, 2011 5:47 am

Re: [Razor] Auto-Attack Macro

Post by Ilsanor »

Also, I think the extension for the file should be xxx.macro, not xxx.txt for Razor to see it as a usable macro.
theherokiller
Novice Scribe
Posts: 5
Joined: Mon Mar 17, 2014 2:25 pm

Re: [Razor] Auto-Attack Macro

Post by theherokiller »

hello . i added the txt in the roaming file and renamed the extension to .macro but it still wont come up in the razor interface.
User avatar
Devlin
Legendary Scribe
Posts: 652
Joined: Thu Mar 18, 2010 12:50 pm

Re: [Razor] Auto-Attack Macro

Post by Devlin »

You might need to check the hidden files, not the c\program files\razor\macros.
C:\Users\YOURPCLOGINHERE\AppData\Roaming\Razor

Roaming might be local.
Resident Wiki Editor/Village Idiot

EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Separate Journal for Guild or Public Chat (Old)
---------------------------------------------
Combat Focus Guide (Godmode Formula)
Locked