Jump to content
  • 0

Adding a custom NPC to the navigation system


doghusky1990

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  12/29/12
  • Last Seen:  

HI I am trying to get the navigation system to located my npc

I edited this file navi_npc_krsak.lua in my GRF file it, and it shows up when I search for it in game, but it doesn't show the red arrows if I am not on the same map as the npc.

This is the snippet I added to the navi_npc_krsak.lua file

{
 "izlude", --Map
 11984,
 101,
 101,
 405, --SpriteID
 "Mall Warper", --NpcName
 "izlude",
 131, --x
 152 --y
},

I am unsure what these numbers are referring to

 11984,
 101,
 101,

Is there another file I have to edit to allow for tracking across multiple maps?

Thanks in advance for any help that is offered.

Edited by doghusky1990
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...