Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
 0
	 
 
	
		
		
  
		04-26-2014, 03:36 PM 
(This post was last modified: 01-10-2017, 08:27 AM by Catar.)
		
	 
	
		Hello. 
 
If somebody need macro, please send post here I will try help You. 
 
Best Regards mr. Kris
	 
	
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
 
 
	
	
	
		
	Posts: 105 
	Threads: 21 
	Joined: Mar 2013
	
 Reputation: 
 0
	 
 
	
	
		Hello, i need a macro for wearing a stealth ring when more then 3 monsters but only cyclop, cyclop smith and cyclop drone.  
I use normal stealth ring macro but when my char goes to depo (more then 3 people in depo) it wears stealth ring which is a waste    thats why i need a macro for only cyclops - ...               
 
Thanks.
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
 0
	 
 
	
	
		 (04-27-2014, 08:14 PM)Qapux Wrote:  Hello, i need a macro for wearing a stealth ring when more then 3 monsters but only cyclop, cyclop smith and cyclop drone.  
 
I use normal stealth ring macro but when my char goes to depo (more then 3 people in depo) it wears stealth ring which is a waste   thats why i need a macro for only cyclops - ...                
 
 
Thanks. 
What i know, not possible :/
	  
	
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
 
 
	
	
	
		
	Posts: 1,518 
	Threads: 151 
	Joined: Mar 2012
	
 Reputation: 
 0
	 
 
	
	
		 (04-27-2014, 08:14 PM)Qapux Wrote:  Hello, i need a macro for wearing a stealth ring when more then 3 monsters but only cyclop, cyclop smith and cyclop drone.  
 
I use normal stealth ring macro but when my char goes to depo (more then 3 people in depo) it wears stealth ring which is a waste   thats why i need a macro for only cyclops - ...                
 
 
Thanks. 
Show the macro.
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
 0
	 
 
	
		
		
		04-28-2014, 12:09 AM 
(This post was last modified: 04-28-2014, 12:10 AM by mr. Kris.)
		
	 
	
		He using my macro: 
Code: 500 {Stealth Ring} Creatures.OnScreen()>=4 [jump] Self.Equip.Ring(3049) Exit() Creatures.OnScreen()<4 {jump} Self.UnEquip.Ring(0) Exit()
 
I try change for cyclops but doesnt work like he want.
	  
	
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
 
 
	
	
	
		
	Posts: 10 
	Threads: 1 
	Joined: Jan 2014
	
 Reputation: 
 0
	 
 
	
	
		I need macro if 3 monsters around he shoot thunder storm
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
 0
	 
 
	
		
		
		04-28-2014, 05:42 PM 
(This post was last modified: 04-28-2014, 05:43 PM by mr. Kris.)
		
	 
	
		 (04-28-2014, 04:22 PM)Pucmistrz Wrote:  I need macro if 3 monsters around he shoot thunder storm 
Code: 500 {ThunderStorm Shooter} target:=Creature.Target() IDRUNE:=3203 Creatures.Beside()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit()
  
Code: target:=Creature.Target() 
IDRUNE:=3203 
Creatures.Beside()>3 
Creature.ShootOn(!target!, !IDRUNE!) 
Exit()
  
	 
	
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
 
 
	
	
	
		
	Posts: 10 
	Threads: 1 
	Joined: Jan 2014
	
 Reputation: 
 0
	 
 
	
		
		
		04-29-2014, 01:39 PM 
(This post was last modified: 04-29-2014, 01:43 PM by Pucmistrz.)
		
	 
	
		 (04-28-2014, 05:42 PM)mr. Kris Wrote:   (04-28-2014, 04:22 PM)Pucmistrz Wrote:  I need macro if 3 monsters around he shoot thunder storm  
 
Code: 500 {ThunderStorm Shooter} target:=Creature.Target() IDRUNE:=3203 Creatures.Beside()>3 Creature.ShootOn(!target!, !IDRUNE!) Exit()
  
Code: target:=Creature.Target() 
IDRUNE:=3203 
Creatures.Beside()>3 
Creature.ShootOn(!target!, !IDRUNE!) 
Exit()
  
when i attack mobs with my other sequence example. exori vis , it cant throw thunderstorm coz its exhausted , can u make something like he will stop attacking with exori vis and only throw runes until mobs < 3
 
ok  NVM it works now
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 2,010 
	Threads: 147 
	Joined: Jan 2014
	
 Reputation: 
 0
	 
 
	
	
		put waiting time between in sequences 
 
exori vis  
wait 1400 
exori vis 
wait 1400 
 
like that
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 10 
	Threads: 1 
	Joined: Jan 2014
	
 Reputation: 
 0
	 
 
	
	
		 (04-29-2014, 01:54 PM)damiansnk Wrote:  put waiting time between in sequences 
 
exori vis  
wait 1400 
exori vis 
wait 1400 
 
like that 
ok , but this macro also use thunderstorm even if players are beside me example. 1 monster and 2 players and bot thinks that players are monsters so use rune
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 928 
	Threads: 14 
	Joined: Feb 2014
	
 Reputation: 
 0
	 
 
	
		
		
		04-29-2014, 10:54 PM 
(This post was last modified: 04-29-2014, 10:57 PM by mr. Kris.)
		
	 
	
		I forgot about players   
Code: 500 {ThunderStorm Shooter} target:=Creature.Target() IDRUNE:=3203  Creatures.Beside()>3 Creatures.PlayersOnScreen==01 Creature.ShootOn(!target!, !IDRUNE!) Exit()
 
Try this
	  
	
	
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
 
	
	
 
 
	
	
	
		
	Posts: 1,518 
	Threads: 151 
	Joined: Mar 2012
	
 Reputation: 
 0
	 
 
	
	
		Macro: if die close tibia, is for recconect
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 174 
	Threads: 24 
	Joined: Nov 2011
	
 Reputation: 
 0
	 
 
	
	
		 (05-10-2014, 12:24 AM)erleo Wrote:  Macro: if die close tibia, is for recconect 
Code: 500 {Exit} Creatures.ByName(TEMPLE NPC) Tibia.Close()
  
Dont be rude nb
	  
	
	
REP ++ IF I HELPED YOU !!! THANKS 
 
	
	
 
 
	
	
	
		
	Posts: 1,518 
	Threads: 151 
	Joined: Mar 2012
	
 Reputation: 
 0
	 
 
	
	
		 (05-10-2014, 05:52 PM)raphaelignacio Wrote:   (05-10-2014, 12:24 AM)erleo Wrote:  Macro: if die close tibia, is for recconect  
Code: 500 {Exit} Creatures.ByName(TEMPLE NPC) Tibia.Close()
  
 
Dont be rude nb 
I have it since yesterday,  i make 1 macro, nb   
Dont go of clever
	  
	
	
	
	
 
 
	
	
	
		
	Posts: 5 
	Threads: 2 
	Joined: Jul 2013
	
 Reputation: 
 0
	 
 
	
	
		Guys i need Exori hur/ico macro cause my bot donr want to use it in killer :/ can you help?
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 3 
	Threads: 1 
	Joined: May 2012
	
 Reputation: 
 0
	 
 
	
	
		i need macro/script/ for attack wyrm with attack follow, can anyone help me?
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 174 
	Threads: 24 
	Joined: Nov 2011
	
 Reputation: 
 0
	 
 
	
	
		Select Chase on Battle Settings and Disable Auto Chase off ( Options > General > untick Auto Chase Off)
	 
	
	
REP ++ IF I HELPED YOU !!! THANKS 
 
	
	
 
 
	
	
	
		
	Posts: 3 
	Threads: 1 
	Joined: May 2012
	
 Reputation: 
 0
	 
 
	
		
		
		05-23-2014, 11:35 AM 
(This post was last modified: 05-23-2014, 11:38 AM by Beeki.)
		
	 
	
		I need a macro for when the creature is at 10% health use exori hur 
 
and other to use sword ring
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 8 
	Threads: 2 
	Joined: Aug 2013
	
 Reputation: 
 0
	 
 
	
	
		use exura ico if paralize and not are atacking creatures
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 174 
	Threads: 24 
	Joined: Nov 2011
	
 Reputation: 
 0
	 
 
	
	
		 (05-25-2014, 11:57 PM)[email protected] Wrote:  use exura ico if paralize and not are atacking creatures 
Code: 1000 {Paralyze} Creatures.Beside()<1 Status.Paralysis()==1 Self.Mana()>39 Self.Say(exura ico)
  
	 
	
	
REP ++ IF I HELPED YOU !!! THANKS 
 
	
	
 
 
	 
 |