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!

Guide to Adding Silver and Gold Currency in BDO

Junior Spellweaver
Joined
Apr 24, 2008
Messages
118
Reaction score
33
Guide to add items / Currency while in-game or console.

After a while that I am getting tired of going back to mongdb to edit silver coins manually I discovered how you can do it automatically.

If you do know this already. then that's good :)

Items ID that's not available in any BDO Database site like

Item ID: 1 (Silver Coins)
Item ID: 2 (Gold ingot = 100k Silver)
Item ID: 3 (Gold ingot = 1Million silver)
Item ID: 4 (Gold ingot = 10Million Silver)
Item ID: 5 (Gold ingot = 100Million Silver)

This works with accounts access-level 4 (Admin)

Type in-game
/bag addtoplayer Example 1 300000
This will give you 300k Silver coins.
------------
/bag addtoplayer Example 2 1
1x (Gold ingot = 100k Silver)

/bag addtoplayer Example 3 1
1x (Gold ingot = 1Million silver)

/bag addtoplayer Example 4 1
1x(Gold ingot = 10Million Silver)

/bag addtoplayer Example 5 1
1x (Gold ingot = 100Million Silver)

If you don't include /bag addtoplayer Example ItemID 1 you will get an error.
Replace Example with your character name or other character names.
Replace ItemID with Available ID's above or other ones within BDO database sites.

-----------------------------------------------------

Warning some ItemID @ will crash the game or server if they are not available within server files since this site is up-to-date to current ItemID's of official BDO.

Edits:
Source: http://forum.ragezone.com/f1001/command-add-silver-gold-currency-1144022/#post9041590
/bag add 2 1
/bag add 3 1
/bag add 4 1
/bag add 5 1

for shortcut ^ this will be for yourself.

Contribution Points
Location of Contribution Points(No console command or in-game command to add them directly):

Since this value is shared between family members(characters) the location is here:

Mongodb > gameserver > Accounts >[requied family table/ID by your choice] > explorePoint > explorepointslist > 0:eek:bject >

Here; you can modify the max and current values, but keep in mind, this is not always a good idea the whole progress is calculated with a far more sophisticated method. so you can screw up your character,
I will hold no responibilty if something goes wrong.

maxexplorepoints > maximal points you can have
currentexplorepoints > your current explorering points

Warning: currentexplorepoints NOT GREATER ONLY LESS OR EQUAL THAN MAXEXPLOREPOINTS!
exp > current experience
Also, you can add XP for contribution to level up by typing in-game or console:

/pc addexploreexp 0 [xp number]

So it means withn this example: /pc addexploreexp 0 500
will give 500 xp for contribution xp bar.
Don't go beyond 500, just add 500 each time.

If you're testing this by yourself just try 1000 each time and see if it will ruin your account. (Use it at your own risk.)

Source:


Last update 13th of Sept 2020. Guide age(21st of january 2018). (it's quite old) maybe you'll find a better one in future.

Enjoy playing BDO, the items, silver or gold.
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 25, 2013
Messages
17
Reaction score
0
can you show us a way to edit our mounts in db
 
Junior Spellweaver
Joined
Apr 24, 2008
Messages
118
Reaction score
33
can you show us a way to edit our mounts in db

I don't know what you meant by "edit our mounts as? in tiers or just overall progress..?"
If by tiers you could obtain up to tier 21 if you're lucky..

/bag addtoplayer Example 50120 1
This will be Horse Emblem for Returning Adventurers (Tier 7)

/bag addtoplayer Example 50123 1
Horse Emblem: Log-in Reward Tier 8

/bag addtoplayer Example 50111 1
Horse Emblem: Tier 6-21 (Male with 2-seater skill)
2 people can ride one horse.

If you meant progress as training all skills, I am still searching for that.

To edit Horse level
Must have NoSQLBooster for MongoDB
Login to your connection
Open gameserver -> find servants under gameserver
Right click select "view....(Hold shift to bypass auto -exec)
If you're playing alone and have few pets and mounts open 1,2,3,4,5,6 and remember to scroll down to find the mount you want to edit level for

mgsk1234 - Guide to Adding Silver and Gold Currency in BDO - RaGEZONE Forums


Warning don't edit your mount to level 50. this is just an example.
Edit: Max level of mounts is 30, don't go beyond that otherwise game will crash on you when set any level beyond 30!
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 25, 2013
Messages
17
Reaction score
0
I don't know what you meant by "edit our mounts as? in tiers or just overall progress..?"
If by tiers you could obtain up to tier 21 if you're lucky..

/bag addtoplayer Example 50120 1
This will be Horse Emblem for Returning Adventurers (Tier 7)

/bag addtoplayer Example 50123 1
Horse Emblem: Log-in Reward Tier 8

/bag addtoplayer Example 50111 1
Horse Emblem: Tier 6-21 (Male with 2-seater skill)
2 people can ride one horse.

If you meant progress as training all skills, I am still searching for that.

To edit Horse level
Must have NoSQLBooster for MongoDB
Login to your connection
Open gameserver -> find servants under gameserver
Right click select "view....(Hold shift to bypass auto -exec)
If you're playing alone and have few pets and mounts open 1,2,3,4,5,6 and remember to scroll down to find the mount you want to edit level for

mgsk1234 - Guide to Adding Silver and Gold Currency in BDO - RaGEZONE Forums


Warning don't edit your mount to level 50. this is just an example.

awesome thanks :)
 
Newbie Spellweaver
Joined
Mar 23, 2019
Messages
10
Reaction score
0
hi sir, iam sorry if its OOT, are u have an XC file/folder sir ? i need them, i searching for that but i dont find that anywhere,can u share or reupload them sir ? thanks before.
thanks i dont need the file anymore cause i have this in spp project,thanks again :)
 
Last edited:
Newbie Spellweaver
Joined
Sep 13, 2020
Messages
19
Reaction score
8
You can also do:
1x (Gold ingot = 100k Silver)
Code:
[COLOR=#666666]/bag add 2 1
[/COLOR]

1x (Gold ingot = 1Million silver)
Code:
[COLOR=#666666]/bag add 3 1
[/COLOR]

1x(Gold ingot = 10Million Silver)
Code:
[COLOR=#666666]/bag add 4 1
[/COLOR]

1x (Gold ingot = 100Million Silver)
Code:
[COLOR=#666666]/bag add 5 1
[/COLOR]
 
Junior Spellweaver
Joined
Apr 24, 2008
Messages
118
Reaction score
33
You can also do:
1x (Gold ingot = 100k Silver)
Code:
[COLOR=#666666]/bag add 2 1
[/COLOR]

1x (Gold ingot = 1Million silver)
Code:
[COLOR=#666666]/bag add 3 1
[/COLOR]

1x(Gold ingot = 10Million Silver)
Code:
[COLOR=#666666]/bag add 4 1
[/COLOR]

1x (Gold ingot = 100Million Silver)
Code:
[COLOR=#666666]/bag add 5 1
[/COLOR]
I knew about this command awhile ago. I haven't updated the guide.
Cheers, I edited my original post with interesting stuff.
Thank you.
 
Back
Top