• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

MageBomb

pele112

Member
Joined
Aug 9, 2007
Messages
572
Reaction score
8
Location
Wodzisław Śląski
Mam taki problem używam TFS 0.3.2 i ludzie robią magebomb na tym magebomb nooby spamuja czary i serwer sie wysypuje. Wie ktoś jak to naprawić?
 
a na TFS 0.3.4 PL2 2x wiecej ludzi i jest to samo...
najlepiej zeby poprawione mute na spelle zostalo... tak aby nie mutowalo exhausta, bysmy mogli tego uzywac
 
Hej, tez mialem ten problem ale poradzilem sobie:
Creature scripts:
PHP:
<event type="login" name="Delay" event="script" value="login2.lua"/>
login2.lua:
PHP:
-- Script made by Huggen --
-- Make players can´t log in if it haven´t gone 1 sec from last player --
-- Config --
storage = 9876
seconds = 1
-- Config --
function onLogin(cid)
    gone = os.time()
    if getGlobalStorageValue(storage)+seconds < gone then
        setGlobalStorageValue(storage, os.time())
        return TRUE
    else
        return FALSE
    end
return TRUE
end
PHP:
 
Last edited:
Działa tylko jak on pare razy tak robi to za każdym razem zostaje jedna postać a później już może spamować. Wiesz jak wyeliminować ten spam?
 
Właśnie też ostatnio mi zaczęli crashować i myśle nad zmianą TFS'a na 0.3.4 PL2;/
 
to zbyt czesto Ci pada, mi tak nie pada starsze rev niz PL2, koledze PL2...
mysle nad najnowszym rev, ale troche nowy system fragow mnie od tego odciaga ;/
 
Back
Top