Quantcast
Channel: Tibia.net.pl - welcome to OpenTibia community
Viewing all articles
Browse latest Browse all 3598

Skrypty & Kody Tekeoirt ActionID

$
0
0
Przerobi ktoś aby, po tworzeniu tego TP, dodawalo mu actionid: 130?
Kod Lua:
  1. local createpos = {x=1001,y=1001,z=7}
  2. local topos = {x=960,y=1555,z=7}
  3. local timetoclose = 1
  4. function onTimer(time)
  5. doCreateTeleport(1387, topos, createpos)
  6. doBroadcastMessage("[Przetrwanie] Event zostal otwarty!\n Bedzie otwarty przez: "..timetoclose.." minute.",21)
  7. return true
  8. end

Viewing all articles
Browse latest Browse all 3598