Is there a way to auto attack monsters?

Name says it all
Post Reply
thuanlinh
Grandmaster Scribe
Posts: 78
Joined: Tue Apr 28, 2020 9:14 pm

Is there a way to auto attack monsters?

Post by thuanlinh »

i am gettin carpel tunnel from clicking on monsters. is there a way to auto attach monsters near me?
Thank you
Eless
Master Scribe
Posts: 65
Joined: Thu Feb 22, 2018 12:54 pm

Re: Is there a way to auto attack monsters?

Post by Eless »

Yes, in UOSteam for example you have the 'getenemy' function and then you can use 'attack'
Nick
Legendary Scribe
Posts: 518
Joined: Fri Sep 24, 2010 12:40 pm
Location: PA native, liveing in NC right now Moveing to TX in march

Re: Is there a way to auto attack monsters?

Post by Nick »

If you are a razor player you can use target nearest grey/nonfriendly and then attack the last target. Those two in any fight macro will allow you to attack a target automatically. below is my fight macro for a whirlwind weapon like halaber as an example. the part I separated out is the auto-attack nearest portions ( Assistant.Macros.HotKeyAction|1515|
Assistant.Macros.HotKeyAction|1395| )





!Loop
Assistant.Macros.ExtCastSpellAction|203|4294967295
Assistant.Macros.ForAction|5
Assistant.Macros.SetAbilityAction|13
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.UseSkillAction|15


Assistant.Macros.HotKeyAction|1515|
Assistant.Macros.HotKeyAction|1395|


Assistant.Macros.SpeechAction|0|52|3|ENU|0|[claimall
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.TargetTypeAction|False|8198
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.TargetTypeAction|False|8198
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.TargetTypeAction|False|8198
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.HotKeyAction|0|Organizer Agent-1
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.SetAbilityAction|13
Assistant.Macros.UseSkillAction|15
Assistant.Macros.HotKeyAction|1515|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SetAbilityAction|13
Assistant.Macros.UseSkillAction|15
Assistant.Macros.HotKeyAction|1515|
Assistant.Macros.HotKeyAction|1395|
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.SetAbilityAction|13
Assistant.Macros.UseSkillAction|15
Assistant.Macros.HotKeyAction|1389|
Assistant.Macros.HotKeyAction|1368|
Assistant.Macros.SetAbilityAction|13
Assistant.Macros.HotKeyAction|0|Organizer Agent-2
Assistant.Macros.PauseAction|00:00:00.1000000
Assistant.Macros.SpeechAction|0|52|3|ENU|0|[bandself
Assistant.Macros.EndForAction
thuanlinh
Grandmaster Scribe
Posts: 78
Joined: Tue Apr 28, 2020 9:14 pm

Re: Is there a way to auto attack monsters?

Post by thuanlinh »

thank you all for some good suggestions. was going to try it but lost all my characters. I did not delete anything but in the process of logging into a 2nd computer somehow lost all my characters.
Post Reply