Everything posted by JWalton85
-
Do Not Sell My Loot!
I would like to suggest/request a feature wherein the bot will DESTROY gray items (without GoToTown) so long as a stack of that item was worth less than X silver/gold. The user should be able to specify the silver/gold value.
- 2 comments
- 2 reviews
- Easy Quests Editor save Tool Window positions and sizes
- Easy Quests Editor save Tool Window positions and sizes
-
Back to Billy won't turn in quest
Thanks @The Smokie. I really i appreciate it. The quest is just to carry an item over, so I don't think there is any "info" that I need to add? I'll try modifying and using the code you suggested for the complete condition, thank you.
-
Feature Request: Add Easy Profiles Creator button to Tools Screen
Hi @Droidz! Would you consider adding the "Easy Profiles Creator" button for Quester to the TOOLS menu? This would make it possible to open the Easy Quests Editor without stopping the bot.
-
Back to Billy won't turn in quest
My bot is going to Billy Maclure and interacting, but not actually turning in the quest? The Pork Belly Pie item is in inventory. Thanks for your help! 06-11-Elwynn-Forest.xml
-
Don't stop bot after Hearthing
Although... once a GM is teleporting you... you're as good as caught anyway...
-
Don't stop bot after Hearthing
I have added a step to my Quester Profile (I am using the Easy Quests Editor still) that hearths back to town. However under wRobot Advanced Settings I have the Stop game / bot / Security option If Player Teleported enabled. So when my bot hearths, it then immediately closes WOW. Besides disabling this security feature, how can I avoid this?
-
How to train spell at class trainer
Thanks @Droidz! How would I enter this into the Complete Condition? I'm pretty new so I don't understand all the syntax requirements for the various languages of code you can use.
-
How to set which quest reward to take
Okay no worries. I guess that's why it's a "Beta" feature ?
-
How to set which quest reward to take
@Droidz, is this true? Is the Reward Item function of the Easy Quests Editor not working?
-
How to set which quest reward to take
I'm having trouble getting my Quester profile to select the right quest reward. Here's what I have set up, and a screenshot of the quest log in-game.
-
How to train spell at class trainer
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 "Is complete condition" value. I'm using the snippet I got from the XML file in the forum post "Snippets codes for quest profiles", and replacing "local id = 2018" with "local id = 6673". So the value of my Is complete condition is "return Lua.LuaDoString<bool>("local id = 6673; local skillType, spellId = GetSpellBookItemInfo(GetSpellInfo(id)); return id == spellId");" as you can see in the image "Battle-Shout-3-complete-condition." My primary concern is that when the Quester bot is running then once this step is reached in the Quests order this error message is spammed on the screen: "attempt to call global 'GetSpellBookItemInfo' (a nil value)". See Battle-Shout-4-ingame-error. Thanks so much for your help!
-
"Wanding"
This worked pretty well but i'm getting this error frequently now when the Automaton mode loads. Compilator Error : c:\User\USERNAME\AppData\Local\Temp\kvb3zwmm\kvb3zwmm.0.cs(52,136) : error CS0117: 'wManager.Wow.Helpers.SpellManager' does not contain a definition for Get SpellSlotId'
-
TBC lock (re)applying DoT
I noticed your FC was spamming petAttack(), so I changed that to OncePerTarget = true. Now it can move past the petAttack() command and get to the Drain Life.
-
TBC lock (re)applying DoT
Hi Stranger, I can't get mine to work either. Did you ever get yours working? I'm pretty new but I'll take a look at yours anyway. Warlock-10-20-Voidwalker.xml
-
Warlock re-apply dots
Did you ever figure this out Hunter88?
-
Attack agressive mobs before neutral ones
I have the same question. I wonder if there is a Plugin that does this? I couldn't find one. It would also be great if there was a way to avoid pulling mobs at Player Level + X
-
Pulls mobs without pet, then trying to summon in combat
-
Warlock summon pet?
Has this solution worked for anyone?
-
Pulls mobs without pet, then trying to summon in combat
Any insight on this issue?
-
Bot keeps on going to Repair.
No Add-Ons and NO plugins - same issue. 11 May 2019 23H39.log.html
-
Bot is spamming food/drink
What was the fix/mistake?
-
[FREE] PartyChatCommandEX (PCCeX)
Can you add an option to specify a channel instead of using Whisper? I'd like to get the spam out of my chat ? I run my alt, tag the mobs and then macro whispers to my main (which is the bot). This is powerleveling!
-
[FREE] PartyChatCommandEX (PCCeX)
It seems like changing the Custom Trigger doesn't work? These settings DO work... Action command: LuaMacro Command: assist Command action: /assist myAltsName Custom Trigger: myMainsName Process arguments: False These settings do NOT work... Action command: LuaMacro Command: assist Command action: /assist myCharName Custom Trigger: hey Process arguments: False