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.
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.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.