Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Quelque chose comme ça : test.xml
  2. Hello, I am sorry I haven't found easy way to do that. You can try to hook the lua method that write system message
  3. Check in folder "Logs" if WRobot have geneted log file of no
  4. Hello, if you want to solve this problem quickly it is better to send me a private message (I need to change your subscription type manually).
  5. Hello, check also if you have installed required software (mainly SlimDX, open file 'Readme.txt' in WRobot folder)
  6. Hello, click on button "_" (top/right) to put relogger window in taskbar.
  7. Hello, you can buy subscription at this url https://wrobot.eu/store/category/2-wrobot/
  8. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Pouvez vous partager le fichier xml de la fightclass uniquement avec ce code
  11. Utilise du code C# var sortPrincipal = new Spell("SpellNameInEnglish"); new Spell("SpellNameInEnglish").Launch(true, false); Thread.Sleep(1000 + Usefuls.Latency); while (Conditions.InGameAndConnected && ObjectManager.Me.IsCast) { if (sortPrincipal.IsSpellUsable) { Lua.LuaDoString("SpellStopCasting();"); sortPrincipal.Launch(true, true, true); } } (pas testé) Tu dois configurer manuellement les options du sort (distance, ...)
  12. Bonjour, Vous avez l'option spell "Wait during casting", désactivée la.
  13. Hello, you can add NPC trainer to your NPCDB (or in your profile). If you want do it manually, you need to use quest type "InteractWith" with custom condition (but you must have knowledge of C # and WRobot API).
  14. Hello, Lua.LuaDoString("local name,texture,offset,numSpells = GetSpellTabInfo(3); CastSpell((offset+1),'spell');");
  15. Hello, you use English game client?
  16. Hello, you can use event https://wrobot.eu/byme/doc/html/E-wManager.Events.LootingEvents.OnLootingPulse.htm But the easy way is to use wow addons for do that.
  17. Hello, Do you run Wow in window mode? [D] 14:20:48 - Warning: You need to run Wow in Windowed mode, for it go to 'Game Menu' > 'System' > in 'Display Mode' select 'Windowed'.
  18. Hi, good job. To draw on map you need to use https://wrobot.eu/byme/doc/html/F-wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.htm (it will also draw on 3d radar)
  19. Hello, you can launch WRobot with the shortcut "WRobot no lock frame", but fightclass and WRobot will be less reactive. You can also try to disable your antivirus and wow addons.
  20. Hello, I checked your activity and you have two accounts with subscription ( https://wrobot.eu/profile/92103-karmo1234/ ) I made the refund of subscription of your second account (you will get your money back in few days)
  21. Hello, use this code: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item Name");
  22. Hello, easy way is to use wManager.Wow.Helpers.Conditions.InGameAndConnected
  23. Can you share your log file please (full log file)
  24. Hello, check in your profile if all positions are "Flying" type.
  25. Hello, If the bot stopped moving or responded the result wouldn't be better (if everyone used it). I'm sorry you can't change this behavior with the default options. The only solution is to create a plugin that manages security and to disable WRobot security options.
×
×
  • Create New...