Monster Macro HELP - 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: Monster Macro HELP (/thread-11115.html) |
Monster Macro HELP - Qapux - 07-29-2013 Hello guys, i need a macro that i could put in alarm when for example i im exping in and a certain monster spawns i want to get alarmed when it spawns. So for example when im exping at Lich Hell and when UNDEAD CAVEBEAR spawns i want to get alarmed, i hope you know what i mean. Thanks, i will give REP+ to whoever gives the macro. RE: Monster Macro HELP - voonart - 07-29-2013 (07-29-2013, 01:07 PM)Qapux Wrote: Hello guys, i need a macro that i could put in alarm when for example i im exping in and a certain monster spawns i want to get alarmed when it spawns. 1000 {AlarmMeWhenXSpawn} Creatures.ByName(Undead Cavebear) <> 0 Misc.Alert(Undead Cavebear on screen.) Check it with random monster. Rep me if worked RE: Monster Macro HELP - Qapux - 07-29-2013 dont work ;s RE: Monster Macro HELP - voonart - 07-29-2013 5000 {Creature} Creatures.ByName(Rat)>0 Misc.Alert(Rat on screen.) RE: Monster Macro HELP - Qapux - 07-29-2013 (07-29-2013, 04:00 PM)voonart Wrote: 5000 {Creature} Creatures.ByName(Rat)>0 Misc.Alert(Rat on screen.) REP+ thanks, its working. |