Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you are sure to put good money format? when you restart option ("Buy items only if have more than ...") is saved?
  2. Hello, go near this mailbox, in wrobot go to tab "Tools" > click on "Dev... tools" > Click on button "Memory Info", in textbox, go to text "NEAR GAMEOBJECT INFO:", here you can found "Name = "
  3. I'll add option to add command arguments at wrobot
  4. Hello, in relogger "General Settings" you can try to increment option "Wait after launch (in secondes)".
  5. You get same problem when you run WRobot with shortcut "WRobot no dx"? Do you have try to change your fightclass?
  6. Bonjour, essayé d'activer "Use lua to move" dans "advanced general settings"
  7. Thank you. Wait next update for the fix, to wait you can http://wrobot.eu/forums/topic/3773-legion-archaeology/?do=findComment&comment=17635
  8. Hello, Can you give more detail about your problem, and share your log files ( http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 ).
  9. Hello, if you can give me object id (for it go to tab "Tools" > "Dev... tools" > Click on button "Dump...". If you can give me entry id of "Demonic Archaeology Find"
  10. Hello, I'll not add this feature (but it is possible to implement it in wrobot plugin)
  11. This resolve your problem? You can try to put your quest in separed profile. Use quest type "follow path" don't works?
  12. Hello, I'll fix it. If you can wait next update.
  13. Hello, try this quest profile (not tested) : test.xml
  14. Hello, I have edited your profile with position of my current zone and it works fine, I am cannot tell you why you get this problem. Can you try to remove "Quest.HasQuest(39495) &&" in IsCompleteCondition
  15. Hello, you can try to use this c# code: System.Threading.Thread.Sleep(robotManager.Helpful.Others.Random(0, wManager.Wow.ObjectManager.ObjectManager.Target.CastingTimeLeft - 350)); wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Spell Name In English"); with spell option "Not Spell, Is C# code" (and custom condition to check if your spell is ready and good distance and ...)
  16. Hello, read this guide: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If your problem is not resolved post new thread with your log files and more details.
  17. Hello, this problem is probably caused by your fightclass.
  18. Hello, wrobot for 6.2.3.20886 works on wow 6.2.3.20779 ( http://wrobot.eu/forums/topic/3671-wod-private-server/?do=findComment&comment=17210 )
  19. it is isKeyCurrentlyDown = IsShiftKeyDown(); it is not isKeyCurrentlyDown = IsShiftKeyDown
  20. Hello, you need active WRobot subscription to download WRobot files (profiles and figthclasses).
  21. Hello, c#: new System.Threading.Thread(() => { wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 250); for (var i = 0; i < 30; i++) { wManager.Wow.Helpers.Interact.InteractGameObject(wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWUnit(wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(45455)).GetBaseAddress, false, true); System.Threading.Thread.Sleep(350); }}).Start(); AAA - Cime du Vortex EDITED.xml
×
×
  • Create New...