Overview
Targets builds and maintains custom player lists. Players are acquired on mouse over or tabbing (i.e. whenever the target changes). Targets lists are currently sorted by the player's health. Targets can be used to easily heal out-of-group players or to focus fire on weaker enemies.
Features
- Locking
Right click a player in the list to lock him. Locked players are sorted first and won't leave the list by timeout.
- Favorites
SHIFT + right click to flag a player as favorite. Favorite players are always locked whenever you find them on the battlefield :D (both allies and enemies)
Command list
- /targets toggle <allies | enemies> Show/hide allies or enemies list
- /targets maxplayers <allies | enemies> <count> Sets the maximum number of players per list
- /targets removedead <allies | enemies> Toggle removing dead players from the list (default on for enemies)
- /targets sorted <allies | enemies> Toggle player sorting by their hp
- /targets removefullhp <allies | enemies> Toggle removing players with 100hp (default on for allies)
- /targets filter <allies | enemies> <sc|wb|group> Toggle specific player filtering (filtered players are not displayed)
- sc = filters players in your scenario warband (good to spot out of group players)
- wb = filters players in your warband
- group = filters players in your group
- /targets addfav <name> Adds a player to favorites
- /targets delfav <name> Removes a player from favorites
- /targets listfav List all favorites players
- /targets clearfav Remove all favorites
Dependencies
Targets requires LibSlash
FAQ
Q: Why enemy targeting is so slow ?
Enemies are targeted using "/target" chat commands, which makes it slower compared to friendly targets. Apparently I cannot use the same API call for setting friendly and enemy targets.
------------------------------------------------------------------------
r38 | bola | 2009-10-18 14:08:54 +0000 (Sun, 18 Oct 2009) | 1 line
Changed paths:
A /tags/0.75-beta (from /trunk:37)
version bump
------------------------------------------------------------------------
r37 | bola | 2009-10-18 14:07:48 +0000 (Sun, 18 Oct 2009) | 1 line
Changed paths:
M /trunk/Targets.mod
version bumped 1.3.2
------------------------------------------------------------------------
Installation Guide
- Exit "Warhammer Online" completely
- Download the mod you want to install
- Make a folder on your desktop called "My Mods"
- Save the .zip/.rar files to this folder.
- If, when you try to download the file, it automatically "opens" it... you need to RIGHT click on the link and "save as..." or "Save Target As".
- Extract the file - commonly known as 'unzipping'
Do this ONE FILE AT A TIME!
- Windows
- Windows XP has a built in ZIP extractor. Double click on the file to open it, inside should be the file or folders needed. Copy these outside to the "My Mods" folder.
- WinRAR: Right click the file, select "Extract Here"
- WinZip: You MUST make sure the option to "Use Folder Names" is CHECKED or it will just extract the files and not make the proper folders how the Authors designed
- Verify your WAR Installation Path
That is where you are running WAR from and THAT is where you need to install your mods.
- Move to the Addon folder
- Open your Warhammer Online folder. (default is C:\Program Files\Warhammer Online\)
- Go into the "Interface" folder.
- Go into the "AddOns" folder.
- In a new window, open the "My Mods" folder.
- The "My Mods" folder should have the "Addonname" folder in it.
- Move the "Addonname" folder into the "AddOns" folder
- Start Warhammer Online
Translations
When you download a mod, please be sure that the mod is compatible with your translation of WAR. Some mods only work on the US versions, while some only work on some of the various European versions. These variations are called "Localizations".
Directory Structure
Warhammer Online
|_ Interface
|_AddOns
|_*AddonName*
|_ *AddonName*.mod
|_ *AddonName*.lua
|_ (possibly others as well)...