속강에 스펠도넣긔-ㅁ-ㅋ
//입는쪽
AttrEnchant(weapon, 1);
//벗는쪽
AttrEnchant(weapon, -1);
//메서드추가
/** 속강스펠 **/
private void AttrEnchant(L1ItemInstance Weapon, int i) {
int AttrEnchant = Weapon.getAttrEnchantLevel();
if (AttrEnchant == 13) {
_owner.getAbility().addSp(1 * i);
} else if (AttrEnchant == 14) {
_owner.getAbility().addSp(2 * i);
} else if (AttrEnchant == 15) {
_owner.getAbility().addSp(3 * i);
}
_owner.sendPackets(new S_SPMR(_owner));
}
그냥 6단까지잇는섭인데 4단5단6단에스펠붙게했음....
지성 공개할께없음요즘 ㅋㅋㅋㅋ
[출처] 속강에 스펠도넣긔-ㅁ-ㅋ (비공개 카페)

준희미니 님의 최근 댓글
rt 2021 05.25 ㄳ 2021 05.11 ㄳ 2021 05.11 rt 2021 05.09 rt 2021 04.25