Quote:
;Teleport Agent - For Dungeon 1 -------------------------------------------------------
;;Room 1
(quest
(index 8700 1)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 34657)))
(case (if (item (31 10000))) (then (item (out 31 10000)) (teleport 2 51359 34657)))
(case (then (html 502)))
)
;;Room 2
(quest
(index 8700 2)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 35237)))
(case (if (item (31 15000))) (then (item (out 31 15000)) (teleport 2 51359 35237)))
(case (then (html 502)))
)
;;Room 3
(quest
(index 8700 3)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 35810)))
(case (if (item (31 20000))) (then (item (out 31 20000)) (teleport 2 51359 35810)))
(case (then (html 502)))
)
;;Room 4
(quest
(index 8700 4)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 36387)))
(case (if (item (31 25000))) (then (item (out 31 25000)) (teleport 2 51359 36387)))
(case (then (html 502)))
)
;;Room 5
(quest
(index 8700 5)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 36963)))
(case (if (item (31 30000))) (then (item (out 31 30000)) (teleport 2 51359 36963)))
(case (then (html 502)))
)
;;Room 6
(quest
(index 8700 6)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 37727)))
(case (if (item (31 35000))) (then (item (out 31 35000)) (teleport 2 51359 37727)))
(case (then (html 502)))
)
;;Room 7
(quest
(index 8700 7)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 38300)))
(case (if (item (31 40000))) (then (item (out 31 40000)) (teleport 2 51359 38300)))
(case (then (html 502)))
)
;;Room 8
(quest
(index 8700 8)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 38876)))
(case (if (item (31 45000))) (then (item (out 31 45000)) (teleport 2 51359 38876)))
(case (then (html 502)))
)
;;Room 9
(quest
(index 8700 9)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 39643)))
(case (if (item (31 50000))) (then (item (out 31 50000)) (teleport 2 51359 39643)))
(case (then (html 502)))
)
;;Room 10
(quest
(index 8700 10)
(case (if (item (5018 1))) (then (item (out 5018 1)) (teleport 2 51359 40404)))
(case (if (item (31 55000))) (then (item (out 31 55000)) (teleport 2 51359 40404)))
(case (then (html 502)))
)
s_000xx.dat e-pk
Quote:
(filechk file_ver (country_type ENG) (filename s300095))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 280) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)
( frame ( font 12)
( line "[Local Teleport Agent] : The Royal Tomb is very very big.")
( line "")
( line "I got a methode that uses Ancient Magic to teleport you to another l")
( line "")
( line "A teleportation costs 10,000~55,000 geon or an Ancient Teleport Scroll.")
( line "If you have a scroll I'll take it else I'll take the money.")
( line "")
( line "I want to teleport to...")
( line "")
( link ( text "Room 1 - 10,000 geons") ( param send quest 8700 1 ))
( link ( text "Room 2 - 15,000 geons") ( param send quest 8700 2 ))
( link ( text "Room 3 - 20,000 geons") ( param send quest 8700 3 ))
( link ( text "Room 4 - 25,000 geons") ( param send quest 8700 3 ))
( link ( text "Room 5 - 30,000 geons") ( param send quest 8700 4 ))
( link ( text "Room 6 - 35,000 geons") ( param send quest 8700 5 ))
( link ( text "Room 7 - 40,000 geons") ( param send quest 8700 6 ))
( link ( text "Room 8 - 45,000 geons") ( param send quest 8700 7 ))
( link ( text "Room 9 - 50,000 geons") ( param send quest 8700 8 ))
( link ( text "Room 10 - 55,000 geons") ( param send quest 8700 10 ))
( line "")
( link close ( text "[Talk End] I'll come back again." ))
initNPC.txt