BBot - The best bot of the world
Need Ue macro - 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: Need Ue macro (/thread-18950.html)



Need Ue macro - feenn - 12-13-2015

Hi
I need script for gran mas vis.
Non pvp.
Ue when 1 monster
Advanced attack option dont use ue when player is on screen
This macro use ue on monster and players.
5000
{exevo gran mas vis}
Creatures.ByRange(4)>1
Self.Say(exevo gran mas vis)

I need too script for enchanted mystic blade with small enchanted amethyst.


Anyone can help me ?


RE: Need Ue macro - byko - 12-13-2015

Self.Mana>=800
Self.Attacking==01
Creatures.Beside>=1
Creatures.PlayersOnScreen==01
Self.Say(exevo gran mas flam)

Self.Mana = mana needed
Creatures.Beside = how many monsters on screen
Creatures.PlayersOnScreen = how many players on screen (delete it if 0)
Self.Say = what spell to cast

rep+ please