![]() |
Need macro: Don't face to players - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Free Scripts (https://forums.bmega.net/forum-10.html) +--- Thread: Need macro: Don't face to players (/thread-16587.html) |
Need macro: Don't face to players - Hang - 11-08-2014 Hello. I'm playing on retro pvp and sometimes exori frigo is delayed and I attack player and I have white skull... I need macro which don't be face to players. RE: Need macro: Don't face to players - chucckydoll - 11-11-2014 need it also...... RE: Need macro: Don't face to players - arendnollen - 11-11-2014 NEED NEED also!! RE: Need macro: Don't face to players - erleo - 11-11-2014 You can add this macro: [macro]0 {Exori frigo} Criaturas:=1 Wait:=1 target:=Creature.Attacking() VarMult(Wait, 10) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! Creature.Target(!target!) !Time!>=!Wait! Self.Say(Exori frigo) Macro.Wait(2) Exit() [/macro] After go ATK Sequence and add macro, if you have any guy in screen dont make exori frigo. Its a alternative. PD: Wrong position for this thread, post here: http://forums.bmega.net/forum-26.html RE: Need macro: Don't face to players - arendnollen - 11-11-2014 (11-11-2014, 01:36 AM)erleo Wrote: You can add this macro: Wish it worked ![]() RE: Need macro: Don't face to players - damiansnk - 11-12-2014 1000 {Retro pvp atack} ID:=idrune mana:=amoutmana spell:=exori vis Creatures.PlayersOnScreen()==1 [runes] Self.Attacking()==1 Self.Mana>!mana! Self.Say(!spell!) Exit {runes} Self.Attacking()==1 Target.Shoot(!ID!) Exit or try that1 haven't bbot now macro wrote from mind fill fiields ID= you rune id hmm stalagmite etc mana=if mana lower than this amount bot bot will not use spell just wand spell=which spell have to use? |