Posts: 3
	Threads: 1
	Joined: Apr 2016
	
Reputation: 
0
	 
	
		
		
 04-20-2016, 11:18 PM
 
		04-20-2016, 11:18 PM 
		
	 
	
		Hi,
 
I need a macro that attacks 'exori' when no players on screen and 'exori ico' when the player appears. 
I searched but did not find anything on forum.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 10
	Threads: 0
	Joined: Sep 2013
	
Reputation: 
0
	 
	
		
		
		04-21-2016, 07:37 AM 
(This post was last modified: 04-21-2016, 07:58 AM by Shadowly.)
		
	 
	
		You just dont want to attack anybody or what? In advanced attacks you can set your exori for example when monsters >3 in range 1 sqm use exori. And same for solo monster you can use exori ico.
@EDIT
1000 {exori if 1 player on screen} Self.Mana()>=115 Creatures.Beside()>=3 Creatures.PlayersOnScreen()=1 Self.Say(exori) 
1000 {exori ico} Self.Mana()>=60 Creatures.Beside()>=1 Creatures.PlayersOnScreen()>=1 Self.Say(exori ico) 
Maybe this two macro in same time.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 3
	Threads: 1
	Joined: Apr 2016
	
Reputation: 
0
	 
	
	
		I want attack only monster using "exori", when player show on screen i want use "exori ico". I use your macro but i attack monster's and player's and i have white skull.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1,630
	Threads: 103
	Joined: Sep 2015
	
Reputation: 
0
	 
	
		
		
		04-21-2016, 09:28 AM 
(This post was last modified: 04-21-2016, 09:28 AM by Catar.)
		
	 
	
		Dont use it as auto, set it up as manual and put in advanced attacks
and there is mistake in macro, it should be 
 Creatures.PlayersOnScreen()==1
dobule equal == char