|
為什麼我修改了constants.inl 裏的6族的技能而沒有反應?
new const Float:p_heal[3] = {3.0,2.0,1.0} // Healing Wave (skill 1)
new const Float:p_hex[3] = {0.05,0.10,0.15} // Hex (skill 2)
new const p_serpent[3] = {4,6,8} // Serpent Ward (skill 3)
new const Float:p_concoction[11] = {0.0, 0.01, 0.02, 0.04, 0.06, 0.08, 0.10, 0.13, 0.15, 0.17, 0.20} // Unstable Concoction (Skill 4) |
|