UOSteam: Druid Macro Help Requested
Posted: Sun Jan 25, 2015 12:42 pm
Hi! So I just recently shifted to UOSteam from razor and I needed some help with my macros.
My razor Druid macro used to target a relative location on the ground but I can't seem to do the same on Steam. Can anyone suggest a fix please?
Razor Druid Macro:
Here is my UOSteam Macro (Targets Tiles in Doom champ):
I can't seem to change it to relative location. The best I can do is 6 tiles relative to 'self' and can't change the direction. Furthermore, it only works in the area I first recorded it in. Which is obviously frustrating.
Thanks for any input you might have.
Edit for clarity:
What I want to do is target 8 paces to the North, 8 paces to the South, and 8 to the East and West. Rinse and repeat.
My razor Druid macro used to target a relative location on the ground but I can't seem to do the same on Steam. Can anyone suggest a fix please?
Razor Druid Macro:
Code: Select all
!Loop
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs enchantedgrove
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|-1|12
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|-10|0
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|0|-12
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|9|0
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|0|10
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|-11|0
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|0|-11
Assistant.Macros.SpeechAction|0|52|3|ENP|0|[cs volcaniceruption
Assistant.Macros.WaitForTargetAction|5
Assistant.Macros.TargetRelLocAction|10|0
Code: Select all
msg '[cs enchantedgrove'
waitfortarget 15000
target! 'self'
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2358 1127 -90
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2368 1117 -90
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2376 1126 -90
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2367 1135 -90
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2357 1127 -90
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2368 1117 -90
msg '[cs volcaniceruption'
waitfortarget 15000
targettile 2377 1126 -90
Thanks for any input you might have.
Edit for clarity:
What I want to do is target 8 paces to the North, 8 paces to the South, and 8 to the East and West. Rinse and repeat.