architerew.blogg.se

Eq bard songs
Eq bard songs












  1. #Eq bard songs update
  2. #Eq bard songs code

The problem with bards and item clickies is that bard songs are spells, and item clickies are spells, and bards are expected to always be singing. There are certain ways to get the client to reset your spellbar in this situation (usually clicking and interrupting an AA with a cast time). Depending on what happens, your spellbar will sit there waiting for the first spell to finish launching and you will be locked out.

#Eq bard songs update

If the spell ID doesn't match (because you changed pending spell IDs before the first spell finished launching), your spellbar will not update to no longer be locked out. When it's time for the spell to launch, it looks for the pending spell ID on your character to update it. If you use an item clicky with a cast time, it updates the currently pending spell ID. When you begin casting a spell (or singing a song), if the spell has at least a 0.1 second cast time, the "currently pending" spell is stored on your character. HitBySpell - when a target is hit by a spell, take damage, add/remove buffs, etc (this is the largest portion of spell code) This is where the game will update your spellbar to not be grayed out, so you can cast a new spell.ģ. LaunchSpell - when the spell's cast time has elapsed, check range to target, mana is charged, check if you were interrupted. CastSpell - this is when your mana is checked, cast time, some target requirements are madeĢ.

#Eq bard songs code

There are 3 big pieces of spell casting code -ġ. Epic 1.0 Ĭlick to load content Using clicky items with /melody bug “ The bard is a great class for players who enjoy a wide variety of play options but are quick to adapt to a changing situation. With the right combination of songs, they can adapt to many different challenges. This makes nimble fingers and quick thinking a must for those who want to play a bard. By weaving different songs together, a bard can customize effects to any situation. Bards are perhaps best known, however, for their ability to greatly increase the foot speed of their group.īards have the unique ability to create multiple effects at once. Their songs can regenerate health and mana, increase attack speed and accuracy, momentarily charm angry enemies, help friends resist many types of damage, and even directly damage enemies. Though they often use melee weapons, bards are primarily a magic-using class, with the ability to wear plate armor and wield many different types of weapons and instruments.īards can do a little bit of everything. Bards are jack-of-all-trades adventurers who use music to create a wide variety of magic effects.














Eq bard songs