Hmm. Are you compressing it?
Quote:
Hello,
So my server has been running for about 1 month now and the exp seems really high,
Would anyone be able to tell me:
Retail EXP =
100% EXP =
200%EXP =
300% EXP =
Thank you for your time and help, Keep up the good work
Could you please explain this more, here is mine. Do i just put 25 in my game.exp_rate?Quote:
Hi...
x25 = The official x25
...
S game.exp_rate:30 S game.item_drop_rate:40 S game.gold_drop_rate:100 S game.chaos_drop_rate:60 S game.party_drop_rate:120 S game.party_exp_rate:40
S game.exp_rate:10 S game.item_drop_rate:1 S game.gold_drop_rate:1 S game.chaos_drop_rate:1 S game.party_drop_rate:1.25 S game.party_exp_rate:1.25
Yes this code is bugging and I would like to add the function tooQuote:
Why is this script not working?
Code:-- Lua ½ºÅ©¸³Æ® ¾ÏÈ£È* function get_module_name() return "on_login" end function on_login( name ) if get_value("permission") > 0 then notice(name.' is now connected.'); end end
local permission = gv("permission")
if permission == 100 then
notice("GM Buffs For All")
function get_module_name()
return "on_login"
end
function on_login( name )
local permission = gv("permission")
if permission == 100 then
notice ("'name' is now connected.")
Try this for #2Quote:
Guys....any resolutions to my three questions ? Really would be greatly appreciated for any help fixing them. Thank you very much guys.
Ok i have a solution for this Problem (with an additional nice command) and another Question.Quote:
Why is this script not working?
Code:-- Lua ½ºÅ©¸³Æ® ¾ÏÈ£È* function get_module_name() return "on_login" end function on_login( name ) if get_value("permission") > 0 then notice(name.' is now connected.'); end end