Jump to content
  • 0

Problem with displaying quest name while talking with NPC


Question

Posted

Hello,

I have this issue when I speak with NPC it doesn't show the name of newly created quest. Instead of that I can see double square brackets.

image.png.76e7df1b73cdb696805b45ced6abc313.png

 

I have added this quest to:
Quest data in files

Quest itself in .java files which was compiled to class and it's responsive for data files

Added into Database

And added to questname-e.dat

 

Am I missing something?

 

Quest works normally like it should

It appears in Quest Tab (alt + U)

The only thing I'm missing is the quest name while talking with NPC

 

I'm using fandC files for H5 servers

 

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

server side you have to find the file where quest names are displayed after klicking quest. this method displays quest name ids which are located client side. it only displays a FIXED range of ids. its fixed serverside...there you have to include your new set of quest ids in order to display them correctly.

 

else you'll end up with this blank bracket ^^

you have also to edit systemmessages which display "questname(Started)", "questname(in progress)", "questname(finished)" 

 

they are also hardcoded clientside

Edited by Finn

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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