Jump to content

Sjd6795

Members
  • Posts

    48
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sjd6795's Achievements

  1. This is just throwing an error CS1525 and CS1002 Invalid expression term ','
  2. When I am trying to use the arrow keys to run this c code is causing my character to pause until I move forward again then repeating the pause. I have the following Conditions set. Me In Combat - False Hostile Unit Near - Number 20 - Radius 20 - Type SmallerOrEqual Buff Time Left - Buff name Prowl - Number 1 - Type SmallerOrEqual if ( !ObjectManager.Me.HaveBuff("Prowl") && !ObjectManager.Me.InCombat && wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWPlayer(wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWPlayer()).Position.DistanceTo(wManager.Wow.ObjectManager.ObjectManager.Me.Position) < 500 ) { robotManager.Helpful.Logging.Write("Player detected: cast Prowl"); wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Prowl"); //wManager.Wow.Helpers.SpellManager.CastSpellByNameLUA("Prowl", true); }
  3. I've got all this working and even added some more C sharp and Lua scripts to my fightclass but struggling with certain conditions like. Hostile Unit Near, I am trying to setup disengage to activate when units are within a smaller range of 8. But this condition also seems to trigger from my pet which is always next to the target so it's always just spamming it when it's off cooldown.
  4. How should I implement this? I tried as Lua condition made the adjustments but crash due to to many characters.
  5. So I haven't found a way to add a cool down timer to a lua script, certain conditions work but it seems to ignore the cooldown time left condition and continues to spam the lua script ability. Below is the lua script for casting growl, how would I go about implementing a 8 second cooldown before it tries to run the script again? for i=1,50 do local spellName, spellSubName = GetSpellBookItemName(i, BOOKTYPE_PET) if spellName and spellName == "Growl" then CastSpell(i, BOOKTYPE_PET); end end
  6. Version 5.4.8

    43 downloads

    Basic fight class created using the fight class creator. Does pretty well so far running dungeons, it can keep everyone healed up. Also has a few DPS abilities and manages some buffs, I am going to work on converting it to all LUA script and adding a lot more additional features. Adjust some general settings for improving combat rotation speeds etc. I typically use this in Wrotation for dungeons, and automaton for grinding in groups. NOTE: This profile is intended for 1-70 dungeons. I have not leveled past that and have not finalized what my main set of spells will be.
  7. Can we please get "Target Mana Percentage" condition added to the fight class creator? Also "Hostile Unit Near Target" can this function the same way as "Target" conditions when you have "For friends (party)" set to true.
  8. I have never used a macro within the fight class but I know it's possible. Create a macro that uses that item and I know I seen a guide somewhere for using macros inside a fight class.
  9. Using the fight class creator I have a restoration shaman profile created. I am trying to figure out how to use the weapon imbues and what conditions work with them. I have flametongue and earthliving and I have health percentages set to use earthliving below 50% and flametongue above 51% but without any other conditions it just spams the ability when above 51%. I have tried setting buff condition names as the spell name, buff name, weapon name, weapon ID but it does not seem to register that it has an imbue currently on the weapon. Would a LUA code work for identifying which imbue to use at health percentages? If so how would I go about making a LUA code for that as I have no experience with that.
  10. The petnamehere part has me confused.. I want rend to apply to all targets if there is no current rend on them. Is there something to apply to current target?
  11. I am having an issue where I can't get my rend to only be used when the duration ends on the target. It either spams rend or I can set it to apply only once per target but then if it misses it doesn't use it again. For my heals I have it set to Buff time left and that works perfect to reapply renew when it has 2 or less seconds left. But I can't find a condition that is the same for debuffs on targets.
  12. So I just got my Resto Druid to 80 and want to start doing dungeons. Will Wrobot ever support dungeons in the future or does anybody know of a bot that can currently do dungeons? I tried Wrotation and the fightclass just doesn't work that well in prioritizing the party. I also tried setting it to party mode with healer option checked and the leader to the tank to follow and it didn't work that well either.
  13. @Yakub Can you just leave? If your bot was actually legit you wouldn't be here making a big deal and would just move on. Obviously if it's real you would be better then 99% of the people that make WoW bots, and would have no reason to argue on a forums. You aren't proving anything to us other then the fact you're a fake, ClassicWoWBot is obviously your account. No way in hell someone trying to run a business would back anything you say up because you are literally running it into the ground. You got busted dude move on to telemarketing scams it suits you better.
  14. So I don't really get along with Bambo but I can vouch he offered me a refund and returned my money, so he is not a scammer. Return the mans $100 he gave you for your *Bot* *cough* and maybe you can get a clean slate..
×
×
  • Create New...