Jump to content

JWalton85

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by JWalton85

  1. 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?

  2. 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!

    Battle-Shout-2-twinstar.jpg

    battle-shout-1.jpg

    Battle-Shout-3-complete-condition.jpg

    Battle-Shout-4-ingame-error.jpg

  3. On 5/9/2017 at 8:59 PM, Zickefoose said:

    To get wand working

    1. Add the Wand attack to your fighterclass

    2. Add Spell condition C Sharp Code

    !Lua.LuaDoString<bool>("return IsAutoRepeatAction(" + (SpellManager.GetSpellSlotId(SpellListManager.SpellIdByName("Shoot")) + 1) + ")")

    3. Profit.

    I also use set mine to only use wand when target is below a certain percent of health

    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'

    compilator-error.JPG

  4. Quote

    Now if you just want to bot your second character, basically follow the same steps, but instead of setting up grinder, you are going to control the party leader yourself.  So anything you do the partybot will assist you.

    Is there a way to do this while NOT in the same party? I can get him to follow, but not assist. (I am trying to powerlevel another character)

  5. The Dropbox download links no longer work.

    Does anyone know of an updated version or plugin that can do this? I want to follow a non-party member and assist their target. Possibly heal them too.

    The Party mode will follow, but not assist. I don't mind creating an alternate FighClass if i need to.

×
×
  • Create New...