Page 1 of 1

Quagmire Question

Posted: 27 Mar 2014, 04:37
by SuperKunnay
Greetings! Im new to BOTTING. Just wanna ask how you make your BOT fly when a monster Cast a Quagmire at him (Specially when being MOBBED). I really need some help with this thanks!

Re: Quagmire Question

Posted: 27 Mar 2014, 07:56
by 4epT
try to use

Code: Select all

doCommand tele {
	onAction
	whenStatusActive Quagmire
	aggressives
	monsters
	timeout
	disabled 0
}

Re: Quagmire Question

Posted: 27 Mar 2014, 09:45
by SuperKunnay
Oh wow im glad somebody replied. I thoguht the Forum is dead. Anyways Im gonna try this thing out. Thanks for replying pal. Cheers!

Re: Quagmire Question...

Posted: 05 Apr 2014, 02:44
by gelo2012
SuperKunnay wrote:Greetings fellow botters! Just wanna ask, How do you make your BOT fly when he is being Quagmired by a monster?
doCommand tele {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive Quagmire
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 3
disabled 0
inInventory
inCart
inMap
notInMap
manualAI 0
}