i found some old rappelz-folders on my drives. is there a possibility to get the version-number? or the version of the client?
(would be great if there is a original 9.52) :D
(would be great if there is a original 9.52) :D
RappelzCmdLauncher.exe SFrame.exe /auth_ip:auth.gamepower7.com /use_nprotect:0 /allow_double_exec:1 /network.max_msg_process:1 /help_url_w:611 /help_url_h:625 /locale:Windows-1256 /country:CN /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /network.max_msg_process:1 /gift
Thank you for this. I'm having difficulties setting the rate of stamina to 1 point every 1 min. Currently the rate is 5 points (at 50%) every 1 minute. Can you please guide me where this is at and how I can change it? I tried the above:Quote:
N:game.stamina_bonus_rateQuote:
Thank you for this. I'm having difficulties setting the rate of stamina to 1 point every 1 min. Currently the rate is 5 points (at 50%) every 1 minute. Can you please guide me where this is at and how I can change it? I tried the above:
N:game.stamina_bonus_rate
and it did not adjust it, please let me know what I am doing wrong.
Thanks so much.
F:game.stamina_consume_rate:2.500000 F:game.stamina_regen_rate:10.000000
@[Only registered and activated users can see links. Click Here To Register...] you are amazing! Thank you so much this fixed it!, with what I was doing. Another shout out to @[Only registered and activated users can see links. Click Here To Register...] for your help in the forums. Last night I was looking in the source code trying to find it. Found the attached image and tried every variation of this as I noticed it was an external variable - no success. Thank you both you really made my day after hunting all last night haha.Quote:
N:game.stamina_bonus_rate
-> the rate of exp you get additionally via stamina-effect
The regeneration-rate is not modifyable, except you work with 9.5.2.
In 9.5.2 you have more options like (in your case):
Code:F:game.stamina_consume_rate:2.500000 F:game.stamina_regen_rate:10.000000
You lead yourself into the wrong direction with Supersave.Quote:
@[Only registered and activated users can see links. Click Here To Register...] you are amazing! Thank you so much this fixed it!, with what I was doing. Another shout out to @[Only registered and activated users can see links. Click Here To Register...] for your help in the forums. Last night I was looking in the source code trying to find it. Found the attached image and tried every variation of this as I noticed it was an external variable - no success. Thank you both you really made my day after hunting all last night haha.
[Only registered and activated users can see links. Click Here To Register...]
N:game.super_save_level_min_limit_0:1 N:game.super_save_level_max_limit_0:130 N:game.super_save_level_min_limit_1:121 N:game.super_save_level_max_limit_1:140 N:game.super_save_level_min_limit_2:131 N:game.super_save_level_max_limit_2:150 N:game.super_save_level_min_limit_3:141 N:game.super_save_level_max_limit_3:160 N:game.super_save_level_min_limit_4:121 N:game.super_save_level_max_limit_4:160 N:game.super_save_level_min_limit_5:151 N:game.super_save_level_max_limit_5:170 N:game.super_save_level_min_limit_6:1 N:game.super_save_level_max_limit_6:200
Quote:
You lead yourself into the wrong direction with Supersave.
Supersave-Limits are the level-limits for growth-potion-effects.
Example:
Super Save 0 is connected to Growth Potion Buff-ID :4102Code:N:game.super_save_level_min_limit_0:1 N:game.super_save_level_max_limit_0:130 N:game.super_save_level_min_limit_1:121 N:game.super_save_level_max_limit_1:140 N:game.super_save_level_min_limit_2:131 N:game.super_save_level_max_limit_2:150 N:game.super_save_level_min_limit_3:141 N:game.super_save_level_max_limit_3:160 N:game.super_save_level_min_limit_4:121 N:game.super_save_level_max_limit_4:160 N:game.super_save_level_min_limit_5:151 N:game.super_save_level_max_limit_5:170 N:game.super_save_level_min_limit_6:1 N:game.super_save_level_max_limit_6:200
Super Save 1 is connected to Growth Potion Buff-ID :4110
Super Save 2 is connected to Growth Potion Buff-ID :4111
Super Save 3 is connected to Growth Potion Buff-ID :4112
Super Save 4 is connected to Growth Potion Buff-ID :4113
Super Save 5 is connected to Growth Potion Buff-ID :4116
Super Save 6 is connected to Growth Potion Buff-ID :4119
min_limit declares the minimum level to get the actual growthpotion-effect,
max_limit....well, I think you understand.