My Priest Can't magnificat LV5....?

International

Moderator: Moderators

xie_liangming
Noob
Noob
Posts: 1
Joined: 06 Jun 2009, 01:32
Noob?: Yes

My Priest Can't magnificat LV5....?

#1 Post by xie_liangming »

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?
Roots
Noob
Noob
Posts: 16
Joined: 05 Jun 2009, 03:11
Noob?: No

Re: My Priest Can't magnificat LV5....?

#2 Post by Roots »

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:

Code: Select all

useSelf_skill Magnificat{
	lvl 5
	sp > 10%
	whenStatusInactive Magnificat
}
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.
centakume
Human
Human
Posts: 25
Joined: 08 Jun 2009, 22:07
Noob?: No
Location: Phoenix, AZ

Re: My Priest Can't magnificat LV5....?

#3 Post by centakume »

Code: Select all

useSelf_skill Magnificat {
   lvl 5
   sp > 45
   stopWhenHit 1
   notWhileSitting 1
   notInTown 1
   timeout 5
   whenStatusInactive Magnificat
}
if that doesn't work make sure that ro is fully patched or try restarting your computer.