Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Yes I seen it yesterday. WRobot is not affected by this banwave. I worked hard in WRobot 1.5.0 to hide WRobot in memory (WRobot is probably the only bot to use this method). It is not possible to make undetectable bot, but with small community (bliz seem targeting big community), if you use your own profiles (path of popular profiles of hb or rebot are probably know by bliz), if you do not disturb other players (don't use bot 24/24, don't grind in quest zone...), you minimize ban risk.
  2. Cast pet spell local name = GetSpellInfo(2649); if name then for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == name then CastSpell(i, BOOKTYPE_PET); end end end Replace 2649 by your spell id. Put it is spell name, and activate option "Not spell, is lua script"
  3. For multi languages support you can use this script: local name = GetSpellInfo(2649); if name then for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == name then CastSpell(i, BOOKTYPE_PET); end end end (remplace 2649 by your pet spell id)
  4. Hello, Use SpellSettings "Not spell, is lua script" and in spell name put: for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == "Growl" then CastSpell(i, BOOKTYPE_PET); end end Replace Growl by your spell name. (this code don't support multi languages wow clients)
  5. Droidz replied to gorgias's topic in Français
    Bonjour, Comme vous avez vu sur ce post: il est maintenant possible de lancer du code dans n'importe quel profil. Pour réinitialiser une instance, il faut généralement utiliser la commande lua ResetInstances(); Essayer d'ajouter dans "Action" (à la position ou vous voulez reset) le texte suivant: lua: ResetInstances(); ps: Sinon vous pouvez utiliser le bot quête pour faire un profil plus performant ( ) mais c'est plus compliqué et long à mettre en place.
  6. Hello, With this feature you can say at WRobot of jump, go to town, mount... when he goes to location where an action command is configured. List of Actions: jump left right land watersurface mount dismount totown stopmove stopmoveto c#: [CODE_C#] lua: [CODE_LUA] vb: [CODE_VB.NET] luabot: [CODE_LUA_BOT] Sample of use: ps: You can found some c# code here: http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/
  7. Je viens d'ajouter la possibilité d'utiliser une action sur une position (dispo dans la prochaine version), voila à quoi ça ressemble (dans votre cas utilisez "totown"): Pour faire simple j'ai ajouté la colonne "Action", dans cette colonne vous pouvez utiliser (pour le moment, si vous avez des idées je peux en rajouter): jump left right land watersurface mount dismount totown stopmove stopmoveto c#: [CODEC#] lua: [CODELUA] Des que le bot va vers la position l'action s’enclenche (1 fois par passage). Dans la case Action mettez le code: c#: wManager.wManagerSetting.CurrentSetting.SearchRadius = 30; Modifier 30 par la distance que vous voulez.
  8. Droidz commented on GTXMike's bug report in Bug Tracker
    Hello, Thank you for report, problem resolved, wait next update (the bot thinks he can not use a flying mount in Deepholm, I fixed it).
  9. reply here:
  10. Hello, Try to reinstall WRobot in new folder (you can try preinstalled version).
    • 716 downloads
    Talador Forest Cave Horde/Alliance 93-97 When you use this profile, please activate WRobot option "Can attack units already in fight" (in tab "General Settings" > "Enter advanced settings...")
  11. Bonjour, dans le dossier "WRobot\Data\Lang\"
    • 1004 downloads
    • Version 2
    Tanaan Jungle (lvl 100) (Ground)(Mine, Herb, Timber) (if you want avoid to skip zone, activate option "Back to last profile position")
    • 513 downloads
    Talador (Ground)(Mine, Herb, Timber)
    • 350 downloads
    Spires of Arak (Ground)(Mine, Herb, Timber)
    • 882 downloads
    Shadownmoon Valley (Ground)(Mine, Herb, Timber)
    • 705 downloads
    Nagrand (Ground)(Mine, Herb, Timber)
    • 465 downloads
    Gorgrond (Ground)(Mine, Herb, Timber)
    • 611 downloads
    Frosfire Ridge (Ground)(Mine, Herb, Timber)
  12. Hello, you can add objects to harvest directly in the profile (in profile creator tab "Others"). Ps: You can also use this plugin to change quickly your wrobot settings:
  13. Hello, no specific settings. You are Horde or Alliance? What is your garrison level and mines level? (I updated the horde profile there are few hours, if you have download this profile before, you can get problems)
  14. Droidz commented on Bugreporter's bug report in Bug Tracker
    I have tested with rogue, Stealth activated, your fightclass, WRotation with this settings , in game I select target with left click and all is good, auto attack is not enabled. Check in your wow settings if you have option to automatically auto attack.
  15. Bonjour, Non vous ne pouvez pas utiliser du code C# dans un profil du bot Gatherer, vous pouvez utiliser du code C# dans les Fightclasses, les profils de quêtes, les custom profiles et les plug-ins (je pense que le mieux dans votre cas serait un plug-in ou d’utiliser un profil de quête. Vous si vous utiliser le code sans le "if (...)" le bot va réparer/vendre. Non il n'est pas possible de vider les sacs dans le coffre (vous pouvez soit le vendre aux enchères, soit à un vendeur, soit l'envoyer par lettre a un autre personnage). Il existe des addons wow pour détruire automatiquement les objets looté inutiles. Toutes les options de ventes/courrier sont disponibles dans les paramètres avancés de WRobot. Pourquoi vous voulez forcer le bot à aller à la ville, pourquoi ne pas utiliser l'option pour aller à la ville quand les sacs sont pleins, ou l'option timer (pour y aller toutes les X minutes)?
  16. Droidz commented on exxy's bug report in Bug Tracker
    Hello, Disable in game "Click to move" option (esc>infterface>mouse>click to move) or use this macro:
    • 848 downloads
    • Version 1.0.1
    Garrison (Farm mines/herbs) Copy download file to folder "WRobot\Profiles\Quester\" (use this profile with "Quester" product). ps: To add objects at farm, edit profile with "Easy quest profile editor", load profile, click on menu "Tools > Quests order editor" (edit first step). You can also add positions at the profiles on menu "Tools > Quests editor". This profile work with horde/alliance garrison level 2/3.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.