y2krazy
Community Developer
- Joined
- Jun 21, 2011
- Messages
- 2,803
Just a quick clarification that could eliminate either the majority or all of the teleport "loops" I believe are in my profiles at this time.
Does IsQuestAcceptQualified have a max range? Does the NPC need to be targetable/in range (X yalms) in order to properly see that a quest qualifies to be accepted?
In the provided log, the user was going through a teleport "loop" because it was skipping IsQuestAcceptQualified tag and moving to the next quest and teleporting based on that zone check.
I added a simple MoveTo tag before the IsQuestAcceptQualified tag to have RB move the character next to the NPC essentially, then it properly ran the IsQuestAcceptQualified tag, but only if I forced it to MoveTo the NPC first. After adding the MoveTo tag to the profile, you can see that it properly picks up the quest starting around line 270 in the log.
The next instance where the character is a very far distance away, it failed to run the IsQuestAcceptQualified tag and appeared to skip over it.
Thoughts? Does IsQuestAcceptQualified need any adjustments, or do I need to add a MoveTo/NoCombatMoveTo to every quest pickup in all of my profiles?
Thanks in advance!
Log attached:
Does IsQuestAcceptQualified have a max range? Does the NPC need to be targetable/in range (X yalms) in order to properly see that a quest qualifies to be accepted?
In the provided log, the user was going through a teleport "loop" because it was skipping IsQuestAcceptQualified tag and moving to the next quest and teleporting based on that zone check.
I added a simple MoveTo tag before the IsQuestAcceptQualified tag to have RB move the character next to the NPC essentially, then it properly ran the IsQuestAcceptQualified tag, but only if I forced it to MoveTo the NPC first. After adding the MoveTo tag to the profile, you can see that it properly picks up the quest starting around line 270 in the log.
The next instance where the character is a very far distance away, it failed to run the IsQuestAcceptQualified tag and appeared to skip over it.
Thoughts? Does IsQuestAcceptQualified need any adjustments, or do I need to add a MoveTo/NoCombatMoveTo to every quest pickup in all of my profiles?
Thanks in advance!
Log attached: