Download
(11Kb)
Download
Updated: 10-15-10 12:35 AM
Pictures
File Info
Updated:10-15-10 12:35 AM
Created:11-19-09 07:30 AM
Downloads:4,370
Favorites:32
MD5:

Reminders

Version: 1.4
by: evl [More]

Rule-based automated reminders for commonly forgotten tasks.

Configuration

Copy config.lua.sample to config.lua and modify as required.

Usage

Alt + right-click a reminder icon to bring up context menu

Modules

Druid

  • Missing Mark of the Wild
  • Missing Thorns

Mage
  • Armor missing (Molten Armor or Mage Armor)

Priest
  • Missing Power Word: Fortitude
  • Missing Inner Fire
  • Missing Divine Spirit

Paladin
  • No active aura
  • No active seal
  • Missing blessing
  • Missing Righteous Fury (checks spec and level)

Rogue
  • Main/Off-hand poison missing
  • Main/Off-hand poison expiring soon

Consumables
  • Food buff expiring
  • Flask expiring

General
  • Blessed Medallion of Karabor equipped wihout additional Shadow Resistance items
  • Less than 3 bag-slots available
  • No bag-slots available
  • Band of the Kirin Tor equipped

Creating your own reminders

Syntax:
Code:
evl_Reminders:AddReminder(name, event, callback, icon, attributes, tooltip, color)
Example - Alerting when every you are not under the effect of a Flash of Endless Rage:
Code:
evl_Reminders:AddReminder("Missing Flask of Endless Rage", function() return not evl_Reminders:PlayerHasBuff("Flask of Endless Rage") end, "inv_alchemy_endlessflask_06", {type = "item", item = "Flask of Endless Rage"})

See http://github.com/evl/Reminders/commits/master/
Optional Files (0)


Post A Reply Comment Options
Unread 06-03-10, 11:36 AM  
Slaxi81
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
heyho,

nice mod. thanks for this.

found a "bug":
if i buff myself with a greater blessing, the buff reminder pops up and want to buff me with the "normal" buff.

have a nice day

slaxi
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 05-21-10, 09:52 AM  
FourOne
A Kobold Labourer
 
FourOne's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 10
Uploads: 4
Addon doesn't work for my Druid... on my Rogue it works. On my Druid the Reminder-buttons are always shown but they are not clickable.
__________________
Last edited by FourOne : 05-21-10 at 09:52 AM.
Report comment to moderator  
Reply With Quote
Unread 04-13-10, 04:28 PM  
Oakayam
Premium Member
 
Oakayam's Avatar

Forum posts: 40
File comments: 136
Uploads: 0
I was wondering if anyone has a clue how to write a reminder to switch specs according to a role assigned by the dungeon finder when entering the instance.
This would vary depending on individual player class and spec. If someone could share 'lua structure' for writing such a reminder I am sure I could get it working for my case.
__________________
Report comment to moderator  
Reply With Quote
Unread 03-13-10, 08:10 AM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Where, please, is this module?
  • Band of the Kirin Tor equipped

It doesn't seem to be in any of the modules or in the default config. I don't know how to write one for it, so I was hoping to copy and use it as provided.
Report comment to moderator  
Reply With Quote
Unread 03-09-10, 07:57 AM  
Gautr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 101
Uploads: 5
And for the placement, open up your favorite text editor (i use notepad++) find the line about the X Y position

then go in game make a macro

/dump GetCursorPosition()

the [1]= value is X
the [2]= value is Y

so for me i want it in the center, so i place my cursor in the center of the screen

then i hit the macro and get

Code:
Dump: value=GetCursorPosition()
[1]=613.12001538478,
[2]=322.13336017422
then i change
Code:
evl_Reminders.config.position = {"CENTER", UIParent, "CENTER", 300, 0}
to
Code:
evl_Reminders.config.position = {"CENTER", UIParent, "CENTER", 613, 322}
This is how I do, other solutions may work better
__________________
Gautr of Corporation
Hellscream EU
Report comment to moderator  
Reply With Quote
Unread 03-09-10, 07:27 AM  
Gautr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 17
File comments: 101
Uploads: 5
As you have deactivated messaging, i got a suggestion on a addon which you could make, if you have time

Many addons you have are awesome for tracking spells like rupture/snd etc
But would it be possible if you could make an addon that tracks item cooldowns in form of icons with OmniCC support maybe?
__________________
Gautr of Corporation
Hellscream EU
Report comment to moderator  
Reply With Quote
Unread 03-06-10, 10:04 PM  
evl
A Kobold Labourer
 
evl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 65
Uploads: 8
Re: great addon

Originally posted by ryplay
Is there a simple way to move the bar around the screen?
Sadly my addons don't include any configuration dialogs so you'll have to dive into config.lua, like a real man.
Last edited by evl : 03-06-10 at 10:04 PM.
Report comment to moderator  
Reply With Quote
Unread 03-05-10, 07:21 AM  
ryplay
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
great addon

been waitin for that long time

i have one - maybe stupid - question.
Is there a simple way to move the bar around the screen?

ty in advance for help

ryplay
Report comment to moderator  
Reply With Quote
Unread 03-04-10, 04:07 AM  
Spartitan
A Murloc Raider

Forum posts: 4
File comments: 57
Uploads: 0
:D

ahhh nvm dat the latest patch fized it
Report comment to moderator  
Reply With Quote
Unread 03-02-10, 02:10 PM  
Spartitan
A Murloc Raider

Forum posts: 4
File comments: 57
Uploads: 0
installation?

uhhh i gotz a "?"...
wen i put the file in the addons folder the one inside the .rar it doest appear on the addons windowz :"( and the addon doesnt show up ingame either and im installing it like any other addon ive installed...
may i getz some halp?
Report comment to moderator  
Reply With Quote
Unread 02-16-10, 12:22 PM  
pererikk
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 8
Uploads: 1
death knight additions

Hiya

Just wanted to post my additions to your lovely mod.

I added these because i always forget to put on my buffs and dont want to use another addon for buffs.
And also when when activating my second talent tree, i forget to set my presence back on.

Thank you for this great addon using it also for my rogue and it works wonders

Heres the code

Code:
if select(2, UnitClass("player")) == "DEATHKNIGHT" then
	-- Horn of Winter
	evl_Reminders:AddReminder("Missing Horn of Winter", function() return not evl_Reminders:PlayerHasBuff("Horn of Winter") end, "inv_misc_horn_02", {type = "spell", spell = "Horn of Winter"})
	-- Missing Blood Presense
	evl_Reminders:AddReminder("Missing Blood Presence", function() return not evl_Reminders:PlayerHasBuff("Blood Presence") end, "spell_deathknight_bloodpresence", {type = "spell", spell = "Blood Presence"})
	-- Master of Ghouls
	if evl_Reminders:HasTalent(3, 20) then
		evl_Reminders:AddReminder("Missing Ghoul", function() return not (IsMounted() or PetHasActionBar()) end, "spell_shadow_animatedead", {type = "spell", spell = "Raise Dead"})	
	end
	-- Bone Shield
	if evl_Reminders:HasTalent(3, 26) then
		evl_Reminders:AddReminder("Missing Bone Shield", function() return not evl_Reminders:PlayerHasBuff("Bone Shield") end, "inv_chest_leather_13", {type = "spell", spell = "Bone Shield"})	
	end
end
PS. this is for the version thats on the git, that supports talent tree reminders
Report comment to moderator  
Reply With Quote
Unread 01-26-10, 05:37 AM  
evl
A Kobold Labourer
 
evl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 65
Uploads: 8
Re: Re: Re: Re: Re: Shaman module :)

Originally posted by ffxiedyn
I actually found a mod that does un-clickable reminders, so I guess it is possible.

TellMeWhen
I've done some research on this and the only problem is that it would cause all reminders to be active all the time if they were to be able to be activated in combat, so you'd have 10 invisible reminders on your screen that you might click.

I'll get back to you if I get any further, but the intention of the addon was never to be a tool for in-combat reminders, it started with poison duration and has since expanded.
Report comment to moderator  
Reply With Quote
Unread 01-25-10, 06:34 PM  
ffxiedyn
A Chromatic Dragonspawn
 
ffxiedyn's Avatar

Forum posts: 165
File comments: 87
Uploads: 1
Re: Re: Re: Re: Shaman module :)

Originally posted by evl
Blizzard has worked hard to prevent this sort of combat behavior and as far as I know it's not possible.
I actually found a mod that does un-clickable reminders, so I guess it is possible.

TellMeWhen
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 02:47 AM  
evl
A Kobold Labourer
 
evl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 65
Uploads: 8
Re: priest

Originally posted by zedbg
Can u add this to priest module ?
I've pushed this to git now, please test!
Report comment to moderator  
Reply With Quote
Unread 01-20-10, 02:44 AM  
evl
A Kobold Labourer
 
evl's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 65
Uploads: 8
Re: Re: Re: Shaman module :)

Originally posted by ffxiedyn
Is there anyway at all to implement one while in combat? Even if its not click-able, the fact that its in my face would help me remember to click the actual spell.
Blizzard has worked hard to prevent this sort of combat behavior and as far as I know it's not possible.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: