Download
(15Kb)
Download
Updated: 10-31-16 08:30 AM
Pictures
File Info
Updated:10-31-16 08:30 AM
Created:unknown
Downloads:22,639
Favorites:107
MD5:
Categories:Shaman, Data Broker

Broker Reincarnation  Popular! (More than 5000 hits)

Version: 7.1.0.0
by: Phanx [More]

I am no longer developing or maintaining World of Warcraft addons. I haven't played in years, and don't have the time or interest to continue working on addons for a game I don't play anymore. If you are an addon author interested in continuing one of my addons, please see https://phanx.net/addons/. If you are an addon user, sorry, but there won't be any more fixes or updates from me.
Monitor your Reincarnation cooldown on your DataBroker display.
Die Abklingzeit Ihres Zaubers Reinkarnation auf der DataBroker-Anzeige überwachen.
Seguir el tiempo de reutilización de tu hechizo Reencarnación.
Contrôler votre le temps de recharge de votre sort Réincarnation.
Seguire il recupero del tuo incantesimo Reincarnazione.
Acompanhar o tempo de recarga do seu feitiço Reencarnação.
Следить за восстановления заклинания Перерождение.

Features
  • Shows your Reincarnation cooldown on your DataBroker display
  • Tells you when Reincarnation comes off cooldown
  • Remembers the date and time you last used Reincarnation
  • Remembers how many times in total you've used Reincarnation
  • Right-click for options
Need a DataBroker display? Try Bazooka for an info bar, StatBlockCore for individual info boxes, or Barrel for minimap icons.

This addon was previously called AnkhUp. However, the Reincarnation ability has not required ankhs or any other reagents in quite some time, and the addon's feature-set has diminished accordingly; this new name more accurately reflects its current purpose and functionality.
Feedback
Post a ticket on GitHub or post a comment on this page. If you are reporting a bug, please read this first. If you are requesting a feature, be aware that I consider this addon to be complete, and will probably not add any new features.
Language Support
Works in all languages. Translated into English, Deutsch, Español, Français, Italiano, Português, Русский, 한국어, 简体中文, and 正體中文. You can add or update translations for any language on the CurseForge project page.
History & Credits
Broker: Reincarnation was previously named AnkhUp, and before that, Ankh Cooldown Timer, which was originally written by Starforce of Shattered Hand (EU).

Version 7.1.0.0
  • Updated for WoW 7.1

Version 7.0.3.0
  • Updated for WoW 7.0 (Legion)

Version 6.1.0.56
  • Updated for WoW 6.1

Version 6.0.3.55
  • Renamed to Broker: Reincarnation. The Reincarnation ability has not required ankhs or any other reagents in quite some time, and the addon's feature-set has diminished accordingly; this new name more accurately reflects its current purpose and functionality.
  • Version numbers now indicate the number of releases, rather than SVN revisions.

Version 6.0.2.140
  • Updated for WoW 6.0
Post A Reply Comment Options
Unread 05-28-09, 11:09 AM  
Tieke
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Sorry for the delay

[19:08] SetProfile = function: 23BAB450
[19:08] defaults = table: 27EF0A60
[19:08] callbacks = table: 28032948
[19:08] RegisterDefaults = function: 23BAB410
[19:08] CopyProfile = function: 23BAB4D0
[19:08] ResetProfile = function: 217E5568
[19:08] keys = table: 28034360
[19:08] UnregisterAllCallbacks = function: 28134F10
[19:08] DeleteProfile = function: 23BAB490
[19:08] sv = table: 28033708
[19:08] profile = table: 280320D8
[19:08] char = table: 280319F8
[19:08] RegisterCallback = function: 2812DF10
[19:08] GetNamespace = function: 2380DFB0
[19:08] ResetDB = function: 217E5590
[19:08] UnregisterCallback = function: 28133A50
[19:08] GetProfiles = function: 217E54C8
[19:08] profiles = table: 280312F0
[19:08] GetCurrentProfile = function: 2380DEF0
[19:08] RegisterNamespace = function: 217E55B8

this what the chat gave me. i removed AnkhUp from the addon directory, to be sure
Last edited by Tieke : 05-28-09 at 11:10 AM.
Report comment to moderator  
Reply With Quote
Unread 05-26-09, 06:26 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Well, db being a global is a problem, but it shouldn't cause the problem you're having unless some other addon is also doing the same thing. Can you log in without AnkhUp enabled and type:

PHP Code:
/run if not db then print("Doesn't exist!") elseif not type(db) == "table" then print("Not a table! " .. tostring(db)) else for kv in pairs(db) do print(tostring(k) .. " = " .. tostring(v)) end end 
This should provide some clue as to which other addon is also leaking its db as a global, and I'll upload a fix for AnkhUp later tonight. I've got a few other things I'm tweaking that I'm not quite satisfied with yet.
Last edited by Phanx : 05-26-09 at 07:20 PM.
Report comment to moderator  
Reply With Quote
Unread 05-26-09, 12:35 PM  
Tieke
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
The error occurs when i log in my level 80 character.

I compared 3.1.0 to 3.1.1.17 and found that line 43 was removed
after re-adding local db it works, but moving the window is still a problem
Report comment to moderator  
Reply With Quote
Unread 05-25-09, 04:20 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
1) Open Core.lua in a text editor and change line 34 from:
Code:
	if lvl > 0 then return end
to:
Code:
	if lvl > 3 then return end
2) Log into WoW with only AnkhUp enabled.

3) Do whatever it is that previously triggered those errors.

4) Take a screenshot (or more than one) of all the debug messages printed, and post it here. Note where the errors occurred.
Report comment to moderator  
Reply With Quote
Unread 05-25-09, 10:34 AM  
Tieke
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
Originally posted by Phanx
Both of those errors indicate that your settings somehow disappeared between the time the addon loaded and the time those function were called. Try deleting the saved variables file for AnkhUp:

World of Warcraft\WTF\Account\<YOUR ACCOUNT NAME>\<Server Name>\<Character Name>\SavedVariables\AnkhUp.lua

This must be done while you are not logged in.
this was one of the first things i've done, it had no result

did some research:
* 3.1.1.14-beta had the same problem
* 3.1.0-beta works, but has a problem with moving
Last edited by Tieke : 05-25-09 at 10:47 AM.
Report comment to moderator  
Reply With Quote
Unread 05-23-09, 04:16 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Both of those errors indicate that your settings somehow disappeared between the time the addon loaded and the time those function were called. Try deleting the saved variables file for AnkhUp:

World of Warcraft\WTF\Account\<YOUR ACCOUNT NAME>\<Server Name>\<Character Name>\SavedVariables\AnkhUp.lua

This must be done while you are not logged in.
Last edited by Phanx : 05-23-09 at 04:17 PM.
Report comment to moderator  
Reply With Quote
Unread 05-23-09, 02:08 AM  
Tieke
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
the addon gives following error and doesn't work anymore
==>
Error: attempt to compare number with nil
File: Interface\AddOns\AnkhUp\Core.lua
Line: 295
Count: 1
--------------------------------------------------
Error: attempt to compare number with nil
File: Interface\AddOns\AnkhUp\Core.lua
Line: 248
Count: 1

i've deleted the folders and the wtf
Report comment to moderator  
Reply With Quote
Unread 05-14-09, 03:32 AM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
Originally posted by Phanx
Fixed.
thank you!
Report comment to moderator  
Reply With Quote
Unread 05-13-09, 09:02 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Fixed.
Report comment to moderator  
Reply With Quote
Unread 05-13-09, 09:13 AM  
fred
A Cobalt Mageweaver

Forum posts: 208
File comments: 354
Uploads: 0
[2009/05/13 11:10:08-144-x1]: AnkhUp-3.1.1.14-beta\GUI.lua:19: Cannot find a library instance of "LibDataBroker-1.1".
Accomplishment-2.1.2\Lib\LibStub\LibStub.lua:23: in function `GetLibrary'
AnkhUp-3.1.1.14-beta\GUI.lua:19: in main chunk

--
Report comment to moderator  
Reply With Quote
Unread 05-13-09, 06:30 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
3.1.1.14-beta is now available, and should resolve the issues with the Glyph of Renewed Life. Several other minor bugs have also been addressed.

Currently, the only remaining issue I'm aware of is that the monitor window tends to jump around during dragging if the scale is set to anything but 100%.
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 02:51 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Actually, you don't need to test with default settings... I know what the problem is now. With the Glyph of Renewed Life, you're not consuming an ankh when you use Reincarnation, and that's currently how AnkhUp detects that you've used Reincarnation. I have an idea for a better way, though. If you want to PM me your email address, I will send you a copy to test in the next day or so.
Report comment to moderator  
Reply With Quote
Unread 04-25-09, 06:26 AM  
Itania
A Deviate Faerie Dragon

Forum posts: 10
File comments: 13
Uploads: 0
Test without any addon : same problem
Test with debug message :

I have to wait 40 more minute to test with default settings (i'm using 0 low ankh warning, 0 restock warning, both notify uncheck).

I will post a full bug report as soon as i have all test done.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 07:49 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Also, change line 38 in Core.lua from:
Code:
	if lvl > 0 then return end
to:
Code:
	if lvl > 2 then return end
You won't want to play this way, as it will be rather spammy, but let me know what it prints in your chat frame when you use Reincarnation. If you don't want to type it all out, a screenshot is fine.
Report comment to moderator  
Reply With Quote
Unread 04-24-09, 03:59 PM  
Itania
A Deviate Faerie Dragon

Forum posts: 10
File comments: 13
Uploads: 0
Ok thanks.

I can already say that it stay ready when i ankh, but the timer work fine if i reloadui after.

I will fill a bug report when i can but i have to wait 45mn to test without any other addon
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: