LaoArchAngel
Member
- Joined
- Oct 14, 2010
- Messages
- 101
Forgive what may be a dumb question, but Quest Behaviors have to be placed into the Quest Behaviors folder in the Honorbuddy directory, right?
System.Threading.ThreadAbortException: Thread was being aborted.
at Styx.MemoryManagement.ExternalProcessReader.(SafeMemoryHandle , IntPtr , Byte* , Int32 , Int32& )
at Styx.MemoryManagement.ExternalProcessReader.ReadBytes(IntPtr address, Int32 count, Boolean isRelative)
at Styx.MemoryManagement.ExternalProcessReader.Read[T](IntPtr address, Boolean isRelative)
at Styx.WoWInternals.WoWObjects.LocalPlayer.get_MapId()
at Styx.Pathing.BlackspotManager.(Object , TileLoadedEventArgs )
at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
at Tripper.Navigation.WowNavigator.LoadTile(TileIdentifier wowTile)
at Tripper.Navigation.WowNavigator.(Int32 , Int32 )
at Tripper.RecastManaged.Detour.NavMeshTileLoader.TileLoader(Int32 x, Int32 y, Void* userArg)
at dtNavMeshQuery.loadNeighbourTiles(dtNavMeshQuery* , UInt32 ref)
at dtNavMeshQuery.updateSlicedFindPath(dtNavMeshQuery* , Int32 maxIter)
at Tripper.RecastManaged.Detour.NavMeshQuery.UpdateSlicedFindPath(Int32 maxIter)
at Tripper.Navigation.WowNavigator.FindPath(Vector3 start, Vector3 end)
at Styx.Pathing.MeshNavigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
at Styx.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to, Int32 maxHops)
at Styx.Pathing.Navigator.CanNavigateFully(WoWPoint from, WoWPoint to)
at Styx.CommonBot.Database.NpcQueries.GetNearestNpc(WoWFactionTemplate myFaction, UInt32 mapId, WoWPoint searchLocation, UnitNPCFlags npcFlags)
at Styx.CommonBot.Profiles.VendorManager.GetClosestVendor(VendorType type)
It will always askHi guyz when i try to start profile it asks for some megser plugin...
Ive putted it in plugins category but it asks the same!
any word on what's causing my issues or is it in the fixes you plan to release later today? Thanks a ton for your work on this!
Version 2.0:
- Free Spirits now using flying mount to complete, need to download ForcedMount1.cs behavior + optional modified Megser Daily Plugin to make it faster (plugin makes character to fly away and avoid combat while in spirit world)
- Crumbling Behemoth now using plugin to avoid being hit by aoe
- Laosy Scouting now using Laosy.cs behavior
- Pomfruit Pickup now using Pomfruit.cs behavior
- Silkfeather Hawk quest now using Silkfeather.cs behavior (tested only on rogue with throw and works fine, hope it works fine also on another classes)
- Added few more missing quests, anyway still few quests are missing
Knows issues:
- Thundering Skies still working on this quest , for now need to make it manually, anyway its not so hard
- Working on Setting Sun Garrison also but for now cant handle few quests (2 running + 1 rolling, no idea how to make them)
Quest Cannonfire, your hb thinks its done so it wont use bom on cannons and you in infinite loop. Easy solution, download fresh hb, extract to another folder then your existing hb, run it and check if profile is working.
Plugin Pandaria Dailies threw an exception in 'Pulse'! Exception:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at AzeniusHelper.AzeniusHelper.Pulse() in c:\Users\Rick\Desktop\HB - Copy\Plugins\Pandaria Dailies -Megser-\Pandaria Dailies -Megser-.cs:line 193
at Styx.Plugins.PluginWrapper.Pulse()