Author Topic: Macro problems with autoheal friends  (Read 5272 times)

0 Members and 1 Guest are viewing this topic.

Offline Bye-ByeTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • Bye-Bye has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Macro problems with autoheal friends
« on: March 31, 2017, 12:37:17 PM »
0
alright so I'm not the best for sure, but I was trying this out to get it to register an allies hps below 100% and cast heal on them, one issue regarding these is that they'll only check a single friend at a time, so I was planning to try and set it up to repeat the same script 3-4x while ignoring previous friends found unharmed, then pressed again it will clear the ignored friends and recheck all.
Now I had this working below.

@getfriend 'friend'
if not poisoned 'friend'
  @ignoreobject 'friend'
else
  setalias '0' 'friend'
  cast 'Arch Cure'
  waitfortarget 2000
  @target '0'
  pause 750
endif
(at this point I repeat it 3x then clearignorelist at bottom to make sure it checks multiples, if any ideas on how to improve the searching for poisoned friends process, that would be awesome.)

But I can't figure out how to find below 100% hps, or preferably like 80% if you can specify

Any help is appreciated :D

clearignorelist
if not getfriend 'friend'
  sysmsg 'forever alone'
  stop
else
  setalias 'o' 'found'
endif
sysmsg '1'
if friend 'o' hits == 'maxhits'
ignoreobject 'o'
  stop
else
endif
sysmsg '2'
cast 'Greater Heal'
waitfortarget 2000
target 'o'
pause 750
endif

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Macro problems with autoheal friends
« Reply #1 on: March 31, 2017, 12:44:05 PM »
0
have you look at using #CONTHP to monitor the healbar    Hitechs have a nice script that heal pet.  made you can look and see if that can work for you build.

Offline Bye-ByeTopic starter

  • Jr. Member
  • **
  • Posts: 12
  • Activity:
    0%
  • Reputation Power: 1
  • Bye-Bye has no influence.
  • Respect: +2
  • Referrals: 0
    • View Profile
Re: Macro problems with autoheal friends
« Reply #2 on: March 31, 2017, 12:52:53 PM »
+1
That's for euo? could I run it in background with steam? My main goal was to help a friend with a script to autoheal damaged players near her and cure them too while using on uosteam.

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Macro problems with autoheal friends
« Reply #3 on: March 31, 2017, 12:57:09 PM »
0
You just lose me, Never use steam.   I did see a website full of macro for steam long time ago.  maybe you can search the web.
use to be here http://www.uosteam.com

Tags: