Quagmire Question

Forum closed. Read only permissions.

Moderator: Moderators

Message
Author
SuperKunnay
Noob
Noob
Posts: 2
Joined: 25 Mar 2014, 04:01
Noob?: Yes

Quagmire Question

#1 Post 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!

User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Re: Quagmire Question

#2 Post by 4epT »

try to use

Code: Select all

doCommand tele {
	onAction
	whenStatusActive Quagmire
	aggressives
	monsters
	timeout
	disabled 0
}
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

SuperKunnay
Noob
Noob
Posts: 2
Joined: 25 Mar 2014, 04:01
Noob?: Yes

Re: Quagmire Question

#3 Post 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!

gelo2012
Plain Yogurt
Plain Yogurt
Posts: 58
Joined: 17 Sep 2012, 13:54
Noob?: Yes
Location: Sa Puso Mo

Re: Quagmire Question...

#4 Post 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
}

Locked