
Originally Posted by
seramyu
For the link question. You need to put in the domain name that you specified for the gameweb during your IIS website setup. In my case its 'gameportal.local-bdo.net' so you just put it in there and if you have changed it you just put yours there. The {Alphatag} is just a placeholder you can remove and the URL would look like this in the excel sheet:
https://imgur.com/yEm3xEc
After that you still have to patch it into the game and i tould already thyt you need to create dbss files, a binary format of the excel sheets. I think in the Tutorial Section was a guide for it, and after that you have to patch in the bss file 'weburl.bss' with a meta injector into your client, only then it will work.
The other question for setting rates. This is in the 'DataSheet_ContentsOptions' and in there its the sheet 'LocalizingOption' just change the Values for 'NA_REAL' the top row says what it is, just keep in mind that 100% is 1000000 in the file.
The last thing is the Loot Report function. I have seen that on Global-Lab which is basically the Testrealm of their server you can join and play. I have not seen this in our client so no idea if its even somewhere hidden, if not its in the Global-Lab client and i have no idea if there is a compatible one.
Code:
{"EventTime":"2022-09-09T00:51:42.7221500+08:00","Severity":"ERROR","SourceName":"/LM/W3SVC/7/ROOT-5-133071283154818921","Logger":"JsonLogger","Thread":"384","NDC":"(null)","Message":{"HttpMethod":"POST","RequestUrl":"http://bdo.localbdo.net/MarbleGame/Dice/Info","Headers":{"Content-Length":"61","Content-Type":"application/json","Host":"XXX","User-Agent":"BlackDesert"},"FormData":null,"Ip":"xxx","LogMessage":"[MarbleGameUserManager][GetUserInfo] Exception: System.NullReferenceException: \u672A\u5C06\u5BF9\u8C61\u5F15\u7528\u8BBE\u7F6E\u5230\u5BF9\u8C61\u7684\u5B9E\u4F8B\u3002\r\n \u5728 KR.Blackdesert.Game.Contents.Web.Repository.GameRepository..ctor()\r\n \u5728 KR.Blackdesert.Game.Contents.Web.Areas.MarbleGame.Managers.MarbleGameUserManager.GetUserInfo(Int64 userNo)","LogException":null,"ProjectName":"bdo-blackgame","ServiceType":"NA","Branches":"LIVE","LogLevel":"ERROR","PlatformIndex":"live-web-portalweb"},"Properties":{"log4net:UserName":"NT AUTHORITY\\SYSTEM","log4net:Identity":"","log4net:HostName":"WIN-VLMLP9UOE18"}}
Code:
{"EventTime":"2022-09-09T00:51:42.7221500+08:00","Severity":"WARN","SourceName":"/LM/W3SVC/7/ROOT-5-133071283154818921","Logger":"JsonLogger","Thread":"384","NDC":"(null)","Message":{"HttpMethod":"POST","RequestUrl":"http://bdo.localbdo.net/MarbleGame/Dice/Info","Headers":{"Content-Length":"61","Content-Type":"application/json","Host":"XXXX","User-Agent":"BlackDesert"},"FormData":null,"Ip":"xxx","LogMessage":"[MarbleGame][DiceController][FreeInfo][GetUserInfo] userInfo is null. UserNo: 404, ErrorCode: -35004","LogException":null,"ProjectName":"bdo-blackgame","ServiceType":"NA","Branches":"LIVE","LogLevel":"WARN","PlatformIndex":"live-web-portalweb"},"Properties":{"log4net:UserName":"NT AUTHORITY\\SYSTEM","log4net:Identity":"","log4net:HostName":"WIN-VLMLP9UOE18"}}
There is an error in the dice game log. Open a blank in my game client. How do I solve this problem? thank you