Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, thank, I'll look this, I come back here when is done.
  2. Changed Status to Confirmed Changed Version to All
  3. 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'.
  4. 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?
  5. Hello, you can run lua code directly in fightclass. Can you give more detail about your objective.
  6. 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).
  7. 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:").
  8. Hello, yes you can, in "Battlegrounder" product settings, you have option "Use other product during queue..."
  9. Hello, I'll not add this feature. But you can copy manually (for it, edit setting file with notepad (WRobot\Settings\ReloggerGeneralSettings.xml)
  10. Hello, try again, you can now use your license key with this version.
  11. Bonjour, pouvez vous décrire votre problème en Français.
  12. 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?
  13. 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.
  14. Why I get message "The Game is currently used by this bot or contains traces of a recent of bot usage, are you sure you want to use this process ?" without reason?
  15. Why I can't download files (Error code 1D161/3 : "You are not allowed to download that file.")?
  16. How do I renew the subscription?
  17. How to use my license key to unlock WRobot?
  18. Where is my license key?
  19. How to install WRobot?
  20. In next days.
  21. Droidz

    Bot

    Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 14
  22. Hello, I have never try, but I don't think than WRobot works correctly with Wine on linux. But you can run WRobot and wow in Windows virtual machine.
  23. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 6, 7, 10, 14, 15
  24. can you share your fightclass
  25. In CastSpellByNameOn you need to put lua unit id (not unit name) To don't stop move, you can try: Interact.InteractGameObject(partyMember.GetBaseAddress, false, true);
×
×
  • Create New...