BBot - The best bot of the world
Macro - use item on monster - 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: Macro - use item on monster (/thread-12358.html)



Macro - use item on monster - recha - 10-26-2013

Like title.
Im looking for macro:
Bot will use item [ID: XXX] on monster [Name: YYY]
Rep ++


RE: Macro - use item on monster - Kimoszin - 10-26-2013

http://wiki.bmega.net/doku.php?id=macros_commands#working_with_creatures


RE: Macro - use item on monster - recha - 10-26-2013

I tried to make it, but it doesn't work.
Can someone help?


RE: Macro - use item on monster - Kimoszin - 10-27-2013

Post what you did, and then I will help.


RE: Macro - use item on monster - recha - 10-28-2013

Creature.ByName(Monster Name)
Creature.ShootOn(Item ID)

I don't know what I did, but I was trying.
Help me, I really need it.
Thanks.


RE: Macro - use item on monster - recha - 10-30-2013

Can someone help?
Im also looking for other macro:
when text X appear on screen, bot will use sound (alarm).
Thanks.


RE: Macro - use item on monster - howcio - 10-31-2013

Code:
1000 {Item on Monster} monster:=Creature.ByName(YYY) Creature.ShootOn(!monster!, XXX) end

Try it