Cannot figure out how to create Macros outside of Razor.
Posted: Tue Aug 18, 2009 2:55 pm
So, I have a couple of fishing macro codes that I want to set up, and the instructions I'm following don't seem to work.
These are the two macros I'm trying to create.
!Loop
// Grubb's Sea Serpent Fisher
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-3|0
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.IfAction|4|0|the fish don't seem to be biting here.
Assistant.Macros.SpeechAction|0|52|3|ENU|2|16|69|forward
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.SpeechAction|0|52|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:07.5000000
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|you pull out an item along with a monster
Assistant.Macros.SpeechAction|0|52|3|ENU|2|17|149|SEA SERPENT! PREPARE FOR BATTLE!!
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.EndIfAction
!Loop
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.TargetRelLocAction|0|-4
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|uh oh! that doesn't look like a fish!
Assistant.Macros.SpeechAction|0|690|3|ENU|2|16|69|forward
Assistant.Macros.PauseAction|00:00:15
Assistant.Macros.SpeechAction|0|690|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:01:00
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|the fish don't seem to be biting here.
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01.1000000
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01.1000000
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.SpeechAction|0|90|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:08
These are the instructions I'm following.
Installation
1. Create a new Text document in the "Macro" Directory of Razor and give it a ".macro" extension
2. Copy above code into the new text document and save it.
3. Launch Razor
4. Run Macro
5. Enjoy
I've done everything correctly up to step 4, but the macros don't appear in my Razor Macro directory once launched.
Why? What am I doing wrong? Can anyone help me to get these macros working?
Thank you.
These are the two macros I'm trying to create.
!Loop
// Grubb's Sea Serpent Fisher
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetRelLocAction|-3|0
Assistant.Macros.PauseAction|00:00:00.5000000
Assistant.Macros.IfAction|4|0|the fish don't seem to be biting here.
Assistant.Macros.SpeechAction|0|52|3|ENU|2|16|69|forward
Assistant.Macros.PauseAction|00:00:03
Assistant.Macros.SpeechAction|0|52|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.ElseAction
Assistant.Macros.PauseAction|00:00:07.5000000
Assistant.Macros.EndIfAction
Assistant.Macros.IfAction|4|0|you pull out an item along with a monster
Assistant.Macros.SpeechAction|0|52|3|ENU|2|17|149|SEA SERPENT! PREPARE FOR BATTLE!!
Assistant.Macros.HotKeyAction|1083|
Assistant.Macros.EndIfAction
!Loop
Assistant.Macros.DoubleClickTypeAction|3520|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.PauseAction|00:00:08
Assistant.Macros.TargetRelLocAction|0|-4
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|uh oh! that doesn't look like a fish!
Assistant.Macros.SpeechAction|0|690|3|ENU|2|16|69|forward
Assistant.Macros.PauseAction|00:00:15
Assistant.Macros.SpeechAction|0|690|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:01:00
Assistant.Macros.ElseAction
Assistant.Macros.IfAction|4|0|the fish don't seem to be biting here.
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01.1000000
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01.1000000
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.SpeechAction|0|90|3|ENU|2|16|90|F orward one
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.SpeechAction|0|90|3|ENU|5|48|54|4|241|97|stop
Assistant.Macros.UseSkillAction|21
Assistant.Macros.PauseAction|00:00:08
These are the instructions I'm following.
Installation
1. Create a new Text document in the "Macro" Directory of Razor and give it a ".macro" extension
2. Copy above code into the new text document and save it.
3. Launch Razor
4. Run Macro
5. Enjoy
I've done everything correctly up to step 4, but the macros don't appear in my Razor Macro directory once launched.
Why? What am I doing wrong? Can anyone help me to get these macros working?
Thank you.