Blockland Forums > Modification Help
RTB Development
soba:
Thanks for clearing that up, I never really understood version numbers like that
Chrono:
--- Quote from: Ephialtes on December 14, 2011, 03:45:10 AM ---Thanks for the detailed response, I'll be sure to look into how my flood protection isn't meeting your criteria of acceptability.
--- End quote ---
People seem to be able to send the same message every 0.5 seconds without any kind of punishment when Blockbot isn't there.
DontCare4Free:
--- Quote from: Chrono on December 15, 2011, 10:06:34 AM ---People seem to be able to send the same message every 0.5 seconds without any kind of punishment when Blockbot isn't there.
--- End quote ---
I think by "flood protection" he means protection against spamming so fast that the other client crashes (like TomTom did during the beta).
mctwist:
--- Code: ---Add-Ons/System_ReturnToBlockland/support/networking.cs (319): Unknown command onDisconnect.
--- End code ---
I suggest that you replace line 319 in file support/networking.cs with this:
--- Code: ---return isFunction(%this.getName(), onDisconnect) ? Parent::onDisconnect(%this) : "";
--- End code ---
Same goes for line 205, 222, 287 and 303 respectively.
Ephialtes:
And for tcp objects with no name?