Jump to content
  • 0

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


Question

Posted (edited)

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

2 answers to this question

Recommended Posts

  • 0
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...