Aeisu
Aeisu
I asked a similar question recently here and am slowly poking the item_mods lua with more code daily https://github.com/LandSandBoat/server/discussions/1670 I also came across other items missing mods but the ones...
gotcha I'm just strolling down the list one ID at a time in both item_mods and item_mods_pets, commenting in what appears on the item description and adding items that are...
Just checked they are most definitely there Line 33992 - 34194 I also saw the Chatoyant line 37227 and Iridal line 37233 or at least in that general area @.@
-- Fire Staff INSERT INTO `item_mods` VALUES (17545,8,4); -- STR: 4 INSERT INTO `item_mods` VALUES (17545,16,15); -- ICE_RES: 15 INSERT INTO `item_mods` VALUES (17545,23,10); -- ATT: 10 INSERT INTO `item_mods`...
I found the problem, it lies int he Magians.sql Line 546 and 547 INSERT INTO `magian` VALUES (4718,15108,0,0,0,0,0,0,0,0,**10796**,0,0,0,0,0,0,0,0,1306,0,50,0,0); -- NQ INSERT INTO `magian` VALUES (4719,14915,0,0,0,0,0,0,0,0,**10796**,0,0,0,0,0,0,0,0,1307,0,30,0,0); -- HQ The rewards are...
 looks like changing the numbers worked
found another one with the wrong reward  Magian.sql Line 597 598 should be 10694 not 10794 for Duelist Gloves +2 INSERT INTO `magian` VALUES (4698,15106,0,0,0,0,0,0,0,0,10794,0,0,0,0,0,0,0,0,1306,0,50,0,0); -- NQ INSERT INTO...
doh >.< that's my queue for more coffee i think....
the game client runs on TCP and UDP and I had those selected already. I'm not sure what the keep alive timeout would look like though inside the yaml file,...
thanks! I gave that a try and it seems the problem is something other then that. I'm wondering if the client is getting back the data on the same port...