NPC Problem

Results 1 to 15 of 15
  1. #1
    Member Hofmann11 is offline
    MemberRank
    Aug 2008 Join Date
    ViennaLocation
    76Posts

    NPC Problem

    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:
    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
    Attached Thumbnails Attached Thumbnails npcerror.jpg  


  2. #2
    Member SirTobey is offline
    MemberRank
    Dec 2007 Join Date
    GermanyLocation
    63Posts

    Re: NPC Problem

    [quote=Hofmann11;4009349]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:
    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

  3. #3
    Grand Master Shortor is offline
    Grand MasterRank
    Jun 2007 Join Date
    1,627Posts

    Re: NPC Problem

    Yah i always did the same. Just copy some existing file and modify it.

  4. #4
    Member Hofmann11 is offline
    MemberRank
    Aug 2008 Join Date
    ViennaLocation
    76Posts

    Re: NPC Problem

    Ok I decrypted "s000001.dat" which looks like this:

    Code:
    (filechk file_ver (country_type ENG) (filename s000001))
    (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 "Merchant, Goo-Deuk : Hello. Excellent weapons are basic requirements for excellent fighters. My products are only the basic weapons. If you're looking for better products, you'd btter go to the Geumoy Castle.")
    	( line "")
    
    	( link ( text "[Enter Shop]Please show me all your weapons") ( param load "store" 1))
    	( link ( text "I'd like know more about the weapons.") ( param load "s000002" ))
    	( link close ( text "I'll come back later."))
    )
    and modified it to 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 "Talk") ( layout script) ))
    )

    ( frame ( font 12)

    ( line "Mein Eigener NPC : Hallo. Wie geht

  5. #5
    Live Now, Work Later Xpl0$ive is offline
    Grand MasterRank
    Sep 2006 Join Date
    UKLocation
    526Posts

    Re: NPC Problem

    (html 000700) > (html 700)

  6. #6
    Member Hofmann11 is offline
    MemberRank
    Aug 2008 Join Date
    ViennaLocation
    76Posts

    Re: NPC Problem

    Quote Originally Posted by Xpl0$ive View Post
    (html 000700) > (html 700)
    Modified it but still not working... nothing happens...

  7. #7
    Elite Member BorStI is offline
    Member +Rank
    May 2007 Join Date
    137Posts

    Re: NPC Problem

    (beacuase i wrote in InitNPC.txt (html 000700) right?) and then I put it back in e.pk with name
    u added your pw to the new dat- file?!

  8. #8
    Member Hofmann11 is offline
    MemberRank
    Aug 2008 Join Date
    ViennaLocation
    76Posts

    Re: NPC Problem

    Quote Originally Posted by BorStI View Post
    u added your pw to the new dat- file?!
    Erm... no...

    But when I look with winrar in e.pk there is a pass on it..

    EDIT: now I put manual the pw (original pw becuase I have the clean client) on the file... its still not working... :(

    I don

  9. #9
    Elite Member BorStI is offline
    Member +Rank
    May 2007 Join Date
    137Posts

    Re: NPC Problem

    [quote=Hofmann11;4010427]Erm... no...

    But when I look with winrar in e.pk there is a pass on it..

    EDIT: now I put manual the pw (original pw becuase I have the clean client) on the file... its still not working... :(

    I don

  10. #10
    Grand Master Flohle is offline
    Grand MasterRank
    Oct 2006 Join Date
    GermanyLocation
    1,942Posts

    Re: NPC Problem

    Quote Originally Posted by BorStI View Post
    komisch komisch komisch
    eigendlich kann es wirklich nur noch daran liegen ... den bei den anderen sachen "scheinen" keine fehler drinne zustecken
    oh borsti xD this is english ragezone :D you not on german kalzone xD

    @topic: I don'T see any error too atm O_o

  11. #11
    Elite Member BorStI is offline
    Member +Rank
    May 2007 Join Date
    137Posts

    Re: NPC Problem

    [quote=Hofmann11;4009891]
    [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 "Talk") ( layout script) ))
    )

    ( frame ( font 12)

    ( line "Mein Eigener NPC : Hallo. Wie geht

  12. #12
    Newbie Appletree is offline
    MemberRank
    Apr 2008 Join Date
    GermanyLocation
    13Posts

    Re: NPC Problem

    Download advanced ok editor and try it again, i used winrar, too.
    But i

  13. #13
    Member Hofmann11 is offline
    MemberRank
    Aug 2008 Join Date
    ViennaLocation
    76Posts

    Re: NPC Problem

    Thx to Borsti... I modified it..

    But LoL whats that? when i open e.pk with pk editor and open s000700.dat there

  14. #14
    Live Now, Work Later Xpl0$ive is offline
    Grand MasterRank
    Sep 2006 Join Date
    UKLocation
    526Posts

    Re: NPC Problem

    try a different pk editor

  15. #15
    Member Hofmann11 is offline
    MemberRank
    Aug 2008 Join Date
    ViennaLocation
    76Posts

    Re: NPC Problem

    [QUOTE=Appletree;4010846]Download advanced ok editor and try it again, i used winrar, too.
    But i
    Attached Thumbnails Attached Thumbnails jobchangeerror1.jpg   jobchangeerror2.jpg  



Advertisement