• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

10 chars spamming spell = Crashing server.

Grinch

www.loronia.se
Joined
Oct 19, 2007
Messages
217
Reaction score
0
Location
Sweden/Värnamo
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

u can also crash it by magebomb ofc there isn't any fix for it i think ...
 
You can try this:

Antimc script:

antymc.lua
Code:
function onLogin(cid)
  if #getPlayersByIp(getPlayerIp(cid)) >= 3 then
    return FALSE
  end
  return TRUE
end

Put this in your creaturescripts folder.
 
Same problem

Would be nice if any scripter, make a code that auto (disconnect)not kick because if kick... players killers can use it.. to run away, who spell spam poof for 10-15-30 seconds for example.

Sure.. if it be possible. ;)
 
Last edited:
Back
Top