Bot does not use Asura skill

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

caleb135
Noob
Noob
Posts: 7
Joined: 09 May 2010, 06:35
Noob?: Yes

Bot does not use Asura skill

#1 Post by caleb135 »

ok so i've managed to setup my bot to do asura precasting (dangerous soul collect,Critical explosion) but it will not cast asura on mobs. In this case, i tested on Drops. Here are my settings.

Code: Select all

attackAuto 2
attackDistance 1
attackDistanceAuto 1
attackMaxDistance 3
attackUseWeapon 0

attackSkill Slot MO_EXTREMITYFIST  {
	lvl 5
	dist
	hp
	sp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit
	aggressives
	previousDamage
	stopWhenHit 0
	inLockOnly 0
	notInTown 0
	timeout 0
	disabled 0
	monsters Drops
	notMonsters
	maxAttempts 0
	maxUses 0
	target_whenStatusActive
	target_whenStatusInactive 271
	target_deltaHp
	inInventory
	isSelfSkill 0
	equip_topHead
	equip_midHead
	equip_lowHead
	equip_leftHand
	equip_rightHand
	equip_leftAccessory
	equip_rightAccessory
	equip_robe
	equip_armor
	equip_shoes
	equip_arrow
	manualAI 0
}

useSelf_skill Dangerous Soul Collect {
	lvl 1
	maxCastTime 0
	minCastTime 0
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive
	whenFollowing
	spirit < 5
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 3
	disabled 0
	inInventory
	manualAI 0
}

useSelf_skill 270 {
	lvl 1
	maxCastTime 0
	minCastTime 0
	hp
	sp
	homunculus_hp
	homunculus_sp
	homunculus_dead
	onAction
	whenStatusActive
	whenStatusInactive Fury
	whenFollowing
	spirit
	aggressives
	monsters
	notMonsters
	stopWhenHit 0
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	inInventory
	manualAI 0
}
so when i tried to do sm 271 0 on drops, it will not asura them, because they are too far away. So i get this msg on my console "failed to use Asura Strike after 3 tries" something like that.
2nd test, i tried to bring the mob close to me (within 3 cells) by tanking it with another char then do the sm 271 0 in the console again and it casted Asura Strike successfully.
3rd test, i made my bot to relog beside the tanked Drops. The bot did soul collect and fury and soul collect again but will not asura the drop beside him..

Please advice, Thanks
Don Delavitto
Human
Human
Posts: 46
Joined: 16 Mar 2012, 12:23
Noob?: Yes

Re: Bot does not use Asura skill

#2 Post by Don Delavitto »

Try to set dist in asura
caleb135
Noob
Noob
Posts: 7
Joined: 09 May 2010, 06:35
Noob?: Yes

Re: Bot does not use Asura skill

#3 Post by caleb135 »

done that.. doest not work either..
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Bot does not use Asura skill

#4 Post by EternalHarvest »

caleb135 wrote:attackSkill Slot