#329 /cureplayer needs implementation

닫힘
image3 년 전을 오픈 · 1개의 코멘트
image 코멘트됨, 3 년 전

from clicking one of the ailment icons on self/player

from clicking one of the ailment icons on self/player
image 1 년 전가 Close
image 코멘트됨, 1 년 전
협업자

the item effect types was posted incorrectly for the change update, effect_type 7 is now 'ALL' as noted below:

enum ItemEffectType {

NO_EFFECT_TYPE=0,
EFFECT_CURE_TYPE_TRAUMA=1,
EFFECT_CURE_TYPE_ARCANE=2,
EFFECT_CURE_TYPE_NOXIOUS=3,
EFFECT_CURE_TYPE_ELEMENTAL=4,
EFFECT_CURE_TYPE_CURSE=5,
EFFECT_CURE_TYPE_MAGIC=6,
EFFECT_CURE_TYPE_ALL=7

};

the item effect types was posted incorrectly for the change update, effect_type 7 is now 'ALL' as noted below: enum ItemEffectType { NO_EFFECT_TYPE=0, EFFECT_CURE_TYPE_TRAUMA=1, EFFECT_CURE_TYPE_ARCANE=2, EFFECT_CURE_TYPE_NOXIOUS=3, EFFECT_CURE_TYPE_ELEMENTAL=4, EFFECT_CURE_TYPE_CURSE=5, EFFECT_CURE_TYPE_MAGIC=6, EFFECT_CURE_TYPE_ALL=7 };
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.