![]() |
Healing Custom Rune (OTSERVER) - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Healing Custom Rune (OTSERVER) (/thread-18674.html) |
Healing Custom Rune (OTSERVER) - igruzk - 10-22-2015 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 ![]() RE: Healing Custom Rune (OTSERVER) - erleo - 10-22-2015 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) RE: Healing Custom Rune (OTSERVER) - igruzk - 10-22-2015 (10-22-2015, 12:29 PM)erleo Wrote: 1) 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 RE: Healing Custom Rune (OTSERVER) - erleo - 10-22-2015 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] RE: Healing Custom Rune (OTSERVER) - igruzk - 10-22-2015 (10-22-2015, 12:52 PM)erleo Wrote: try:Nothing ![]() RE: Healing Custom Rune (OTSERVER) - erleo - 10-22-2015 I can't do nothing more, idk why dont work. Im using this macro but for GMP and works. Sorry RE: Healing Custom Rune (OTSERVER) - igruzk - 10-22-2015 (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. SorryI deleted line "Misc.ItemCount(Super Uhs)>=1 " and working Thanks |