BBot - The best bot of the world

Full Version: MSG here when You need macros
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
2000 {Safe} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana%()>=90 self.Say(ue spell)
here you are!
necesito un macro para pescar Sad
(02-13-2015, 12:18 PM)alekzs Wrote: [ -> ]necesito un macro para pescar Sad

English!
Guys, i need a macro for full check with stamina and cap,
something like this:
if cap < 50 or stamina < 30 hours or 1800 mins go to a specific label.

thanks !! Big GrinBig Grin
(02-13-2015, 02:00 PM)eymar12345 Wrote: [ -> ]Guys, i need a macro for full check with stamina and cap,
something like this:
if cap < 50 or stamina < 30 hours or 1800 mins go to a specific label.

thanks !! Big GrinBig Grin

Here are
Code:
6000 {capstamina golabel} Self.Capacity()=<50 Self.StaminaMins()<1800 Label(namelabel)
Or
Code:
6000 {stamina golabel} Self.StaminaMins()<1800 Label(namelabel)
Hello. I need macro if creature>0 then go to XYZ
or if creature>0 then go to labelxxx

Thx for help Wink

creature that is war golem if its important

Edit: ok i've made it

creature.beside()>0
cavebot.golabel(label)
Hi BBoters! I have question. Does anybody got script: after logout bot relog on next char on list. This is impossible??? Thanks for answer. Greetings !!! :-)
Does anybody have script that character moves when attacking monster ( =faster attacking) while cavebotting?
i need macro when on screen i see 4+ monster my character must use thunderstorm rune
(02-19-2015, 05:24 PM)Strzelczycki Wrote: [ -> ]i need macro when on screen i see 4+ monster my character must use thunderstorm rune

Try it
Code:
500 {Thunder 4+} target:=Creature.Target() IDRUNE:=1234 Creatures.Beside()>3 Creature.ShootOn(!target!, !IDRUNE!)

Edit number 1234 to ID of thunderstorm rune.
need macro when have 20+ chicken feathers go to dp
add this in cavebot FullCheck
how to do it?
hey, i'm looking for a macro if players on screen beats sd and if no players on screen uses ue, doesn't matter how many monsters, just safe ue, avoid pk, thanks
(02-23-2015, 11:36 AM)r3ebok Wrote: [ -> ]hey, i'm looking for a macro if players on screen beats sd and if no players on screen uses ue, doesn't matter how many monsters, just safe ue, avoid pk, thanks

Shot SD if 1+ player on screen:
Code:
1000 {sd 1+ player} Creatures.PlayersOnScreen()=>1 Creature.ShootOn(Creature.Target(), 3155)

Safe UE
Code:
1000 {safe ue} Creatures.PlayersOnRange(4)=<1 Creatures.Beside()=>1 Self.Say(exevo gran mas vis)

Big Grin
sorry bro, doesn't works :/ not select target with sd, ue the same, only spamming
here works normal
hmm, used earlier but don't beat with sd if are players on screen, ue works good if no players, broo help

Quote:1000 {Attacks Avoid PK} playerS:=1 IDrune:=3155 Creatures.PlayersOnScreen()==!playerS! [OnplayerS] Self.Attacking()==1 Self.Mana>10 Self.Say(spell ue) Exit {OnplayerS} Self.Attacking()==1 Target.Shoot(!IDrune!) Exit
Code:
1000 {Attacks Avoid PK} IDrune:=3155 Creatures.PlayersOnScreen()<=0 [OnplayerS] Self.Attacking()==1 Self.Mana>10 Self.Say(spell ue) Exit {OnplayerS} Self.Attacking()==1 Target.Shoot(!IDrune!) Exit()


Try it
now doesn't work at all
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36