Killzone667
Community Developer
- Joined
- Sep 20, 2015
- Messages
- 87
I'm turning quest. I want to get full quest info(or atleast QuestId)
I've tried BotPoi.Current.AsQuest and it return null all the time.
I've tried Parsing Bots.Quest.QuestOrder.QuestOrder.Instance.CurrentNode but it might be covered with If condition and will return if instead of what i need.
I've tried Parsing Goal Text. But sometimes GoalText != BotPoi. I've noticed POI is TurnIn and goal is MoveTo
which caused conflict.
So the question is: "How to Get Quest Id that's i'm turning in now?". It would be perfect if if i will get Whole Quest Info.
I've tried BotPoi.Current.AsQuest and it return null all the time.
I've tried Parsing Bots.Quest.QuestOrder.QuestOrder.Instance.CurrentNode but it might be covered with If condition and will return if instead of what i need.
I've tried Parsing Goal Text. But sometimes GoalText != BotPoi. I've noticed POI is TurnIn and goal is MoveTo
which caused conflict.
So the question is: "How to Get Quest Id that's i'm turning in now?". It would be perfect if if i will get Whole Quest Info.