Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  2. Hello, answered by private message
  3. Hello, can you try to relaunch WRobot and tell me if problem is resolved, if problem is not resolved, can you share your log file please.
  4. Do you have try to install last version of Framework https://www.microsoft.com/en-us/download/details.aspx?id=48130 ?
  5. I have edited my last post: http://wrobot.eu/forums/topic/3811-change-targets/?do=findComment&comment=17863 (replace "ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= distance) != null" by "ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= 10) != null")
  6. Droidz

    Mining

    Normally it is automatic, it's for this reason that I'll check. But, to resolve problem, you have two ways: Disable option "Harvest Minerals" and add names of mines at harvest in advanced general settings tab "Looting and Farming options" option "Harvest objects (one name or id by line)(case sensitive)". Or you can add name of mines with hightlevel of you current zone like 'Tin ore' in advanced general settings tab "Looting and Farming options" option "Don't harvest objects (one name or id by line)(case sensitive)".
  7. If you can wait next update for the fix.
  8. Droidz

    Mining

    Hello, I come back to you when I find reason or fixed this problem.
  9. Hello, http://wrobot.eu/bugtracker/335a-bot-unable-to-relog-bug-in-reloger-r337/
  10. Some times, WRobot can fail to download mesh file and put an corrupted mesh file in 'meshes' folder (this can crash WRobot). But it is not normal than relogger crash.
  11. Droidz

    Moves when fishing

    Thank you, i'll look. I comeback here later
  12. Hello, With lua, you can interact with NPC (you are limited) but you cannot gatherer, you can found wow api here: wow.gamepedia.com/World_of_Warcraft_API
  13. Hello, thank, I'll look this, I come back here when is done.
  14. Changed Status to Confirmed Changed Version to All
  15. You can launch it is xml fightclass, Add conditon "C Sharp code" like: ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= 10) != null And in instead of spell name, put // Get unit in range and lowest health float distance = 10; WoWUnit unit = ObjectManager.GetWoWUnitHostile().OrderBy(u => u.HealthPercent).FirstOrDefault(u => u.GetDistance <= distance); // Any unit? if (unit != null && unit.IsValid) { // Interact Interact.InteractGameObject(unit.GetBaseAddress); } and activate spell setting 'No spell, is C# code'.
  16. it is strange. You have get this problem recently? (or you just start to use Relogger)? In google, all repport similar at this crash is very recent https://www.google.com/search?q=ltc_game32-116096.dll . What version of Windows do you use? do you have get update recently?
  17. Hello, you can run lua code directly in fightclass. Can you give more detail about your objective.
  18. Hello, can you give more details about problem. When this happen? The frequency? Do you get errors in your log files (you can found your log file in folder Logs).
  19. Hello, if problem persist, can you share the name of your fightclass and buffs of dead npc please (tab "Tools" > "Development Tools" > select npc in game and click on "Player/target buff/debuff", send me text after "TARGET Buff/Debuff:").
  20. Hello, yes you can, in "Battlegrounder" product settings, you have option "Use other product during queue..."
  21. Hello, I'll not add this feature. But you can copy manually (for it, edit setting file with notepad (WRobot\Settings\ReloggerGeneralSettings.xml)
  22. Hello, try again, you can now use your license key with this version.
  23. Bonjour, pouvez vous décrire votre problème en Français.
  24. Droidz

    Moves when fishing

    Hello, do you have new line in log when this happen? Do you have try to reinstall WRobot in new folder and use default settings (without fightclass) to check if problem appear? And what frequency do you get this problem?
  25. Hello, I'll not write more guide for create fightclasses (. Eeny has already create good guide and a lot of fightclasses (for Legion or older versions), with this fightclasses, you can see what conditions you need to use with your spell. I am agree, he missing descriptions of the conditions availables.
×
×
  • Create New...