Mr Ekted Posted October 1, 2003 Report Posted October 1, 2003 Underlord is testing a MERV bot in PB that he uses for league stats. It's VIP'd but it generates a ton of "WARNING: Security checksum not returned" errors. Is there a switch somewhere to enable the security packet? Why would the MERV core not reply to a security check?
ExplodyThingy Posted October 1, 2003 Report Posted October 1, 2003 The send of type 0x1A is attempted in clientprot.cpp at line 2227.The creation of that packet is attempted at line 3158 of same file.According to the code I have, it is sending (or creating and posting to the list) these packets. Itll take me a little more cuting into the system to see exactly whats up, but the foundation of the stuff IS there.
»Dustpuppy Posted October 2, 2003 Report Posted October 2, 2003 Does the map directory exist? If it doesn't merv can't download the maps, and it won't send the checksum unless the map is there.
Mr Ekted Posted October 2, 2003 Author Report Posted October 2, 2003 Is there a switch for MERV to log packets so we can if it's being sent and what the contents are?
ExplodyThingy Posted October 2, 2003 Report Posted October 2, 2003 There's a macro in the sources somewhere, ill dig around at home find it for you.
»SOS Posted October 2, 2003 Report Posted October 2, 2003 Yes, ChatterLog=1 (or something like that. see it, it is in there) in mervbot.ini
Recommended Posts