Jump to content
  • 0

Can i put a navigation link in the quest log?


admagnus

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  11/22/16
  • Last Seen:  

i want to put navigation links in my quest log... do this work? i have a 2018-06-20e RagexeRE client.

 

i alredy try to put a navi link in my quest log but when i click it nothing happens... sorry for my lack of english.

Navigation
  ----------
  For clients dated 2011-10-10aRagexe onwards, you can generate navigation links
  using HTML-like labels:
   
  <NAVI>Display Name<INFO>mapname,x,y,0,000,flag</INFO></NAVI>
   
  The "flag" parameter can be:
  0: Do not open Navigation Window (default).
  1: Open Navigation Window.
   
  The example below will make the [Tool Shop] text clickable and begin navigation
  to alberta (98,154) when clicked.
   
  mes "Have you checked out the <NAVI>[Tool Shop]<INFO>alberta,98,154,0,000,0</INFO></NAVI>?";
   
  See also 'navigateto', which can be used for certain NPC events.
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

[1234] = {
	Title = "Sample Quest", 
	IconName = "ico_ep.bmp", 
	Description = {
		"Go to <NAVI>[prontera]<INFO>prontera,155,181,0,101,0</INFO></NAVI>."
	}, 
	Summary = "Sample Quest for navigation."
}, 

edit your OnGoingQuestinfoList LUB file.

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