Quester assistance
644 topics in this forum
-
is there a way to automate the quest profile switsh like profile 1 start profile 1 finishd autostart profile 2 profile 2 finishd etc etc is there a n addon or pluigin that does that for you? and if yes pls explain in detail like an how to or link me an how to i lookt but coulnt find any thanks for all the answer that i hope i get :) excuse my bad english / grammatic ^^
- 1 reply
- 1.5k views
-
Hello, I'm working on some quester profile but I struggle with adding a counter, I'm not so exped in C# but I believe it's something easy to do. What the quest order should look like: 1) var counter = 0 2) Pulse "quest 1" 3) var counter = counter + 1 4) If counter = 10 5) Msgbox "Counter equals to 10" 6) Go To Step "9" 7) Endif 8) Go To Step "2" 9) Pulse "quest 2" Any help?
- 11 replies
- 3.4k views
- 1 follower
-
Hello, i bought the "Legion World Quests" profile by camelot10. I'm trying to run it on Firestorm (7.1.5) but without success, attaching the log file here. Thanks in advance for any advice! 30 apr 2018 16H20 - IHCd.log.html
- 1 reply
- 1.1k views
-
Hello there community! I'm running into a problem with trying to map the quest [Evacuate the Merchant Square]. The bot runs up to the doors in Gather/InteractWithNpc no problem, but it stops at the base of the steps, which is out of range. The bot will still say its a successful farm even though nothing actually occured. Using InteractWithNpc works the same. Runs up to the door, but stops at the steps.. Iv'e tried Decreasing the range on IWN , not sure if that's possible on Gather.. anyone have a solution to somthing like this?
- 13 replies
- 4.2k views
- 1 follower
-
I'm running Wrobot for 1.12 and I'm using a highly recommended paid profile, along with a paid fighter class. Everything works fine except for looting herbs and mines (which I assume is because of the nature of the questing profile simply running it's path without stops but I could be wrong and if I am I'd love to fix this as well) and my biggest issue...quest items such as looting specific ores which take 3 to 5 seconds. It'll start to loot these particular items but it won't finish (it does the same with herbs and mines, I haven't tried other gathering professions) and this has caused my bot to run on an obvious robotic loop. Is there any ways to fix this?
-
- 2 replies
- 1.2k views
-
-
So I made a Halls of Lightning endless farm profile, but when bot dies on rare occassions, disconnects etc.. the bot is unable to run back to instance, it flies 60 or so yards above the portal, instead of flying through it, is it possible to fix that? I'm not sure if I can fix it on my side since I think it has to do with wrobots pathfinding. these are the correct coordinates to enter the dungeon. X="9190.552" Y="-1391.676" Z="1110.21" Thanks in advance!
-
- 0 replies
- 1k views
-
-
I use the Override Pulse quest type a lot and had the issue where the bot won't resurrect if it dies. I can figure out what to do but I'm hoping theres a quick way. Something like : if (ObjectManager.Me.IsDead) { wManager.Wow...Resurrect; }
-
- 1 reply
- 1.2k views
- 1 follower
-
-
Hi Guys. I have a problem with submitting finished quests. The butten complet quest in the 2nd point of some quests is grayed out so the quest can not be submitted. When I am relogging, I can manually submit the quest as normal. I relogge and turn on the bot one thing happens again the same. It is a vanilla server. Sorry for my bad englisch , google translate ;-)
-
- 0 replies
- 1.1k views
-
-
Hi, i just started my own questing profile and would like to know how to tell WRobot to "take quest reward 1 (leather) if class hunter&shaman" and "reward 2 if class paladin&warrior" etc. The quest i am working on is 9280. I tried to make a quest entry for every class but then i get the following error: edit: it seems like changing the name to "Replenishing the Healing Crystals1" 2 3 4 etc worked
-
- 0 replies
- 1.2k views
-
-
Hey. I am tryna make my bot fly on a taxi, and i noticed in Malyu;s code he makes the bot run Lua.RunMacroText("/click TaxiButton5");, and in some its 2. Is there a picture, that shows each location's button? How do i find which button i need to click in the macro text?
-
- 2 replies
- 1.5k views
- 1 follower
-
-
I want to make a Profile to get the Artifact Weapon for Fury Warriors i get the Quest "The Hunter of Heroes". First i have to Interact with a NPC to get in the Scenario. The First QuestObjective is done and here comes my first problem, after the bot was teleported he walks in a one direction (to the coords where the NPC was standing i think) and dont go to the next Quest Order step. And if the player use the "Heartstone?", how can i check if the char is standing in the right continent or so? The first objective is "done" and i cant cancel the quest. The Scenario has a new Objective: Light up the Mystic Fire 0/1. Phase (or Step/Stage i play it in Germa…
-
- 1 reply
- 1.5k views
-
-
Hello, how can I add new wManager.Wow.Bot.States to the quest profile?
-
- 4 replies
- 2.7k views
-
-
Hey Guys, I want to make a Profile for my Warri (Artifactweapon) I should now select a second weapon. Here, the bot is now either select the fury weapon or a message box should appear to the user to indicate that he should select the weapon itself. My question is now, how do I do that? Sorry for Google Translate i can read english but formulate a text is not easy for me. Maybe German Support would be nice :)
-
- 2 replies
- 1.3k views
-
-
Hello. How can I write a profile for legion event ? I have to make the conditions for stages a scenario ? How can I do it ? P.S. Start quest
-
- 3 replies
- 1.8k views
-
-
Alright so I'm trying to make a quester profile to run Gundrak and I need to click on an altar after each boss to unlock path to last boss. Here is one of 3 objects I need to click on to unlock path Altar of Slad'ran Entry 192518 Pos 1775.3 ; 679.7 ; 129.2 I really have no idea on how to make quester interact with an object so any help would be appreciated.
-
- 2 replies
- 1.6k views
-
-
Hiya, was curious if anyone had any good questing profiles for retail? Or if questing isnt a good way to level, is there anything better?
-
- 0 replies
- 892 views
-
-
Hi, how can I add npc to blacklist on a pull, combat or loot? This code only gives ignore pull. wManager.wManagerSetting.AddBlackListNpcEntry(111, true); Like HB code Blacklist.Add(Me.CurrentTarget, BlacklistFlags.Combat, TimeSpan.FromSeconds(120)) Blacklist.Add(Me.CurrentTarget, BlacklistFlags.Loot, TimeSpan.FromSeconds(120))
-
- 2 replies
- 1.9k views
-
-
Hi all, im intereted in that bot for a privat server. I try it, and i have following problem. I choose a profile which is human 1-18. now i downlaoded a fightclass. The problem i have is, that the bot only uses the autoattacks and im not familiar with this bot. Can anyone help me with bot? i cant try other fightclasses because if i try to download one i get the massage, that iam not allowed to download this contant :-(. Pls help.
-
- 1 reply
- 929 views
-
-
Im trying to make a questing profile for a vanilla private server, its working however there is an issue with it reaccepting the quest. Basically Its a repeatable, but it saves it as a completed quest in the quest ID list even though ive said its a repeatable and then gets stuck on 'Turn in'. Is there anyway around this?
-
- 7 replies
- 1.8k views
- 1 follower
-
-
For some reason I am having issues with this quest, http://www.wowhead.com/quest=1886/the-deathstalkers Quest is picked up from Mennet Carkad in Undercity the character has to go out of undercity and go find Astor Hadren on the path to Silverpine forest. When my character picks up the quest it picks up the quest but than stays there and keeps opening the dialog to pick up the quest instead of going to find Astor Hadren. I tried interact with NPC tried Killandloot (since once Astor Hadren is found you interact with him and than you fight him.) Not sure where i am going wrong. Any help please. thanks
-
- 7 replies
- 2k views
- 1 follower
-
-
As per title, my level 12 Undead rogue is having issue going into undercity to grab or turn in a quest. is it possible or should I stay away from going into Undercity? ANSWERED EDIT: Nevermind after letting the bot go it went back door and went in Undercity!! Silly me! Also, Quester is sending my character to train as soon as he hits a level, even in the middle of a quest. is there a way to prevent that and train once back in the city to return quest ? Last question, can i set up quester to train at weaponsmith once he gets into a major city ? Thank you for the help!
-
- 0 replies
- 930 views
-
-
Quest requires using an item on mob. After using the item, a new mob with new id spawns and is friendly. I need the quest to complete after the mob is spawned. Was thinking return ObjectManager.GetNearestWoWUnit(GetWoWUnitByEntry(38739)); But that wouldnt work. Any input?
-
- 1 reply
- 1.6k views
-
-
Hi. Why don't I click on the button I use the command : <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(2781.16, -432.997, 116.5811), 6738, 2, false)" /> <QuestsSorted Action="RunMacroLua" NameClass="/click StaticPopup1Button1" /> The game window appears, but the button does not press. Help me PLS.
-
- 11 replies
- 2.7k views
-
-
подскажите пожалуйста почему не работает команда <QuestsSorted действий="RunMacroLua" NameClass="/нажать StaticPopup1Button1" /> я использую, чтобы создать профиль
-
- 3 replies
- 1.5k views
-
-
Hello, I'm fairly new so sorry if this is a dumb question. I've tried to look around the forums but can't find what I'm after. I'd like to tell my bot to complete a quest, then grind until level x, then continue questing after reaching that level. From what I can see I assume I would make a quest in the quest editor with a quest type of KillAndLoot, then tell it which mobs to attack. Fine. It does that but the issue I have is getting it to stop and then carry on questing after reaching the level I want. Any help would be appreciated :D
-
- 1 reply
- 918 views
-