Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. I'll write the API documentation but I do not know when.
  2. Hello, Can you send me your log file (you can found it in "Logs" folder).
  3. Ok, if you can try to put (instead spell name) this lua code: RunMacroText('/cast Команда "Взять!"') And activate the spell option "Not spell, is lua script" (don't forget to settings spell range, timer, spell is usable condi and ... manually). If you can tell me if this works.
  4. Hello, Sorry but I haven't write a documentation of WRobot API for the moment. You can found some samples in dev forum and tuto forum. If you have problem don't hesitate to contact me to get helps.
  5. Yes, in dev tools click on dump all, an page is open on your web browser, you can found list of object, find line with the object name and copy "Entry id".
  6. Hello, Thank you zjxlsmr. jason, in tab "Map" click on "More options" and activate/desactivate what you want show/don't show.
  7. What profile do you use? For skip this quests, you can remove this quest of your profile (you can found tool for it in "Product settings" tab).
  8. Droidz

    Dream of Cenarius

    Hello, What is your wow langage? Can you share your fightclass and the log please. Thanks
  9. 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.
  10. 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).
  11. 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).
  12. beta is now in normal release
  13. 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).
  14. 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.
  15. 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);");
  16. New update, you need to download again beta.
  17. 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).
  18. 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).
  19. 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
  20. 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.
  21. 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" )
  22. Hello, Go to tab "General Settings" > "Advanced..." > "LOOTING AND FARMING OPTIONS" tab > "Search Radius ".
  23. 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).
  24. 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.
  25. Hello, - go to or "More Reply options" i (bottom/right) - Click on button "Choose Files" and select your log file.
×
×
  • Create New...