• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

DailyNotes

 

Project Updated:
Files Updated: 2009/11/23
Supports Game Version: 2.0.11.1872
Category: Quests & Leveling, and Tooltip
Tags:

[Edit Tags]

Project Manager: McBen
Additional Authors: vietales , rv55
Current Version: v1.9
License: MIT License
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 169
Downloads Total: 17,609
Favorites: 41
Comments: 23
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About DailyNotes
  •  

DailyNotes - English

Detail information about daily quests.

  • in tooltips
  • at bulletin boards
  • in an extra list

Usage

To call the full list type: /dn
Or use: AddonManager

Auto-Quest

You can mark quest for auto accept/complete.
If you click a NPC/Board and you already fulfilled it's condition or it's a kill quest, these quest will automatically accepted (or completed)

Notes

If you like it send a present to my toon Chni on Muinin ;)

DailyNotes - Deutsch

Zeigt detailierte Informationen zu Tages-Quests und deren Gegenstände...

  • in Tooltips
  • bei Schwarzen Brettern /NPCs
  • in einem Extra Dialog

Benutzung

Für die Quest-Übersicht: /dn
Oder dieses Addon: AddonManager

Auto-Quest

Man kann Quest für das automatische Annehmen/Beenden markieren.
Wenn man einen NPC/Board klicked und bereits die Bedingungen erfüllt, oder es sich um ein Kill-quest handelt, wird das Quest automatisch angenommen bzw abgeben.

Wenn es euch gefällt schickt ein kleines Geschenk an meinen Char "Chni" auf Muinin ;)

Other languages

it's usuable with any client language.
UI-Translations:

  • German/English by Authors (McBen & rv55)
  • French by Yann
  • Vietnamese by vietales & vipboyvn
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  DailyNotes v1.9 Release 2.0.11.1872 14 11/23/2009
  DailyNotes v1.8.5 Release 2.0.11.1872 1,493 11/13/2009
  DailyNotes v1.8.4 Release 2.0.11.1872 1,392 11/6/2009
  DailyNotes v1.8.1 Release 2.0.11.1872 964 11/3/2009
  DailyNotes v1.8 Release 2.0.11.1872 2,532 10/13/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • mikemike12 said

    the quest_db.lua is broken in v1.8.2.. its 23kb vs 31kb in 1.8.1

    please fix that

    Reply Report Permalink
  • McBen said

    1.8.2 was accidently put public
    1.8.4 should be available shortly
    (or use developer site if you can't wait :) )

    Reply Report Permalink
  • karyanne said

    bonjour
    j'ais commencé a traduire quelle que quêtes en FR donc si cela peut vous être utile voici un lien vers le fichier modifié

    hello
    i started board has to translate whatever quest into FR thus if that can be useful to you a bond towards the file to modify here
    http://yranael.free.fr/rom/dailynotes

    Reply Report Permalink
  • McBen said

    These changes are in /locales/fr.lua (including some additions)

    Let me repeat my response from your "inbox":
    " Nice work. I will add it in next release. [it's in 1.8]
    If you want I can give you repository access. So you're able to fix stuff directly. [...] Also I recommend using mail :) viertelvor12@gmx.net"

    Reply Report Permalink
  • AndreSava said

    Dailynotes is'nt working if lootomatic is enabled. i had to disable lootomatic with addonmanager for it to work. any chance for a fix?

    Reply Report Permalink
  • McBen said

    got no probs here - what do you mean by "isn't working" ?

    May be it's related to the recently added "loot counter display".
    Try to disable it in DN-Options.

    Reply Report Permalink
  • AndreSava said

    Yeah diabling loot counter display solved the problem. thanks a lot for the great addon. :)

    Reply Report Permalink
  • Hi, ever since the new update (Actually already had a screen ready to post containing the error), I have been seeing 1 (Line Skip) 7 (Line skip) 1 (Line Skip) appearing while my addons load. It has to be DN since this wasn't happening before.

    Fix please? Thanks.

    Reply Report Permalink
  • McBen said

    Since I also forget to update version number I'll release a fix shortly.

    The problem is the (in RoM) unused lua function "print". I accidently left it in. Looks like one of your addon overloads it.

    Reply Report Permalink
  • Whatever you did, thank you. :)

    Btw when I said it had to be DN, I meant that it was the last (And only) addon that was updated (Which fixed the startup error coming up) right I started seeing the numbers.

    Thanks again.

    Reply Report Permalink
  • Xamindar said

    Great addon. Not really a problem, but it doesn't count the dailies you have in the transmuter.

    Reply Report Permalink
  • Morfarmi said

    update for new Zone needed

    Reply Report Permalink
  • McBen said

    weeping coast added in 1.7 (just released)

    Reply Report Permalink
  • Graves666 said

    very nice addon, just 1 feature request. when checking the box for "only 2nd class" this should take into consideration that the second class can turn in quests that are 10 level above character level (a good way to level your secondary class quite fast if your mainclass has a higher level). so when "only 2nd class" box is checked it should give all those quests that from acceptable level do not exceed the main class level and where the questlevel does not exceed second class level +10.

    Reply Report Permalink
  • McBen said

    quickly hacked a solution into the code .. hopefully I'll improve it in 1.7+

    Reply Report Permalink
  • function DailyNotes.DN_GetCurrentChar()
    realm = GetCurrentRealm()
    if realm == nil or realm == "" then
    realm = ""
    else
    found = string.find(realm," ")
    if found ~= nil then realm = string.sub(realm,found+1,-1) else realm = "" end
    end
    print(realm)
    return realm..':'..( UnitName("player") or "")
    end

    this fixes the problem with the saves cause I had sometimes 3 different saves for a single character like PvE Siochan, Siochain, [colored]PvE[/colored] Siochain etc...

    Reply Report Permalink
  • McBen said

    thx,
    will be added in next release

    Reply Report Permalink
  • rv55 said

    "Annoying Ferrets" should be "Annoying Snow Ferrets"

    While having a go at fixing these spelling mistakes myself, I noticed in the list in eneu.lua that you have the quest start location and reward NPC listed for each quest.

    Why don't you have them displayed in DailyNotes? This is the feature I want added most and if the information is already available why don't you show it?

    Reply Report Permalink
  • McBen said

    the typos should be fixed in 1.5.1 (thanks)
    this should also includes the city problem
    'cause I used "obsidian stronghold" instead of "bastion"

    You can enable "start-location" by using "/dn v". (hmm..I should add rew-npc there also :) )
    I like informations as short as possible. Since I also use "questwiz" there wasn't a big need of reward-npc info.

    Anyway, I can grant you repository write access if you want. That should atleast make typo fixes much more easier....you can get me at: viertelvor12(at)gmx.net

    Reply Report Permalink
  • rv55 said

    Hi McBen,
    I've been doing some testing.
    1st. If I type /dn v it says verbose enabled but the DN frame doesn't show any extra information.
    2nd. If Verbose is enabled I get an error when showing a tooltip for daily items in my inventory. It seems to be related to ybag.
    call ybagItem13's OnEnter, line: [string "?"]:283: bad argument #4 to 'format' (number expected, got nil)

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 1,016 pbInfo Chat & Communication, Quests...
  2. 452 Advanced Quest Book Quests & Leveling, and Map...
  3. 298 Inventory Viewer Bags & Inventory, Crafting...
  4. 294 StatRating Tooltip, Bags & Inventory...
  5. 185 ntBuff Quests & Leveling