Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help macro use item in target
#1
Heart 
I would like a macro that uses the item in the selected monster.
The item id is 14051
The name of the monster that should be used is Hive Pore, 99 is the id of it as any player.
#2
(11-22-2013, 03:41 PM)aninhamoranguinho Wrote: I would like a macro that uses the item in the selected monster.
The item id is 14051
The name of the monster that should be used is Hive Pore, 99 is the id of it as any player.

500 {Use Item} monsterCount:=1 shootID:=14051 Creatures.ByName(Hive Pore)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)

.. try it.
#3
I'll test! Eternally grateful.

It worked perfectly!
One last question, is to use an item without attacking creature? Cause if I strike it dies, has little life.
And thanks again, saved my day
Apologies if you do not understand something, because I am Brazilian and I am using a translator. Big Grin
#4
(11-22-2013, 03:46 PM)aninhamoranguinho Wrote: I'll test! Eternally grateful.

It worked perfectly!
One last question, is to use an item without attacking creature? Cause if I strike it dies, has little life.
And thanks again, saved my day
Apologies if you do not understand something, because I am Brazilian and I am using a translator. Big Grin

1000 {Use Item} X:=Self.X() Y:=Self.Y() Z:=Self.Y() Creature.ByName(Hive Pore)>=1 Map.UseOn(3308, 99, !X!, !Y!, !Z!, 2)

try it.. i'm br too haha


Forum Jump:


Users browsing this thread: 1 Guest(s)