Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Can you share your fightclass
  2. Hello, Memory/Cpu usage increment? You can use "Relogger" application to restart WRobot (and wow) automaticly.
  3. Hello, iMod method is good, but you can also use @ http://net-informations.com/q/faq/multilines.html (method 1) like: int numberPetAlive = Lua.LuaDoString<int>(@" local aliveCount = 0; for p=1, 3 do local petID, ability1ID, ability2ID, ability3ID, locked = C_PetJournal.GetPetLoadOutInfo(p); if petID then local health, maxHealth, _ = C_PetJournal.GetPetStats(petID); if health > 0 then aliveCount = aliveCount + 1; end end end return aliveCount;");
  4. Use this lua code to disable autoattack: if (PlayerFrame.inCombat) then ClearTarget(); TargetLastTarget(); end Don't forget also to put range better than 15 yards at your fightclass (if range is smaller than 15 yards, wrobot relaunch autoattack), you can found this option in top/left of fightclass editor, or you can also with this c# code like here line 19.
  5. If your problem is not resolved if you can give me name of your server.
  6. Hello, in wow vanilla he doesn't have RunMacroText() and StopAttack() lua function (you can found lua api of vanilla here: http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API ). Why do you want stop AutoAttack?
  7. If you get message 'Incorrect game version' after WRobot update, close wow and launch Battlenet to update Wow. If you cannot start grinder/gatherer/quester/petbattle bot after update, update again WRobot I resolved problem.
  8. http://wrobot.eu/forums/topic/4848-update-status-patch-715-build-23420/?do=getNewComment
  9. Fishing bobbers appear ingame before WRobot cast again Fishing? You game use default fishing bobbers?
  10. Hello, try to increment your min/max latency in advanced general settings tab "Others"
  11. Useful links: Wow Vanilla Database: http://db.vanillagaming.org/ Wow Vanilla lua API: http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API
  12. If you can wait next update again and tell me if your problem is resolved.
  13. Hello, this is managed by fightclass, try another fightclass or to edit.
  14. Avec le bot grinder vous pouvez sélectionner les PNJ a attaquer, et le bot grinder ramasse les mines/herbes également. http://wrobot.eu/forums/topic/3313-video-tutorial-create-a-basic-grinding-profile/ http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf
  15. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx) If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, try to put true at all "Has objective X"
  17. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...