mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[GH-ISSUE #25] Only have the coded quests in the quest list. #4884
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AgilityV2 on GitHub (Oct 6, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/25
Right now we have a bunch of quests on the quest list that aren't coded, here's a list of coded quests:
https://github.com/dginovker/2006rebotted/tree/master/2006Redone%20Server/src/redone/game/content/quests/impl
@dginovker commented on GitHub (Oct 7, 2019):
The code below doesn't work, since q.getButton() (from QuestAssistant.java) isn't the ID you want.

The ID you want (seen highlighted here) isn't incremented by 1 as you go down the quest list, and I can't figure out a way to dump it.

So the trick to this issue is just dumping these IDs somehow. If you can dump it, the code to make this work would look like:
@Dark98 commented on GitHub (Oct 18, 2019):
This was fixed by @mrextremez