Jump to content
  • 0

About auto arrowing the Navigation without clicking it in the npc question


Sunny

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.01
  • Content Count:  26
  • Reputation:   0
  • Joined:  05/28/20
  • Last Seen:  

Good Day,. 

Im having a hard time finding some script about navigation
so the only left to do is posting it here,.

and this is my problem,.

im trying to edit some of the npc which give a navigation link
like in my attach picture

 

Spoiler

sc1.thumb.png.3053d2d6d595d3adb7585037780bde15.png


is possible to make it automatically put a navigation arrow without clicking on in?
example:

mes "Choose a job you want and I will guide you there";
switch(select("Archer","Mage","Swordman"){

case 1:

/navi payon 55/55;

case 2:

/navi geffen 55/55;

case 3:

/navi location x/y;

}

something like that,. but the /navi command is not working my script is there any alternative to do it in npc script?
i hope someone can answer me

 

thank you verymuch

sorry im not that in english
 

Edited by Sunny
add more information in tittle
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  120
  • Topics Per Day:  0.02
  • Content Count:  1970
  • Reputation:   205
  • Joined:  01/08/12
  • Last Seen:  

have you tried  

navigateto("map", x, y, NAV_NONE, 1);

or

<NAVI>[Hun]<INFO>map,x,y</INFO></NAVI>

 

Edited by Brynner
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.01
  • Content Count:  26
  • Reputation:   0
  • Joined:  05/28/20
  • Last Seen:  

On 6/7/2020 at 4:01 PM, Brynner said:

have you tried  


navigateto("map", x, y, NAV_NONE, 1);

or


<NAVI>[Hun]<INFO>map,x,y</INFO></NAVI>

 

thank i already fix mine
and i use that

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