Jump to content
  • 0

Navigation Question


TrueNoir

Question


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   19
  • Joined:  11/14/11
  • Last Seen:  

	{
		"prontera",--Map
		15038, --Distance ID
		101,
		553,--SpriteID
		"Dolangmal", --NpcName
		"프론", --Mapname?
		114, --x
		77 --y
	},

So i'm trying to figure out how the navigation works properly so i can even add custom npc's to the list i'm not sure what the 3rd number is and im not sure if im right about the mapname either if anyone knows how this work that would be helpful

 

 

 

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  547
  • Reputation:   270
  • Joined:  11/08/11
  • Last Seen:  

I think it is something like a NPC type.

 

101 seems to be general NPC

102 seems to be tool dealers

 

Not sure though.

 

Basically I think you are fine with just putting 101 there.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  109
  • Reputation:   19
  • Joined:  11/14/11
  • Last Seen:  

{
		"prontera",--Map
		15038, --Distance ID
		101, -- either npc sprite look or type of npc
		553,--SpriteID
		"Dolangmal", --NpcName
		"프론", --NPC Description
		114, --x
		77 --y
	},

i was also thinking since its a number between 101 to 103 it could be the positioning of the NPC in the navigation window though i've been busy translating it and havent actually tested that out so i think the final verdict is like so

 

but thanks for the input lemongrass o-O!

Link to comment
Share on other sites

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...