#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
image2 年之前 关闭
image 评论于 2 年之前
协作者

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 };
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。