Page 1 of 1

Argh!@

Posted: Tue Jan 27, 2009 2:23 am
by 0range
Okay I give up. How do I take all of these neat macros from the forums and put them into Razor?

Thanks!

Re: Argh!@

Posted: Tue Jan 27, 2009 2:25 am
by Deadiam
If you open your Razor folder in window's there will be a folder called macros. Copy and paste the macro's into a notepad file, save the file with ".macro" as the extension and place inside that folder.

Re: Argh!@

Posted: Tue Jan 27, 2009 2:32 am
by 0range
Hm. When I do this, the macro shows up as blank in Razor. :(

Re: Argh!@

Posted: Tue Jan 27, 2009 3:43 am
by 0range
Anyone?

Re: Argh!@

Posted: Tue Jan 27, 2009 4:37 am
by Batlin
Well, could be 2 things.

You're creating them the wrong way or the macro you're trying is a pseudo-macro. Can you post the macro?

To copy paste a macro, do this, Add a new one. Open the file created in the macro-directory with notepad, edit it. And then right click the right window and press the reload button. Remember, every time you play a macro or stop a macro the macro list gets refreshed and the running macro is saved again.

For example, you can copy/paste this macro :

!Loop
Assistant.Macros.HotKeyAction|1044081|
Assistant.Macros.PauseAction|00:00:10.1000000

Re: Argh!@

Posted: Tue Jan 27, 2009 5:52 am
by 0range
And then right click the right window and press the reload button.
Huh?

Also, I've tried both making a .txt file and renaming it to test.macro, and making a macro in Razor and renaming it, neither have worked. :(

I've tried with a ton of different macros, just trying to get one to work, but no cigar.

Re: Argh!@

Posted: Tue Jan 27, 2009 6:33 am
by Batlin
It's a bit unclear for me at what point you are failing to make a macro.

Creating your own macro:

1) In razor, go to the Macros tab
2) Press the New... button
3) Type in a name and press the Okay button
4) Press the Record button at the right side
5) In the game, do some action, like walking, hiding, whatever you want to repeat
6) Go back to Razor and press the Stop button
7) The macro is now ready

Copying an existing .macro file from another user :

1) In razor, go to the Macros tab
2) Make sure no macro is running
3) Open explorer and go to the Razor Macros directory
4) Copy the .macro file in the directory
5) In the left "window" in Razor press the Refresh Macro List button
6) The macro will now be in the list and you can play with it

Creating a new macro file and editing it with notepad

1) In razor, go to the Macros tab
2) Press the New... button
3) Type in a name and press the Okay button
4) Open explorer and go to the Razor Macros directory
5) An emtpy file with the given name must have been created now
6) Open that file with notepad
7) Edit as you please (for example copy the code from my previous post)
8) Save the changes made
9) Go back to Razor and in the right window press Reload to reload the changes made into Razor

Re: Argh!@

Posted: Tue Jan 27, 2009 7:33 am
by 0range
Okay, I will try to explain better. If I create a simple macro (like snooping, etc..) in game, it works fine. However, if I try to copy a macro using either of the two methods you showed, the macro comes up blank in Razor, even if I've entered it in correctly (it's properly named, saved, reloaded, etc..).

Maybe I have the wrong version of Razor? I have v1.0.11 and I didn't see any links to newer versions.. hrm.

Re: Argh!@

Posted: Tue Jan 27, 2009 7:34 am
by Batlin
Can you show us the code you have pasted in the macro, thx.

Re: Argh!@

Posted: Tue Jan 27, 2009 1:28 pm
by 0range
Hey, I figured out what the problem was last night. It was just the order I was doing things. Thanks for your help!