Corsair Server Files + Client + Market

Page 28 of 37 FirstFirst ... 182021222324252627282930313233343536 ... LastLast
Results 406 to 420 of 552
  1. #406
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts
    Quote Originally Posted by templar View Post
    this is the only error i get when i click on anything, photo related, CM etc

    {"HttpMethod":"POST","RequestUrl":"http://game.local-bdo.net/GameTradeMarket/CreateMyWallet%22,%22Headers%22:%7B%22Content-Length%22:%2268%22,%22Content-Type%22:%22application/json%22,%22Host%22:%22game.local-bdo.net%22,%22User-Agent%22:%22BlackDesert%22%7D,%22FormData%22:null,%22Ip%22:%22192.168.0.120%22,%22AuthInfo%22:null,%22LogMessage%22:%22CreateMyWallet Fail is Not Open","LogException":null,"ProjectName":"GB.BlackDesert.Trade.Web.Game","ServiceType":"NA","Branches":"LIVE","PlatformIndex":"live-web-gameweb"},"Properties":{"log4net:UserName":"IIS APPPOOL\game","log4net:Identity":"","log4net:HostName":"WIN-64KNLIR2R08"}}

    any ideas?

    You must open your logs and understand whats going on: CreateMyWallet Fail is Not Open
    Means that one of the application havent started because its missing pre requiste (XMLs / path can be anything)


    Everysingle APIs must have 'Service Start' or 'Service Started' on their respective logs on order to get CM fully functionnal. (trade / api-trade / game)

  2. #407
    Member templar is offline
    MemberRank
    Mar 2012 Join Date
    91Posts
    Quote Originally Posted by ATIDOT3 View Post
    You must open your logs and understand whats going on: CreateMyWallet Fail is Not Open
    Means that one of the application havent started because its missing pre requiste (XMLs / path can be anything)


    Everysingle APIs must have 'Service Start' or 'Service Started' on their respective logs on order to get CM fully functionnal. (trade / api-trade / game)
    do you have yours working as yet?

  3. #408
    AKCore ATIDOT3 is offline
    MemberRank
    Apr 2013 Join Date
    BinaryLocation
    536Posts
    @seramyu just made a tutorial check it out you should be able to sort it out :) !

  4. #409
    TERA Lover :) argeus99 is offline
    MemberRank
    Mar 2019 Join Date
    ColombiaLocation
    530Posts
    For those who do not want to restore an unnecessary 70gb db (for localhost hosters), here's the script which i reduced the size for about 90%

    log db

    world db

    Proof


  5. #410
    ^_^ ashlay is offline
    MemberRank
    Jun 2010 Join Date
    BrazilLocation
    874Posts
    Quote Originally Posted by argeus99 View Post
    For those who do not want to restore an unnecessary 70gb db (for localhost hosters), here's the script which i reduced the size for about 90%

    log db

    world db

    Proof

    Shrink files to make it even smaller

  6. #411
    Enthusiast Costigan is offline
    MemberRank
    Jun 2016 Join Date
    26Posts
    Quote Originally Posted by seramyu View Post
    For the Central Market System and the Dice Game/other Web stuff you simply need IIS with the ASP.net functionality installed. Thats really it, i did nothing more then that. The 'tricky' part is then to figure out what goes where and how does the configuration work.
    I would say there are basically two ways of setting up the CM/Web. Either with subdomains or with Web-Proxys that not all Webpages will use port 80 or 443 and then they can share the same domain. The Web-Proxys can be configured inside the web.config files. I choosed the subdomain method. If you want to use https(SSL) you need to have a signed certificate, if you don't have that just use http instead and add a fake hostname with IP to your Windows hosts file so the clients computer knows where your servers web is located.
    The needed web.config for the Dice game i already posted somewhere here, you would just need to swap out the IPs and Hostnames to yours instead.
    With what goes there i give you a hint from my IIS setup. Just make sure to properly set the binding to an IP adress with your domain name.

    https://imgur.com/a/yGKQnNi

    Now you jsut need to find out what from the Archives go to what website folder. Just remember to give the IIS user folder-permissions to read, view and execute as it is not set per default if you add a new folder location. For the board game you need to give two additional permissions to write and modify but ONLY for two folders inside the webgame folder, then the beauty Album will also work proberly if you set the paths and permissions correctly.

    If you want to point the game client to other webadresses you simply need to change them in the 'datasheet_url' and make a dbss file out of it which then turns into 'weburl.bss' which then you can patch into the client with the Meta-Injector that was posted somewhere in this section.
    The Client itself needs to know where the market is so you need to add two lines to your 'service.ini'
    Code:
    [NA]
    AUTHENTIC_DOMAIN=Game Server IP here
    AUTHENTIC_PORT=8888
    
    
    viewTradeMarketUrl=http://trade.your-domain-name-here.notcom/
    gameTradeMarketUrl=http://game.your-domain-name-here.notcom/
    There are three 'web.config' files in each of the market folders you just need to edit the IPs and domain names to yours and save them. No need to reboot your IIS or Gameserver as the IIS will reload a webpage per default with ASP.net when the 'web.config' has been changed. Then you just need to find the one XML.and change the IP there and if you have done everything the right way your market will open on the second attempt. The first click always errors out. Wait a few seconds depending on the speed of your server and click again and it shall open. If something does not work it should generate logfiles usually on drive C, you will find them as it generates a new folder and in there are subfolders named after your websites for each that started logging.
    Hello, brother, I want to ask how the link of dice game on the client is modified?

  7. #412
    Apprentice razor777 is offline
    MemberRank
    Jun 2022 Join Date
    10Posts
    Guys, can you tell me if there is a working fakeauth for the corsare version?

  8. #413
    Quote Originally Posted by razor777 View Post
    Guys, can you tell me if there is a working fakeauth for the corsare version?
    No...

  9. #414
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    Quote Originally Posted by Costigan View Post
    Hello, brother, I want to ask how the link of dice game on the client is modified?
    The link you need to edit is in the file 'datasheet_url' you have to change at least the URL under the 'IngameWeb' section you can also change the 'IngamePortal' section to the same link and save the excel file. After that you have to make a dbss out of the file and then patch the newly created 'weburl.bss' into your client. I think there was a guide on how to patch Corsair client around in the section somewhere.

  10. #415
    Account Upgraded | Title Enabled! hack2u is offline
    MemberRank
    Dec 2004 Join Date
    203Posts
    Ask someone who knows Can we have a gm command to send items to other people and publish news in the sarver? Thank you very much.

  11. #416
    Quote Originally Posted by hack2u View Post
    Ask someone who knows Can we have a gm command to send items to other people and publish news in the sarver? Thank you very much.
    I think for security reasons PA did not enter such a command. Can send items via mail.

  12. #417
    Enthusiast shrddr is offline
    MemberRank
    Dec 2019 Join Date
    25Posts
    what's easiest way to disable all monster AI? or despawn them completely

  13. #418
    Member seramyu is offline
    MemberRank
    Apr 2009 Join Date
    AtlantisLocation
    91Posts
    If you want you can reduce the amount of Monster spawned by the field server in the DataShee_Server ApplicationServiceOption top row where it says 'Numeric01' the value in this field which is 130k by default sets the amount of Monsters. If you reduce that number your log will be spammed like hell but it works.

    Numeric01 --> Monsters(130000)
    Numeric02 --> NPCs(15000)

  14. #419
    Enthusiast Costigan is offline
    MemberRank
    Jun 2016 Join Date
    26Posts
    Quote Originally Posted by seramyu View Post
    The link you need to edit is in the file 'datasheet_url' you have to change at least the URL under the 'IngameWeb' section you can also change the 'IngamePortal' section to the same link and save the excel file. After that you have to make a dbss out of the file and then patch the newly created 'weburl.bss' into your client. I think there was a guide on how to patch Corsair client around in the section somewhere.
    OK, thank you.

  15. #420
    Proficient Member fitnessguy0 is offline
    MemberRank
    Apr 2014 Join Date
    152Posts
    Quote Originally Posted by Vantuz View Post
    I think for security reasons PA did not enter such a command. Can send items via mail.
    how to send items via mail? thx..

    - - - Updated - - -

    btw,,how and where to change exp. rate and drop rate?? thx

    Quote Originally Posted by seramyu View Post
    If you want you can reduce the amount of Monster spawned by the field server in the DataShee_Server ApplicationServiceOption top row where it says 'Numeric01' the value in this field which is 130k by default sets the amount of Monsters. If you reduce that number your log will be spammed like hell but it works.

    Numeric01 --> Monsters(130000)
    Numeric02 --> NPCs(15000)



Advertisement