theatristformallyknownasG
Active Member
- Joined
- Jan 16, 2010
- Messages
- 3,041
- Reaction score
- 8
How do I change the amount of time it tries to grab a quest before stopping and trying again. I constantly have to grab the first 5 Golden lotus quets by hand because there is not enough time to given to grab them.
this sorta thing from the log, just never accepts the quest. I have trouble with one other quest, but in general all others seem to get grabbed first time. I am just not sure if there is a simple variable to change to make the wait longer.
G
this sorta thing from the log, just never accepts the quest. I have trouble with one other quest, but in general all others seem to get grabbed first time. I am just not sure if there is a simple variable to change to make the wait longer.
Code:
[22:32:43.679 D] InteractDebug:1560111004
[22:32:43.709 D] Interact Done:1560111004
[22:32:44.787 D] [InteractWith-v479(debug)] Interacted with Anji Autumnlight
[22:32:44.963 D] Activity: Completing 0s wait of 1s
[22:32:45.801 D] [InteractWith-v479(debug)] InteractWith behavior complete.
[22:32:45.932 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:32:46.042 D] Removed hook [Combat_Main] 719ac376-8b3c-46c5-b6a8-cb3dcba5f621
[22:32:46.042 D] Removed hook [Combat_Only] 387590a5-0442-4b1c-8f3d-6f24ddfaf541
[22:32:46.042 D] Removed hook [Death_Main] aa621e6a-fcb8-457c-a918-79cdac27e6be
[22:32:46.075 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:32:46.075 D] Goal: RunLua: In Progress
[22:32:46.075 D] Activity: RunLua: SelectGossipAvailableQuest(GetNumGossipAvailableQuests()) 1 number of times while waiting 0 inbetween
[22:32:46.258 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:32:46.258 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:32:46.258 D] Goal: RunLua: In Progress
[22:32:46.258 D] Activity: RunLua: AcceptQuest() 1 number of times while waiting 100 inbetween
[22:32:46.565 D] [QDBG] Done with forced behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:32:46.822 D] [QDBG] Starting behavior Bots.Quest.QuestOrder.ForcedCodeBehavior.
[22:32:46.824 D] Goal: InteractWith-v479: "In Progress (no associated quest)"
Interacting with Anji Autumnlight
[Ref: "The Golden Lotus r228" @line 240]
[22:32:46.824 D] Inserted new hook [Combat_Main @0] e86e2245-61b3-482f-a209-5a843f99ce7d
[22:32:46.824 D] Inserted new hook [Combat_Only @0] 4e24bb63-0a73-434f-a781-a35ec3731f63
[22:32:46.824 D] Inserted new hook [Death_Main @0] 2e2d0ca4-f8fc-45a6-9d06-efed73bd3552
[22:32:46.839 D] [Lua.Events] Attached to event UNIT_SPELLCAST_CHANNEL_UPDATE with handler HandleInteractionInterrupted
[22:32:46.868 D] [Lua.Events] Attached to event UNIT_SPELLCAST_FAILED with handler HandleInteractionInterrupted
[22:32:46.900 D] [Lua.Events] Attached to event UNIT_SPELLCAST_FAILED_QUIET with handler HandleInteractionInterrupted
[22:32:46.932 D] [Lua.Events] Attached to event UNIT_SPELLCAST_INTERRUPTED with handler HandleInteractionInterrupted
[22:32:47.451 D] InteractDebug:1560111004
[22:32:47.483 D] Interact Done:1560111004
[22:32:48.395 D] [InteractWith-v479(debug)] Interacted with Anji Autumnlight
[22:32:48.567 D] Activity: Completing 0s wait of 1s
[22:32:49.404 D] [InteractWith-v479(debug)] InteractWith behavior complete.
Last edited by a moderator: