mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Added implementation of parsing data from quest files
Added methods for checking if a quest is completed and if they have a quest. Updated SWGList to account for the special format of Quest list deltas. Added method that shows a quest in a window
This commit is contained in:
@@ -161,7 +161,7 @@ public class PlayerObject extends IntangibleObject implements Serializable {
|
||||
baseline.put("currentFSQuestList", new SWGList<Byte>(this, 8, 4, false));
|
||||
baseline.put("completedFSQuestList", new SWGList<Byte>(this, 8, 5, false));
|
||||
baseline.put("activeQuest", 0);
|
||||
baseline.put("questJournal", new SWGList<Quest>(this, 8, 7, false));
|
||||
baseline.put("questJournal", new SWGList<Quest>(this, 8, 7, false, true));
|
||||
baseline.put("professionWheelPosition", "");
|
||||
return baseline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user