LCKB
SOCKET JEWEL - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128)
+------ Forum: Solved topics (https://lckb.dev/forum/forumdisplay.php?fid=158)
+------ Thread: SOCKET JEWEL (/showthread.php?tid=3003)



- netoforlan2 - 06-01-2015


how to solve this problem to open sockets

ERROR CANNOT OPEN SOCKET_PROB_TABLE > 
2015-06-01 08:50:42,313 INFO  - SOCKET MAKE FAIL >
 



- Agility - 06-01-2015



FILE* r = fopen("./data/socket_config.json", "rb");
if (NULL == r)
{
GAMELOG << init("ERROR CANNOT OPEN SOCKET_PROB_TABLE") << end;
return false;
}

 

 

socket_config.json

{
"socket_prob" : {
"1" : [5016, 3040, 2800, 2750, 1100, 300, 10],
"2" : [5017, 2500, 2880, 3000, 1200, 400, 20],
"3" : [5250, 2150, 2620, 3200, 1500, 500, 30],
"4" : [5251, 1500, 2500, 2500, 2500, 900, 100],
"5" : [5252, 900, 1000, 3000, 3000, 1600, 500],
"6" : [5253, 900, 1000, 3000, 3000, 1600, 500]
},
"seperate_scroll" : 6178,
"chaos_jewel_composite_need_nas" : 1000000,
"normal_jewel_composite_need_nas" : 100000,
"jewel_clean_factor" : 10000,
"chaos_jewel_clean_factor" : 100000
}




- netoforlan2 - 06-02-2015

thank you