Quester assistance
644 topics in this forum
-
Hi, I'm trying to develop some quester profile.for 5.4.8 server (Helios) It seems any LUA the quester tries to send to the client doesnt work. I tried to send /target Training Dummy and /cast Steady Shot with the "UseScriptOn" and "InteractWIthNPC" quest type, "CastSpellOn" doesnt work either. https://www.wowhead.com/quest=25139/steady-shot (I deblacklisted the Training Dummy before) So i bypassed this quest, and i have a problem with the UseItemOn for the quest https://www.wowhead.com/quest=25134/lazy-peons , it just wont use the item form my inventory , in any way. I even tried with wManager.Wow.Helpers.Lua.RunM…
-
- 5 replies
- 1.6k views
- 1 follower
-
-
DP.SetObjective("Waiting for team."); if (DP.CheckArea(3.776016f, 21.64086f, -5.713871f,10)) return true; if (DP.LeaderReadyPull()) return true; return false;
-
- 3 replies
- 1.2k views
-
-
Hi, trying to sew together a dungeon farming profile for mana tombs. The current resources I'm using are: I've recorded entry/exit locations for mana tombs and locations of the hotspots of NPCs I want the bot to kill. The profile enters mana tombs and skips the pulse which is to grind the path. I don't know why it is skipping the first pulse and skipping directly to the last. The profile also doesnt leave the dungeon, it tries to reset instance where the character spawns in the instance. Can someone please help me and explain precisely how to create a dungeon crawling profile where as i can follow hotspots+targets then loop into exit. The …
-
- 4 replies
- 2.1k views
-
-
Hello! I'm started doing quester for Cata. And I faced one problematic quest [The Power of the Light]. For that quest i need to use spell on Training Dummy and UseSpellOn doesn't work, what should i do?
-
- 2 replies
- 1k views
- 2 followers
-
-
Made a profile to run gundrak endlessly but once every 15-30kills the bot starts pulsing a followpath thats inside Gundrak, when its in northrend. I tried making the Can condition "return (wManager.Wow.Helpers.Usefuls.ContinentId == (int)wManager.Wow.Enums.ContinentId.Northrend);" but it doesnt seem to do anything, even if i set it to Gundrak, the bot still pulses it while inside Gundrak. Any help would be appreciated, profile attached Gundrak.xml
-
- 1 reply
- 1.3k views
-
-
I am trying to make my own Quester Profile that basically does the following: Go inside Naxxramas instance Walk towards the Archanid Quarter (Right side first) Go outside the instance Reset Instance Go back to step 1 However, I am having issues with step 2 where it always seem to not follow the exact waypoint I made using "Record path" on 1.5 distance between two point. I have attached a photo for reference. I want the bot to walk on the right side first and finish on the left but for some reason, it doesn't do this 100% of the time. Sometimes, the bot walks on the left side first which triggers the "Go outside the instanc…
-
- 1 reply
- 915 views
-
-
I'm running two bots and both are just standing in front of Remy after turning in the gold dust and candle quest. I tried two different questing profiles, and they both end up here and just waiting. Tried restarting as well.
-
- 4 replies
- 1.2k views
- 1 follower
-
-
<EasyQuest> <Name>easy</Name> <QuestType>KillAndLoot</QuestType> <QuestClass xsi:type="KillAndLootEasyQuestClass"> <HotSpots> ... </HotSpots> <EntryTarget /> <IsGrinderNotQuest>false</IsGrinderNotQuest> <IsHotspots>true</IsHotspots> </QuestClass> <CanCondition>return true;</CanCondition> <IsCompleteCondition>return false;</IsCompleteCondition> <RepeatableQuest>false</RepeatableQuest> <NotRequiredInQuestLog>false</NotRequi…
-
- 4 replies
- 1.6k views
-
-
https://wotlkdb.com/?quest=5216 https://wotlkdb.com/?object=176361 Can't turn in the quest. The character runs into this cauldron, but doesn't interact. Problem with all cauldrons in the quest series
-
- 9 replies
- 2k views
- 1 follower
-
-
Hi, I'm trying to create a quester profile that uses spell on target but instead of using a spell the character is attacking the enemy instead. I also tried one of the LUA Code Snippets for casting spell but it's not targeting the enemy and moving to position. Quest: https://www.wowhead.com/quest=37439/thirst-unending Race: BloodElf Please help and guide me on how to do this as i am new to this. thanks
-
- 1 reply
- 835 views
-
-
before anyone tells me this is outdated yes i know. but its free and substanctial work was put into it and nothings really changed to cause this. the pathfinding and some settings uncheck wen i start. im wondering if im doin something wrong. if you have ever used this you know what im saying. bot runs into walls. wen u check and save it and go to start the quester it reverts back along with a few other settings. can anyone help me out here.. essentially been been 4 times now because i cant figure this out.
-
- 3 replies
- 1.4k views
-
-
HUGE UPDATE!!! So this is my new updated version. Add everything in this code box to a Notepad++ ffile or in Visual Studio. and done! Hope you guys benefit from it all. I used // Comments to add important information so, be sure to check it out. I hope this helps! With the release of my new HORDE REMAKE I have decided to release ALL of my codes i have made over time, all the codes i have found by other users, modified, edited, you name it. With this any new profile creator should have all the tools necessary to begin writing a script!! // TBC USe Item On Dead Mob ( Make Interact Quest Helper (dea…
- 3 replies
- 17.9k views
- 2 followers
-
Hello, I'm working on a Quester Profile 1-80 that basically is a Grinder path but more accurate and with extra features. For example, at the start of the profile, I Immediately override some wrobot settings, so each time I create a new char I don't have to mess around with switches and various options. I forced to dont attack elite, don't go at trainer (I use separate plugin for that), don't calculate range by size and similar things. One thing I would really like to have is something that forces the bot to repair before learning new spells, because at the moment, when it triggers the "training spells" it goes straight forward to the trainer, and it doesn't have e…
- 6 replies
- 3.3k views
- 1 follower
-
Hi, I'm trying to make my own quester for taurens. Kill+loot/gather quests works fine. In the starting zone, one of the 1st quests: A Humble Task (Talk to another NPC-quest), i can't figure out how to make the character go to the other npc. No matter what i do, he takes the quest but then just stands there and tries to retake it again instead of moving towards the other NPC to complete the quest. How do i make the bot walk and talk to the NPC that the quests wants me to? Have a nice day.
- 2 replies
- 1.2k views
- 1 follower
-
Hello, please tell me what code you need to use in the quest to load another quest profile using Runcode? Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = "ProfileName.xml"; when trying to use something similar, the code only fires after restarting the bot.
-
- 3 replies
- 1.8k views
- 1 follower
-
-
How to get Current FSM state? But not in robotManager.Events.FiniteStateMachineEvents events
-
- 1 reply
- 712 views
-
-
Is it possible to somehow add a script to the quester? If the action is "pulse" then "wManager.Setting up wmanagers.Current setting.SecurityPauseBotIfNerbyPlayer = true;" if the action "pickup" or "turnin" then "wManager.Setting up wmanagers.Current setting.SecurityPauseBotIfNerbyPlayer = false;"
-
- 2 replies
- 1k views
-
-
The bot does not talk to some quest NPCs. How to fix it?
-
- 2 replies
- 1k views
-
-
Please tell me how to enable the plugin via RunCode?
-
- 2 replies
- 985 views
-
-
I'm really having a heck of a time having turn-ins work properly. This is using the 3.3.5a client, wotlk version of wRobot, and am using it against a plain AzerothCore server as well as against ChromieCraft. Whenever the interacting NPC has more than one quest, or a quest you have but have not completed, or really any other combo besides a single quest option, the bot just tries over, and over, and over again. I've disabled all adons, so there's nothing that is impacting the UI. Does anyone have any suggestions how to get this to be a bit more stable? This particular bot has been here for over 5 minutes attempting to turnin this ques…
-
- 12 replies
- 2.6k views
-
-
Hey. Can someone help me? I am new and start to create my own quester profile. So i made 20-60 via grinder. Now i need to force bot go into Ogri and learn herbalism/mining as a profession. So how i can setup it in qester editor?
-
- 2 replies
- 1.1k views
-
-
Hey, I am wanna bay quester-grinder-gatherer profile for lvling. Pm me if you can help or do this. Hight rated server so its should be easy. I just no exp in quester profile creator.
-
- 0 replies
- 752 views
-
-
Hello, I am new to this but trying to learn. I tried making a simple questing profile for the Dwarf starting area on a 1.12.1 server. The first quest, I have this on the 'Is complete condition' [return ObjectManager.Me.LevelDecimal >= 2;] so the bot will level to 2 before continuing, but when he levels he tries to turn in the quest immediately. It will complete the quest normally if I remove this. Do I need to add a second condition? The quest 'A New Threat' I broke into two parts. The first part goes smooth but the bot completely skips the second part and tries to turn in the quest. I am not sure what is wrong. I'm thinking that the quest is fully…
-
- 1 reply
- 1k views
-
-
Hi, is there a way to check objective progression like: return (wManager.Wow.Helpers.Quest.IsObjectiveComplete(1, 1337)); But for partically finished objective, for example 2/4 of Objective(1,1337) completed? Didnt find anything.
-
- 1 reply
- 1.1k views
- 1 follower
-
-
Hello everybody, i need some help with my code.... I use this method to load quest profile from plugin or in Runcode: public static void LoadProfile(string file) { System.Threading.Tasks.Task.Factory.StartNew(() => { Logging.Write("[QuestHelper]: loading profile " + file); Quester.Bot.QuesterSetting.CurrentSetting.ProfileName = file; Quester.Bot.QuesterSetting.CurrentSetting.Save(); Thread.Sleep(2000); robotManager.Products.Products.ProductRestart(); }); } But i always get next error after executing code: [D] 21:45:05 - [FSM] State wManager.Wow.Bot.States.Idle alrea…
-
- 0 replies
- 1.4k views
- 1 follower
-