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.

Developers assistance

You have problem for create Quest profile? Custom Profile? Plugin? Product? C# or VB.net FightClass? This forum is for you.

  1. Hi, i wait to create a plugin so my character will allways face the target in healer mode, is this possible? Thanks

    • 1 reply
    • 1.8k views
  2. Droidz, Would there be a Possibility of adding in a Route Creator or something. I find in alot of areas when making questing profiles in the new zones there are alot of reacurring Stucks in very awkward places.. What i mean by this addons is Creates more Complex Route based profile to Call upon when going To and From a Spot to turn in quests or Run to Another zone etc.. I would find this very useful in the work that i am doing. So this addon in my mind. Would. Create a set of Exact waypoints to follow with click to move or Set hotpot every X amount of Steps. Then When writing a New Profile you can call on to a profile like (if=quest(123455)) =…

    • 0 replies
    • 1.6k views
  3. Started by Phyriel,

    Hi I want to make a simple profile for farming trash in instance but I struggle with finding proper way to set "if condition complete" for my trash killing part so it stops at some point and proceed to leave instance. I'm looking for a proper command that is like "after 40 mobs killed" or "When no mobs around for more than 1 minute". I dunno I'm not a programist so I have no clue how to invent these spells, all I have is some simple logic I follow but I don't have any "know-how" to back it up so... help me:P p.s i attach my file so you guys could review, i left if complete condition blank in my CLEARROOM part so now what it does is enter instance and leave right away…

  4. Hi all I want know if we can converse profil of TuanHa, Honorbuddy (<< all user ban) i have 2 account 1 for player raid with HB before the ban ;) 1 for Farm mmorobot i used HB for raid beacause i have buy very best profils and i want used in mmorobot because our are not detected by Bli² it is possible ? i can pay for converse profil at the 6.2 Thx

    • 2 replies
    • 2.5k views
  5. Started by Horserman,

    Hello, Is it possible to have the mesh file for garrison level 3 ? I'm working on a custom profile to farm garrison and I would use pathfinder for outdoors movement.

    • 9 replies
    • 3k views
  6. Started by Jdpower,

    Hey I am trying to code a plugin in csharp. I used plugintest as a template however I am missing robotmanager/wmanager/memoryrobot. the reference arent in the solution. I am wondering if there is any way to get them or do you have any idea what framework/library ... do I need to begin. thanks

    • 2 replies
    • 1.8k views
  7. Started by PierreDeRosette,

    Aurais tu une routine magique en C# pour utiliser un objet dans le sac ou un trinket ? Objet dans le sac genre une potion... J'ai vu qu'il y avait un tuto en mode lua mais j'aimerais eviter le lua Ty :)

  8. Started by luizkim,

    Hi, I wish I could include a common file to the profile fight with common habilities, racial treats, potions and garrisons spells. Is this possible ? Tks...

  9. Started by luizkim,

    Im need use Lightwell on fight class, but bot not click on terrain. This a code: <FightClassSpell> <SpellName>Lightwell</SpellName> <FightClassConditions> <FightClassCondition> <ContionType>LuaScript</ContionType> <Param xsi:type="FightClassConditionLua"> <LuaScript>haveTotem, totemName, startTime, duration = GetTotemInfo(1);if (haveTotem) then retV = "1"else retV = "0" end</LuaScript> <VarRet>retV</VarRet> <ValueRet>0</ValueRet> </Param> </FightClassCondition> &l…

  10. im working on a full afk 1-90 questing profile (alliance to start, when i get it finished ill make a horde side as well) but im running into some problems with the dev tools window. most of the things in the developers tools window work fine except the one i really need. whenever i click on the me/target position button, nothing shows up. is there is another good way to find my xyz coordinates?

  11. When your farming or herbing what ever your doing I would like to get some idea's for making a pluging for Rare's NPC's for the bott to start attacking like the Tlpd or camel in uldum or many other's. Tell me what you would like to coming with this plug-in.

  12. Started by PierreDeRosette,

    Bonjour Cela fait longtemps :) Mais du coup j'ai plusieurs points a présenter : Point 1 : J'ai vu de nombreux cas dire que dans Wrotation, aucune action ne se déclenchais (et donc que le bot ne fonctionnais plus) quelquefois en bg, arène et duels J'ai identifié la cause de ce probleme : Une certaine condition, en l'occurrence fight.InFight, reste sur false alors que le combat est bel et bien engagé. Comme dans la plupart des scripts, il s'agit d'un préalable pour enclencher la méthode Rotation(); , alors Wrotation ne declenche pas de procédure de combat. Ceci semble vrai aussi pour les combats réalisés avec FightClass. (J'ai pas encore testé avec Figh…

    • 1 reply
    • 1.5k views
  13. Saurais tu faire en sorte de pouvoir cibler celui qui me cible ? (Joueur ou Mob, excepté pet ?) Merci beaucoup (Surtout si tu a le temps)

  14. Hello I made a first version. It's looks like ok but there is a little surprise : Wathever i choose On or Off, Manage rotation.... in Wrotation looks always on. Each time i get a target, the character run to it.... not what i want... (also perhaps you can improve my code :) not yet added rotation, only the targetting) Here is my used code : using System; using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using Timer = robotManager.Helpful.Timer; using wManager.Wow.Class; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Point = System.Drawing.Point; using System.Collections…

  15. Started by PierreDeRosette,

    Hello I'm looking for a tip to : Attack only a player Target. I have that to avoid neutral targets : if (ObjectManager.Target.IsValid && ObjectManager.Target.Reaction <= Reaction.Neutral && UnitCanAttack.CanAttack(ObjectManager.Target.GetBaseAddress, ObjectManager.Me.GetBaseAddress)) Perhaps we can do better to test if a target is an hostile Player ? --------------------------------------------------------------------------------------------- Anymore, is there a code to target "ObjectManager.Me.Target" ? I've tryed this : Interact.InteractGameObject(ObjectManager.Me.GetBaseAddress); but we can't adapt this with "ObjectManag…

  16. Im new here but since i am playing in 4.3.4 Cataclysm i want to ask u guys, is there any way i could downgrade the wrobot to my version? If yes then how? :OO Thank you.

    • 1 reply
    • 1.6k views
  17. make sure Wrobot is CLOSED when you finishing editing the NpcDB.xml file. otherwise, it just wont save. The step is: 1: make sure copied all the information to somewhere from the DevelopmentTool panel. 2: Close Wrobot 3: Add the code into NpcDB.xml 4: Reopen Wrobot, after you click "NpcDB" button in the "Tools" tab, you will see what you just have added. PS: i was trying to add a mailbox, and i did it manually, i typed all coordinates, and it did not save....................(╯‵□′)╯︵┻━┻

    • 0 replies
    • 2k views
  18. Started by xaos,

    I am trying to get the wrobot to follow and assist in dungeons. I have created the following macro and am trying to figure out how to incorporate it. /follow party1 /assist party1

    • 3 replies
    • 2.7k views
  19. How can I check if a player has a specific debuff, for example I am interating through wowplayers that are friendly and want to check if user has "Curse of Weakness" for example, how would I do that?

  20. Started by Pasterke,

    I have here an bosslist with all WoW bosses in raids, instances and scenarios. Is it possible to implent this, that way we can use our cooldowns on bosses and don't waste it on trash ? Bosslist.zip

    • 7 replies
    • 3k views
  21. Hi all I have a problem Usually this command : public void FocusBuild() { SteadyShot.Launch(false); } Never stop the bot during launch But in the last release, the bot always stop moving to launch it I think the library was modified and a bug is present now Can you confirm, and fix it pls ? Thank you very much :

    • 2 replies
    • 2k views
  22. Started by nonstop1005,

    ok when i use the pause when player near, with the plug-in activated, he still jumps around

  23. Started by Teksun,

    Is there a way to make a plugin for loot rolls. I multibox a 5 man team and am looking into making dungeon profiles. Instead of setting free for all loot or whatnot can you make the plugin do say: ifLootRoll{code I don't know}; NeedButton is clickable then {click the need button}, Else Disenchant {click disenchant} Else Greed {click greed}

  24. Started by Pasterke,

    We have an cast sequence rotation. Let's say : cast spell 1 cast spell 2 cast spell 3 cast spell 4 What happens after he casts spell 1 ? He continues till the bottom of the cast sequence, or he goes back to the top of the list ? Practical example : If we have the buff Lock and Load then we want to cast Explosive Shot. If he returns to the top of the list, then he will cast 2 explosive shots in a row. If he continues to the bottom of the list, then he will cast other spells between.

    • 6 replies
    • 2.1k views
  25. Started by Teksun,

    Is the a way to make the windows remember my size and position settings? For instance the quester interface...I have to resize that window and the windows inside that window every time I open that interface.

    • 4 replies
    • 1.8k views

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.