With UOS, is it possible?

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
User avatar
Amen-hotep
Posts: 48
Contact:

With UOS, is it possible?

Post by Amen-hotep »

Has anyone managed to do macro to pull pets healthbar after died?


I have had some attempts, but frustrated.


I have 5 beautiful HellHounds. :D
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
Valkyrie
Posts: 1096

Re: With UOS, is it possible?

Post by Valkyrie »

I have same problem.. But i also just spam heals like insane with simple xheal lowest hp friend-no death on swoop for example
Don't gain the world and lose your soul; wisdom is better than silver or gold.


Discord: Maya/FireFly#0573
Amen-hotep likes this.
Top
User avatar
Amen-hotep
Posts: 48
Contact:

Re: With UOS, is it possible?

Post by Amen-hotep »

Valkyrie wrote:I have same problem.. But i also just spam heals like insane with simple xheal lowest hp friend-no death on swoop for example
I found a macro for HH that is automated. But I do not like much automatic (heal / auto attack / auto band ...). Lose the pleasure of the game.

But something that pulls healthbar, I did not find it. I tried to, but my client crashed.

* You're right Heal is better.
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
Valkyrie
Posts: 1096

Re: With UOS, is it possible?

Post by Valkyrie »

Amen-hotep wrote:
Valkyrie wrote:I have same problem.. But i also just spam heals like insane with simple xheal lowest hp friend-no death on swoop for example
I found a macro for HH that is automated. But I do not like much automatic (heal / auto attack / auto band ...). Lose the pleasure of the game.

But something that pulls healthbar, I did not find it. I tried to, but my client crashed.

* You're right Heal is better.

No no i use only macro for fast heals i target manually to attack :)
Don't gain the world and lose your soul; wisdom is better than silver or gold.


Discord: Maya/FireFly#0573
Amen-hotep likes this.
Top
User avatar
Amen-hotep
Posts: 48
Contact:

Re: With UOS, is it possible?

Post by Amen-hotep »

Valkyrie wrote:
Amen-hotep wrote:
Valkyrie wrote:I have same problem.. But i also just spam heals like insane with simple xheal lowest hp friend-no death on swoop for example
I found a macro for HH that is automated. But I do not like much automatic (heal / auto attack / auto band ...). Lose the pleasure of the game.

But something that pulls healthbar, I did not find it. I tried to, but my client crashed.

* You're right Heal is better.

No no i use only macro for fast heals i target manually to attack :)
You're the best! I'm your fan!
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
Valkyrie likes this.
Top
Valkyrie
Posts: 1096

Re: With UOS, is it possible?

Post by Valkyrie »

i send you my bank account pray me with money xD
Don't gain the world and lose your soul; wisdom is better than silver or gold.


Discord: Maya/FireFly#0573
User avatar
Amen-hotep
Posts: 48
Contact:

Re: With UOS, is it possible?

Post by Amen-hotep »

Valkyrie wrote:i send you my bank account pray me with money xD
:lol: :lol: :lol:
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
Valkyrie likes this.
Top
Valkyrie
Posts: 1096

Re: With UOS, is it possible?

Post by Valkyrie »

Ya know always worth to try :)

Hahahaha ahahahah ahahah
Don't gain the world and lose your soul; wisdom is better than silver or gold.


Discord: Maya/FireFly#0573
Amen-hotep likes this.
Top
User avatar
kobra
Posts: 837
Location: heart of europe

Re: With UOS, is it possible?

Post by kobra »

Amen-hotep wrote:Has anyone managed to do macro to pull pets healthbar after died?


I have had some attempts, but frustrated.


I have 5 beautiful HellHounds. :D

Code: Select all

//set to do not auto interrupt
if not listexists 'BodyTypes'
  createlist 'BodyTypes'
  pushlist 'BodyTypes' 0x62
endif
clearignorelist
ignoreobject 'self'
@setalias 'buddy' 'self'
for 0 to 'BodyTypes'
  while @findtype BodyTypes[] 'any' ground 0 10
    if not @findalias 'buddy' and @infriendlist 'found'
      @setalias 'buddy' 'found'
    endif
    if @infriendlist 'found' and hits 'found' < hits 'buddy'
      if not yellowhits 'found'
        @setalias 'buddy' 'found'
      endif
    endif
    ignoreobject 'found'
  endwhile
endfor
if not @hits 'buddy' == maxhits 'buddy'
  miniheal 'buddy'
endif
if @injournal 'you cannot heal'
  bandage 'last'
  while buffexists 'veterinary'
  endwhile
  clearjournal
endif
Amen-hotep and deathviper like this.
Top
User avatar
Amen-hotep
Posts: 48
Contact:

Re: With UOS, is it possible?

Post by Amen-hotep »

kobra wrote:
Amen-hotep wrote:Has anyone managed to do macro to pull pets healthbar after died?


I have had some attempts, but frustrated.


I have 5 beautiful HellHounds. :D

Code: Select all

//set to do not auto interrupt
if not listexists 'BodyTypes'
  createlist 'BodyTypes'
  pushlist 'BodyTypes' 0x62
endif
clearignorelist
ignoreobject 'self'
@setalias 'buddy' 'self'
for 0 to 'BodyTypes'
  while @findtype BodyTypes[] 'any' ground 0 10
    if not @findalias 'buddy' and @infriendlist 'found'
      @setalias 'buddy' 'found'
    endif
    if @infriendlist 'found' and hits 'found' < hits 'buddy'
      if not yellowhits 'found'
        @setalias 'buddy' 'found'
      endif
    endif
    ignoreobject 'found'
  endwhile
endfor
if not @hits 'buddy' == maxhits 'buddy'
  miniheal 'buddy'
endif
if @injournal 'you cannot heal'
  bandage 'last'
  while buffexists 'veterinary'
  endwhile
  clearjournal
endif

is a pull the healthbar, but a nice macro. thx
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
User avatar
Amen-hotep
Posts: 48
Contact:

Re: With UOS, is it possible?

Post by Amen-hotep »

Valkyrie wrote:Ya know always worth to try :)

Hahahaha ahahahah ahahah
truth! hahaha
Discord: Wallace#0851
Facebook: https://www.facebook.com/wallace.personal
Image
Valkyrie likes this.
Top
Post Reply