If anyone wants these files and can't find them feel free to PM me.
Printable View
If anyone wants these files and can't find them feel free to PM me.
how to fix error failed to init security
Is there a list of gm commands?
Solved: \src\main\java\com\bdoemu\gameserver\scripts\commands
use /help and you see gm commands.
Server worked fine for a day or two, but now i'm getting this error on the game server:
https://i.imgur.com/97kpzFP.png
And when I launch game I can't connect to server anymore.
Any ideas?
Has anyone find a way to reduce mob. So server will use less ram.
i believe it's somewhere in sqlite db
btw if you wana just test it out you may disable monsters spawn
gameserver\bin\configs\ai.properties > spawn_ai = false
try to close most of process in your pc while starting gameserver
also close google chrome if you're using it, it's eating much of ram lol
I have 16 gb of ram, and I did try disabling chrome, nothing has worked besides complete reinstall of the entire server, which includes removing the database and building a new one. but we lose data that way...
- - - Updated - - -
if I remove the .sqlite3 file in the gameserver data folder, then the server would start, but then I still can't connect because now the data folder doesn't have the .sqlite files
well that's weird
anyways these are common problems
1st_ insufficient ram space
2nd_ using 32 bit os or 32 bit java
3rd_ not copying data folder in gameserver directory
4th_ limiting gameserver ram usage that much may cause errors ( line 17 in bat and i guess 4gb is ok as it's )
5th_ mongodb connection lost while loading (iguess)
Here is some data, "Black Book" for Gear ect url's quests.
https://docs.google.com/spreadsheets...#gid=517229787
https://docs.google.com/spreadsheets...Rds/edit#gid=0
Credits: Dach2k3
Here is a simple Gear Calculator.
https://github.com/Shadowtrance/BDO-Gear-Calculator
Credits: Shadowtrance
Just finish setting up the bdo server... couldn't find an admin weapon (for testing purposes) while looking at the sqlite data... however if you want to modify any weapon/accessory to have insane amount of damage. Just look through the 1_longsword - 5_Dagger Browser Data (using sqlite browser) and to look for a specific item just click on index and search the id value of the item (I used bdo database *google it*).
You will want to search for the Row with DDD, RDD, or MDD since i don't know what they stand for... however, I do know what they do.
DDD= phy melee damage
RDD = phy/range damage [most likely range bow uses this]
MDD = magic/range damage
Here is an example:
[Base Value| Enchanment +0]
Kzarka weapon has:
[AP: 18~22]
and the database show it as 1D5+17 this means its 1+17 D 5+17 which is AP: 18~22 (your everyday how to math 101) so what you just want to change is the +[insertvalue] like this 1D5+9999
Some other things I found out..... (couldn't find anything related to human/demihuman or DP armor values....)
Dhit = Melee accuracy
RHit = range Accuracy
Mhit = Magic accuracy
DDV = Phy Evasion
RDV = Range Evasion
MDV = Magic Evasion
HDDV = Phy Damage Evasion (+add)
HRDV = Range Damage Evasion (+add)
HMDV = Magic Damage Evasion (+add)
DPV = Phy Damage Reduction
RPV = Range Damage Reduction
MPV = Magic Damage Reduction
HDPV = Phy Damage Reduction (+add)
HRPV = Range Damage Reduction (+add)
HMPV = Magic Damage Reduction (+add)
Note: Also you won't see the value change on the item itself because the description is written in the client, but the damage value you edit does work its basically *Hidden*