![]() |
exori ico/exori - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: exori ico/exori (/thread-19822.html) |
exori ico/exori - pietruszeczeq - 04-20-2016 Hi, I need a macro that attacks 'exori' when no players on screen and 'exori ico' when the player appears. I searched but did not find anything on forum. RE: exori ico/exori - Shadowly - 04-21-2016 You just dont want to attack anybody or what? In advanced attacks you can set your exori for example when monsters >3 in range 1 sqm use exori. And same for solo monster you can use exori ico. @EDIT 1000 {exori if 1 player on screen} Self.Mana()>=115 Creatures.Beside()>=3 Creatures.PlayersOnScreen()=1 Self.Say(exori) 1000 {exori ico} Self.Mana()>=60 Creatures.Beside()>=1 Creatures.PlayersOnScreen()>=1 Self.Say(exori ico) Maybe this two macro in same time. RE: exori ico/exori - pietruszeczeq - 04-21-2016 I want attack only monster using "exori", when player show on screen i want use "exori ico". I use your macro but i attack monster's and player's and i have white skull. RE: exori ico/exori - Catar - 04-21-2016 Dont use it as auto, set it up as manual and put in advanced attacks and there is mistake in macro, it should be Creatures.PlayersOnScreen()==1 dobule equal == char |