"item(51,0,1);item(15923,0,1);item(15035,0,1);item(12053,0,1);"
This is how the BaseReward should look.
"item(51,0,1);item(15923,0,1);item(15035,0,1);item(12053,0,1);"
This is how the BaseReward should look.
The /server sync is pure gold ! Thank you ! All this is new for me so to have people like you sharing there mods helps me a lot to understand and see the possibilities. Thanks again !
How im can edit .jar? or class?
Eclipse im can edit all this
hi, i'm trying to make my local BDO server to play alone and i'm trying to change the drop multipliers but i simply can't do that, can you please make a "tutorial for dummies"? i'd be very grateful if you do it, thanks o/
as I could put so that at the time of the drop no of so many articles of high value?
when i try to add the spawn delay i get this when turning it into a .class file error: cannot find symbol
deadBody.setRespawnTime(System.currentTimeMillis() + template.getSpawnDelayTime() + Rnd.get(0, template.getSpawnVariableTime()) + BattleOptionConfig.ADDITIONAL_SPAWN_DELAY);
^
symbol: variable BattleOptionConfig
location: class RespawnService
1 error
最初 发布者logankioma
由DNC更新的源码的gameserver.jar应用了所有mod,获利良好...
链接更新了gameserver.jar修复。
链接:https://mega.nz/#! Vq4hjapK!fes5FYEgP ... 6Oub6zFKRA02o8 链路故障,新的。
- - - 更新 - - - 最初
Does anyone know how to do this? I do not have a gameserver.jar file. I have looked for anything similar but nothing makes sense
Last edited by SirJechtX; 06-09-18 at 02:38 PM.
have a read on this post http://forum.ragezone.com/f1001/guid...1/#post8847481 Post number 26 gives some good tips.
Thanks vileef, this helped me figure out how to edit and change settings.
My last question is on the main page it mentioned adding specific options to properties files. Are these the standard properties inside our server folder?
For example if you added the drop rate to the java class. Exactly as this is below.
@ConfigComments(comment = {"General drop count random multiplier range", "Default: 5, 15"})
@ConfigProperty(name = "rate.general.drop.multiplier", value = "5, 15")
public static int[] GENERAL_DROP_MULTIPLIER;
Do I need to add this to my rates.properties file in my server folder. Can I simply changes these values which alters the drop rate or does it need to be edited here and in the class file as well?
# General drop count random multiplier range
# Default: 5, 15
rate.general.drop.multiplier = 5, 15