Argh!@
Re: Argh!@
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!@
Hm. When I do this, the macro shows up as blank in Razor. 

Re: Argh!@
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
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
+ORC: If you give a man a crack he'll be hungry again tomorrow, but if you teach him how to crack, he'll never be hungry again.
chumbucket: I don't collect pixels.
Never trust the client. It's in the hands of the enemy : UO Demo internals @ JoinUO
chumbucket: I don't collect pixels.
Never trust the client. It's in the hands of the enemy : UO Demo internals @ JoinUO
Re: Argh!@
Huh?And then right click the right window and press the reload button.
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!@
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)
Save the changes made
9) Go back to Razor and in the right window press Reload to reload the changes made into Razor
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)

9) Go back to Razor and in the right window press Reload to reload the changes made into Razor
+ORC: If you give a man a crack he'll be hungry again tomorrow, but if you teach him how to crack, he'll never be hungry again.
chumbucket: I don't collect pixels.
Never trust the client. It's in the hands of the enemy : UO Demo internals @ JoinUO
chumbucket: I don't collect pixels.
Never trust the client. It's in the hands of the enemy : UO Demo internals @ JoinUO
Re: Argh!@
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.
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!@
Can you show us the code you have pasted in the macro, thx.
+ORC: If you give a man a crack he'll be hungry again tomorrow, but if you teach him how to crack, he'll never be hungry again.
chumbucket: I don't collect pixels.
Never trust the client. It's in the hands of the enemy : UO Demo internals @ JoinUO
chumbucket: I don't collect pixels.
Never trust the client. It's in the hands of the enemy : UO Demo internals @ JoinUO
Re: Argh!@
Hey, I figured out what the problem was last night. It was just the order I was doing things. Thanks for your help!