Author Topic: UOSteam Auto Attack  (Read 55415 times)

0 Members and 1 Guest are viewing this topic.

Offline scribleofbajaTopic starter

  • Newbie
  • *
  • Posts: 3
  • Activity:
    0%
  • Reputation Power: 1
  • scribleofbaja has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
UOSteam Auto Attack
« on: July 11, 2014, 03:25:22 PM »
0
This is something I created to help quickly attack without the
need of always double clicking. Very rarely do I have to use
double click any more. I use it with middle mouse button.
I do not PvP so not sure about reds. For PvM it does the job well.
Enjoy!

Code: [Select]
@Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
  autotargetobject! 'enemy'
  attack! 'enemy'
endif
@clearusequeue
@cancelautotarget

Offline TheEnd

  • Newbie
  • *
  • Posts: 8
  • Activity:
    0%
  • Reputation Power: 1
  • TheEnd has no influence.
  • Respect: +3
  • Referrals: 0
    • View Profile
Re: UOSteam Auto Attack
« Reply #1 on: July 19, 2014, 03:34:49 AM »
0
Works nice, thanks.

PS: ban news for the UOS close.

Offline Crome969

  • Elite
  • *
  • *
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: UOSteam Auto Attack
« Reply #2 on: July 19, 2014, 07:55:31 AM »
0
You have a proof?

Offline gimlet

  • Very Super Secret
  • Global Moderator
  • *
  • *****
  • Posts: 6191
  • Activity:
    3%
  • Reputation Power: 71
  • gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!gimlet is awe-inspiring!
  • Gender: Male
  • Respect: +273
  • Referrals: 3
    • View Profile
Re: UOSteam Auto Attack
« Reply #3 on: July 19, 2014, 08:46:52 AM »
0
I think he meant bad news

Offline troyboy731

  • Restricted
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • troyboy731 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: UOSteam Auto Attack
« Reply #4 on: October 14, 2015, 04:10:18 AM »
0
Awesome script!! Thanks

Offline Vlek

  • Jr. Member
  • **
  • Posts: 35
  • Activity:
    0%
  • Reputation Power: 1
  • Vlek has no influence.
  • Respect: +1
  • Referrals: 0
    • View Profile
    • Bloodclan Orcs
Re: UOSteam Auto Attack
« Reply #5 on: November 19, 2015, 10:50:38 AM »
0
This is something I created to help quickly attack without the
need of always double clicking. Very rarely do I have to use
double click any more. I use it with middle mouse button.
I do not PvP so not sure about reds. For PvM it does the job well.
Enjoy!

Code: [Select]
@Getenemy 'murderer' 'Enemy' 'criminal' 'gray' 'closest'
if @findobject 'enemy'
  autotargetobject! 'enemy'
  attack! 'enemy'
endif
@clearusequeue
@cancelautotarget

You got some weird stuff happening in there. Honestly, this is all you need:
Code: [Select]
@getenemy 'enemy' 'gray' 'criminal' 'murderer' 'humanoid' 'closest'
//If it's the case that our enemy is on screen,
if @inrange 'enemy' 16
  attack 'enemy'
endif

Offline S1m0n

  • Restricted
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • S1m0n has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: UOSteam Auto Attack
« Reply #6 on: March 08, 2016, 12:06:49 AM »
0
Hi all,
I read the macro for Razor that is very similar to this one.
But it was a little better because

"When you press the hotkey for this macro when you have the target cursor up (eg. When using a skill, like discord), what this macro does is attack the target while using the skill."
"When I am facing a multiple foes, I would first hit a hotkey for discordance, then when the target cursor is up, I'd press the hotkey for this macro to use the skill on the nearest enemy."

But here it does not work.
Cursor for Discordance is still up and nothing happening (just the weapon attack)
Any solutions ?

Sorry for my bad English.
Simon from Slovakia.

Offline S1m0n

  • Restricted
  • *
  • Posts: 2
  • Activity:
    0%
  • Reputation Power: 1
  • S1m0n has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: UOSteam Auto Attack
« Reply #7 on: March 31, 2016, 10:04:48 PM »
0
And the mentioned macro in action. (The Razor)



But i cant still figure out how to make it for Assist UO ...

Tags: