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

Request - DB API, Quest info, wp info etc.

Horologe

New Member
Joined
Jul 11, 2011
Messages
11
Reaction score
0
If this doesn't exist how are you guys getting the information for GameParams quest number or the levelarea or waypoint number? or actorId.. Basically I am trying to not just be a bump on a log and make profiles but can't find the API to use.
 
This is meant for finished profiles. Requests and questions go elsewhere.
 
Yeah wrong section - but to answer the question, there is a button to dump alot of info into the log. I don't have DB open right now so I can't be more specific.
 
Dump RActors does dump quit a bit of information..just not the needed information.

ie:
<UseWaypoint questId="1" x="402.5403" y="414.342" z="1.5338" levelArea="1999503360" actorId="6442 " waypointNumber="10" />
I can probably figure out the following parameters from the dump:
x, y, z, actorId, waypointNumber.

questId and levelArea are not made referenced by the dump.
 
Dump RActors does dump quit a bit of information..just not the needed information.

ie:
<UseWaypoint questId="1" x="402.5403" y="414.342" z="1.5338" levelArea="1999503360" actorId="6442 " waypointNumber="10" />
I can probably figure out the following parameters from the dump:
x, y, z, actorId, waypointNumber.

questId and levelArea are not made referenced by the dump.

Waypoint is from the top down in the list, 0 first going down the list so the town is always 0 ect
 
Dump RActors does dump quit a bit of information..just not the needed information.

ie:
<UseWaypoint questId="1" x="402.5403" y="414.342" z="1.5338" levelArea="1999503360" actorId="6442 " waypointNumber="10" />
I can probably figure out the following parameters from the dump:
x, y, z, actorId, waypointNumber.

questId and levelArea are not made referenced by the dump.
There's a button next to the dump where you can retrieve the current quest your char is at. I'm not sure about the levelarea, I just used the one in the premade profiles and it worked fine.
 
Back
Top