- Joined
- Aug 1, 2008
- Messages
- 72
- Reaction score
- 0
Hey.. have a problem with NPC...
I see him in game... but if i wanna talk with him... it shows me this error... (Attached File)
My InitNPC Code is this:
And my e.pk code is this:
I have named the .dat file s000700.dat and encrypted it and put it in e.pk... what
I see him in game... but if i wanna talk with him... it shows me this error... (Attached File)
My InitNPC Code is this:
Code:
(gennpc (index 479) (country 0) (kind 0) (shape 3) (html 700) (map 0) (xy 267785 242736 19630) (dir 267711 242732))
And my e.pk code is this:
Code:
(filechk file_ver (country_type ENG) (filename s000700))
(background
(font 12)
(wrap 270)
(link system ( param ( width 270) ( height 255) ( style title edge system vscroll) ( caption "Caption") ( layout script) ))
)
( frame ( font 12)
( line "Hey")
( line "How are you?")
( link close ( text "[End Talking] Bye Bye"))
)
I have named the .dat file s000700.dat and encrypted it and put it in e.pk... what