Jump to content
  • 0

Adding new Quests / Quest name problem


Question

Posted (edited)

Greetings Cheaters :)

 

I have a little issue with adding new quests. Everything works fine, but!

 

Like you can see on the picture below all npcs with multiple quests do not show questnames properly, but instead a blank []. How can i solve this?

Unbenannt.JPG.11495fd8c2d4a8cf5e5556dc80ec854c.JPG

 

PS: I added the package and class lines to questmasterhandler.java. "Questfolder" and "quest.java" do have the same names. 

Also the following line is existing:

public Q00800_Lagebericht()
    {
        super(800, Q00800_Lagebericht.class.getSimpleName(), "Lagebericht");
        addStartNpc(OATHRAN);
        addTalkId(OATHRAN, GILBERT);
    }

I added the required quest lines in questname-e.dat for quest id 800. The quest window works fine, the quest aswell, but every npc with a new quest does not show the questnames if you need to select one.

 

So... Am I missing something? :O

 

(based on the latest h5 revision)

Edited by Finn

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...