|
- TibiaFans! Forum Prawdziwego Tibijczyka http://www.tibiafans.pun.pl/index.php - Skrypty XML.LUA http://www.tibiafans.pun.pl/viewforum.php?id=5 - [7.92-8.11] Npc Ogłoszenie ! http://www.tibiafans.pun.pl/viewtopic.php?id=71 |
| Adix - 2008-05-13 16:17:57 |
Ten npc wygłasza ogłoszenie co wybrany czas na czerwono ;] Kod: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) >= (4*1*60) then
selfSay(''Tekst')
')
lastclean = os.time()
end
endTam gdzie pisze "tekst" wpisujemy co ma mowic Kod:<?xml version="1.0"?>
<npc name="Ogloszenie" script="data/npc/scripts/ogloszenie.lua" access="5" lookdir="3" autowalk="1">
<health now="1" max="1"/>
<look type="128" head="20" body="100" legs="50" feet="99" addons"3" />
</npc>Pozdrawiam Adix |