Quester assistance
644 topics in this forum
-
Snippets codes for quest profiles ps: Feel free to share your tips on this post. If your message is poorly presented or contains a question, it will be deleted.
- 27 replies
- 32.9k views
- 1 follower
-
So, i had a few drinks and decided that a quest profile creation tutorial was in order. Result: Chain Quests and Gathering Hope this helps...someone, might make a better one
- 20 replies
- 17.9k views
-
Bought the bot and decided to create a Wotlk daily questing profile (playing on a private server and using Wrobot for Wotlk). I just started and I'm already running into a problem with the first quest. Here's the code: using robotManager.Helpful; using wManager.Wow.Class; public sealed class PreparingForTheWorst : QuestGathererClass { public PreparingForTheWorst() { // http://www.wowhead.com/quest=11945 Name = "Preparing for the Worst"; QuestId.Add(11945); // Collect 8 items Step.AddRange(new[] { 8, 0, 0, 0 }); // Entry id of game objects to gather EntryIdObjects.Add(188164); //…
-
- 7 replies
- 3k views
- 1 follower
-
-
I'm trying to make a quester for ulduar, For the 4 guardian when the battle is over i can't use "return ObjectManager.GetWoWUnitByEntry(BOSS).Count == 0;" because the boss don't really die but turn friendly instead, how can i bypass this ? Thx in advance ! 🙂
-
- 1 reply
- 448 views
- 2 followers
-
-
I use the move manager stuck count to detected stuck or not, if stuck count >n then execute recovery step in the quester step, but after step execute the stuck count always there, the quester always do the recovery step, anyone has idea about this?
-
- 1 reply
- 4.6k views
- 1 follower
-
-
I understand how to gossip with npc and make selection on page 1, how do you gossip with page 2 or 3 after first selection? Basically you make selection from page one and page 2 pops up and you have to make another selection and so on. Thanks
-
- 5 replies
- 3.4k views
- 1 follower
-
-
For example, quest 380 for the undead I create a profile in the easy creator, put 5 in one object and 8 in another, if he didn't kill 8, but saw a mob closer than 5, he goes to kill them, even if they have already been completed
-
- 0 replies
- 1.3k views
- 1 follower
-
-
I want to send the xml in my quest profile to others, but I don't want them to know the contents of the file, so how to encrypt the xml file?
-
- 1 reply
- 1.7k views
- 2 followers
-
-
Hi, I'm currently using Wholesome Auto Quester and was wondering if there’s a way to automatically remove gray quests (those that give very little or no XP). These quests tend to clutter the quest log and slow down leveling efficiency. Is there an existing feature or method in Wholesome to handle this automatically? If not, is it possible to create a plugin to manage this functionality? Any suggestions or tips on how to achieve this within the current framework? I’ve looked at the source code and found the "Add to BL" function, but I’d prefer not to modify the core directly if there’s a better approach. Any help or advice would be much …
- 2 replies
- 1.6k views
- 2 followers
-
Hey all, can some one plz explain how to use that function. Problem: 4 quest in the same close area, none linear. Do quest obj, witch is closets / nearest player. 2 of them are pickups item and the rest is kill and loot. Pulse all of them at the same time. Is it possible? Morris
-
- 0 replies
- 1.3k views
-
-
Hello I'm trying tu create a killandloot quest inside a building. But my character target a mob on the floor above him and bodypull all the mobs in his path. Is it possible to target a specific mob please. Or another solution? Tank you
-
- 6 replies
- 2.5k views
- 1 follower
-
-
Actually, the title of the topic is my question, does anyone know how to prevent a bot from buying low lvl items? For example, if I want to set a list of items (via additional settings) that the bot should buy. but at the same time, so that he does not buy low lvl food and water (and high lvl too) when it is not needed. For example, the list contains “Ice Milk” water, the bot can buy it while he is lvl 5-15, but as soon as he reaches 15+, he must stop buying this water, and switch to “Melon Juice”, and so on. There is an option. through "can condition" in additional settings, but I don’t know what condition should be set there. I would be grateful for your …
- 5 replies
- 2.1k views
- 2 followers
-
Keep Receiving a Compilation Error when trying to start quester profile and need some assistance. i posted logs below17 Jun 2024 00H10.log.html17 Jun 2024 00H10.log.html17 Jun 2024 00H10.log.html
-
- 2 replies
- 1.7k views
- 1 follower
-
-
Is it possible to return with EventLua?
-
- 1 reply
- 1.5k views
- 2 followers
-
-
Hello everyone, I am developing an automation script related to "World of Warcraft" in C# and have encountered some difficulties. When a character dies and enters spirit form, I need to write code to automatically control the character to click the "Release Spirit" button and talk to a specific NPC after releasing the spirit. At present, I am not clear on how to implement this function with C# code. Specifically, I need to achieve the following steps: Detect whether the character is dead and in spirit form. Automatically click the "Release Spirit" button. Move close to the NPC. Engage in dialogue with the NPC. I have tried some ba…
-
- 3 replies
- 2.2k views
- 1 follower
-
-
Good day to all. Does anyone have an XML file that learns all the available spells from a trainer? The built-in function keeps crashing...
-
- 0 replies
- 1.1k views
- 1 follower
-
-
For instance, I now have 5 dungeon XML files and 2 battleGrounder xml. i want entry Dungeon and battleGrounder By Time to simulated Random Dungeon Runs, so create Control Quester Task to Control those Quester XML, But I do not know How Can I call this Xml in Control xml, I try use Quester order LoadProfile but dont Work Please provide me with the solution in C# code or other way. I dont want put this so many Step in one quester task
-
- 3 replies
- 1.2k views
-
-
Outside of battle, the bot uses buffs, skills and healing, but nothing happens in battle. In the log he writes that he uses it, but in the game he doesn’t (
-
- 2 replies
- 1.6k views
-
-
Hi all, guys, I need your help. Could you someone give me code for my character can interact with object? Because, I need solve problem, which I have. When my character take quest, he's going to the object and he just staying don't click on object. How can I do it? Thank you in advance)
-
- 2 replies
- 1.5k views
-
-
I am trying to build my Quester bot for the first few levels to train spells as the character levels. To help me get started I'm trying to take this snippet: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=13536 As I'm pretty new, I'm Using the Easy Quests Editor. In this case, I'm trying to get a Level 3 Warrior to train Battle Shout. In the image "Battle-Shout-2-twinstar" you can see how I'm researching the spellID. (In the image "Battle-shout-1" you can see that I got a long list of ID's from the Helper Tools and decided I needed to make sure I had the right rank.) Next, In my Quest editor I'm setting the…
-
- 5 replies
- 4k views
- 2 followers
-
-
I need to create a profile to study a certain spell, the one on the site does not work for me, the bot approaches the NPC, a dialogue opens, but does not study the spell I need. I need grass, ore, skinning. Or some kind of plugin for studying professions. My bot doesn't work with any of them. Maybe someone knows how to register it correctly?
-
- 1 reply
- 888 views
- 1 follower
-
-
Всем привет. Снова нужна ваша помощь 1. Не могу найти ID корабля Штормград - Нордскол, профиль вроде работает, но на корабль не перемещается 2. Не работает профиль "принудительное изучение заклинаний", пробовал сделать профиль для изучения горного дела в Даларане, персонаж подходит к учителю, но не учится (пробовал ID 2575, 2581, не работают) 3. Как правильно прописать условия, т.е чтобы открывался только профиль собирательства на необходимом уровне, хочу сделать общий профиль. Кстати, можете меня поздравить, я почти завершил свои профили для полной афк прокачки🙃 обучение заклинанию проба.xml проба нордскол.xml
-
- 0 replies
- 1k views
- 1 follower
-
-
Good afternoon. I have questions and need help. 1. Who has it or how to write a transition to locations on the box? (preferably profile thorny valley - steppes, storm city - Northrend) 2. How to interact with portals? 3. How to interact with the stone of return after a certain character level and profession?
-
- 6 replies
- 1.4k views
- 2 followers
-
-
Hey @Droidz i need some help with "Is complete condition" return ItemsManager.GetItemCountById(113578) >= 20; that one for items, but i need similar for mobs count. or explain me how let the bot start ignore mobs in quests if its done?
-
- 4 replies
- 1.4k views
-
-
Problem: Bot swears at repeated quest names number 56, 57, 58 Repeating quests doesn't work How to fix?
-
- 3 replies
- 969 views
- 1 follower
-