I do have quite a bit of programming/scripting knowledge so I know that I'm capable of learning how to write profiles for DB, but I'm having a hard time find a good resource of commands, attributes, methods, etc. All I've been able to do is look at profiles and try to understand how they work and for the most-part, I think I could write one (slowly, but doable). There are 2 things that come to mind that I do have trouble with though, and they both stem from the same point: collecting information.
This piece of code contains both things that I have trouble with. No matter what information I look at, I cannot find that WorldID, nor can I find that waypointNumber. I see a waypoint when I dump the alt-3 (i think) but that number doesn't match what's in the profile and the profile works, so clearly I'm missing something.
That's a specific issue that I'm sure I could solve on my own if someone could point me to a wiki or some sort of documentation that explains how to write scripts and what the various method, etc are.
Thanks in advance!
Code:
<While condition="not (
CurrentWorldId == 283552)">
<UseWaypoint questId="1" waypointNumber="51" />
This piece of code contains both things that I have trouble with. No matter what information I look at, I cannot find that WorldID, nor can I find that waypointNumber. I see a waypoint when I dump the alt-3 (i think) but that number doesn't match what's in the profile and the profile works, so clearly I'm missing something.
That's a specific issue that I'm sure I could solve on my own if someone could point me to a wiki or some sort of documentation that explains how to write scripts and what the various method, etc are.
Thanks in advance!
Last edited: