Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Basic Black Desert Online Commands

Newbie Spellweaver
Joined
Dec 17, 2017
Messages
60
Reaction score
1
has anyone figured out how to enable/fix these commands for spawning monsters and to complete or progress quests ?
 
Newbie Spellweaver
Joined
Nov 25, 2009
Messages
34
Reaction score
8
/spawn monster [monsterid]
example spawn sausan assassin is /spawn monster 20653

/quest update [groupId] [questId] [stepIndex] [stepCount]
example quest Defeat tree spirits
Quest GroupID = 654, ID = 1, stepIndex = 0 for Young Tree Spirit, 1 for Immature Tree Spirit, 2 for Mature Tree Spirit, StepCount = 10 bcause kill 10 of them each (well the other two is 5 and 2, so 10 would cover all)
So the commands are:
/quest update 654 1 0 10
/quest update 654 1 1 10
/quest update 654 1 2 10

Anyone have a better solution to the complete quest thing?
 
Newbie Spellweaver
Joined
Dec 17, 2017
Messages
60
Reaction score
1
/spawn monster [monsterid]
example spawn sausan assassin is /spawn monster 20653

/quest update [groupId] [questId] [stepIndex] [stepCount]
example quest Defeat tree spirits
Quest GroupID = 654, ID = 1, stepIndex = 0 for Young Tree Spirit, 1 for Immature Tree Spirit, 2 for Mature Tree Spirit, StepCount = 10 bcause kill 10 of them each (well the other two is 5 and 2, so 10 would cover all)
So the commands are:
/quest update 654 1 0 10
/quest update 654 1 1 10
/quest update 654 1 2 10

Anyone have a better solution to the complete quest thing?

As I'm stuck at where I have to kill 3 centaurus seekers and they are either not spawning or under the map as it is a known problem on ogrefest server.

I solved this issue by spawning 3 of them myself :) Type /spawn monster 21074 (3 times to spawn 3).

@Telurian please update your post as the command you mentioned is just /spawn <creature id> and not /spawn monster <creature id>.

Thanks @mysteriocrude
 
Newbie Spellweaver
Joined
Jan 12, 2018
Messages
55
Reaction score
7
@kalle801
Money > /bag add 1 1000000 - add 1000000 money to your inventory bag
Pearl > /bag add 6 100000 - add 100000 pealr to your inventory bag
Loyalty > /bag add 7 100 - add 100 loyalty to your invetory bag
 
Newbie Spellweaver
Joined
Jan 12, 2018
Messages
55
Reaction score
7
Nope, but u can change/edit in database
use Studio 3T > gameserver > player (explore it, easy to find)
 
Newbie Spellweaver
Joined
Mar 6, 2018
Messages
12
Reaction score
1
thanks, will try it.. another thing, is there a way to make monsters more aggressive even if their level is lower than me?
 
Newbie Spellweaver
Joined
Mar 19, 2018
Messages
28
Reaction score
24
Yes, but not through admin commands. You would need to edit and re-compile server AI scripts.
 
Newbie Spellweaver
Joined
Mar 19, 2018
Messages
28
Reaction score
24
can we change game exp multiplier?

You need to edit one of the .properies files.

rate.propertes:
Code:
# Karma... I think?
rate.tendency.exp = 100

# life skills
rate.life.exp = 100

# Contribution... I think?
rate.explore.exp = 100

# horse
rate.horse.exp = 100

# char level
rate.exp = 100

# skill points
rate.skillexp = 100

# guild
rate.guild.skillexp = 100

# fitness
rate.fitness.exp = 500
 
Initiate Mage
Joined
Apr 7, 2018
Messages
2
Reaction score
0
You need to edit one of the .properies files.

rate.propertes:
Code:
# Karma... I think?
rate.tendency.exp = 100

# life skills
rate.life.exp = 100

# Contribution... I think?
rate.explore.exp = 100

# horse
rate.horse.exp = 100

# char level
rate.exp = 100

# skill points
rate.skillexp = 100

# guild
rate.guild.skillexp = 100

# fitness
rate.fitness.exp = 500

Thanks you so much! I tried running the program on a single pc and it works, but I'm experiencing a lil lag. Can I run this via LAN?
 
Newbie Spellweaver
Joined
Mar 19, 2018
Messages
28
Reaction score
24
It's a bit of an off-topic. I sent you PM about that.
 
Newbie Spellweaver
Joined
Aug 31, 2016
Messages
33
Reaction score
0
someone has items id? armors, weapons, etc
 
Newbie Spellweaver
Joined
Aug 31, 2016
Messages
33
Reaction score
0
How can I save the changes in studio3t?

because I change values ​​but they do not appear in the game

Another thing that happens to me is that when I added some weapon or armor the game is closed and I can not re-enter with my character.
 
Last edited:
Newbie Spellweaver
Joined
Feb 25, 2018
Messages
91
Reaction score
6
How can I save the changes in studio3t?

because I change values ​​but they do not appear in the game

Another thing that happens to me is that when I added some weapon or armor the game is closed and I can not re-enter with my character.

when server is running you can open studio3t and save the changes
 
Back
Top