3. 有没有技能延迟``吟唱``冷却时间修改?````在那改?
一样,慢慢看注释,都在「引擎设定」里面。作者: 月狂神 时间: 2008-9-2 11:21
提示: 作者被禁止或删除 内容自动屏蔽作者: 雪流星 时间: 2008-9-2 13:27
do you want to set all weapons the same? then:
def self.w_range(id)
case id
#when 4; range = [4, 2, true , false, 0] #long bow
#else; range = [1, 0, false, false, 0]
#end
return [1, 0, false, false, 0]
end
for the other questions, if you have many ones that will use the same setting you cando: