Jump to content

Droidz

Administrators
  • Posts

    12577
  • Joined

  • Last visited

Everything posted by Droidz

  1. hello, your problem seem resolved
  2. Hello, I don't think than it is the problem, Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install required software (slimdx, vc++, framework). if your problem is not resolve share your log file please
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, wManager.Wow.ObjectManager.ObjectManager.GetUnitAttackPlayer() wManager.Wow.ObjectManager.ObjectManager.GetNumberAttackPlayer()
  5. thank you, can you try with this .exe and tell me if problem is resolved: Updater.zip
  6. Hello, click on button "+"
  7. You have try to restart your computer?
  8. Hello, https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  9. Hello, try to disable your wow addons (and remove wow cache)
  10. Hello, can you give me from and to positions (or the log)
  11. Yes, code is bad. Wait next update and use wManager.Wow.Forms.UserControlTabGeneralSettings.RealoadGeneralSettings()
  12. Hello, create visual studio library project, add references (wmanager.dll, robotmanager.dll, ...) and compile them to create dll file.
  13. https://wrobot.eu/bugtracker/stop-running-pathfinder-on-a-second-server-and-add-the-fucking-pathfinder-to-the-bot-r1135/?do=findComment&comment=5335
  14. Hello, Sorry for the inconvenience, I worked on it to avoid to get the problem again once more. Except when the pathfinder server bug or is overload, it is better for users than use pathfinder server instead the pathfinder integrated to WRobot, I have generated meshes with better details, you use less RAM (this depend of current continent and used profile, but you can on big continent if you request big profile you can use more than 500mb of ram only for pathfinder (and of course your CPU)), you save time (you don't need to download meshes, this can take a lot of time (several minutes) for big path when you are on new continent), you save disk space ("Kalimdor" continent is ~500mb compressed and 9100 files). My advantage, yes crack WRobot is more hard (but it is benefit to you also, more there are bots, the more the gold/items loses value and the more the server is able to find protection), but it is the only advantage for me. I get problems only with Vanilla server, and it is not all time the more used. Last problem with pathfinder was the July 4 (and several times some days before July 4), but before and after pathfinder was stable, I hope than this time it is the last. Again sorry for the inconvenience.
  15. Add this method https://stackoverflow.com/questions/302542/how-do-i-get-all-instances-of-all-loaded-types-that-implement-a-given-interface/302588#302588
  16. You can try, based on https://stackoverflow.com/a/302588 foreach (var instancesOfImplementingType in GetInstancesOfImplementingTypes<UserControlTabGeneralSettings>()) { instancesOfImplementingType.LoadGeneralSettings(); } (to refresh UI, but I'm not sure that it solves the problem)
  17. Bonjour, Oui, vous pouvez lancer plusieurs Wow et WRobot en même temps sur le même PC (c'est le nombre de "sessions" https://wrobot.eu/store/category/2-wrobot/ ) Vous devez utiliser le produit "Party", vous pouvez également utiliser c'est plugins: https://wrobot.eu/files/file/1645-partybot-helper/ & https://wrobot.eu/files/file/650-party-chat-command/ Vous pouvez testé tout ça gratuitement avec la version d'essai, mais normalement 1 pc peut supporter 5 Wow+bot
  18. you need to run game in 32bit https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  19. Hello, You cannot do that, and if you use quester product, wrobot reset old settings when stopped. In vanilla I just check if IsMounted (ObjectManager.Me.IsMounted) I don't check if it is good mount name (you can try "Me.MountDisplayId" if you want check a specific mount). To dismount I use CancelPlayerBuff(...) and check texture name (GetPlayerBuffTexture(...))
  20. Hello, Quest id result in GetQuestLogTitle(...) was added in Wotlk. I haven't found how to do that in TbC
  21. Next time, can you target in game mob, and in wrobot go to tab "tools" > "Dev... tools" > click on "Target info" and share result here
  22. You can try to download another wow client, you can also try to running bot in VM
  23. With several hotspots you cannot found npc? if yes you need to use c# code
×
×
  • Create New...