Quester assistance
644 topics in this forum
-
-
-
What do we do about these "wandering" npcs ? - do the bot just have to say and wait for it to come by, or can we actually follow the path to find them or something? https://vanilla-twinhead.twinstar.cz/?quest=235#comments
-
- 2 replies
- 1.5k views
-
-
hi, It's me agin, I'm doing some quest profile and i've got an issue At Redridge Mountains. For the quest where I need to control an Ettin called "Saving Foreman Oslow". As i've to do 2 task : UseItemOn and FollowPath i can't use the predifined class to do it. So, I've add Some line of code. 1. RunMacroLua > /tar Canyon Ettin 2. IF > ObjectManager.Target.Entry == 43094 && ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive 3. RunCode > ItemsManager.UseItem(58895); 4. endIf > That works but I need to get closer to the target and as is write here that doesn't check the distance o…
- 3 replies
- 1.8k views
-
Hello, i try to create a quest profile for Tol-Barad (ally side) I'ved encounter an issue with this quest (Magnets, how do they works?). I need to use an item onto a hotspot and after that gather an item. But it seems impossible to do the both, only one type of quest. (only UseItemOn or Gather). If i create an UseItemOn quest type,the bot use only the QuestObject. If i create a Gather quest type, the bot only want to gather but don't use the item. How can i do the both ?
-
- 2 replies
- 1.3k views
-
-
@Droidz How to check for durability in quest profile, ive tried: <QuestsSorted Action="If" NameClass="ObjectManager.Me.GetDurability <= 30" /> <QuestsSorted Action="Pulse" NameClass="GoOut" /> <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.States.ToTown.ForceToTown = true;" /> <QuestsSorted Action="EndIf" NameClass="" /> But it gives me the following error:
- 1 reply
- 1.7k views
-
Hi. Give me please URL for download or buy the initial quests for druid alliance. End quest - getting weapons 750 . Thank you.
-
- 0 replies
- 1k views
-
-
Hi guys, Playing around with building quester profiles, and I can't figure out how to add a wait time after using an item with the "UseItemOn" quest type. The item in my quest requires a channel time so I need to be able to do that! Thank you
-
- 9 replies
- 2.8k views
-
-
Hi Community, i'm trying to create a few profiles for WQ's. I was wondering what do you use to move from 1 World Quest to another? Quests work for the most part it's just moving between them that is the issue. Any help and input is appreciated.
-
- 2 replies
- 1.3k views
-
-
So i have a quest where i need to useitem on npc to spawn some small npcs that i have to kill for quest objective to complete. I use this code: Thread t = new Thread(() => { uint itemId = 24501; int questId = 9849; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); But before he tur…
-
- 3 replies
- 1.7k views
-
-
Hey Guys, switching from Honorbuddy to WRobot.. Where can i find the leveling profiles? Are there any leveing profiles?
-
- 0 replies
- 1.4k views
-
-
I have decided to make a profile for Stormheim to do all zone quests the intention was after completing this successfully that I would do the remaining 4 zones "Val'sharah, Azsuna, Highmountain, and surumar" Its getting stuck on what I have set it picks up 4 quests from 3 npc no worries Boarded 38052 Objectives 8 to kill 8 forsaken I have used target id to put their id in I have tried this with 4 id's (as multiple mobs count towards the end goal) and with only one id it completes the quest count to 8 but keeps killing mobs and does not pulse to my next mission any ideas? Is it that the quest is after forsaken slain and multiple id's add to the progress of…
-
- 8 replies
- 2.6k views
-
-
how do i do quests that start at one guy and sends you to another no killing or anything just a pick up and turn in my guys just stands still
-
- 3 replies
- 1.4k views
-
-
Hello , so there's one problem. When I start the bot , it only kills mobs and doesn't do quests. Everything was good till lv 18 , but now it's only killing mobs. What should i do? I'm using eeny 20-28 Horde quester. I tried another quester for 1-60lv , but it's still only killing mobs. Please help :) This is bot picture: http://prntscr.com/dv4y4l
-
- 4 replies
- 1.6k views
-
-
How to use the condition on this. I want it to work with a self created quest which is not in my questlog and has a complete condition. I tried to use Quest.HasQuest(nameofquest) but did didnt do anything. Any suggestions?
-
- 1 reply
- 1.9k views
-
-
Hi, can anyone tell me how to code the following? When bag are full use hearthstone to go to Town.
- 1 reply
- 2.8k views
-
Hey i make Quest from 1-100 and i have problem with the Quest: By the skin of his teeth ( Survive while holding back the worgen for 2 minutes.) I work with the Quest Editor, how i can make that the bot fight for 2 minutes and then he turn in this quest?
-
- 1 reply
- 1.2k views
-
-
Greetings, while running a quester profile is there a chance to get the number of the free bag space so i can force to vendor if i think there is more room neccessary? And in second, if i start to go anywhere using this code: ------------------------------ var path = new List<Vector3>() {new Vector3(-8770.368f, 842.1389f, 90.03706f)}; MovementManager.Go(path); while (MovementManager.InMovement && Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) {Thread.Sleep(100);} MovementManager.StopMove(); ------------------------------ The bot tries to run straight to the target - witho…
-
- 1 reply
- 1.3k views
-
-
I'm working on an quester profile and have a question regarding using the hearthstone. Everytime I log out and start my profile again the bot starts to use the hearthstone in a previous step. I want to use a code like = if quest id is complete don't use this step. Can someone assist me with code for this or a better solution.
-
- 1 reply
- 1.3k views
-
-
[E] 23:35:45 - Compilator Error : c:\Users\Adam\AppData\Local\Temp\i0mip0er.0.cs(21,61) : error CS1061: 'wManager.Wow.ObjectManager.WoWLocalPlayer' does not contain a definition for 'KnowsSpell' and no extension method 'KnowsSpell' accepting a first argument of type 'wManager.Wow.ObjectManager.WoWLocalPlayer' could be found (are you missing a using directive or an assembly reference?) [D] 23:35:47 - [Quester] If[10] (ObjectManager.Me.Level == 6 && ObjectManager.Me.KnowsSpell(6673)) | Result: False Under the Quests order editor in the Easy Quests Editor I'm trying to do a check to see if a player is a certain level and knows a spell using the Action type "If"…
- 2 replies
- 2.3k views
-
Hi, can anyone help me explain exactly how I do the following: 1. Talk to a flightmaster and pick up the flight path 2. How I use hearthstone 3. How I set hearthstone to new location (talk to innkeeper) I have searched the forum but I need an explanation how I do it exactly. (If code is needed where do I put the code and so on...) I am not a programmer but I am a fast learner.
- 2 replies
- 2.4k views
-
Working on a quest: http://www.wowhead.com/quest=11276 The quest is a simple PickUp -> TurnIn quest. Location: Outside and inside the cave near Utgarde Keep (Howling Fjord). I'm having a problem with movement from the quest pickup location to quest turn in location (underground). Bot simply goes to the coordinates overground and doesn't try to enter the cave to go underground. I tried to force it to first go into the entrance of the cave before trying to turn in, but Bot still simply goes outside and to the location overground. I also tried to move into the cave through multiple 'GoToTask.ToPosition', yet when it encounters first coordinates that ar…
-
- 0 replies
- 990 views
-
-
How can I have quester use grapple points? I have been able to setup a step to interact with NPC and get it to grapple up to the hook, but just after casting (but before being taken up to the hook) it will try to run away to find a way to walk up. Usually this ends up making it run off the side of a mountain back to where it came from. I've tried making "is complete condition" to the hooks position but it doesn't care and will keep walking around trying to interact with other points.
-
- 2 replies
- 1.5k views
-
-
I'm now making quester for anglers' reputation in Pandaria. The quest 'Scavenger Hunt' requires to fish a school in certain region. I know that fisherbot now supports fish school, but I'd like to use this option to Quester. Please advise me how to make any code for Quester (hotspots, fish school options and so on).
-
- 1 reply
- 1.1k views
-
-
I have setup a quester run the quest Pop Quiz Advanced Rune Drawing. It will pick up the quest just fine and trace the first rune but will not start the 2nd. I've attached the log below. If I move the character manually, it will start and proceed to do the 2nd rune, then get stuck starting the 3rd again. Once again I can move the character and then it will continue the path. It's like it will go to the first spot, but not contenue onto the next. I moved the character between 15:58 and 16:02, and again between 16:02 and16:07.
-
- 4 replies
- 2.1k views
-