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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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