|
发表于 2008-4-2 21:57:55
|
显示全部楼层
来自 中国–甘肃–兰州
回复: 魔兽2.32
好好地研究一下amxmodx\scripting\war3ft里的constants.inl文件。new const Float: p_heal[3] = {3.0,2.0,1.0} // Healing Wave (skill 1)
new const Float: p_hex[3] = {0.1,0.2,0.3} // Hex (skill 2)
new const p_serpent[3] = {1,3,5} // Serpent Ward |
|