Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Healing Custom Rune (OTSERVER)
#1
I need two macros: one for use super uh rune (id 3162) on target % life
and another macro for use rune in myself

sorry for my bad english im br Sad
#2
1)
[macro]2000 {Shoot Super UH} Target:=Creature.Target() UH:=3162 Creatures.OnScreen()>1 Creature.Health(!Target!)<=0 Creature.ShootOn(!Target!, !UH!) Exit() [/macro]
2)
[macro]800 {Healing Super UH} uhID:=3162 X:=Self.X() Y:=Self.Y() Z:=Self.Z() selfID:=Creature.Self() Misc.ItemCount(Super Uh Rune)>=1 Self.Health%()<=75 Creature.ShootOn(!selfID!, !uhID!) [/macro]

If 2) dont work change this "(Super Uh Rune)", look that EXAMPLE: 14:25 Using one of 686 great mana potions...
and copy this "great mana potions" (But the UH)
#3
(10-22-2015, 12:29 PM)erleo Wrote: 1)
[macro]2000 {Shoot Super UH} Target:=Creature.Target() UH:=3162 Creatures.OnScreen()>1 Creature.Health(!Target!)<=0 Creature.ShootOn(!Target!, !UH!) Exit() [/macro]
2)
[macro]800 {Healing Super UH} uhID:=3162 X:=Self.X() Y:=Self.Y() Z:=Self.Z() selfID:=Creature.Self() Misc.ItemCount(Super Uh Rune)>=1 Self.Health%()<=75 Creature.ShootOn(!selfID!, !uhID!) [/macro]

If 2) dont work change this "(Super Uh Rune)", look that EXAMPLE: 14:25 Using one of 686 great mana potions...
and copy this "great mana potions" (But the UH)

The first macro is working but secound not, i changed "(Super Uh Rune)" for
10:44 Using one of 96 Super Uhs... "(Super Uhs)" but nothing
#4
try:
[macro]800 {Healing Super UH} uhID:=3162 X:=Self.X() Y:=Self.Y() Z:=Self.Z() selfID:=Creature.Self() Misc.ItemCount(Super Uhs)>=1 Self.Health%()<=75 Creature.ShootOn(!selfID!, !uhID!)[/macro]
#5
(10-22-2015, 12:52 PM)erleo Wrote: try:
[macro]800 {Healing Super UH} uhID:=3162 X:=Self.X() Y:=Self.Y() Z:=Self.Z() selfID:=Creature.Self() Misc.ItemCount(Super Uhs)>=1 Self.Health%()<=75 Creature.ShootOn(!selfID!, !uhID!)[/macro]
Nothing Undecided
#6
I can't do nothing more, idk why dont work. Im using this macro but for GMP and works. Sorry
#7
(10-22-2015, 01:21 PM)erleo Wrote: I can't do nothing more, idk why dont work. Im using this macro but for GMP and works. Sorry
I deleted line "Misc.ItemCount(Super Uhs)>=1 " and working

Thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)