Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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).
  2. 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:").
  3. Hello, yes you can, in "Battlegrounder" product settings, you have option "Use other product during queue..."
  4. Hello, I'll not add this feature. But you can copy manually (for it, edit setting file with notepad (WRobot\Settings\ReloggerGeneralSettings.xml)
  5. Hello, try again, you can now use your license key with this version.
  6. Bonjour, pouvez vous décrire votre problème en Français.
  7. 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?
  8. 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.
  9. 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?
  10. Why I can't download files (Error code 1D161/3 : "You are not allowed to download that file.")?
  11. How do I renew the subscription?
  12. How to use my license key to unlock WRobot?
  13. Where is my license key?
  14. How to install WRobot?
  15. In next days.
  16. Droidz

    Bot

    Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 14
  17. 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.
  18. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 6, 7, 10, 14, 15
  19. can you share your fightclass
  20. 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);
  21. If you can also tell me what this script return: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=17783
  22. Dump all quests in "Quests log" with lua ret = ''; local numEntries, numQuests = GetNumQuestLogEntries(); for questLog = 1, numEntries do local questTitle, _, _, _, _, _, _, id = GetQuestLogTitle(questLog); if id > 0 and questTitle then local q = '\n================='; q = q .. '\n' .. tostring(questTitle) .. ' (' .. id .. ')'; local numObjectives = GetNumQuestLeaderBoards(questLog); for i=1,numObjectives do local description, objectiveType, isCompleted = GetQuestLogLeaderBoard(i,questLog); if description then q = q .. '\nObjective count: ' .. i .. ', Description: ' .. tostring(description) .. ', ObjectiveType: ' .. tostring(objectiveType) .. ', IsCompleted: ' .. tostring(isCompleted); end end q = q .. '\n================='; print(q); ret = ret .. q; end end Go to WRobot tab "Tools" > "Development Tools" > paste this lua code in textbox and click on button "Lua (return value in 'ret')"
  23. It is not good objects. Do you have try to put 0 at all "Objective count X" and put true at all "Auto detect objective count X"
  24. And in WRobot tab "Tools" > "Development Tools" > "Dump all informations" the items appear?
  25. Seem not stop fight: 2016-09-09_14-15-52.mp4
×
×
  • Create New...