How to setup CM for Corsair

Page 5 of 5 FirstFirst 12345
Results 61 to 73 of 73
  1. #61
    Apprentice bernix81 is offline
    MemberRank
    Jun 2020 Join Date
    15Posts
    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 by bernix81; 21-10-22 at 10:27 AM.

  2. #62
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    Quote Originally Posted by bernix81 View Post
    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

  3. #63
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    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.

  4. #64
    Member Tiberium is offline
    MemberRank
    Jan 2011 Join Date
    50Posts
    Quote Originally Posted by seramyu View Post
    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

  5. #65
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    Ask someone who knows Can't sell stuff How can I fix it? Thank you very much


  6. #66
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    https://forum.ragezone.com/f1001/upd...r-the-1207381/

    Quote Originally Posted by hack2u View Post
    Ask someone who knows Can't sell stuff How can I fix it? Thank you very much


  7. #67
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    // fitnessguy0
    Thank you very much I have tried it do you know what .bss is name?

  8. #68
    Quote Originally Posted by hack2u View Post
    // fitnessguy0
    Thank you very much I have tried it do you know what .bss is name?
    itemsubgroup.dbss itemsubgroupoffset.dbss

  9. #69
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    Thank you very much I can't sell items Someone who knows help me


  10. #70
    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.

    Quote Originally Posted by hack2u View Post
    Thank you very much I can't sell items Someone who knows help me
    Full item***.dbss
    ?
    Last edited by Vantuz; 04-11-22 at 05:22 PM.

  11. #71
    Account Upgraded | Title Enabled! hack2u is online now
    MemberRank
    Dec 2004 Join Date
    203Posts
    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

    http://mux.ddns.net:8080/download/log.zip T T


  12. #72
    Apprentice piciolo2 is offline
    MemberRank
    Aug 2022 Join Date
    20Posts
    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

  13. #73
    The Cyber Fox adastmin is offline
    MemberRank
    Feb 2011 Join Date
    WashingtonLocation
    405Posts
    manual not work



Page 5 of 5 FirstFirst 12345

Advertisement