Everything posted by Droidz
-
Didn't receive product ID for Wtrainerv
You go here https://wrobot.eu/clients/purchases/ You click on button "Manage" You copy your "LICENSE KEY" You launch Wow and login You launch WRobot Click on "Launch Bot" Window "License Keys Manager" appear, remove text "TRIAL" and past your key Click on button "+" to save your key. Click on button "LOGIN..."
-
Didn't receive product ID for Wtrainerv
Hello, You can found your license key here: https://wrobot.eu/clients/purchases/
-
wow en 32 bits
Essayer de télécharger à nouveau a un autre endroit Wow , les fichiers d'un dossier Wow par defaut resemble à ca:
-
Bot not working
Can you share full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Bot not working
in your log you use gatherer product
-
Bot not working
Hello, share full log file please, and check if it is no quest profile
-
Timeout launch wrobot
Can you try with this file please: Relogger.exe tell me if this resolve your problem (to release it with next update)
-
Timeout launch wrobot
If relogger start Wow1 > WR1 > Wow2 > WR2, Wow3 > WR3 it is good?
-
Changelogs
Hello, when you launch "Updater.exe" but I haven't updated it since a lot of time
-
Mail/Vendoring bug
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). @raka you get this problem also since last update?
-
Timeout launch wrobot
You use option (relogger option in general settings) "Lock relogger when launch Wow or bot (to launch one by one):"?
-
Timeout launch wrobot
The problem is that there is no communication between WRobot and the Relogger (the Relogger doesn't know where WRobot is). You Can't add a waiting time in a first task to delay the launches?
-
not reciveing loot from minning and skinng
Min latency at 30 is to low, try value like 350 (or more). Try also to download and install WRobot in another folder, just copy your profile (don't edit settings) and test if your have same probleml
-
Shaman Ghost Wolf between mobs
Hello, I tried to resolve this problem (consider 'Ghost Wolf' as a mount), if you can wait next update and tell me problem is resolved
-
How do you even set this bot up?I cant seem to get mine to work
Hello, sorry for delay. remove file "[H]WSG" and rename file "[H]WSG.xml" to "[H]WSG"
-
wow en 32 bits
Bonjour, désolé pour le temps d'attante, vous avez installé tout les logiciels requis: Avez vous essayé de télécharger un autre client Wow? de supprimer le fichier Wow-64.exe? Avez vous des erreurs dans vos fichier "Logs"
-
A plugin that makes your bot jump occasionally?
Hello, you have option for than in advanced general settings
-
Bot wont buy food (vanilla)
In npc db add your vendor with npc type 'vendor'
-
How do I use Pathfinder.Findpath?
Hello, it is more like that: var position = new Vector3(-8969.99f, 779.636f, 95.89193f); int npcEntryId = 6929; Logging.Write("bindloc: " + bindLocation); //while (bindLocation != "Stormwind") //Logging.Write(ObjectManager.Me.Position.ToString()); var lo = PathFinder.FindPath(ObjectManager.Me.Position, position); Logging.Write(lo.ToString()); MovementManager.Go(lo); // Loop while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { Thread.Sleep(10); } MovementManager.StopMove();
-
Spell Ranks default usage
Hello, yes normally WRobot launches the most recent spell
-
How to Get text from StaticPopup1
Hello, try StaticPopup1Text:GetText()
-
Purchasing Problem
Hello, what do you use for this type of purchase in your country?
-
Flight form keeps landing and agroing
https://wrobot.eu/forums/topic/10885-plants-dont-touch-the-ground/
-
Plants don"t touch the ground
Hello, if you can wait next update and confirm me that problem is resolved
-
What is the difference of these functions?
var playerObjsNear = Party.GetPartyHomeAndInstance().Where(o => o.Position.DistanceTo(new Vector3(1, 2, 3)) < 5);