Results: 23Comments by: Azilarir
File: XP Notifier07/08/14
hey any new on when we will get an...
Posted By: Azilarir
hey any new on when we will get an update? thanksUpdated! Sorry, I stopped playing a few months ago, so I don't check for messages here that often or know when there's major API updates.
File: XP Notifier06/06/14
Re: Update?
Posted By: Azilarir
It's been a while since your last release, are you going to update the mod to make it compatible with the latest patch?All set!
File: XP Notifier04/24/14
Have you tried using zo_strformat(<...
Posted By: Azilarir
Have you tried using zo_strformat(<<1>>,skillName) instead of your own function CleanName(skillName)? This transforms the string specified in 'skillName' to the right format the game wants. It works flawlessly for items (I tested it with a lot of items while trying to write my own loot addon:D). Maybe it will also work for skills? B...
File: XP Notifier04/23/14
Thanks for the updated translations...
Posted By: Azilarir
Thanks for the updated translations, DaBear78. All of the reported issues should be fixed now in version 1.4.5. :)
File: XP Notifier04/22/14
Update to version 1.4.3 -- that oug...
Posted By: Azilarir
Update to version 1.4.3 -- that ought to fix it. Thanks for the debug screen caps!
File: XP Notifier04/22/14
After the last update the add on ke...
Posted By: Azilarir
After the last update the add on keeps telling me I gained a new veteran rank every time I gain veteran points, which if it was true would be nice, but it obviously isn't :P I noticed a few other add ons started to go a bit wonky today as well, so it might not be this add on causing the problems - I really have no clue, but could...
File: XP Notifier04/22/14
As soon as it's approved by moderat...
Posted By: Azilarir
As soon as it's approved by moderators, version 1.4.2 will fix all of these issues, DaBear78 and rotatorkuf. Thanks for your help testing and providing translations!
File: XP Notifier04/21/14
Re: broken veteran xp chat *Fix below
Posted By: Azilarir
just letting u know u forgot a dot in ur code and was making it add gained xp from a mob to what the player had already earned and then posting that total value to chat while using total value to calc how many kills left. end result of missing dot made it repeatedly add then post to previous posted value making the time to level w...
File: NoFade04/20/14
In case the debug is useful: .(u...
Posted By: Azilarir
In case the debug is useful: .(userdata): 1 = userdata: CE8F9388 It doesn't work for me either. The chat window fades with inactivity regardless of this mod's active state. Interesting. Do you have any other chat-related mods installed? (The fact that you receive any output at all from the command I pasted means that NoFade...
File: Upgrade Report04/20/14
This reminds me of gearscore from W...
Posted By: Azilarir
This reminds me of gearscore from WoW... This is a good idea though. Is this an average level of the current gear equipped or are their weights involved based on what enchants the item is, along with its quality?It's a mix of both, actually. The API returns an adjusted level of each item, so that these purple legs I'm wearing th...
File: XP Notifier04/20/14
I tested it just now. The problem i...
Posted By: Azilarir
I tested it just now. The problem is that nothing appears. I made sure to check both chat and window were up.Thanks for your input -- I was missing an event registration. Please update to version 1.3.5 and test again for me?
File: XP Notifier04/20/14
This is a useful addon for me, so a...
Posted By: Azilarir
This is a useful addon for me, so as soon as I hit VR1 I took the time to prepare a debug package for it. Is this enough to add basic Veteran Point support, please?Thanks for this -- I think I have what I need to fix veteran points/level progress. Please update to version 1.3.4 as soon as it's approved and verify that it's fixed?
File: XP Notifier04/20/14
I love the idea of this add-on, but...
Posted By: Azilarir
I love the idea of this add-on, but it does not work at all for me. Both the separate window and chat window never receive updates. If I run a test notification, there is no issue at all. But in practical gameplay, nothing is ever reported.That's a new one. Try enabling debug and see if you're getting notifications from the event...
File: XP Notifier04/20/14
user:/AddOns/XPNotifier/code/main.l...
Posted By: Azilarir
user:/AddOns/XPNotifier/code/main.lua:12: attempt to index a nil value stack traceback: user:/AddOns/XPNotifier/code/main.lua:12: in function '(main chunk)' next one is ...settings.lua:1: attempt to index a nil value ...settings.lua:1: in function '(main chunk)' last one is 17052756522391410443:3: attempt to index a nil v...
File: XP Notifier04/19/14
Wow, that's fast :D But I can't tes...
Posted By: Azilarir
Wow, that's fast :D But I can't test it, the EU megaserver is down :'( One thing I saw in the code: If I get it right, the message would look something like +60 XP (repeat 7 times to level ) There is no space before "repeat", but a space after "level". Looks not right :D But that's of course only a very small cosmetic issue...
File: XP Notifier04/19/14
Works great so far in german, just...
Posted By: Azilarir
Works great so far in german, just a few things: There are more things which have to be filtered by CleanName: function CleanName(s) if (s:ends("^m")) then return s:sub(1, s:len() - 2) end if (s:ends("^M")) then return s:sub(1, s:len() - 2) end if (s:ends("^n")) then return s:sub(1, s:len() - 2) end if (s:ends("^N"))...
File: XP Notifier04/19/14
... Wow ... never thought that you...
Posted By: Azilarir
... Wow ... never thought that you will really translate it. Thx a lot! I'll check the german translation later today and report any mistakes I can find (because online-translation us "not very good" in most cases :D). 2 more things you may think about (if you like :D): 1. Adding some text to the beginning of the textline, some...
File: XP Notifier04/19/14
Does this support showing both XP a...
Posted By: Azilarir
Does this support showing both XP and VP at Veteran rank? As I have several other addons for xp display already, tho none quite handle that correctly yet.I spend more time writing code (add-ons, etc.) than I do playing, so I'm nowhere near to max level or playing with veteran ranks. I'd recommend you download version 1.3, enable...
File: XP Notifier04/18/14
I love this addon, but I will love...
Posted By: Azilarir
I love this addon, but I will love it more if you make it multilanguage :DWhat language do you speak? I only speak English, so I'll have to use online translations.Added localization for French and German... hope I got the translations right. :confused:
File: XP Notifier04/18/14
I love this addon, but I will love...
Posted By: Azilarir
I love this addon, but I will love it more if you make it multilanguage :DWhat language do you speak? I only speak English, so I'll have to use online translations.
File: XP Notifier04/18/14
Re: Re: Output XP to specific tab?
Posted By: Azilarir
Is there a way to specify what tab the notifications can be sent to? I'd like to be able to dump the data from this to it's own tab, rather than have it clustered in with everything else.I've been looking around at the API since your comment and the short answer is "not easily". I didn't play a lot in beta, but apparently some time...
File: XP Notifier04/18/14
Re: Output XP to specific tab?
Posted By: Azilarir
Is there a way to specify what tab the notifications can be sent to? I'd like to be able to dump the data from this to it's own tab, rather than have it clustered in with everything else.I've been looking around at the API since your comment and the short answer is "not easily". I didn't play a lot in beta, but apparently some time...
File: NoFade04/15/14
In case the debug is useful: .(u...
Posted By: Azilarir
In case the debug is useful: .(userdata): 1 = userdata: CE8F9388 It doesn't work for me either. The chat window fades with inactivity regardless of this mod's active state.