Sunday, January 2, 2011

FS support config

insert this in your config.txt located at control folder

useSelf_skill Heal {
 lvl 10
 hp < 90%
 sp > 10%
}
useSelf_skill Increase AGI {
 lvl 10
 whenStatusInactive Increase AGI,Action Delay
 sp > 10%
 timeout 5
}
useSelf_skill Blessing {
 lvl 10
 whenStatusInactive Blessing,Action Delay
 sp > 10%
 timeout 5
}
partySkill Heal {
 lvl 10
 target_hp < 99%
 sp > 10 %
}
partySkill Blessing {
 lvl 10
 sp > 64
 notInTown 1
 timeout 3
 target_whenStatusInactive Blessing,Action Delay
 target_timeout 5
}
partySkill Increase AGI {
 lvl 10
 sp > 45
 notInTown 0
 timeout 3
 target_whenStatusInactive Increase AGI,Action Delay
 target_timeout 5
}
partySkill Angelus {
 lvl 10
 sp > 45
 notInTown 1
 timeout 3
 target_whenStatusInactive Angelus,Action Delay
 target_timeout 5
 isSelfSkill 1
}
partySkill Cure {
 lvl 1
 target_whenStatusActive Cursed, Blinded, Chaos, Silenced,Action Delay
 sp > 10%
 timeout 5
}
useSelf_skill Kyrie Eleison {
 lvl 10
 sp > 45%
 stopWhenHit 1
 notWhileSitting 1
 notInTown 1
 timeout 5
 whenStatusInactive Kyrie Eleison,Action Delay
}
useSelf_skill Magnificat {
 lvl 5
 sp > 45%
 stopWhenHit 1
 notWhileSitting 1
 disabel 1
 notInTown 1
 timeout 5
 whenStatusInactive Magnificat,Action Delay
}
partySkill Kyrie Eleison {
 lvl 10
 sp > 45
 stopWhenHit 1
 notWhileSitting 1
 notInTown 1
 timeout 5
 target_whenStatusInactive Kyrie Eleison,Action Delay
 target_timeout 5
}

partySkill Magnificat {
 lvl 3
 sp > 45%
 stopWhenHit 1
 timeout 10
 whenStatusInactive Magnificat,Action Delay
 partyAggressives < 1
 isSelfSkill 1
}

partySkill Resurrection {
 lvl 4
 target_dead 1
}

partySkill Impositio Manus {
 lvl 10
 sp > 25
 notInTown 1
 timeout 3
 target_whenStatusInactive Impositio Manus,Action Delay
 target_timeout 60
}

partySkill Status Recovery {
 lvl 10
 sp > 25
 timeout 2
 target_whenStatusActive Frozen, Stone Curse, Stun,Action Delay
}

No comments:

Post a Comment