- Tham gia
- 27/12/2016
- Bài viết
- 1,274
Mình có làm 1 skill mới cho MMOCore nhưng nó bị lỗi dmg có thể giết chết mục tiêu dù mục tiêu có bao nhiêu máu.
Bác nào biết có thể thông não giúp đoạn này ko
Config MMOCore-1.6:
Config MythicMobs-4.10.1 PREMIUM
Bác nào biết có thể thông não giúp đoạn này ko

Config MMOCore-1.6:
YAML:
# The internal name of the MM skill
mythicmobs-skill-id: Test
# Display options
name: Test
lore:
- 'Damage: &b{damage}'
- ''
- 'Cooldown: &b{cooldown}s'
material: ICE
# Ability modifiers
cooldown:
base: 3.0
per-level: -0.1
max: 3.0
min: 1.0
damage:
base: 6
per-level: 3
max: 10.0
Config MythicMobs-4.10.1 PREMIUM
YAML:
Test:
Skills:
- damage{a="<mmocore.skill.Test.damage>"} @Target

