Get an Epic Experience with Premium

ToonInfo

Miscellaneous Login to Add Favorites
  • 2 Likes
  • Rift
  • 344 Monthly Downloads
  • Supports: 2.2.4
  • 2,437 Total Downloads
  • Updated 06/15/2013
  • Created 03/24/2012
  • 15 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: GNU General Public License version 3 (GPLv3)
  • Newest File: ToonInfo V0.71
or

About ToonInfo

Addon description

ToonInfo keeps track of your toon's and guild's inventories, and allows you to search quickly for any item you know has been around somewhere.

When you mouseover an item or item type, you get a tooltip next to the Tooninfo window that shows you how many items of this type each of your toon owns. (You can use /ti tooltipattach true to move the extra tooltip next to the standard tooltip, but that doesn't work well because the extra tooltip gets hidden behind other windows. Use /ti tooltipattach false to reset to normal behaviour). Also, you can see how much of each type of currency your toons have (click the coin icon on the main window), and which notoriety your toons have with which factions (click the heart icon).

The tooltip and the search result window normally show one row per bag slot. You can change this by using /ti merge 1 to combine all slots of equal type together, or /ti merge 2 to merge everything (bank and bags). /ti merge 0 resets to the standard behaviour.

Craft recipes and artifacts would be nice, but aren't supported by API yet. These will be added as soon as i can.

Slash commands

  • /ti merge 0 - don't merge inventory slots at all (default)
  • /ti merge 1 - merge same type inventory slots
  • /ti merge 2 - merge all inventory slots
  • /ti tooltipattach true - attach the extra tooltip to the standard one (warning, the extra tooltip gets hidden behind other windows sometimes)
  • /ti tooltipattach false - attach the extra tooltip to the main tooninfo window (default)
  • /ti attachposition {auto, top, bottom, leftup, leftdown, rightup, rightdown} - control where the extra tooltip gets displayed and which direction it grows
  • /ti delete <toon name> - delete all info about that toon after you deleted him or a server transfer

0.71:

Added several watchdog silcencers Start using LibVersionCheck

0.50:

rewrote all event-based stuff for the new event model popup windows can scroll using the mousewheel now changed the context for the tooltip window, which means "/tooninfo tooltipattach true" should work much better now repeat getting player info until it's fully available, which should fix problems due to the player's guild being unknown, leading to wrong/outdated information about the player's guild

0.41:

fixed a bug that stopped "/ti delete" from working

0.40:

added french translation, thanks to Leetah added partial russian translation, stolen from Heartometer, thanks to Aybolitus hopefully fixed a bug that could happen when a currency had no category attached to it fixed a bug that happened when you got a new currency type for the first time pushed version to 0.4 and environment to 1.9 fixed bug with total being calculated incorrectly in tooltip window

Comments

First Previous Page 2 of 3 Next Last
  • #27

    Nice one mate,

    really like  /ti merge 1   now,

    nice update on the mod,

  • #26

    i got a error opening the money window, i could only see 2 toons names and noting else and both names were in the top right of the open window,

    im not sure how to copy and past the error message i got so you can see it,

    ###########FIXED IT###########

    I went into SavedVariables folder for the Shards it was not working fully, and Deleted  ToonInfo Lua file,  seams to work fine now,

    Last edited by crak on 6/2/2012 1:07:24 PM
  • #25

    thanks for the /ti delete <Toon name>  very useful,  and also the for the scroll function.

    would it be possible to have the amounts in totals rather than stacks, so i dont get a few lines of the item for the same toon,  so if a toon has 65 clth  it says 65 not 50 and 15 on two lines.        And guilds to show the totals.

     

    Any new on the above at all mate, like i said its not a huge problem.

     

    Thanks for your work

     

     

  • #24

    I love the tooltips that show me amounts on other characters and totals! :D

    One bug I have noticed, is when I open, say, notoriety window, the content doesn't fit in the window pane but instead of creating a scrollbar the information overflows outside of the window. This may apply to item searches as well if there are enough results; not sure about this. Just noticed it with notoriety because the information is so long.

  • #16

    When I mouseover things I get spammed with:

    Error: ToonInfo/TooltipExtension.lua:115:attempt to index value 'tooltipExtension' (a nil value)

      In ToonInfo/TooltipShown, event Event.Tooltip

    stack traceback:

      ToonInfo/TooltipExtension.lua:115:in function 'hideTooltipExtension'

      ToonInfo/main.lua:185:in function <ToonInfo/main.lua:175>

     This just started with the last version you updated.

    Last edited by Livewire001 on 5/7/2012 10:50:22 AM
  • #17

    With version 0.31 I am still getting spammed:

    The error is a little different but the same effect:

    Error: ToonInfo/TooltipExtension.lua:147:attempt to index upvalue 'tooltipExtension' (a nil value)

      In ToonInfo/TooltipShown, event Event.Tooltip

    stack traceback:

      ToonInfo/TooltipExtension.lua:147:in function 'hideTooltipExtension'

      ToonInfo/main.lua:185:in function <ToonInfo/main.lua:175>

    EDIT: Happens on all characters, just not all of them... level doesn't matter. Cleric roles I don't see it happening. Rogue, Mage, Warrior it does. That's all I can tell you right now.

    Last edited by Livewire001 on 5/7/2012 10:51:01 AM
  • #23

    Had to send you a PM with a screenshot, was too much to type out.

    Check your private messages here.

  • #18
    This means that, for some reason, the tooltip window doesn't get initialized correctly when the addon starts. Which in turn means that there should be another error message from ToonInfo at the top of your chat log. Could you please look for that message and post it here, to help me fix it? In the meanwhile, you could try opening the main.lua file. The very last line should read table.insert(Event.Tooltip, {tooltipShown, "ToonInfo", "TooltipShown"}) If you comment this out by adding two dashes to the beginning -- table.insert(Event.Tooltip, {tooltipShown, "ToonInfo", "TooltipShown"}) you disable the tooltip feature, which should remove the error spam but still allow you to use the new money and notoriety features.
  • #14

    would it be possible to have the amounts in totals rather than stacks, so i dont get a few lines of the item for the same toon,  so if a toon has 65 clth  it says 65 not 50 and 15 on two lines.        And guilds to show the totals.

    would it be possible to show if in bag or bank - eg:   Toon name A - Cloth  - Bag 50  Bank 15                                                                                                      Toon name B- cloth -   Bag 25  Bank 10   

                                                                                                                   Total              100          

    if im not to good at explaining have you seen Imhothar's Bags tool tip  the info it shows is what i mean,  But to show in your drop down list.

     

              Would it be possible to have a option to build list up or down,   as i did have this at the bottom of my screen but due to some list lenght i moved it to the top, not a huge prob but the option would be cool.

    Also on my rep list the box that shows them did not expand to fit them all, but the lits grew out the box, again not a huge  prob,

    hope i dont sound ungrateful for this mod,  just giving some feed back,  used it from day 1 and enjoy it thanks.

     

    Last edited by crak on 5/6/2012 1:43:25 AM
  • #15

    I just uploaded V0.31, which enchances the tooltip - it grows up or down now, depending on where the main window is on your screen. Also, the tooltip shows bag/bank/quest/... icons now just like the search result window does.

    I'll work on the other stuff, but don't expect that too soon, i'll be away again for a while.

     

  • #13

    nice one mate, good to see your still on this addon,

    Thanks for the work i do like this.

     

  • #11

    What has changed in this new version? Woud you mind updating the "Changes" section please? :)

    Loving this addon, I use it all the time! Here a thought/suggestion: the ability to display number owned of an item when you mouse over it (my WoW alt addon did this and I liked it a lot). So if I mouse over Eternal Planar Dust, at the bottom of the tooltip it would show:

    CharacterA 5

    CharacterB 2

     ------------------

    Total 7

    I realize not everyone might like this, so perhaps implemented as a toggle-able feature?

    Last edited by mithryanna on 4/27/2012 10:44:11 AM
  • #12

    I updated on curseforge, but the changes don't show - maybe that's because the new version is still flagged beta. The new thing is the coin icon - clicking the coin should show a table of all your toons and which currencies they have.

    Adding to the tooltip should be possible with 1.8, but i need a bit more research into how to do it, and i can't play Rift at the moment (still not at home and won't be for a while), so while this is definitely on my todo list, it'll take some more time.

  • #9

    Nice addon for altoholics like me! I updated but now I'm getting:

    15:33:52: [TI] ---------
    15:33:52: [TI] Error: ToonInfo/ToonInfoUI.lua:232: attempt to index global 'detail' (a nil value)
    15:33:52: [TI]     In ToonInfo / ToonInfo.moneybtn:LeftClick
    15:33:52: [TI] stack traceback:
    15:33:52: [TI]     ToonInfo/ToonInfoUI.lua:232: in function 'buildMoneyWindow'
    15:33:52: [TI]     ToonInfo/ToonInfoUI.lua:328: in function <ToonInfo/ToonInfoUI.lua:326>

  • #10

    Thank you for your feedback. I can't reproduce the error here, and it's a kind of "this shouldn't happen" thing. I just uploaded a new version that should at least work around the bug and provide a better error message. Could you please download and try it, then tell me which error message you get (should be something like "Inspect.Currency.Detail returns nil for ......") and which currency column is missing a header?

     

     

  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Maingear

ENTER NOW