Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Add continentid to all vector3 I think that's too much. But why not add Action (like travel: Azeroth), c# or profile option to select profile continent. If you have any ideas / suggestions to add this features
  2. check your PM
  3. Hello, WRobot try to found best position to resurrect. In advanced general settings put lower value regen options
  4. Hello, in quest "base settings", you have option like "can repeat", enable this option
  5. Hello, it is strange. Try to disable you wow addons and wrobot plugins. Share your log if your problem is not resolved
  6. Hello, in fightclass editor, in spell settings you disable option "in combat only"
  7. Hello, wait next update
  8. Hello, Open notepad and copy paste this code: <?xml version="1.0" encoding="utf-16"?> <GrinderProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <GrinderZones> <GrinderZone> <Vectors3> POSITIONS-HERE </Vectors3> </GrinderZone> </GrinderZones> </GrinderProfile> Open another notepad window and load the gatherer profile, select and copy all lines that start by "<Vector3" like: <Vector3 X="2154.718" Y="6251.842" Z="127.6786" /> <Vector3 X="2159.156" Y="6245.74" Z="128.1655" /> <Vector3 X="2160.978" Y="6237.441" Z="129.2786" /> <Vector3 X="2161.879" Y="6229.778" Z="130.1322" /> <Vector3 X="2162.808" Y="6222.213" Z="129.9639" /> <Vector3 X="2164.3" Y="6214.424" Z="129.8085" /> Go to the first notepad window, remove text "POSITIONS-HERE" and paste copied lines. Save file in fodler "WRobot\Profiles\Grinder\" (in *.xml file)
  9. You have put 10.5 at FlyAboveGroundHeight, try value like 2 or 2.5
  10. Hello, Can you share your FULL log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. You get this problem only when you use this fightclass? Your code is big to find where is the problem. Do you have try to put "Range" fix? Try also to add logs to check when WRobot bug.
  12. I'll remove GetEquippedItem, this method is useless and broken.
  13. Hello, do you have try to use ObjectManager.Me.GetEquipedItemBySlot()?
  14. Hello, try to disable your wow addons, you can also try to enable "use lua to move" in advanced general settings. If your problem is not resolve you can try to: Close WRobot. Go to folder "WRobot\Settings\" Open with notepad file "General-PLAYERNAME.SERVERNAME.xml" Search "<FlyAboveGroundHeight>1.5</FlyAboveGroundHeight>" and replace 1.5 by bigger value. Save and relaunch WRobot. (you can also run this c# command if you don't want to edit xml file: wManager.wManagerSetting.CurrentSetting.FlyAboveGroundHeight = 1.5f; )
  15. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required softwares) If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, it is the minimum distance (2d) between your character and current destination to take taxi (if distance is less than FlightMasterTaxiDistance WRobot will ignore flightmaster during traveling).
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, check if WRobot use good https://www.youtube.com/watch?v=S-wu3hBS9pc
  19. Bonjour, https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664
  20. you need to click on button "Go to town" button tab "tools" only one time after to start bot (and wait than WRobot end current task)
  21. When you start bot, and you click on "Go to town" button tab "tools" wrobot don't use mammoth?
  22. Ok, I have check code change and I don't found what can cause this problem, if you can share log of sessions where you get this problem (more I have log files, better is it).
  23. Hello, https://wrobot.eu/forums/topic/7665-is-it-possible-to-make-the-wrobot-not-create-settings/?do=findComment&comment=35058 Can you share the code than you put in "additional C# code"?
  24. in your log wrobot don't try to go to vendor/repair
  25. Hello, with notepad replace InteractGameObject by InteractGameObjectAutoLoot
×
×
  • Create New...