Jump to content

SacredAnarchy

Members
  • Posts

    9
  • Joined

  • Last visited

SacredAnarchy's Achievements

  1. I have figured it out and its as simple as adding a C# condition that looks like this. p.Name == ("insertnamehere") So for those who use the Fight-class Creation tool, in the conditions drop down menu choose C sharp code then type into the value box p.Name == ("insertnamehere") and obviously insert the intended targets name in place of insertnamehere. The bot will only cast onto that target if its name matches this condition.
  2. Is it possible to use something similar to get a bot to only cast if the targets name matches one specified as a condition, I am able to get it to cast at the target!! That's not the problem, the issue is that it checks all party members for specified conditions and the player name is not one of the conditions so it repeat casts on the named target as it returns true.
  3. You see It will check the whole party for the set of conditions to cast the spell then repeat cast it on the intended name however I need it to not cast if the named target has the buff already regardless of the other party members having it! if it only checked the named target for the buff conditions that would be ideal, however a work around would be to add a condition that if the targets name that the bot checked for the buff condition is not the intended targets name then do not cast. It would then check party 1 through 5 for the correct name as a condition then check buff conditions and proceed to cast or return if its already buffed.
  4. Scenario Bot is in a party I would like it to only buff a target "if" its name is "player-name" . at the moment i just use SpellManager.CastSpellByNameOn("Blessing of Kings","player-name"); in the spell name field and check the notspell. is C# code and in the conditions I include targetbuff, target distance, globalcooldown however its checking all the party members for the conditions and repeat casting on the intended target this is because its not checking if the targets name matches a condition. So my question is what would be typed in the C# condition so it will only cast if the name of the target matches said condition. If an Lua condition can be added that would work too
  5. cos I'm a moron who hasn't seen that
  6. i guess I'm trying to get a bot to follow me n assist
  7. i have two instances of wow running i am paired up in a party with two mages i have a macro set up ingame that makes mage B set mage A as the focus also follows and targets what mage A is targeting if i can get wrotation to trigger that i can have a automated mage alongside me
  8. I'm trying to get the wrotation module to use ingame macros anyone help me out? I'm thinking on the lines of hotkeying the macro to 'G' but i don't know how to get wrotation to send keystrokes
×
×
  • Create New...