Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, trial version works only on WRobot for private server.
  2. This save setting only for current character, to copy quickly you setting you can use this plugin http://wrobot.eu/files/file/421-settings-backup/
  3. Hello, http://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/?do=findComment&comment=7919 (old script)
  4. Hello, Not tested, but like this: int entryIdNpc = 123456; var path = new List<Vector3>(); // your path MovementManager.Go(path); while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { // Wait follow path Thread.Sleep(100); } MovementManager.StopMove(); if (path[path.Count - 1].DistanceTo(ObjectManager.Me.Position) < 10) { // easy way: GoToTask.ToPositionAndIntecractWithNpc(path[path.Count - 1], entryIdNpc); // no easy: /*var u = ObjectManager.GetNearestWoWUnit(ObjectManager.GetWoWUnitByEntry(entryIdNpc)); if (u.IsValid) { // can need to go to but I'll not implement it Interact.InteractGameObject(u.GetBaseAddress); }*/ }
  5. Hello, you don't need to use fightclass:
  6. I cannot help you more , if I get this quest I comeback here
  7. Hello, I don't understand what you want. Can you give more information
  8. Hello, do you have try to reinstall wrobot?
  9. You get this problem only in this quest on in all quests? You can try to count number of http://www.wowhead.com/item=122095/crackling-leyworm-core in your bag
  10. You speal about objective "Throw crystals into Senegos's pool" ?
  11. Do you have try to use objective 3 (instead 1) ?
  12. Can you share your full log file pelase
  13. Hello, try to put false at spell setting "Check if spell is good distance".
  14. http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12213
  15. Droidz

    Predatory Swiftness

    Use http://wrobot.eu/forums/topic/3573-snippets-c-codes-for-fight-classes/#comment-16508 with spell id 69369 (http://wrobot.eu/bugtracker/buff-checking-failed-r496/)
  16. It is only display problem, I'll fix it. Ofcourse, this does not alter the existing profiles.
  17. Hello, In quest order (steps), look at the end: http://wrobot.eu/files/file/715-eenys-wod-slagmine-goldfarmer/
  18. I'll release update, if you can tell me if problem is reolved.
  19. Hello, I'll add this
  20. Hello, I have noted your suggestion, I come back when is done. You can look this profile: http://wrobot.eu/forums/topic/3658-quester-sometimes-decides-to-double-pulse/?do=findComment&comment=17225 (but you cannot use the methods in "quest order")
  21. Hello, you get same problem when "lua to move" is not enabled? Without "lua to move" WRobot don't works in background (I have added option "lua to move" because some antivirus/softwares block keyboard access, but if you can don't use this option)?
  22. Hello, try to blacklist zone (tab tools) where your get problem
  23. Hello, if you can select one quest and: - if it is not same objective, look this profile: http://wrobot.eu/files/file/532-apexis-daily-quests/ - if it is exactly the same quests like http://www.wowhead.com/quest=28757/beating-them-back :
  24. Hello, sorry but I'll no add these features (http://wrobot.eu/bugtracker/auto-appraisal-of-the-items-r492/)
×
×
  • Create New...