how to make teleport with lvl req?
pls answere thx =)
greeTz your borbiii
how to make teleport with lvl req?
pls answere thx =)
greeTz your borbiii
Open Quests.txt in your server files' config folder - and learn from that.
Just a little hint...
e.pk:
quest.txt:( page ( font 12)
( pos 605 100)
( button link (bitmap 'worldmap_x') ( param send quest 8702 9 )( tip "Suffering Valley#nRequirement: lvl 65")(colorkey 15 15 15))
)
Hope you understand, ist just an example...gl with creating your own teleporter :)(quest
(index 8702 9)
(case (if (level 65)) (then (teleport 0 335822 340909)))
(case (then (html 900710)))
)
Greets Fritjef
ok thanks i try it =)