Download
(87Kb)
Download
Updated: 02-04-09 11:24 AM
Pictures
File Info
Updated:02-04-09 11:24 AM
Created:12-30-08 03:35 PM
Downloads:1,994
Favorites:5
MD5:

Hearth

Version: 1.1
by: Fizzles [More]

Hearth is a simple, lightweight Ace addon.
Hearth is only in it's early stages of production. This means there is plenty of room for expantion. Is there an option you want? Got skill in coding? Know someone who does? With your help, Hearth can become better!
See the comments for more information.

Features
-Reminds you to restock on consumables when you arrive at your home town.
-Works for Hearthstone, Astral Recall, and all ranks of Scroll of Recall.
-No frills coding. Simple and lightweight.

To Do
-Add support for Band, Loop, Ring and Signet of the Kirin Tor.
-Add support for Mages using Teleports and Portals, and Death Knights using Death Gate.
-Check weather you need to restock on food, and adjust the message accordingly.
-Check weather there is a proffession trainer in a City, weather you can train skills in the proffession and if so, display a message.

1.0: Fixed display message.
Optional Files (0)


Post A Reply Comment Options
Unread 02-05-09, 12:58 PM  
Fizzles
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 6
Uploads: 1
Now available for customisation!

As you have heard on the front page, Hearth is available for customisation by the public.
All you need to do is post the Core.lua file in a Quote box, your WoWI username and what the change does, and it'll be intergrated into Hearth, with full credit to you!
Here is the current Core.lua file:
Hearth= AceLibrary("AceAddon-2.0"):new("AceConsole-2.0", "AceEvent-2.0")

function Hearth:OnInitialize()
-- Called when the addon is loaded
end

function Hearth:OnEnable()
-- Called when the addon is enabled
self:RegisterEvent("ZONE_CHANGED")
end

function Hearth:OnDisable()
-- Called when the addon is disabled
end

function Hearth:ZONE_CHANGED()
if GetBindLocation() == GetSubZoneText() then
self:Print("Welcome Home! Don't forget to repair your gear and restock on food, bandages, reagents, etc.")
end
end
Good luck with editing!
If you don't know how to code in .lua, ask someone who does!
Would have posted closer to the update, but my laptop was evil to me.
Report comment to moderator  
Reply With Quote
Unread 02-04-09, 12:11 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Try to make it actually check if you need to restock stuff/repair/whatever then say what, instead of a simple print line.
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 01:20 PM  
Fizzles
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 6
Uploads: 1
Originally posted by Fonjask
... and go visit a profession/class trainer!' would also be nice =D

By the way, your current line ends with 'ect.', where it should be 'etc.' (etcetera).

Nifty addon though, but you really don't need all that ace support do you ?
I always do that... :/ Thanks for pointing it out.
I'm working on some code (my Lua knowlegde is highly minimal), so when I'm done with that I'll search the API to see if there's a variable available for it.
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 10:43 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
... and go visit a profession/class trainer!' would also be nice =D

By the way, your current line ends with 'ect.', where it should be 'etc.' (etcetera).

Nifty addon though, but you really don't need all that ace support do you ?
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 03:26 PM  
Fizzles
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 6
Uploads: 1
Talking Will add Repair.

Originally posted by blackpandemic
Neat idea I'd personally add in "and repair your gear" as that's the one thing I always forget to do ><
Cool. I'm trying to get support for Mages and DKs using portals/teleport/Death Gate. I'll add it along with the new support.
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 02:01 PM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 123
File comments: 82
Uploads: 2
Neat idea I'd personally add in "and repair your gear" as that's the one thing I always forget to do ><
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: