What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Quest Log

baxterboy

New Member
Joined
Jul 9, 2010
Messages
323
Reaction score
11
Hey guys, another question.
Is there a way to search your characters QuestLog for a specific quest? I've tried to play around with something I found in the API but obviously I'm doing something wrong.

If its possible could somebody please post a Code Snippet to demonstrate?

Thanks alot!
 
Hey guys, another question.
Is there a way to search your characters QuestLog for a specific quest? I've tried to play around with something I found in the API but obviously I'm doing something wrong.

If its possible could somebody please post a Code Snippet to demonstrate?

Thanks alot!

Code:
PlayerQuest someQuest = ObjectManager.Me.QuestLog.GetQuestById(1234);
 
Back
Top