Quester assistance
644 topics in this forum
-
Ok so I added in npc set em as the proper class trainer in wotlk,and in settings made sure box to train. What I 'm getting at is that thee right in doing this? So far it hasn't trained on my 1 to 10 profile since added little while ago.
- 4 replies
- 2.2k views
-
I've decided to try out dungeon botting. Tried using Slagmines by Eeny, issue is the bot sometimes decides to double pulse and skip a boss resulting in the bot being stuck on the firewall. Any ideas why it would be doing this ? Video of this happening.
- 10 replies
- 3.8k views
-
I'm starting to write quest profiles for Draenor.. however im coming to a stop with the whole 'base selection process'. I was thinking an interact with target followed with a macro to click the button to select the base, however /run print(GetMouseFocus():GetName()) Returns a nil value- only /framestack appears to give some useful into. what macro should i use to get the bot to push that button to continue the profile?
- 1 reply
- 1.6k views
-
Need some assistance in coding, I wish to use RunCode in Quester for the bottom For example I want to move to the NPC, "Lake Frog" to be exact.. ID = 33211 So the location is not fixed. I stumbled across the below while going through the wManager resource. Any example? I am trying to complete "A Blade Fit for a Champion" but the issue would be the bot would not move to the Frog that it is blowing a kiss. How do I get the bot to move to the frog? The code below is for my RunCode while (!Quest.GetLogQuestIsComplete(13673)) { ItemsManager.UseItem(44986); wManager.Wow.Helpers.Lua.RunMacroText("/tar Lake"); wManager.Wow.Helpers.Lua.RunMacroText("/kiss")…
-
- 12 replies
- 2.7k views
-
-
hello I like to use the "Traveler's Tundra Mammoth" in the ongoing quest given location. Then, using the "Traveler's Tundra Mammoth" wants to sell the Garbage. How do I set up in Easy Quests Editor?
-
- 1 reply
- 1.1k views
-
-
Hi guys, I'm pretty new to the bot and have decided to post my question after not finding the current suggestions helpful. I tried using dreamful's Quester profile from 1-80 but for some reason my bot does not seem to be able to attack and/or just keep walking around in circles at the starting human zone. I tried searching and I did try to make a simple fight profile which is actually there is nothing much else I can do accept to add the spell 'Smite' since it is only the spell I have right? However after doing that, my bot still just keeps walking around and does not attack any mobs :(
- 3 replies
- 1.4k views
-
hi, how can i use a quest profile ? sorry im newbie.
- 1 reply
- 2.1k views
-
[D] 21:21:10 - [Info] Continent change, Kalimdor to SkywallDungeon [D] 21:21:11 - [Quester] Wait[3]: 5000 ms [D] 21:21:11 - [Blacklist] Added, 0 uniques Npcs, 0 Blackspots and 0 Npcs types (Training dummy ignored = True). [D] 21:21:16 - [Quester] RunCode[4]: // PathFinder avoid obstacles: // wManager.Wow.Helpers.PathFinder.ReportBigDangerArea(new Vector3(3920.21167f, -3547.52246f, 134.244781f), 20f); // Blacklist: wManager.wManagerSetting.AddBlackListNpcEntry(53488); // http://www.wowhead.com/npc=53488 [D] 21:21:16 - [Quester] New step (5): GotoErtan>Pulse 21:21:16 - [Mount] Mounting ground mount Talbuk de guerre cobalt [N] 21:21:18 - [MovementManager] Report navmes…
-
- 5 replies
- 2k views
-
-
Hello This is my first try to make a Quest profile. Its for some of the quests in tanaris. After some tries i finally got it to use a quest item. Then i got a quest where i had to pick up some Steamwheedle Crates. So far as i could read i had to make that part a Gather. But it won't pick the item up. :( Also my char stands and try to talk to thw quest giver even when it already have picked the 2 quests up. "Puddle Stomping" and "Seaside Salvage" Can someone pls hlp me? Tanaris 43 quest.xml
-
- 2 replies
- 1.6k views
-
-
If it possible to pulse a wrobot logical quest (one thats not in the WoW quest log) and have wrobot complete a logical quest objective when its within x yds of a specific loccation? what would be the <<iscomplete>> value for a 'quest' like this? example is : http://www.wowhead.com/quest=62/the-fargodeep-mine - for whatever reason the quest bot wont pick up completion of this quest. if i could make it a logical quest wrobot might see the completion. thanks Eeny
- 2 replies
- 1.5k views
-
I can't find quester profile any horde 90lv to 100lv. Just here is for alliance. If i did not find, link plz.
- 3 replies
- 1.4k views
-
Let me know what someone would charge to create a program that levels an alt from start to finish for horde. Im sure others will be highly interested in this as well.
-
- 1 reply
- 1.2k views
-
-
is there an issue with reading memory for some quests in 7.0.3 (22267) I knew legion was going to mess up a lot of my profiles with the changing quest ID's/ locations etc so i went back to my newest (and best) trying to get it 100% for legion. However my bot wont read the quest ID's correctly for some quests, the bot will just sit and trying to pick up the quest. In the screenshot the second quest does not get enumerated properly so in the attached log the bot stayed for 3 minutes trying to pick up the expected quest ID. What should also be noted- as your quest log changes- the quest ID (for the broken one) will change a little bit. Sidenote- n…
- 2 replies
- 1.4k views
-
Hi guys, I just bought the bot and am creating my first profiles. Gather and Grinder profiles are all working great so far. Now I wanted to create my first Quester profile and therefore tried to create a human lvl 1-5 profile, but the bot wont pulse the first quest :/ I watched eeny's tutorial and can’t figure out what’s wrong with my profile. Hopefully one of you can help me with this. Mensch 1-5.xml
-
- 6 replies
- 2k views
-
-
can someone help me with quester profile? i just want go to respawn point of deathtalon, terrorfist, doomroller, vengeance wait until they respawn and attack it. use this macro to find quest ids, also mob ids from wowhead /run for k,v in pairs({deathtalon=39287, terrorfist=39288, doomroller=39289, vengeance=39290}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cFFFF0000Completed\124r" or "\124cFF00FF00Not completed yet\124r")) end when i start this profile i just get 20:54:34 - Deathtalon killed 20:54:34 - Terrorfist killed 20:54:34 - Doomroller killed 20:54:34 - Vengeance killed and bot shuts down. what im doing …
-
- 2 replies
- 1.4k views
-
-
I am making a Quester profile for Firelands trash farm. It works mostly but sometime a mob throws my toon off the map and kills it. When it revives the bot goes back to the entrance of Firelands but doesn't go inside to continue. It just stays at the entrance. Is there anything I can do to correct this?
- 5 replies
- 1.8k views
-
Someone have profyle for level 90 to 100 horde???
- 9 replies
- 2.4k views
-
Hey guys, does anybody know how i can override the resurrection/retrieve corpse pulse, that is being executed automatically once you are dead? or just override the currents state pulse or something like that ? cheers!
-
- 1 reply
- 1.3k views
-
-
Hey guys I cant make my new toon pick up quests. Hope you can help. 13 jun 2016 18H02 - ztSrxje.log.html
-
- 2 replies
- 1.3k views
-
-
is there a way to cast spell in a quester profile? Tried the code below but it does not seems to work <EasyQuest> <Name>CastReju</Name> <QuestId /> <QuestType>InteractWithNpc</QuestType> <QuestClass xsi:type="InteractWithNpcEasyQuestClass"> <HotSpots /> <GossipOptionNpcInteractWith /> <Macro>CastSpell(774, "spell");</Macro> <IgnoreIfDead>false</IgnoreIfDead> <EntryIdTarget /> <Range /> </QuestClass> <ObjectiveCount1>0</ObjectiveCount1> <ObjectiveCount2>0&l…
- 4 replies
- 2.8k views
-
Hi I want to make a simple profile for farming trash in instance but I struggle with finding proper way to set "if condition complete" for my trash killing part so it stops at some point and proceed to leave instance. I'm looking for a proper command that is like "after 40 mobs killed" or "When no mobs around for more than 1 minute". I dunno I'm not a programist so I have no clue how to invent these spells, all I have is some simple logic I follow but I don't have any "know-how" to back it up so... help me:P p.s i attach my file so you guys could review, i left if complete condition blank in my CLEARROOM part so now what it does is enter instance and leave right away…
-
- 9 replies
- 3.7k views
-
-
I've noticed that the bot do not always complete the path. for example, the bot does not move towards the last vector for it to complete the pulse. It will be waiting at the 2nd last vector and I have to manually move it forward so that it could continue with the next action. Anyway to solve this pathing issue?
-
- 1 reply
- 1.5k views
-
-
Hello WRobot Community, at the moment I am working on a dungeon/raid profile for just farming trash (Run into dungeon - Kill trash - Run out of dungeon - Reset - Repeat). I created a profile which pulls via FollowPath and the condition that the Quest is completed as soon as the path is completed. The problem i am facing is: The route of the pulls is completed nicely, but the bot only dismounts when getting CCed by the mobs. I am searching for a possibility to let the bot dismount after every FollowPath, to: Kill the mobs - Mount - Do next pull - And so on. One step further: If i have to create new subquests for each dismount and trashpack-kill, what…
-
- 2 replies
- 1.5k views
-
-
Path finding in dungeons are quite erratic, anyway to have a code to disable them? Something like the below? <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.UsePath = false;" /> Thank you Regards
- 6 replies
- 2.4k views
-
Yes i have all of the options filled in to use the food and the bot actually says the the food was used, but in game the food isnt used. any help is greatly appreciated!
-
- 4 replies
- 1.8k views
-