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

Newbie Spellweaver
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
206
Reaction score
29
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
 
Newbie Spellweaver
Joined
Apr 8, 2009
Messages
97
Reaction score
60
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.
 
Joined
Jan 31, 2011
Messages
51
Reaction score
61
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
206
Reaction score
29
Ask someone who knows Can't sell stuff How can I fix it? Thank you very much

seramyu - How to setup CM for Corsair - RaGEZONE Forums
 
Junior Spellweaver
Joined
Sep 5, 2022
Messages
117
Reaction score
32
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:
Experienced Elementalist
Joined
Dec 17, 2004
Messages
206
Reaction score
29
I don't understand the log displayed and can't edit it The central market is still unavailable I gave up There's not much left Please help me Thank you friends

T T

seramyu - How to setup CM for Corsair - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Aug 26, 2022
Messages
44
Reaction score
8
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
 
Initiate Mage
Joined
Aug 8, 2020
Messages
2
Reaction score
0
Hello, if you know about this problem, please teach me : (


thank you.

#resolved
 
Last edited:
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
do u know how to put all items on sale inside the Market?
 
Newbie Spellweaver
Joined
Nov 16, 2021
Messages
10
Reaction score
13
do u know how to put all items on sale inside the Market?
U can just put the item on one by one but i guess you won't be doing that willingly

I think if you search on the tutorial section, there is some guides for populating the market on older versions, you can try to learn and study on that
 
Initiate Mage
Joined
Oct 16, 2023
Messages
3
Reaction score
0
{"EventTime":"2023-10-20T00:21:09.9648957+08:00","Severity":"INFO","SourceName":"/LM/W3SVC/7/ROOT-2-133422060688546997","Logger":"JsonLogger","Thread":"36","NDC":"(null)","Message":{"HttpMethod":"GET","RequestUrl":" ","Headers":{"Accept":"text/html, application/xhtml+xml, image/jxr, */*","Host":"bdo-gameporta.local-bdo.net","User-Agent":"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko"},"FormData":null,"Ip":"192.168.x.x","LogMessage":"UserAgent Error -> HTTP_USER_AGENT : Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\n\n","LogException":null,"ProjectName":"bdo-gameportal","ServiceType":"NA","Branches":"","LogLevel":"INFO","PlatformIndex":"dev-web-portalweb"},"Properties":{"log4net:UserName":"IIS APPPOOL\\portalweb","log4net:Identity":"","log4net:HostName":"YeyuGame-Server"}}

hi,I used the file of bernix81, now CM works, but the dice game shows a blank page, I updated the webur.bss according to the corresponding URL, the problem is still the same.
I don't know where the problem is now, please help:)
 
Newbie Spellweaver
Joined
Nov 16, 2021
Messages
10
Reaction score
13
{"EventTime":"2023-10-20T00:21:09.9648957+08:00","Severity":"INFO","SourceName":"/LM/W3SVC/7/ROOT-2-133422060688546997","Logger":"JsonLogger","Thread":"36","NDC":"(null)","Message":{"HttpMethod":"GET","RequestUrl":" ","Headers":{"Accept":"text/html, application/xhtml+xml, image/jxr, */*","Host":"bdo-gameporta.local-bdo.net","User-Agent":"Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko"},"FormData":null,"Ip":"192.168.x.x","LogMessage":"UserAgent Error -> HTTP_USER_AGENT : Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko\n\n","LogException":null,"ProjectName":"bdo-gameportal","ServiceType":"NA","Branches":"","LogLevel":"INFO","PlatformIndex":"dev-web-portalweb"},"Properties":{"log4net:UserName":"IIS APPPOOL\\portalweb","log4net:Identity":"","log4net:HostName":"YeyuGame-Server"}}

hi,I used the file of bernix81, now CM works, but the dice game shows a blank page, I updated the webur.bss according to the corresponding URL, the problem is still the same.
I don't know where the problem is now, please help:)
if not even error page or 404 show up, it means the game didn't redirect the link successfully(check weburl.bss and service.ini and host file) or ur IIS is not running properly(check blinding and host file). Also try to run ur dice game link on the browser to rule out some error first.
 
Initiate Mage
Joined
Oct 16, 2023
Messages
3
Reaction score
0
if not even error page or 404 show up, it means the game didn't redirect the link successfully(check weburl.bss and service.ini and host file) or ur IIS is not running properly(check blinding and host file). Also try to run ur dice game link on the browser to rule out some error first.
OMG,Thank you for your reply. https and http caused the link problem. I hope my mistake can remind others.
 
Last edited:
Experienced Elementalist
Joined
Apr 25, 2014
Messages
229
Reaction score
7
I have succeed to built this up...

but dice game is not working...

I guess missing some web game files....and which files from those website files is for dice game...thx..
 
Back
Top