Jump to content

[PAID][WotLK] Enhancement Shaman 1-80 1.0.0

   (0 reviews)

About This File

Disclaimer: This fightclass only works with the English client. It is possible, that I will add support for more later.

For questions and bugreports, please visit my Discord channel. The attached file is a low-level demo version.

Remember to do your totem quests and get a decent two-hander to start with!
Someone recently asked me to add all relevant spells for WotLK - so it supports that now as well. 

 


Shamans are an unusual class to level with a bot. However, they deserve some love too, and here is just what you need to accomplish that task:

 

Dynamic Rotation Based Upon Level

  • Different rotations, depending on which new spells you've learned
  • Uses different totems in different situations
  • Uses Totemic Call when necessary to save mana
  • Range pull to avoid multi pulls when possible

Situational Spell Usage

  • Uses all your spells when appropriate
  • Stoneclaw to tank several mobs
  • Spirit Wolfs on multi pull
  • Ghost Wolf between fights, when not mounted (experimental)
  • Uses Call of the Elements (you need to add the totems yourself)

Highly Mana Efficient

  • Totemic Call
  • Always saves enough mana to heal yourself

Automatic Skill Detection

  • Automatically detects if you learn new spells while leveling, no need to restart the bot


This profile uses frame lock. This means it freezes your game for a short amount of time to make sure no spells are skipped and the correct spell in the rotation is always selected. 

If you have problems with your FPS, deactivate frame lock in the profile settings.
 

 

PURCHASE NOW (Rocketr) - 6.50€ - 2 concurrent IPs per wRobot key

I, the owner and creator of this file, am in no way associated with the wRobot company. By purchasing this file, you agree to the contract of the purchasing website and that alone.

 

 

Check out my other Fightclasses

 


User Feedback

Recommended Comments

Hey @Matenia I am enjoying the fight class so far. A few issues I am finding out --

  • You may want to check for buffs, "Food" and "Drink" in your buff method.. I don't know how many time it interrupts me replenishing my mana.
  • The framelock settings are stuttering my game something fierce! Not sure what is going on there. I have used the AIO fight class and there is no stutter with framelock.

Thank you, and I will continue to update you here with any other issues I might find as I level.

Link to comment
Share on other sites

During regeneration, wRobot stops the fightclass thread entirely so I don't understand why that would be happening.
Are you using any plugings or anything "special" regarding regeneration/food/drink?

There is likely a lot more going on in my fightclass than in the AIO one. If you have trouble with framelock, try using "slow rotation" in addition to framelock. It should ONLY lock when you're not on global cooldown then. 

Link to comment
Share on other sites

No plugins other than my own which doesn't include anything regarding regen; It is casting Lightning Shield during most of the time when I am resting.

Link to comment
Share on other sites

I reuploaded with a version that explicitly checks for those buffs. However, be aware that a fightclass runs on its own thread. So there is still a risk of your fightclass running into a race condition with the main thread on which wRobot regenerates.

Link to comment
Share on other sites

I am not sure I comprehend what you are saying. I have added the following check to all my custom fight classes and never ran into any issues so far:

if (Player.HaveBuff("Food") || Player.HaveBuff("Drink"))                                             
{
	LogDebug("Player is resting, skipping CheckBuffs()");
	return false;
}

 

Link to comment
Share on other sites

Just for documentation's sake, stoneskin can only be turned off after level 14.
The reason being that 2 damage less is really useful at those low levels and the mana cost is incredibly low.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...