Everything posted by Droidz
-
Warmane-Outland. Still getting ban
Old version (before WRobot 1.9.0) are detected, but last update is normally "safe" (1.9.0). After, of course if you are level 40 and your character have completed 0 quests it is easy to detect server side, or if you are online more than 10h per days several days.
-
Warmane-Outland. Still getting ban
Hello, you use last WRobot version?
-
Bot keeps running to Tanaris
Hello, - Remove NPCs already in your list (in main wrobot window, go to tab "Tools" > "Npc DB" > select your npc and press key "Del" to remove it from the list (restart wrobot)). - In advanced general settings tab "Other..." disable all options in "Automatically add nearest NPCs to database". - Add your NPCs in 'NPC db' (or in your profile)
-
WRobot dont start
https://wrobot.eu/forums/topic/8800-help-wrobot-keeps-crashes-admins-do-your-jobs/?do=findComment&comment=40711
- DarkMoon
-
HELP WROBOT KEEPS CRASHES! ADMINS DO YOUR JOB'S!!!
If you rename "WRobot.exe" and "WRobot.exe.config" with the same name like "WRobotTEST.exe" and "WRobotTEST.exe.config" this works (when you launch WRobotTESt")?
- Lancer en 64 bits ?
-
Not allowed to download
Hello, To download files (profiles/fightclasses) of WRobot for official wow servers you need active WRobot subscription on your WRobot account (no restriction for WRobot files for server private). Kind regards
-
Lancer en 64 bits ?
Vous devez avoir un abonnement actif pour pouvoir télécharger des fichiers
-
Lancer en 64 bits ?
Le plus simple est d'utiliser WRobot pour lancer wow (Use WRobot to launch Wow:)
-
Lancer en 64 bits ?
Bonjour, https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
-
Level Based Repair NPC (Quester)
Hello, start to use only NPC of your profile: (use step "RunCode" to run all code) wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true; It is not easy way, but add NPC with C# code like this (use this code when you change zone to select good npc for current level/zone): wManager.Wow.Helpers.NpcDB.ListNpc.RemoveAll(n => n.CurrentProfileNpc); // Remove in NPCDB all Npc added on current profile var npcRepair = new wManager.Wow.Class.Npc // Npc repair info { Name = "Npc name", Entry = 1234, Faction = wManager.Wow.Class.Npc.FactionType.Neutral, ContinentId = wManager.Wow.Enums.ContinentId.Azeroth, Position = new robotManager.Helpful.Vector3(1, 2, 3), CanFlyTo = true, Type = wManager.Wow.Class.Npc.NpcType.Repair, }; wManager.Wow.Helpers.NpcDB.AddNpc(npcRepair, false, true); // Add npc repair to npcdb var npcVendor = new wManager.Wow.Class.Npc // Npc vendor info { Name = "Npc name", Entry = 1234, Faction = wManager.Wow.Class.Npc.FactionType.Neutral, ContinentId = wManager.Wow.Enums.ContinentId.Azeroth, Position = new robotManager.Helpful.Vector3(1, 2, 3), CanFlyTo = true, Type = wManager.Wow.Class.Npc.NpcType.Vendor, }; wManager.Wow.Helpers.NpcDB.AddNpc(npcVendor, false, true); // Add npc vendor to npcdb If you want force WRobot to go to vendor/repair: wManager.Wow.Bot.States.ToTown.ForceToTown = true;
-
Interact/gather distance change
Hello, before step to open door, try to use quest type "followpath" with last position on the door (to start to farming door in good range)
-
Sit in combat for critical hit
To stop fightclass for 2 seconds you can try to use this c# code: wManager.Wow.Helpers.Lua.LuaDoString("SitOrStand()"); System.Threading.Thread.Sleep(2000);
-
WRobot dont start
Do you have try to reinstall WRobot in new folder?
-
HELP WROBOT KEEPS CRASHES! ADMINS DO YOUR JOB'S!!!
Hello, WRobot have already worked on your computer? You have try to make fresh install in new folder? If you can give more detail, when WRobot crash? he crash all time at the same moment? do you have error messages?
-
Extend combat timer?
I incremented timer, if problem is not resolved in next update up again this post
-
Tauri problem with injection
Hello, can you read this: update windows and install slimdx, framework et vc++
-
Quest Editor Monture
Avant l'étape "turnin" utilise une quest type "followpath" ou vous pouvez également essayer d'utiliser un step 'run code' avec le code c#: wManager.Wow.Helpers.LongMove.LongMoveGo(new Vector3(0, 0, 0)); (remplacer 0, 0, 0 la position ou vous devez rendre la quête)
-
Sit in combat for critical hit
Hello, use lua code SitOrStand()
-
Unable to update
hello, if you can re downlaod and try again
-
freezing on startup
You run WRobot on Windows 7? 32 or 64 bit?
-
Relogger not working
you run WRobot on Windows 32 or 64 bit ?
-
cant start wrobot
Hello, update Windows and instazll last framework version
-
Relogger not working
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).