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!

How to setup CM for Corsair

Initiate Mage
Joined
Jun 10, 2020
Messages
16
Reaction score
0
Has the IP in inetpub/bdo-api-trade/Contents/Common/xml/BDOWorldTradeMarketItemData/NA/BDOWorldTradeMarketServerInfo changed?

What about C:\Common/xml/BDOWorldTradeMarketItemData/NA/BDOWorldTradeMarketServerInfo?

If you see 2 lines in these files, leave only 1 with the server ip.

Remember to give the iis_iusrs user permissions to inetpub (api-trade,trade,game,gameportal) and common folders in C:\.

Don't forget to check the server and client host files

127.0.0.1 auth.blackdesertonline.com <-------- only in the host file server
127.0.0.1 auth.dev.pub.game.daum.net <-------- only in the host file server
127.0.0.1 black.game.daum.net <-------- only in the host file server
127.0.0.1 dev.pub .game.daum.net <-------- only in the host file server
127.0.0.1 belagio.pearldev.io <-------- only in the host file server
xxx.xxx.x.xx api-trade.local-bdo.net
xxx.xxx.x.xx trade.local-bdo.net
xxx.xxx.x.xx game.local-bdo.net
xxx.xxx.x.xx gameportal.local-bdo.net


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

xxx.xxx.x.xx <-----------The IP of your Server



The last time I installed it I forgot to change this and that's why it didn't work for me.

In any case, there is some error in the CM files, the dice game works for you, it is a good sign that it is already working for you, possibly it is something in the webconfig

By the way, there are times when Central Market takes a while to boot up from the time the server is started.
 
Last edited:
Experienced Elementalist
Joined
Dec 17, 2004
Messages
200
Reaction score
27
Has the IP in inetpub/bdo-api-trade/Contents/Common/xml/BDOWorldTradeMarketItemData/NA/BDOWorldTradeMarketServerInfo changed?

What about C:\Common/xml/BDOWorldTradeMarketItemData/NA/BDOWorldTradeMarketServerInfo?

If you see 2 lines in these files, leave only 1 with the server ip.

Remember to give the iis_iusrs user permissions to inetpub (api-trade,trade,game,gameportal) and common folders in C:\.

Don't forget to check the server and client host files

127.0.0.1 auth.blackdesertonline.com <-------- only in the host file server
127.0.0.1 auth.dev.pub.game.daum.net <-------- only in the host file server
127.0.0.1 black.game.daum.net <-------- only in the host file server
127.0.0.1 dev.pub .game.daum.net <-------- only in the host file server
127.0.0.1 belagio.pearldev.io <-------- only in the host file server
xxx.xxx.x.xx api-trade.local-bdo.net
xxx.xxx.x.xx trade.local-bdo.net
xxx.xxx.x.xx game.local-bdo.net
xxx.xxx.x.xx gameportal.local-bdo.net


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

xxx.xxx.x.xx <-----------The IP of your Server



The last time I installed it I forgot to change this and that's why it didn't work for me.

In any case, there is some error in the CM files, the dice game works for you, it is a good sign that it is already working for you, possibly it is something in the webconfig

By the way, there are times when Central Market takes a while to boot up from the time the server is started.

oh thank you so much i will try
 
Initiate Mage
Joined
Apr 8, 2009
Messages
96
Reaction score
56
So if you are NOT a GM and have setup everything as it should be in here you can not open the market anyway unless you change a few things in two stored procedures.
Both are in the TradeDB and the first procedure is 'uspCreateMyWallet' it has a build in check if the market is open if you are not a GM and that calls another procedure which then returns a value that will always deny access.
Code:
https://imgur.com/TPIm3S7

https://imgur.com/ERwJf8o
The second IF statement will have a 0 there instead of a 1 change it to a one and execute the changes.

The second procedure is the upsIsMarketOpen. We simply edit the check routine that it will either return a 1 if open or a -1 if closed.

Code:
https://imgur.com/Q5pwqQr
You will only have one if section in there. just edit the second one into it and execute the changes.

With those two fixes all players should be able to access the CM now.
 
Initiate Mage
Joined
Jan 31, 2011
Messages
50
Reaction score
57
So if you are NOT a GM and have setup everything as it should be in here you can not open the market anyway unless you change a few things in two stored procedures.
Both are in the TradeDB and the first procedure is 'uspCreateMyWallet' it has a build in check if the market is open if you are not a GM and that calls another procedure which then returns a value that will always deny access.
Code:
https://imgur.com/TPIm3S7

https://imgur.com/ERwJf8o
The second IF statement will have a 0 there instead of a 1 change it to a one and execute the changes.

The second procedure is the upsIsMarketOpen. We simply edit the check routine that it will either return a 1 if open or a -1 if closed.

Code:
https://imgur.com/Q5pwqQr
You will only have one if section in there. just edit the second one into it and execute the changes.

With those two fixes all players should be able to access the CM now.
It is a pity that this guide is not suitable for the Nova version
 
Experienced Elementalist
Joined
Dec 17, 2004
Messages
200
Reaction score
27
Ask someone who knows Can't sell stuff How can I fix it? Thank you very much

2022-11-03_11179592.JPG
 
Experienced Elementalist
Joined
Dec 17, 2004
Messages
200
Reaction score
27
// fitnessguy0
Thank you very much I have tried it do you know what .bss is name?
 
Experienced Elementalist
Joined
Dec 17, 2004
Messages
200
Reaction score
27
Thank you very much I can't sell items Someone who knows help me

2022-11-03_4540696.JPG
 
Initiate Mage
Joined
Sep 5, 2022
Messages
76
Reaction score
18
upd: I'm sorry, I didn't understand the screenshot at first. I do not help with advice from the market, as a rule, it is easier for me to do it myself than to figure it out and explain what the problem is.

Thank you very much I can't sell items Someone who knows help me

Full item***.dbss
?
 
Last edited:
Initiate Mage
Joined
Aug 26, 2022
Messages
21
Reaction score
3
I was examining your log there are many errors regarding XML check that you don't have some wrong parameter for what error is in the XML
 
Back
Top