Jump to content

Droidz

Administrators
  • Posts

    12514
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, wManager.Wow.Helpers.Fight.InFight is true when WRobot is in combat (not if player is attacked) To detect if player is attacked you can use it: wManager.Wow.ObjectManager.ObjectManager.GetNumberAttackPlayer() > 0 or wManager.Wow.ObjectManager.ObjectManager.Me.InCombat ps: In the last update I have added new WRotation option to attack all selected targets (without any check) (to avoid this problem).
  2. Ok, Kill command is russian is Команда "Взять!" ? If you enter this in wow chat: /cast Команда "Взять!" the spell is launched? If in the wow chat you enter /run spellname=GetSpellInfo(34026); CastSpellByName(spellname); the spell is launched? Now if you can try to add in your fightclass instead the spell name this code: local spellname=GetSpellInfo(34026); CastSpellByName(spellname); And activate the spell option "Not spell, is lua script".
  3. Hello, I have written an similar custom profile:
  4. Hello, I have replied by private message: ps: You can download previous version here: http://download.wrobot.eu/wrobot/WRobot_1.2.3.zip (please tell me if this works on previous version and not on current version)
  5. Droidz

    mise a jour

    Bonjour, Avez-vous essayé de désactiver votre anti-virus? Vous pouvez télécharger à cette adresse un pack de WRobot pré-installé: http://download.wrobot.eu/wrobot/tmp/WRobotFullPack.zip
  6. Hello, Do you have download WRobot from this page: ? Check if your antivirus don't block download, and try to install last version of winrar/7zip.
  7. I'll write the API documentation but I do not know when.
  8. Hello, Can you send me your log file (you can found it in "Logs" folder).
  9. 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.
  10. 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.
  11. 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".
  12. Hello, Thank you zjxlsmr. jason, in tab "Map" click on "More options" and activate/desactivate what you want show/don't show.
  13. 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).
  14. Droidz

    Dream of Cenarius

    Hello, What is your wow langage? Can you share your fightclass and the log please. Thanks
  15. 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.
  16. 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).
  17. 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).
  18. 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).
  19. 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.
  20. 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);");
  21. New update, you need to download again beta.
  22. 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).
  23. 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).
  24. 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
×
×
  • Create New...