Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, It is strange, wrobot seem found and launch spell, You get this problem since when? Can you go to tab "Tools" > "Dev tools" > Copy this text in textbox: print('Команда "Взять!"') And click on button "Lua (return value in 'ret’)". If you can say me if in your wow chat (ingame), the spell name is properly written.
  2. Hello, WRobot 1.2.4 is released, to get this new version accept update request (when you launch WRobot). He has a lot of change (changelog here). If you get bugs do not hesitate to contact me on bug tracker. If this version don't works properly on your computer, you can download previous WRobot version here (1.2.3).
  3. Hello, WRobot 1.2.4 is released, to get this new version accept update request (when you launch WRobot). He has a lot of change (changelog here). If you get bugs do not hesitate to contact me on bug tracker. If this version don't works properly on your computer, you can download previous WRobot version here (1.2.3).
  4. beta is now in normal release
  5. If you can send me again your log. (please remove all logs of your folder, launch wrobot, if you get problem send me log file, if you don't get problem, close WRobot, remove all logs files et launch again (to get only one log file of bugged session).
  6. Hello, I have look this video and near the zone where you can use quest item you can found this NPC: http://www.wowhead.com/npc=34634/gorgal-angerscar , use item on this NPC (I'll add UseItemAtPosition and UseSpellAtPosition with WoD update). Tell me if this don't works.
  7. Bonjour, Point 1: Pouvez-vous me donner le lien WowHead d'un ou deux Npc qui pose problème. Point 2&3: Ce qui fait bouger le personnage c'est l'option ClickToMove, tu peux donc essayer en désactivant cette option et en la réactivant après: Lua.LuaDoString("SetCVar(\"autoInteract\", 0);"); Interact.InteractGameObject(wowUnit.GetBaseAddress); Lua.LuaDoString("SetCVar(\"autoInteract\", 1);");
  8. New update, you need to download again beta.
  9. Droidz

    Druid herbing issue

    Hello, I have fixed problem but you need to wait next update (or use http://wrobot.eu/page/articles.html/_/news/wrobot-beta-need-testers-and-wrobot-schedule-r59, I'll update beta today with this fix).
  10. Hello, You get a lot of errors (System.ComponentModel.Win32Exception (0x80004005): Invalid window handle) Try to reinstall framework 4.0 (or 4.5 if you use windows 8): http://www.microsoft.com/en-us/download/details.aspx?id=24872 Install slimdx (this update directx): http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi I recommand to close programs like teamviewer. Turn on option "Use lua to move" (in "General settings", button "advanced..."). You can also try an new WRobot install ps: Wrobot has been stopped also in some session because you have received whispers (you can edit security setting in advanced general settings).
  11. Droidz

    d3d11 wont work

    Hello, If you get problem with directx install it: http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi
  12. Hello, It is an wow bug, the problem (if WRobot continue), your character cannot use mounts. I'll look if I can improve it, but I don't think found a complete solution.
  13. Hello, You need only to add npc in your profile (tab "Npc" of the tool "Profile Creator"), you don't need to add path to NPC. If npc is far your profile zone, you can increment the search radius ("General Settings > Advanced > Tab Others options" > "Npc/Mailbox Search Radius" )
  14. Hello, Go to tab "General Settings" > "Advanced..." > "LOOTING AND FARMING OPTIONS" tab > "Search Radius ".
  15. You can found http://www.wowhead.com/item=72092/ghost-iron-ore#mined-from-object in: http://www.wowhead.com/object=209311 http://www.wowhead.com/object=209328 http://www.wowhead.com/object=221539 http://www.wowhead.com/object=221538 Id list: 209311 209328 221539 221538 It is good idea to add it in map. For the moment you can get serial or unique serial with in dev tools (tab tools).
  16. Hello, An software block a keyboard access at WRobot (teamviewer? antivirus?) You can activate option "Use lua to move" in advanced general settings to not use keyboard.
  17. Hello, - go to or "More Reply options" i (bottom/right) - Click on button "Choose Files" and select your log file.
  18. Give me the name of veins, I'll give you the id.
  19. Hello, If you can send me your profile (here or by PM).
  20. If you want ignore some veins and harvest a lot of veins types, the best way is to blacklist it (method explain before). If you have a lot of veins at ignores for some veins types at harvest, the best way is to add id of veins in "Harvest object (one id by line)" option (and deactivate option "Harvest Minerals" and "Harvest Herbs").
  21. Hello, The best way is to make quest profile for it. You can also try to make CustomProfile (but it is more complex). Look this: this profile and look how works quest "Aid for the Wounded")
  22. Hello, Can you share your log file please (you can found it in "Logs" folder).
  23. Hello, You are sure to use the good weapon name (case sensitive)? You can try to clear this option and relanche WRobot for complete auto this option.
  24. Hello, Go to tab "General Settings", button advanced..., in new window go to tab "Looting and farming options" and add id of veins at ignore in textbox "Don’t harvest object (one id by line)". You can get id of object in wowhead URL, in this URL (Copper Vein): http://www.wowhead.com/object=1731/copper-vein you can find "object=1731", the Id is 1731 and it is an object (you need to put objects in this list, if url contain "item=1234" it is item id and this not works on "don't harvest object"). If you need help to get objects id tell me name of veins.
  25. Hello, You fightclass seem corrupted, try to download again the fightclass.
×
×
  • Create New...