• logo_cipsoft
    Nowe serwery zostały otwarte 19 Lut 2025:
    Noctalia (Open PvP) Ignitera (Open PvP) us_logo Xybra (Open PvP)

Cleaner [8.1]

Status
Zamknięty.

Skrypter

Advanced User
Dołączył
Maj 17, 2008
Posty
243
Liczba reakcji
23
Na Evo By Sentil jest NPC Cleaner a jego zadaniem jest czyszczenie mapy co jaki? czas a wiec chia?bym go wam udostepni?:'
W wchodzimy w data>npc i tworzymy plik o nazwie np. Cleaner.xml
w nim wklejcie:
<?xml version="1.0"?>
<npc name="Cleaner" script="data/npc/scripts/cleaner.lua" access="3">
<look type="104" head="4" body="114" legs="132" feet="115"/>
</npc>
Nast?pnie wchodzimy w data>npc>scripts i tworzymy plik o nazwie cleaner.lua i w nim wklejcie to:
lastclean = 0
hasWarned = 0
focus = 0
talk_start = 0
target = 0
following = false
attacking = false
function onThingMove(creature, thing, oldpos, oldstackpos)
end
function onCreatureAppear(creature)
end
function onCreatureDisappear(cid, pos)
end
function onCreatureTurn(creature)
end
function onCreatureSay(cid, type, msg)
end
function onCreatureChangeOutfit(creature)
end
function onThink()
if lastclean == 0 then
lastclean = os.time()
end
if os.difftime(os.time(), lastclean) >= (29*60) and hasWarned == 0 then
selfSay('/B Server clean in one minute. Please do not leave any valuable items on the ground!')
hasWarned = 1
end
if os.difftime (os.time(), lastclean) >= (30*60) then
selfSay('/clean')
lastclean = os.time()
end
end
(Server clean in one minute. Please do not leave any valuable items on the ground!)
Tekst kt?ry pojawia si? minut? przez cleanem
(29*60) 1 = 1 minuta
Czekam Na Komentarze
 
Odp: Cleaner [8.1]

Eee tam ja nie propaguje tego wol? standardowe komendy ale og?lnie fajne ale nie przydatne
 
Odp: Cleaner [8.1]

Fajny Skrypcik
Przyda sie na moim ots bo lubie porzadek na servie:P
Pozdr.
XemiX
 
Odp: Cleaner [8.1]

a Czysci on wszystko nawet dedy moby zabite ?Czy tylko jakies duperele..
 
Odp: Cleaner [8.1]

@up
uzywa komendy "/clean" czyli czysci to samo co gm.. przynajmniej tak mi sie wydaje;p
 
Odp: Cleaner [8.1]

Do dupy on czy?ci tylko itemy chuj z takiego cleanera..!
 
Status
Zamknięty.
Do góry