Jump to content

dirtyjobs

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by dirtyjobs

  1. just have it drink after fights... fights shouldnt be lasting long enough where casting seal of wisdom will make a difference. if you are having mana problems then try only using SoC with no judgement. if you keep chain pulling because of runners, try a different spot or use the seal of judgement options. I wont be updating this FC anymore due to the fact i no longer have a paladin. i think this is in a good spot to stop for me. this wasnt meant to be used in a raid or groups, mostly just solo grinding. so for that purpose, i think its really good.
  2. the biggest problem with mining is the way wrobot approaches the nodes. its a dead give away. i stopped mining and herbing because of it. i think the GMs on warmane rely on reports, then they flag you to be checked and will do it next time you log on. had a friend who got his bot whispered to, he logged the bot off for about a week, then logged on and started botting again and was banned in 20 mins of his log on. the theory if u donate you wont get banned isnt true. that ban was of a paid account.
  3. Judge crusader then use seal of righteousness? Seems easy enough. Uploaded new FC. enjoy.
  4. If you just learned blessing of might while wrobot is running, you will need to shut down wrobot and reopen it for it to see new spells. thats only thing i can think of why it wouldnt work.
  5. bumping because lua script condition isnt working for me either
  6. the problem is the item id for 5350 is rank 1 conjured water. https://tbc-twinhead.twinstar.cz/?item=5350 the spell 29975 is rank 8 conjured water https://tbc-twinhead.twinstar.cz/?spell=29975 the correct spell id is 5504 for rank 1 conjured water https://tbc-twinhead.twinstar.cz/?spell=5504 The below snippet of code will work for rank 1 conjured water. local count = GetItemCount(5350); if (count <= 1) { local name = GetSpellInfo(5504); RunMacroText("/cast " .. name) } after repeated attempts I couldnt get this code to work either. i ended up using the code Twineye posted above this post.
  7. Version 1.5

    1291 downloads

    This FC comes with options, these have to be set first to use the FC. check the attached picture if you need to know where to click. its the cog next to Fight Class field in the general settings. The options are as follows: You can choose what blessing to buff, for yourself, and for party members. You can choose what aura you will use. There is an option for lay on hands @ >12% hp. You can choose between Seal of Command or Seal of Justice. When you choose Seal of Justice (the bot will judge so mobs don't flee in fear), for what it does after that, you can pick 2 options: Option 1 after judgement of justice is on the target, the bot will use seal of command til its dead.. Option 2 is instead of using seal of command, the bot will instead use seal of justice (for stun procs) you cannot use option 1 and 2 at the same time. also if you have a draenei paladin there's an option to cast gift of naaru @50%hp and >25% mana this bot will automatically heal itself with holy light @ 50% to turn on options set them to TRUE! some cannot be on with others. ( SOC, SOR, and SOC options cannot be used interchangeably unless it stats in the description ) I am happy with this FC for what its purpose was, solo grinding. I no longer am playing a paladin so I wont be updating this because I do not have a toon to test with... I can still add features but only on a per donation basis, in which the customized FC will be given directly to you personally and not posted on here. send me a message on this board for more info.
  8. Version 1.0.0

    882 downloads

    This version intended for levels 1-26. I use this with the Party function in wrobot and I set the tank as the person to be followed at around 30-40 yds. I made this priest fight class to follow me around in quests and dungeons and keep me alive. i tank with zero problems as long as i'm not taking unrealistic damage. it casts Fort to whoever's in the group when the bot starts along with Inner Fire. It will cast lesser heal or heal, based on how much mana you have. < 50% mana it casts lesser heal. > 50% mana and it will cast heal. either triggers when HP reaches below 65% Renew will cast at 80% hp Flash Heal will cast at 35% or lower hp PW:Shield happens at 75% or lower hp This bot will cast fade automatically if it gets below 75% hp Dispel magic works, for now I have just been putting in the name of the debuffs manually per the dungeon. (Sleep, Druids Slumber in Wailing Caverns) I was making a new condition for each debuff that had to be checked. There is a smarter way to do it, I have just been lazy. If ever you need this bot to recast Fort to people who do not have it, simply remove the buff from the bot, and that will trigger it to recast it to whoever doesnt have it, casting it on itself last, so when the buff runs out naturally after 30 mins, it will recast again and cover everyone once more. Its great. Feel free to edit or update or just download this to look at and learn from. I wanted to give something back. Thanks!
    Great profile for my dungeon group. holy crap i picked the wrong one again LOL
    I have been using this for a dungeon group. its great. thanks! woops meant this review for the ret paladin fightclass...
  9. so i did what the directions said and put it in the plugin folder and it shows up in wrobot and its all default settings... shouldnt it work in party chat? do you have to set what channel its supposed to be in? ((int)msg.Channel == 49 || msg.Channel == ChatTypeId.PARTY)) this is in Party chat commands.cs I notice if i say it in party chat on one of the bots it works, but if i say it on my non bot wow it doesnt work. I have 4 bots making a dungeon grp with me and I'd like to be able to tell them to stop or pause while i go pull but if i have to switch over to a bot wow and say stop then, its kinda silly. EDIT: ok so if im not the party leader the chat commands work. so its something to do with the prefix in chat maybe? if i pass lead to a bot and say gohome all the bots hearth. glad we figured this out.
  10. This is also not working for me on 3.3.5a. i tried the 2 custom commands and the gohome, stay, etc and nothing works at all. would be great if this did.
  11. I have been looking around for a guide or a hint on a way for my priest to dispel any magic off of people in a party, but i cant seem to find anything. i understand how to dispel 1 debuff specifically, but it would be way easier to just be able to dispel any magic debuff without having to make a gazillion conditions. I imagine there is a lua solution but not sure where to find that at. also would like to be able to know how to spellsteal as a mage or purge as a shaman too. any help or a point in the right direction would be great..
  12. Yeah I just figured it out. I swear I thought the name of the debuff was just Sleep... but it infact is "Druid's Slumber" sooo now that I have that set correctly, it is working edit: so i just paid attention on a pull and they cast druids slumber or sleep.. so i just set a new will of the forsaken spell with buff and sleep as the name of the buff and set it to true. not sure if thats how you do that but ill test it now. edit edit: it is all working now. thanks!
  13. I have noticed that my healers always cast their heals twice. its like this bot reads the hp, then casts a heal, then reads the hp again before the cast is finished so it casts a 2nd heal which is not needed. I have also been working on a warlock fightclass and it tries to use the wand while the GCD is still going, so it never casts because you have to set it to only try one time otherwise the bot just spams the shoot button but it wont actually shoot anything. Is there a setting where I can make the time between spells longer?
  14. Ok so I have been making a priest fightclass as I level. I am getting in to wailing caverns now and i want to make it so my priest will cast will of the forsaken when he gets debuffed with sleep. I have tried using the buff condition but it doesnt work. I have searched around and I havent found anything. I am not familiar with lua or coding really. any help would be appreciated.
×
×
  • Create New...