Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exori ico/exori
#1
Wink 
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.
Reply
#2
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.
Reply
#3
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.
Reply
#4
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)