Posts: 10
	Threads: 3
	Joined: Mar 2013
	
Reputation: 
0
	 
	
		
		
 01-09-2015, 01:36 AM
 
		01-09-2015, 01:36 AM 
		
	 
	
		Hello guys, 
I've got a problem. Could some1 help me to write a macro which puts on Axe Ring when there is 1 monster on screen and puts it back to backpack when there are no monsters on the screen?
Would really appreciate any help, thank you.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 928
	Threads: 14
	Joined: Feb 2014
	
Reputation: 
0
	 
	
	
		Try it:
Code:
200 {Axe ring} Creatures.OnScreen()>=1 [jump] Self.Equip.Ring(3092) Exit() {jump} Creatures.OnScreen()<=0 Self.UnEquip.Ring(0) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
	
	
 
 
	
	
	
		
	Posts: 928
	Threads: 14
	Joined: Feb 2014
	
Reputation: 
0
	 
	
	
		You are sure that no one monster on screen?
maby try to change:
Creatures.OnScreen()>=1 to Creatures.OnScreen()==1 and Creatures.OnScreen()<=0 to Creatures.OnScreen()==0
	
	
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
	
	
 
 
	
	
	
		
	Posts: 2,010
	Threads: 147
	Joined: Jan 2014
	
Reputation: 
0
	 
	
	
		Its better when target is 1 lower waste rings