What is it?
- Mana- & health regeneration indicators.
- Audible warnings when something is said in the officer-chat.
- Timestamps on chatwindows.
- Tooltips can be moved to the top-center of the screen, or attached to the mousecursor.
- Guildinfo when inspecting another player.
- A small bar that indicates how many empty inventory slots you have
- A HUD in the top-center of the screen, featuring a clock, a latency-meter, your current location and your PVP-status.
- Visual alert when your pet's health drops below 30%. It will also send a notification to the partychat.
- Only shows skills that you can use, when visiting the trainer.
- Allows you to replicate a link in the chatwindow.
- Percentage-indicator on the target window.
- Mana and Health values / percentages for partymembers and their pets.
- Daena's Raidattendance logger.
- Daena's Heal Caster (see below for more info)
** = New feature in this version.
- Use /dpp to bring up the configuration panel.
- Use /drl for raidattendance logging. see the help-display ( /drl help )for the appropriate commands.
-
To cast a Heal (rank 4) on your target, and letting your party know; you would previously use:
/p Casting HEAL on %T in 4 seconds !! /cast Heal (rank 4)
But if you are out of mana, or if the target is out of range, you would say that you are casting a spell, without actually doing so. This can cause confusion, and is therefore unwanted.
With Daena's Heal Caster you would use:
/script Dcast("Heal",4,true);- If your target is friendly (a party member, for example) the spell will be cast on that target.
- If your target is unfriendly (a monster, for example), or if you have no target; the spell will be cast on you.
/script Dcast(spell,rank,notify); spell = the spell name (without rank) rank = the rank of the spell, if there is no rank; just leave it empty. notify = letting your party know that you cast the spell Note: If it is an instant-cast spell, no message will be sent to the partychat.
If the target is out of range, you are out of mana, or silenced; no message is sent to the partychat. a prefixed message ( SPELL NAME -> %T in X seconds ) is sent to the partychat only if the spell is actually being cast.
/script Dcast("Power Word: Fortitude",5,false);
-
This will cast Power Word: Fortitude (rank 5) on either you or your friendly target, without saying so in the partychat.
/script Dcast("Flash Heal",6,true);
-
This will cast Flash Heal (rank 6) on either you or your friendly target, and say so in the party chat.
/script Dcast("Unending Breath",nil,false);
-
This will cast Unending Breakth (which has no ranks) on either you or your friendly target, without saying so in the partychat.
-
Extract the .zip anywhere and run powerpack_xxx.exe to install the mod. Put the files directly in your World of Warcraft directory ( e.g. C:\Program Files\World of Warcraft ). xxx is the version number.