Witamy Na OTS Fans, Przeczytaj Regulamin lub Zarejestruj się.
I User
Widzialem Ten Skrypt Na Forum Tibia.org i otfans.pl ale tu go jeszcze nie ma więc dam,
Prawdziwy Autor Nie Znany
W data\actions\scripts i robimy tam train.lua
function onUse(cid, item, frompos, item2, topos) if item.uid == 8000 then kasapos = {[color=red]x=125, y=99, z=7[/color],[color=#003366]stackpos=255[/color]} getkasa = getThingfromPos(kasapos) topos = {x=[color=#00FF00]125, y=99, z=8[/color]} if getkasa.itemid == 2152 and getkasa.type == 5 then doRemoveItem(getkasa.uid,5) doTeleportThing(cid,topos) else doPlayerSendTextMessage(cid,22,"Poloz 5 platynek kolo dzwigni.") end return 1 end end
Trzeba Zrobic Dziwgnie (id dzwigni 1945) o uniqueid 8000
To Sa Współrzędne Gdzie Ma Gracz Polozyc Kase
TEGO NIE RUSZAJCIE !
To Sa Wspozedne Gdzie Ma Teleportowac Gracza
Teraz W data\actions\actions.xml
Dajemy Na Samym Koncu
<action uniqueid="8000" script="train.lua" />
Offline