Forum Poświęcone OTS
lastclean = 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) >= (4*1*60) then selfSay(''Tekst') ') lastclean = os.time() end end
Tam gdzie pisze "tekst" wpisujemy co ma mowic
(4*1*60)- 4 znaczy co ile minut ma wyswietlac tekst
Robimy Ogloszenie.xml w data/npc a w nim wklejamy to:
<?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>
Ostatnio edytowany przez wieczny (2008-07-29 15:03:38)
Offline