hello..
i wan't to ask why my priest can't use skills magnificat when my lvl is 5, it's can't use when solo or party , but in the other priest(i have other priest too) can use magnificat (lvl is 3)...
why that can happened?
My Priest Can't magnificat LV5....?
Moderator: Moderators
-
- Noob
- Posts: 1
- Joined: 06 Jun 2009, 01:32
- Noob?: Yes
-
- Noob
- Posts: 16
- Joined: 05 Jun 2009, 03:11
- Noob?: No
Re: My Priest Can't magnificat LV5....?
Check your config for your useSelf_skill block. If the learned level of magnificat on your priest is level 5, then the useSelf_skill block needs to state the level of Magnificat is 5. The bot can't use a lower level of that particular skill. Ex:
I believe that should be correct, though I don't have a priest that I could test it on. Recheck your config and make sure you didn't leave the 'lvl' at 3 from your other bot.
Code: Select all
useSelf_skill Magnificat{
lvl 5
sp > 10%
whenStatusInactive Magnificat
}
-
- Human
- Posts: 25
- Joined: 08 Jun 2009, 22:07
- Noob?: No
- Location: Phoenix, AZ
Re: My Priest Can't magnificat LV5....?
Code: Select all
useSelf_skill Magnificat {
lvl 5
sp > 45
stopWhenHit 1
notWhileSitting 1
notInTown 1
timeout 5
whenStatusInactive Magnificat
}