Code: Select all
partySkill AL_INCAGI {
	lvl 10
	sp > 45
	notPartyOnly 1
	whenStatusInactive EFST_INC_AGI
}
partySkill AL_BLESSING {
	lvl 10
	sp > 45
	notPartyOnly 1
	whenStatusInactive EFST_BLESSING
}I made any mistake when typing the code?
Moderator: Moderators

Code: Select all
partySkill AL_INCAGI {
	lvl 10
	sp > 45
	notPartyOnly 1
	whenStatusInactive EFST_INC_AGI
}
partySkill AL_BLESSING {
	lvl 10
	sp > 45
	notPartyOnly 1
	whenStatusInactive EFST_BLESSING
}