BBot - The best bot of the world
REQUEST - 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: REQUEST (/thread-11663.html)



REQUEST - bloxer - 09-03-2013

Hi, i need help with 2 macros if its posible

First it im posioned and no mosters around then use exana pox
i tried this but it didnt work

Status.Poison()==1
Creatures.beside<=1
Self.Say(exana pox)


Second, how can i make alarm if someone makes exura gran mas res on screen?

Thanks


RE: REQUEST - kamill - 09-04-2013

1000 {poisoned} Status.Poison==1 Creatures.Beside==0 Self.Say(exana pox)
Or also:
1000 {poisoned} Status.Poison==1 Creatures.OnScreen<=1 Self.Say(exana pox)


RE: REQUEST - bloxer - 09-05-2013

thanks