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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock