vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 Name: MobHealth2
3 Version: 2.6
4 Author: Wyv (wyv@wp.pl)
5 Description: Displays health value for mobs.
6 Original version by Telo.
7 URL: http://www.curse-gaming.com/mod.php?addid=1087
8 http://ui.worldofwar.net/ui.php?id=681
9 http://www.wowinterface.com/downloads/fileinfo.php?id=3938
10  
11 Main function:
12 display numerical value for currently selected target's hit points.
13  
14 Features (and how does it differ from MobHealth):
15 * smaller memory footprint and per sec memory allocation than mobhealth
16 * works with all language versions
17 * is almost perfectly accurate - works in groups and when fighting a lot of mobs with same name and lvl
18 * backwards compatible with mobhealth - all mods that use information from it (for example MobInfo) still work
19 * uses database that mobhealth already created
20 * works even with Combat messages disabled
21 * includes function for easy access to current target's HP from macros and other scripts
22 * also workes when fighting other players
23  
24 Instalation:
25 If you have earlier version of mobhealth installed either delete it, or overwrite it with this one. There is no need to keep both mobhealth1 and mobhealth2. They use same database, so going from mobhealth1 -> mobhealth2 or the other way is safe (you will not lose your old data).
26 You might want to use /mobhealth2 reset - if your old mob hp data from mobhealth1 is very inaccurate.
27 After coping to your addons/ folder, there is no other configuration that needs to be done. It JustWorks(tm). After you start to fight any mob you should see it's health displayed on target hp bar.
28  
29 Note:
30 At first HP of mob will change a lot, but over time those changes will decrease. After killing around 100 mobs of same type and lvl their max hp will no longer update, even tho it should already almost not change at all after killing 10 or so. You don't have to worry about that - even when fighting your first mob it should be fairly accurate after first attack.
31  
32 Note2:
33 Since ui.worldofwar.net doesn't allow uploading more than 1 file per addond - you have to use curse-gaming site to get optional download to make players HP saved between sessions or version with new font.
34  
35  
36 For normal use you don't need to do anything.
37 Hitting mob 1 time should be sufficient to display it's HP (in target frame).
38 When you fight longer it becomes more accurate.
39  
40 From version 2.5 it also workes for players
41 (but HP data is not saved between sessions for players
42 - it wouldn't make sense)
43  
44 MobHealth2 commands:
45 /mobhealth2 pos [position]
46 set position to [position]
47 (relative to target frame, default 22, you can also use negative numbers)
48 /mobhealth2 stablemax
49 updates Max mob HP less often (only in first battle with mob
50 and between battles)
51 /mobhealth2 unstablemax
52 always updates Max mob HP
53 /mobhealth2 reset all
54 clears whole database!
55 /mobhealth2 reset/del/delete/rem/remove/clear
56 clear data for current target
57  
58  
59 NOTE:
60 Rename file MobHealth_save_players.toc to MobHealth.toc if you wish to save player HP data between sessions.