@DeathArt
Code:
I hoped for a level limit on the teleport to the dungeon itself :/
You must only disable the following teleporters at etc.txt in MainSvr/Config/etc.txt
from this
Code:
; Into D1
(portal (country 0 1 2) (from 0 8827 7400 8829 7401) (to 2 50204 34102 20476))
;out to Forest
(portal (country 0 1 2) (from 2 1565 1063 1566 1068) (to 0 282486 236837 18765))
(portal (country 0 1 2) (from 2 1564 1261 1565 1265) (to 0 282486 236837 18765))
to this
Code:
; Into D1
;(portal (country 0 1 2) (from 0 8827 7400 8829 7401) (to 2 50204 34102 20476))
;out to Forest
(portal (country 0 1 2) (from 2 1565 1063 1566 1068) (to 0 282486 236837 18765))
(portal (country 0 1 2) (from 2 1564 1261 1565 1265) (to 0 282486 236837 18765))
Here i post a new Teleportsystem (all Dungeons + Citys) with LvL Limitation (lvl 33) for D1
quest.txt
Code:
;Teleporter
;;Narooth
(quest
(index 8700 1)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 257459 259201)))
(case (then (html 502)))
)
;;Cargo Station
(quest
(index 8700 2)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 264931 262029)))
(case (then (html 502)))
)
;;Mine
(quest
(index 8700 3)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 265642 285434)))
(case (then (html 502)))
)
;;Pub of Giant Bird
(quest
(index 8700 4)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 256442 288522)))
(case (then (html 502)))
)
;;CoP - City of Priest
(quest
(index 8700 5)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 232828 294721)))
(case (then (html 502)))
)
;;Fort
(quest
(index 8700 6)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 267895 242644)))
(case (then (html 502)))
)
;;Demon Castle
(quest
(index 8700 7)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 265166 224069)))
(case (then (html 502)))
)
;;Dungeon 1
(quest
(index 8700 8)
(case (if (level 33) (item (31 0))) (then (item (out 31 0)) (teleport 2 50179 34100)))
(case (then (html 502)))
)
;;Dungeon 2
(quest
(index 8700 9)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 242777 298016)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 1
(quest
(index 8700 10)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 53100 17930)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 1
(quest
(index 8700 11)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 35527 34471)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 2
(quest
(index 8700 12)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 5440 37970)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 3
(quest
(index 8700 13)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 19720 34990)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 4
(quest
(index 8700 14)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 6247 21589)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 5
(quest
(index 8700 15)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 21115 17947)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 6
(quest
(index 8700 16)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 39009 21581)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 7
(quest
(index 8700 17)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 26472 8807)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 8
(quest
(index 8700 18)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 42836 11199)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 9
(quest
(index 8700 19)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 58376 5797)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 2
(quest
(index 8700 20)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 18542 53822)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 3
(quest
(index 8700 21)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 36995 50845)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 4
(quest
(index 8700 22)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 4799 52117)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 5
(quest
(index 8700 23)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 3974 68753)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 5
(quest
(index 8700 24)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 20154 68260)))
(case (then (html 502)))
)
;;Fosrsaken Fort
(quest
(index 8700 25)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 273204 232252)))
(case (then (html 502)))
)
;;Dungeon 3 - Floor 9
(quest
(index 8700 19)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 3 58376 5797)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 2
(quest
(index 8700 20)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 18542 53822)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 3
(quest
(index 8700 21)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 36995 50845)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 4
(quest
(index 8700 22)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 4799 52117)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 5
(quest
(index 8700 23)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 3974 68753)))
(case (then (html 502)))
)
;;Dungeon 4 - Floor 6
(quest
(index 8700 24)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 4 20154 68260)))
(case (then (html 502)))
)
;;Fosrsaken Fort
(quest
(index 8700 25)
(case (if (item (31 0))) (then (item (out 31 0)) (teleport 0 273204 232252)))
(case (then (html 502)))
)
initnpc.txt
Code:
;teleportMergant
(gennpc (index 1108) (country 0 1 2) (kind 5) (shape 20) (html 300095) (map 0) (xy 267940 242708 19630) (dir 267912 242694))
(gennpc (index 1109) (country 0 1 2) (kind 5) (shape 20) (html 300095) (map 0) (xy 232598 295095 45300) (dir 232595 295084))
(gennpc (index 1110) (country 0 1 2) (kind 5) (shape 20) (html 300095) (map 0) (xy 256022 288142 27075) (dir 256019 288148))
(gennpc (index 1111) (country 0 1 2) (kind 5) (shape 20) (html 300095) (map 0) (xy 258151 259529 16064) (dir 258119 259505))
(gennpc (index 1112) (country 0 1 2) (kind 5) (shape 20) (html 300095) (map 0) (xy 264853 262691 16191) (dir 264865 262679))
(gennpc (index 1113) (country 0 1 2) (kind 5) (shape 20) (html 300095) (map 0) (xy 265900 285517 22650) (dir 265856 285504))
message-e
Code:
( npcname 1108 "Teleport Monument")
( npcname 1109 "Teleport Monument")
( npcname 1110 "Teleport Monument")
( npcname 1111 "Teleport Monument")
( npcname 1112 "Teleport Monument")
( npcname 1113 "Teleport Monument")
Have fun with this Teleporter and LvL Limitation
I attached the e.pk s0000xxx files