![]() |
Macro SD and avalanche. - 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 SD and avalanche. (/thread-12055.html) |
Macro SD and avalanche. - lordekbyku - 10-02-2013 Hello masters, I need a macro which will attack SD when there is 1 monster on screen and when there are 2 and more monsters AND NOONE ON SCREEN will attack with avalanche AND when there are 2 or more monsters and somebody on screen bot will attack with SD. Ofc I'll give REP+ ![]() 1000 {ALL} Self.Attacking==01 Creatures.Beside==1 Creature.ShootOn(3155) Self.Attacking==01 Exit() Creatures.Beside>=2 PlayersOnScreen>=01 Creature.ShootOn(3155) Self.Attacking==01 Exit() Creatures.Beside>=2 PlayersOnScreen==01 Creature.ShootOn(3161) Exit() Whats wrong, or maybe new macro? RE: Macro SD and avalanche. - lordekbyku - 10-03-2013 (10-02-2013, 05:18 PM)lordekbyku Wrote: Hello masters, I need a macro which will attack SD when there is 1 monster on screen and when there are 2 and more monsters AND NOONE ON SCREEN will attack with avalanche AND when there are 2 or more monsters and somebody on screen bot will attack with SD. Ofc I'll give REP+ Any ideas? RE: Macro SD and avalanche. - lordekbyku - 10-03-2013 Refresh RE: Macro SD and avalanche. - JeshuaStep - 10-03-2013 (10-03-2013, 06:09 AM)lordekbyku Wrote:Whats the problem with someone in the screen ? i mean, tibia is almost no pvp xd(10-02-2013, 05:18 PM)lordekbyku Wrote: Hello masters, I need a macro which will attack SD when there is 1 monster on screen and when there are 2 and more monsters AND NOONE ON SCREEN will attack with avalanche AND when there are 2 or more monsters and somebody on screen bot will attack with SD. Ofc I'll give REP+ RE: Macro SD and avalanche. - lordekbyku - 10-03-2013 Its not for real tibia, its for ots ![]() |