• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Q] Teleport npc..

Newbie Spellweaver
Joined
Sep 11, 2006
Messages
7
Reaction score
0
So i made a teleport npc like this

This is for InitNPC.txt
Code:
(gennpc (index 601) (country 252) (kind 0) (shape 7) (html 300) (teleport 2 50179 34100 20476) (map 0) (xy 232651 295588 45300) (dir 235916 233677))

This is for e.pk
Code:
(filechk file_ver (country_type ENG) (filename s000300))
(background
 (font 12) 
 (wrap 270)
 (link system ( param ( width 270) ( height 255) ( style title edge system vscroll) ( caption "Talk") ( layout script) ))
)
( frame ( font 12)
 ( line "I am the teleport NPC to Dungeon 1.")
 ( line "Do you want to be teleported there?")
        ( line "")
        ( link ( text "Teleport me there.") ( param load "teleportNPC1" ))
 ( link close ( text "[End Talking] No. Take care."))
)

So i made it after puppi's guide.. but i dont know what i did wrong because it doesnt teleport me.
Can sum1 please tell me if i have to do something else .. like put something in Etc.txt maybe? or i dunno tell me please !
Thanks!
 
Newbie Spellweaver
Joined
Nov 10, 2006
Messages
19
Reaction score
2
i add all the files but nothing happing !! i can see the npc's
dont know what the problem :(
 
Upvote 0
Back
Top