Jump to content
  • 0
Sign in to follow this  
khenma

How can i set no casting time?

Question

5 answers to this question

Recommended Posts

  • 0

 

  1. How can I set it when dex is 150,? where to find it/?
  2. Is it possible to increase the statpoint per level? If yes, How?

 

 

you can edit the statspoins per lvl in the statpoint.txt file

 

https://github.com/HerculesWS/Hercules/blob/master/db/re/statpoint.txt

Share this post


Link to post
Share on other sites
  • 0

Go to src/config. Open renewal.h . 
look for 
 

 

#define RENEWAL_CAST

and change to (quote it)
 

 

 ///#define RENEWAL_CAST

 

Then go to trunk/conf/battle/skill.conf

look for this

 

 
// At what dex does the cast time become zero (instacast)?
castrate_dex_scale: 150

 Change 150 to your desired Dex. 

Then recompile

Share this post


Link to post
Share on other sites
  • 0

 

Go to src/config. Open renewal.h . 

look for 

 

 

#define RENEWAL_CAST

and change to (quote it)

 

>> 

 ///#define RENEWAL_CAST

 

Then go to trunk/conf/battle/skill.conf

look for this

 

 
// At what dex does the cast time become zero (instacast)?

castrate_dex_scale: 150

 Change 150 to your desired Dex. 

 

Then recompile

 

okay thanks, l'll try it

 

how about on my question no. 2?

Edited by khenma

Share this post


Link to post
Share on other sites
  • 0

why im getting errors? I did'n't change anything in skill_cast_db.txt

 

error: sv_readdb: too many columns in line 1931 of "db/pre-re/skill_cast_db.txt" <found 8,maximum is 7>

Share this post


Link to post
Share on other sites
  • 0

 

 

  1. How can I set it when dex is 150,? where to find it/?
  2. Is it possible to increase the statpoint per level? If yes, How?

 

 

you can edit the statspoins per lvl in the statpoint.txt file

 

https://github.com/HerculesWS/Hercules/blob/master/db/re/statpoint.txt

 

what does each line represents/means ?

starting from 48 down to 6058?

 

 

Edit: AH ok.... I got it//// thanks +1

Edited by khenma

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.