BBot - The best bot of the world
MSG here when You need macros - 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: MSG here when You need macros (/thread-20948.html)

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


RE: MSG here when You need macros - innvi - 02-08-2015

2000 {Safe} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana%()>=90 self.Say(ue spell)
here you are!


fishing - alekzs - 02-13-2015

necesito un macro para pescar Sad


RE: MSG here when You need macros - mr. Kris - 02-13-2015

(02-13-2015, 12:18 PM)alekzs Wrote: necesito un macro para pescar Sad

English!


RE: MSG here when You need macros - eymar12345 - 02-13-2015

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


RE: MSG here when You need macros - kaiquegabriel - 02-13-2015

(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)



RE: MSG here when You need macros - xolex - 02-15-2015

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)


RE: MSG here when You need macros - dom203 - 02-15-2015

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 !!! :-)


RE: MSG here when You need macros - Hagert - 02-18-2015

Does anybody have script that character moves when attacking monster ( =faster attacking) while cavebotting?


RE: MSG here when You need macros - Strzelczycki - 02-19-2015

i need macro when on screen i see 4+ monster my character must use thunderstorm rune


RE: MSG here when You need macros - kaiquegabriel - 02-20-2015

(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.


RE: MSG here when You need macros - [email protected] - 02-22-2015

need macro when have 20+ chicken feathers go to dp


RE: MSG here when You need macros - mr. Kris - 02-22-2015

add this in cavebot FullCheck


RE: MSG here when You need macros - [email protected] - 02-22-2015

how to do it?


RE: MSG here when You need macros - r3ebok - 02-23-2015

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


RE: MSG here when You need macros - kaiquegabriel - 02-23-2015

(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


RE: MSG here when You need macros - r3ebok - 02-23-2015

sorry bro, doesn't works :/ not select target with sd, ue the same, only spamming


RE: MSG here when You need macros - kaiquegabriel - 02-23-2015

here works normal


RE: MSG here when You need macros - r3ebok - 02-23-2015

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



RE: MSG here when You need macros - mr. Kris - 02-23-2015

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


RE: MSG here when You need macros - r3ebok - 02-23-2015

now doesn't work at all