Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you still get this problem?
  2. Hello, Can you share your full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). And You have try to use another profile?
  3. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 install slimdx
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. When server is done he don't return path, and bot is in pause (your character don't move) Can you describe to me with more detail the problem you have.
  6. Hello, you install of HMP is bad, check guide and reinstall this plugin
  7. Hello, try to use your profile with "Quester" product
  8. https://github.com/Irame/TSM_WOTLK/blob/fd714be7de31950592b4ac68c620fc6280e1d508/TradeSkillMaster_AuctionDB/Modules/Scanning.lua#L384
  9. Hello, you can try to look code of addon
  10. Hello, the Pathfinder servers are online and no one reported any problems to me. Can you share your log file.
  11. Hello, it is automatic or GM send it to suspect users?
  12. And code look like: var QuiverAmmoBagsId = new List<int> { 29143, 29144, 29118, 18714, 44447, 44448, 34105, 34106, 34099, 34100, 19319, 19320, 2662, 2663, 8217, 8218, 7371, 7372, 3604, 3605, 3573, 3574, 11362, 11363, 5439, 5441, 7278, 7279, 2101, 2102, }; var freeSlots = 0; var bags = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWContainer(); foreach (var b in bags) { if (b.IsValid && QuiverAmmoBagsId.Contains(b.Entry) && b.Owner == wManager.Wow.ObjectManager.ObjectManager.Me.Guid && (b.ContainedIn == 0 || b.ContainedIn == wManager.Wow.ObjectManager.ObjectManager.Me.Guid) && !string.IsNullOrWhiteSpace(b.Name)) { freeSlots += Lua.LuaDoString<int>($@" local freeSlots = 0; for bagID = 1, 4 do if GetBagName(bagID) ~= nil and GetBagName(bagID) == '{b.Name.Replace("'", "\'")}' then for s=1,GetContainerNumSlots(bagID) do local i = GetContainerItemInfo(bagID,s); if not i then freeSlots = freeSlots + 1 end end end end return freeSlots;"); } }
  13. wManager.Wow.Helpers.Bag.GetContainerNumFreeSlotsNormalType return good result for me in Wotlk and Tbc
  14. I'll try to resolve this problem in bot, can you confirm than list of bags is complete here? https://www.wowhead.com/icon=133581/inv-misc-ammo-bullet-01#used-by-item:0+14-2 (items type Bag)?
  15. Hello, try to reinstall bot in new folder and copy only your fightclass profile, if you get problem again share log please
  16. This is not normal, but it's hard to say there may be a lot of reason, but normally WRobot will sell to the "Repair" and "Vendor" (repair only to the "Repair"and buy only from the "Vendor"). Check your search radius, your blacklist, if your profile does not delete NPCs, if it is not disabled.
  17. Why create new thread? Why hide your old thread when I give code than can help another users? I stop help you
  18. Hello, in all relogger profiles, add in first task, task type "ChangeWowPath"
  19. Hello, blacklist npc (tab "Tools")
  20. Hello, it is probably your antivirus
  21. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 4, 7, 15
×
×
  • Create New...