Everything posted by Droidz
-
how to get the 15 min free
Hello, trial version works only on WRobot for private server.
-
use heal spell instead of regeneration
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/
-
Rare Pet Taming..?
Hello, http://wrobot.eu/forums/topic/1530-pet-hunter-camping-module/?do=findComment&comment=7919 (old script)
-
ToPositionAndInteractWithNpc without pathfinding
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); }*/ }
-
use heal spell instead of regeneration
-
Click button to use a item/spell
I cannot help you more , if I get this quest I comeback here
-
A new question
Hello, I don't understand what you want. Can you give more information
-
WOW LEGION leather problems
Hello, do you have try to reinstall wrobot?
-
how to cast paralysis on focus or on other non target unit
-
Click button to use a item/spell
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
-
Click button to use a item/spell
You speal about objective "Throw crystals into Senegos's pool" ?
-
Click button to use a item/spell
Do you have try to use objective 3 (instead 1) ?
-
Demonology warlock. Felstorm. how to ?
Can you share your full log file pelase
-
Demonology warlock. Felstorm. how to ?
Hello, try to put false at spell setting "Check if spell is good distance".
- use portal??
-
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/)
-
5 objectives not enough
It is only display problem, I'll fix it. Ofcourse, this does not alter the existing profiles.
-
Need help for creat profile
Hello, In quest order (steps), look at the end: http://wrobot.eu/files/file/715-eenys-wod-slagmine-goldfarmer/
-
5 objectives not enough
I'll release update, if you can tell me if problem is reolved.
-
5 objectives not enough
Hello, I'll add this
-
xml node - QuestFile
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")
-
Spinning while descending
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)?
- Running into Walls in BGs
-
Ability to tell bot to take one of mentioned quests
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 :
-
Any updates on the aution bot anytime soon ?
Hello, sorry but I'll no add these features (http://wrobot.eu/bugtracker/auto-appraisal-of-the-items-r492/)