Monk skill "problem" won't target monsters.

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Helios911
Noob
Noob
Posts: 2
Joined: 23 Aug 2008, 23:10
Noob?: No

Monk skill "problem" won't target monsters.

#1 Post by Helios911 »

I am attempting to bot sleepers on a monk, I've tried a lot of things and currently the bot Summons all 5 spheres, teleports around due to idle (it is set to search for sleepers) but when it encounters a sleeper, it just lets it hit it, it doesn't cast Occult Impact and then after 5 seconds teleports due to idle?

Not sure what is going on or what I have messed up as I'm sure I have something screwed up.


This is my attack Code

Code: Select all

attackAuto 0
attackAuto_party 1
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 1
attackAuto_inLockOnly 1
attackDistance 1
attackDistanceAuto 1
attackMaxDistance 1
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 1
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0
attackChangeTarget 1
aggressiveAntiKS 0
This is my Monster code

Code: Select all

Sleeper 1 0 1
Harpy 0 1 0
Demon Pungus 0 0 0
Goat 0 0 0
Geographer 0 0 0
This is my skill slot codes

Code: Select all

attackSkillSlot Spiritual Sphere Absorbtion	 {
	lvl 1
	dist 9,8,7,6,5,4
	sp < 35%
	monsters Geographer
	aggressives 0
	maxAttempts 60
	maxUses 5
}


useSelf_skill Blessing {
	lvl 10
	whenStatusInactive Blessing
	sp > 10%
	timeout 5
}

useSelf_skill Summon Spirit Sphere {
	lvl 5
	sp > 35%
	spirit < 5
	timeout 1
	stopwhenhit 0
	notWhileSitting 0
	notInTown 0
	disabled 0
}

attackSkillSlot Occult Impact {
	lvl 5
	sp > 20%
	dist 1.5
	spirit > 2
	maxAttempts 5
	maxUses 2
	monsters Sleeper
	isSelfSkill 0
	aggressives 1
}
I've tried naming it Occult Impaction, Investigate, Occult Impact etc, none of it works. (Not even sure if the Soul Absorb works either)

And this is my teleport code

Code: Select all

teleportAuto_hp 10
teleportAuto_sp 0
teleportAuto_idle 1
teleportAuto_portal 0
teleportAuto_search 1
Any bit of information helps as I am completely lost.....I've been trying to get it working and it just isn't.