02-08-2015, 02:50 PM 
		
	
	
		2000 {Safe} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana%()>=90 self.Say(ue spell)
here you are!
	
	
	
	
here you are!
| 
					MSG here when You need macros
				 | 
| 
		
		
		02-08-2015, 02:50 PM 
		
	 
		2000 {Safe} Creatures.PlayersOnScreen()<1 Creatures.Beside()>=3 Self.Mana%()>=90 self.Say(ue spell) here you are! 
		necesito un macro para pescar    
		
		
		02-13-2015, 12:40 PM 
		
	 
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
		
		
		02-13-2015, 02:00 PM 
		
	 
		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 !!    
		
		
		02-13-2015, 02:57 PM 
(This post was last modified: 02-13-2015, 02:59 PM by kaiquegabriel.)
		
	 (02-13-2015, 02:00 PM)eymar12345 Wrote: Guys, i need a macro for full check with stamina and cap, Here are Code: 6000 {capstamina golabel} Self.Capacity()=<50 Self.StaminaMins()<1800 Label(namelabel)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  creature that is war golem if its important Edit: ok i've made it creature.beside()>0 cavebot.golabel(label) 
		
		
		02-15-2015, 08:49 PM 
		
	 
		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 !!! :-)
	 
		
		
		02-18-2015, 05:03 PM 
		
	 
		Does anybody have script that character moves when attacking monster ( =faster attacking) while cavebotting?
	 
		
		
		02-19-2015, 05:24 PM 
		
	 
		i need macro when on screen i see 4+ monster my character must use thunderstorm rune
	 
		
		
		02-20-2015, 12:42 AM 
		
	 
		
		
		02-22-2015, 10:02 PM 
		
	 
		need macro when have 20+ chicken feathers go to dp
	 
		
		
		02-22-2015, 10:08 PM 
		
	 
		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.
 
		
		
		02-22-2015, 10:25 PM 
		
	 
		how to do it?
	 
		
		
		02-23-2015, 11:36 AM 
		
	 
		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, 12:10 PM 
		
	 (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)  
		
		
		02-23-2015, 12:41 PM 
		
	 
		sorry bro,  doesn't works :/  not select target with sd, ue the same, only spamming
	 
		
		
		02-23-2015, 12:52 PM 
		
	 
		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 
		
		
		02-23-2015, 07:08 PM 
		
	 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.
 
		
		
		02-23-2015, 07:19 PM 
		
	 
		now doesn't work at all
	 | 
| 
					« Next Oldest | Next Newest »
				 |