Jump to content
  • 0
Sign in to follow this  
Kit Kit

[help] sir

Question

17 answers to this question

Recommended Posts

  • 0

you can download translation from here :

 

http://herc.ws/board/topic/398-client-translation-project/

 

make data folder to a grf file (ex : translation.grf), then put that new grf file & System folder to your client (better if you copy them to client).

don't forget to edit your DATA.INI in your client, make sure is read your grf first before the original grf.

Share this post


Link to post
Share on other sites
  • 0

What is your old client date ?

I don't think setup.exe is changed.

However if you patch your client it may replaced with the korean version, so it is recommended to back up your english version setup.exe (copy it to another folder) before patching your client.

Share this post


Link to post
Share on other sites
  • 0

If you mean your attack damage come a bit later after your attack animation, then check this file :

confbattlebattle.conf

 

and find these lines :

 

// Do weapon attacks have a attack speed delay before actual damage is applied? (Note 1)
// NOTE: The official setting is yes, even thought it degrades performance a bit.
delay_battle_damage: no

 

 

and set delay_battle_damage to no.

 

Note : By hercules default delay_battle_damage is set to yes; but it is better to set it to no.

Share this post


Link to post
Share on other sites
  • 0

thx solve ..... help again how to change the max level and max job because my server I replace 175 and 60

 

another help about exp rates ...i raplace 100 to 15k exp rates drop rates 100%

Edited by Kate Alfred's™

Share this post


Link to post
Share on other sites
  • 0

to change max base lvl, edit srccommonmmo.h :

 

#define MAX_LEVEL 175

 

recompile your hercules, and edit the exp database :

for pre-renewal : dbpre-reexp.txt

for renewal : dbreexp.txt

 

for job lvl: not found yet :P

 

to change exp rates, you can edit confbattleexp.conf :

 

// Rate at which exp. is given. (Note 2)
base_exp_rate: 100

// Rate at which job exp. is given. (Note 2)
job_exp_rate: 100

 

 

to change drop rates, you can edit confbattledrops.conf :

 

// Item drop rates (Note 2)

// The rate the common items are dropped (Items that are in the ETC tab, besides card)
item_rate_common: 100
item_rate_common_boss: 100
item_drop_common_min: 100
item_drop_common_max: 10000

// The rate healing items are dropped (items that restore HP or SP)
item_rate_heal: 100
item_rate_heal_boss: 100
item_drop_heal_min: 100
item_drop_heal_max: 10000

// The rate at which usable items (in the item tab) other then healing items are dropped.
item_rate_use: 100
item_rate_use_boss: 100
item_drop_use_min: 100
item_drop_use_max: 10000

// The rate at which equipment is dropped.
item_rate_equip: 100
item_rate_equip_boss: 100
item_drop_equip_min: 100
item_drop_equip_max: 10000

// The rate at which cards are dropped
item_rate_card: 100
item_rate_card_boss: 100
item_drop_card_min: 100
item_drop_card_max: 10000

// The rate adjustment for the MVP items that the MVP gets directly in their inventory
item_rate_mvp: 100
item_drop_mvp_min: 100
item_drop_mvp_max: 10000

// The rate adjustment for card-granted item drops.
item_rate_adddrop: 100
item_drop_add_min: 100
item_drop_add_max: 10000

// Rate adjustment for Treasure Box drops (these override all other modifiers)
item_rate_treasure: 100
item_drop_treasure_min: 100
item_drop_treasure_max: 10000

 

Share this post


Link to post
Share on other sites
  • 0

 

[Warning]: pc_readdb: Specified max level 255 for job 4054 is beyond server's li

 

mit (175). <<<<

You put job 4054 at level 255... but in the source, your max is 175. Change the 175 to 255 in the source and recompile.

Share this post


Link to post
Share on other sites
  • 0

 

 

[Warning]: pc_readdb: Specified max level 255 for job 4054 is beyond server's li

 

mit (175). <<<<

You put job 4054 at level 255... but in the source, your max is 175. Change the 175 to 255 in the source and recompile.

where can i find put job 4054

Share this post


Link to post
Share on other sites
  • 0

where can i find put job 4054

If you look at your exp.txt file, this line:
//Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro//Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)99,4054:4055:4056:4057:4058:4059
You probably set these jobs to 255 whereas in your source, the max level is 175. Change the 99 to 255?

 

Look at this article: http://herc.ws/wiki/Edit_Max_Level

Share this post


Link to post
Share on other sites
  • 0
Still nothing I changed the base level [Warning]: PC readdb: Specified max level is 255 for the job beyond 4054 server's li 
MIT (175).

Share this post


Link to post
Share on other sites
  • 0

 

Still nothing I changed the base level [Warning]: PC readdb: Specified max level is 255 for the job beyond 4054 server's li 
MIT (175).

 

the Base Level of 3rd jobs is in the lower part of the file. kindly check it. or maybe show us how did you change it. show us the file.

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.