Monk Vigor Absorption Skill | 2.0.6.1

International

Moderator: Moderators

Message
Author
Vegeta123
Noob
Noob
Posts: 8
Joined: 20 Nov 2008, 15:45
Noob?: No

Monk Vigor Absorption Skill | 2.0.6.1

#1 Post by Vegeta123 »

I'm trying to absorb SP from monsters by using Vigor Absorption, from reading the forum I've input this into my config. However the bot doesn't use it. Any suggestions?

attackSkillSlot Vigor Absorption {
lvl 1
dist 6
maxCastTime 0.5
minCastTime 0
hp
sp <= 50%
spirit > 4
stopWhenHit 1
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
monsters <------monsters list here
maxAttempts 50
maxUses 1
target_deltaHp
isSelfSkill 0
}

Thanks in advance.

centakume
Human
Human
Posts: 25
Joined: 08 Jun 2009, 22:07
Noob?: No
Location: Phoenix, AZ
Contact:

Re: Monk Vigor Absorption Skill | 2.0.6.1

#2 Post by centakume »

Code: Select all

useSelf_skill Summon Spirit Sphere {
   lvl 5
   sp > 20
   spirit < 5
   notWhileSitting 0
   notInTown 0
   disabled 0
}

Post Reply