[help] sir

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.

 
Help Sir about RO client how to compatible setup.exe my client using new version 2014-02-05

 
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.

 
help again about my GM Attack Speed & Player Attack Speed compatible stats agi <<

 
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.

 
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%

 
Last edited by a moderator:
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
default_tongue.png


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
 
[Warning]: pc_readdb: Specified max level 255 for job 4054 is beyond server's li
mit (175). <<<<
 
[FONT=comic sans ms'][Warning]: pc_readdb: Specified max level 255 for job 4054 is beyond server's li[/FONT]
[FONT=comic sans ms']mit (175). <<<<[/FONT]
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
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:4059You 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

 
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).
 
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.

 
how can i change src_logo & login screen..
 
Last edited by a moderator:
Back
Top