What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Q: How to make my bot close guildleve window immediately after getting a levequest?

Reaux

Member
Joined
Nov 15, 2016
Messages
38
[06:31:24.514 D] Interacting with Eustace 0x254AB1A0
[06:31:26.399 N] [ExGuildLeve v3.3.0.1607060] Picking up Leve: 347
[06:31:46.495 N] [ExGuildLeve v3.3.0.1607060] Picking up Leve: 347
[06:31:55.584 V] [ExBuddy] Attempting to close the [GuildLeve] window
[06:31:55.735 V] [ExBuddy] Waiting 500 ms for [GuildLeve] window to close
[06:31:55.903 V] [ExBuddy] The [GuildLeve] window has been closed.
[06:33:47.211 V] [Poi.Clear] Reason: Current behavior changed to TeleportTo: ZoneId: 0, AetheryteId: 5, Name: Quarrymill, Force: False, Aetheryte: null, IsDone: False, HighPriority: False, LineNumber: 26, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.PrioritySelector, .
[06:33:47.211 D] Replaced hook [ProfileOrderBehavior_Hook] 6885a861-fcd1-4dd8-bc4d-0be2233146e4
[06:33:47.954 D] Teleporting to Quarrymill


After picking up a levequest it does not close the guildleve window after getting a levequest and just stands there for about 30sec. How can I fix this? It does not teleport immediately after getting the quest.
 
ExBuddy\OrderBotTags\Behaviors\ExPickupGuildLeveTag.cs

Line 34 "[DefaultValue(30)]" change to "[DefaultValue(1)]"

will fix the delay.
 
Back
Top