[ASK] MP hack/No cooldown

08/26/2013 23:00 CodeZi#1
Can anyone teach me how to edit the BattleFieldBuffFactor.lua?
08/27/2013 00:34 greendika#2
Quote:
Originally Posted by CodeZi View Post
Can anyone teach me how to edit the BattleFieldBuffFactor.lua?
if you so hard to edit BattleFieldBuffFactor.lua,,
just try to edit NewSkillTemplate.LUA
change cooltime and mpconsume to 0 (zero)

thanks
08/27/2013 16:32 CodeZi#3
Quote:
Originally Posted by greendika View Post
if you so hard to edit BattleFieldBuffFactor.lua,,
just try to edit NewSkillTemplate.LUA
change cooltime and mpconsume to 0 (zero)

thanks
Uhmmm where in Newskilltemplate.lua? theres so many cooltime and mpconsume here...
08/27/2013 19:35 greendika#4
Quote:
Originally Posted by CodeZi View Post
Uhmmm where in Newskilltemplate.lua? theres so many cooltime and mpconsume here...
edit this code in every skill where the value is not 0 (zero)
m_fSkillCoolTime = 0,
m_fMPConsumption = 0,