Thread Rating:
  • 4 Vote(s) - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MSG here when You need macros
2000 {Safe} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana%()>=90 self.Say(ue spell)
here you are!
Reply
Rainbow 
necesito un macro para pescar Sad
Reply
(02-13-2015, 12:18 PM)alekzs Wrote: necesito un macro para pescar Sad

English!
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply
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
Reply
(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)
Reply
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)
Reply
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 !!! :-)
Reply
Does anybody have script that character moves when attacking monster ( =faster attacking) while cavebotting?
Reply
i need macro when on screen i see 4+ monster my character must use thunderstorm rune
Reply
(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.
Reply
need macro when have 20+ chicken feathers go to dp
Reply
add this in cavebot FullCheck
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply
how to do it?
Reply
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
Reply
(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
Reply
sorry bro, doesn't works :/ not select target with sd, ue the same, only spamming
Reply
here works normal
Reply
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
Reply
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
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply
now doesn't work at all
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)