Instant Cast skills have 0.01sec Casting time

  • Thread starter Thread starter unplugged
  • Start date Start date
U

unplugged

Guest
As the title says ..Instant Cast skills have 0.01sec Casting time
skills like First Aid, Pneuma, Lex Aeterna and all instant cast 

running already on pre-renewal, disable renewal cast. still have 0.01 casting time 


sorry don't know if I posted in the right section

 
Last edited:
its defaulting to 100 whenever i change to 0. its said there in the server console

 
If I recall correctly, server enforces it to avoid cheating.

 
err. so theres no way out? all instant cast skill in pre-renewal settings will have 0.01sec of casting?

 
battle.c

change the 10 into 0:

{ "min_skill_delay_limit",              &battle_config.min_skill_delay_limit,           100,    10,     INT_MAX,        },

and recompile! (at your own risk!)

 
Back
Top