Download
(64Kb)
Download
Updated: 11-07-10 02:18 PM
Pictures
File Info
Updated:11-07-10 02:18 PM
Created:unknown
Downloads:92,978
Favorites:158
MD5:

Hadar's Holy Hope  Popular! (More than 5000 hits)

Version: 3.0 Beta
by: Hadar [More]

This is a remake of the original Holy Hope 3 mod. It has been completely remade from the ground up. Certain functionality has not been put back in such as the mount buttons and the Reckoning functionality. All the basics are there and working plus a few new buttons here and there. It is not localized to other languages other than English.

To access the settings window, type "/hhh"

Please note, this is a paladin only mod. Functionality with other classes is untested. Please disable it for your other non-paladin characters in the AddOns screen.


Special thanks to the original author Battochon <The Horde> of Ysondre (EU) for the fine mod.

************************
******* ATTENTION *******
************************
As of this latest release (3.0 beta) it is not my intent to continue updating this mod. If you wish to remake it, feel free to do what you will with it.

ver 3.0 beta
* Fixed to work with patch 4.0.1 and the upcoming Cataclysm expansion.
* Due to the significant amount of changes to paladin spells localization is not done and this will only work with the English game client.
* Very limited in functionality. It is not my intent to continue updating this mod.

ver. 2.0 Beta 4
* Fixed German Localization. Thanks to those that helped with it.

ver. 2.0 Beta 3 (10-29-2008)
* Fleshed out the Spec circle a bit more.
* Update to the localization files.
* Fixed issue with the Redemption button on/off toggle.

ver. 2.0 Beta 2 (10-26-2008)
* Added controls for the DPS circle in the options panel.
* Fixed issue with settings saving properly.
* Added a few Localization files for French, German and Russian. (thanks to those that contributed these!)

ver. 2.0 Beta 1 (10-20-2008)
* Updated to work with WoW 3.0.2 patch.
* Added a "DPS" circle mainly aimed for a Retribution paladin to use. (Currently there are no controls for this in the options. Sorry if it gets in the way.)
* The center buttons of the DPS and Seal circles can be right clicked to cycle between the three Judgements (Light, Wisdom, Justice).

ver. 1.24 (09-01-2008)
* Added in Russian localization.

ver. 1.23 (07-04-2008)
* Fixed problem with certain macro text as a button action. Certain macro text was being pared incorrectly.
* The format of HHH_CIRCLE_SPELL_BUTTONS inside Hadar_HolyHope_Spell_Defs.lua has changed slightly. If you made changes, please check your changes against the new format.

ver. 1.22 (06-05-2008)
* Fixed issue with circles not scaling properly.

ver. 1.21 (05-17-2008)
* Fixed the bug with Holy Shield and Repentance buttons casting the wrong spell.
* Added Key Bindings back in.

ver. 1.2 (05-16-2008)
* Major revision of the code structure.
* Removed most of the custom artwork for the buttons as they are no longer necessary. This will make it easier to add spells in the future!
* Added Consecration button to the "Spec" circle.
* Fixed what I think has been a bug in the code for Seal of Blood and Seal of Command overlapping one another. (Sorry about that Horde pallys)
* Issues with window placement resetting itself to default should be resolved. If not, please let me know.
* A new file named "Hadar_HolyHope_Spell_Defs.lua" now holds the definitions for the spell buttons and their layout. If you wish to customize the layout of buttons, check into this file for some minor details. EDIT THIS FILE AT YOUR OWN RISK!

ver. 1.1a (04-12-2008)
* Minor revision to fix an error on first load when the player doesn't have the Redemption spell.

ver. 1.1 (04-06-2008)
* Added French localization file.
* Right clicking the Blessings circle will now cast your Hearthstone as in the original version.

ver. 1.0 (03-25-2008)
* Jumped to a new version number since I'm out of the "beta" phase.
* Updated for 2.4 patch.
* Moved the configuration to the new Interface Panel in the in-game options menus.
* /hhh still takes you to the options.

ver. 0.16 (11-12-2007)
* Updated for patch 2.3
* Fixed some errors upon first use due to missing saved variables.
Post A Reply Comment Options
Unread 10-03-07, 09:29 PM  
Farook
A Molten Giant
 
Farook's Avatar

Forum posts: 595
File comments: 113
Uploads: 0
deDE-localization - maybe you wanna add it.

Code:
------------------------
-- Hadar's Holy Hope
-- German localization
------------------------

if ( GetLocale() == "deDE" ) then

HHH_OTHER_SPELLS = {
	ID = {},
	Name ={
		"Schlachtross beschw\195\182ren",	--1
		"Streitross beschw\195\182ren",		--2
		"Richturteil",				--3
		"Hammer des Zorns",			--4
		"Erl\195\182sung",			--5 
		"G\195\182ttliches Eingreifen" 		--6   
	}
	
}

HHH_BLESSING_SPELLS = {
	ID = {},
	Name = {
		"Segen der Macht",		--1
		"Segen der Weisheit",		--2
		"Segen der Rettung",		--3
		"Segen des Lichts",		--4
		"Segen der K\195\182nige",	--5
		"Segen des Refugiums",		--6
		
		"Segen der Freiheit",		--7
		"Segen der Opferung",		--8	
			
		"Gro\195\159er Segen der Macht",		--9
		"Gro\195\159er Segen der Weisheit",		--10
		"Gro\195\159er Segen der Rettung",		--11
		"Gro\195\159er Segen des Lichts",		--12
		"Gro\195\159er Segen der K\195\182nige",	--13
		"Gro\195\159er Segen des Refugiums" 		--14
	},
	ShowState = { 
			"1","1","1","1","1","1",
			"*","*",
			"2","2","2","2","2","2" }
};

HHH_SPEC_SPELLS = {
	ID = {},
	Name ={ 
		"Hammer der Gerechtigkeit", 	--1
		"Zornige Vergeltung",		--2
		"Gottesschild",			--3
		"Rechtschaffene Verteidigung",	--4
		"Segen des Schutzes",		--5
		"Reinigung des Glaubens",	--6
		
		"Kreuzfahrersto\195\159",	--7
		"Bu\195\159e",			--8

		"Heiliger Schock",		--9
		"G\195\182ttliche Gunst",	--10

		"Heiliger Schild",		--11
		"Schild des R\195\164chers",	--12
		
		"G\195\182ttliche Eingebung"	--13
	},
	ShowState = {
			"*","*","*","*","*","*",
			"1","1", "2","2", "3","3",
			"2" }	
};

HHH_SEAL_SPELLS = {
	ID = {},
	Name ={ 
		"Siegel der Gerechtigkeit",	--1
		"Siegel des Lichts",		--2
		"Siegel der Weisheit",		--3
		"Siegel der Vergeltung",	--4
		"Siegel des Befehls",		--5
		"Siegel des Kreuzfahrers",	--6
		"Siegel der Rechtschaffenheit",	--7
		"Siegel des Blutes"		--8
	},
	ShowState = { "*","*","*","*","*","*","*","*" }
};

HHH_ITEM = {
	["Kings"] = "Symbol der K\195\182nige",
	["Hearthstone"] = "Ruhestein",
};

HHH_MENU = {
  ["Length"] = "Länge",
  ["Active"] = "Activ",
  ["Drag"] = "Frame Lock",
  ["Unlock"] = "Frames sind jetzt entsperrt",
  ["Lock"] = "Frames sind jetzt gesperrt",
  ["Tooltips"] = "Tooltips",
  ["Blessing"] = "Segen",
  ["Seal"] = "Siegel",
  ["Mount"] = "Reittier",
  ["Off"] = "Aus",
  ["Partial"] = "Partial",
  ["Total"] = "Full",  
  ["Spec"] = "Spec", 
};

end
__________________
Report comment to moderator  
Reply With Quote
Unread 10-04-07, 04:41 PM  
Hadar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 52
Uploads: 2
Thanks for the localization! I'll see about adding it in soon.
Report comment to moderator  
Reply With Quote
Unread 10-07-07, 10:21 PM  
lumparoo
A Fallenroot Satyr

Forum posts: 28
File comments: 4
Uploads: 0
What does the number on the sphere on to the right of the screen mean?
also could is there functionality for lay on hands, divine intervention or bubbling?
What is the redemption function I see in the options window?
Report comment to moderator  
Reply With Quote
Unread 10-08-07, 12:46 PM  
Hadar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 52
Uploads: 2
Originally posted by lumparoo
What does the number on the sphere on to the right of the screen mean?
also could is there functionality for lay on hands, divine intervention or bubbling?
What is the redemption function I see in the options window?
1) The number is the amount of Symbol of Kings in your inventory (used for Greater Blessings)
2) No, no, and yes (there's a button for Divine Shield)
3) Redemption is the name of the paladin resurrection spell. It shows a the spell button for redemption when you target someone who is dead.
Report comment to moderator  
Reply With Quote
Unread 10-12-07, 11:30 AM  
glomandir
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
hi i get several Errors after Starting with my Pala & HHH ... everyone knows something about it?

===========================================

Date: 2007-10-12 19:26:43
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\Hadar_HolyHope\Hadar_HolyHope.lua line 34:
attempt to index global 'HHH_SPEC_SPELLS' (a nil value)
Debug:
[C]: ?
Hadar_HolyHope\Hadar_HolyHope.lua:34: in main chunk

===========================================

Date: 2007-10-12 19:26:43
ID: 52
Error occured in: Global
Count: 1
Message: [string "HHH_OptionsMenu_BlessingsCheckButton:OnLoad"] line 1:
attempt to index global 'HHH_MENU' (a nil value)
Debug:
[C]: ?
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
Report comment to moderator  
Reply With Quote
Unread 10-13-07, 08:02 PM  
Hadar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 52
Uploads: 2
Glomandir,

What is your locale? Are you using an English game client or are you overseas? If not the English client, then these errors might happen.

Originally posted by glomandir
hi i get several Errors after Starting with my Pala & HHH ... everyone knows something about it?

===========================================

Date: 2007-10-12 19:26:43
ID: 51
Error occured in: Global
Count: 1
Message: ..\AddOns\Hadar_HolyHope\Hadar_HolyHope.lua line 34:
attempt to index global 'HHH_SPEC_SPELLS' (a nil value)
Debug:
[C]: ?
Hadar_HolyHope\Hadar_HolyHope.lua:34: in main chunk

===========================================

Date: 2007-10-12 19:26:43
ID: 52
Error occured in: Global
Count: 1
Message: [string "HHH_OptionsMenu_BlessingsCheckButton:OnLoad"] line 1:
attempt to index global 'HHH_MENU' (a nil value)
Debug:
[C]: ?
[string "*:OnLoad"]:1:
[string "*:OnLoad"]:1
Report comment to moderator  
Reply With Quote
Unread 10-17-07, 01:01 PM  
Xyltin
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
hi. i want to change the blessings order so that might and wisdom are over the anchor, kings , sanctuary and salvation left and right. no change for freedom and sacrafice.

can u tell me pls where to change.
Report comment to moderator  
Reply With Quote
Unread 10-18-07, 01:14 AM  
Hadar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 52
Uploads: 2
Originally posted by Xyltin
hi. i want to change the blessings order so that might and wisdom are over the anchor, kings , sanctuary and salvation left and right. no change for freedom and sacrafice.

can u tell me pls where to change.
It would be rather simple to do. If you look in the Localization-EN.lua file, you'll find a table named "HHH_BLESSING_SPELLS". The table has a list of all the blessings. They are numbered as they appear in the circle. Might is 1, Wisdom is 2, etc. moving clockwise. Just change the order of the spells in that list to suit your needs.

However, you'll also have to change the icon file names found in the "..\Hadar_HolyHope\Icons\blessings" directory. They are named b1.tga, b2.tga etc. and match up with the number from the blessing table I just talked about. So, if you switch Might and Wisdom, just change the file name of b1 to b2 and b2 to b1.

Hope that made sense.
Report comment to moderator  
Reply With Quote
Unread 10-18-07, 08:55 AM  
Xyltin
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
thx, it works great.
Report comment to moderator  
Reply With Quote
Unread 11-12-07, 06:46 PM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
Is there a timer on the judgement? If not, could you?
Report comment to moderator  
Reply With Quote
Unread 11-13-07, 01:09 AM  
Hadar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 52
Uploads: 2
Originally posted by fred
Is there a timer on the judgement? If not, could you?
Yes, there is a cooldown timer on the judgement button.
Report comment to moderator  
Reply With Quote
Unread 12-02-07, 05:42 PM  
Manther
A Kobold Labourer
 
Manther's Avatar

Forum posts: 1
File comments: 1
Uploads: 0
i downloaded this addon and i got to say great addon thoguth i noticed im missing a few seals and my healing is there a way i can add them to my things and spell like concreation i cant find, so is there a way i can add buttom to teh holy hope, i reinsatlled it and got a few buttons mre but it would be much easier if i can just add htem care to help
Report comment to moderator  
Reply With Quote
Unread 12-14-07, 09:52 PM  
Anno
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I love this addon very much
It saves me a ton of place and it is arranging in a logical way some of the most useful seals/blessings/spells.
Just one suggestion: it would be nice if the icons would change appearance when the target is out of range.
Keep the VERY good work going
Report comment to moderator  
Reply With Quote
Unread 12-20-07, 10:45 PM  
geospawn
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
for the love of me .. i cannot figure out how to lock this addon .. so if i click and drag it by mistake it won't get dragged .. kinda annoying sometimes

does anyone know how to?
Report comment to moderator  
Reply With Quote
Unread 12-21-07, 01:42 PM  
Wowgamer233
A Flamescale Wyrmkin
 
Wowgamer233's Avatar

Forum posts: 126
File comments: 66
Uploads: 0
Use the UI

Originally posted by geospawn
for the love of me .. i cannot figure out how to lock this addon .. so if i click and drag it by mistake it won't get dragged .. kinda annoying sometimes

does anyone know how to?
/hhh and toggle the lock / unlock.
__________________
Erm, yes, I would like to get mana back before you start tanking again...
No healer mana = dead tank
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: