Jump to content

Fabolous1

Members
  • Posts

    26
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

680 profile views

Fabolous1's Achievements

Newbie

Newbie (1/14)

8

Reputation

  1. Any news on how we can use "Ice Ward" for frost mages (or any mage maybe)
  2. I'm doing this with the mage talent "Ice Ward" and it isn't working at all. Trying everything...
  3. Not using vampiric embrace for me for some reason. The class looks alright though
  4. Doesn't use mindbender and I can't fix it. And you also mispelled Hymn of Hope
  5. I'm trying to do it in a plugin I am working on I was messing with a lot of things but none of em worked to find players debuffs, I have foreach(WoWPlayer Player in ObjectManager.ObjectList) { // Friendly, InLineOfSight, HasDebuff if (Player.Reaction == Reaction.Friendly) { Logging.Write("[MyPlugin] Player Name: " + Player.Name); //LuaEventsId.UNIT_AURA } } to interate through characters, haven't fully tested it yet if WoWPlayer is all players near character or if its only localplayer and if it is I will change that to wowunit. How would I run a whole lua function or use the libraries to return all of the debuffs a player has
  6. How can I check if a player has a specific debuff, for example I am interating through wowplayers that are friendly and want to check if user has "Curse of Weakness" for example, how would I do that?
  7. This would be a good way to powerlevel characters without any chance of detection. I'd like to also PvP battle pets and autoqueue, how could we do this so it autoqueues for pet pvp?
×
×
  • Create New...