Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Sorry but I'll not add this feature.
  2. Hello, When you click on button "Go to town" tab "Tools" WRobot sell items? You can try to add action totown.
  3. Hello, you can use Alt-X or http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=11958
  4. Hello, tab "General settings", try to disable option "harvest herbs" and "harvest mines". if your problem is not resolved, please share your log file
  5. Hello, http://wrobot.eu/forums/topic/213-how-to-create-plugin-developer-only/
  6. Do you have check the temperature of your processor/graphics card?
  7. You get this problem without fightclass? with another fightclass?
  8. Hello, trial version works only on WRobot for private server.
  9. 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/
  10. Hello, http://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/?do=findComment&comment=7919 (old script)
  11. 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); }*/ }
  12. Hello, you don't need to use fightclass:
  13. I cannot help you more , if I get this quest I comeback here
  14. Hello, I don't understand what you want. Can you give more information
  15. Hello, do you have try to reinstall wrobot?
  16. 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
  17. You speal about objective "Throw crystals into Senegos's pool" ?
  18. Do you have try to use objective 3 (instead 1) ?
  19. Can you share your full log file pelase
  20. Hello, try to put false at spell setting "Check if spell is good distance".
  21. http://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=12213
  22. 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/)
  23. It is only display problem, I'll fix it. Ofcourse, this does not alter the existing profiles.
  24. Hello, In quest order (steps), look at the end: http://wrobot.eu/files/file/715-eenys-wod-slagmine-goldfarmer/
×
×
  • Create New...