Grinch
www.loronia.se
I got a big problem here. A guy logs in on 10 characters (mc) spamming spells that is not for his lvl (poofing the spell)and after some minutes the server crashes. Someone got any idea how to fix this?
You can crash 0.3.4 two ways:
#1: Fill up depot with Parcels, and I won't tell what to do after that, as I'm afraid the unfair players will abuse it on servers.
#2: Request server information (re-running lua scripts). If a few players spam etc.:
Code:/uptime /online
function onLogin(cid)
if #getPlayersByIp(getPlayerIp(cid)) >= 3 then
return FALSE
end
return TRUE
end