#329 /cureplayer needs implementation

クローズ
3 年 前image によって開かれました · 1 コメント
image3 年 前 にコメントしました

from clicking one of the ailment icons on self/player

from clicking one of the ailment icons on self/player
image 2 年 前 に閉じられました
image2 年 前 にコメントしました
共同編集者

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 };
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません