Genie

access mode 1

Summary

Genie will grow into a full bag, bank and guildbank sorting addon with the following features:

  • Changable sorting order
  • Ignorable items
  • Automatic action (here's where the genie comes in ;) )
  • Item stacking
  • Item moving (move special items to their special bags)

Usage

Type

/genie work

If you are lazy and want Genie to work on your bags automatically (on given events) simply type

/genie auto

and enjoy :)

If you want to customize the way Genie works, then have a look at the documentation

How to help

You must login to post a comment. Don't have an account? Register to get one!

  • Avatar of adjo adjo Tue, 20 Oct 2009 11:24:49

    Thx Nirrudn for the hint.

  • Avatar of Nirrudn Nirrudn Tue, 20 Oct 2009 00:30:56

    With regards to the debug messages always appearing: It appears to be a library conflict with other addons. Genie by itself produces no problems for me. But when I enable Skada again, the debug messages begin to appear once more.

    Edit - Upon some digging the problem seems to be in AceConsole-3.0. Genie shows as minor version 6, and Skada's has minor version 7. I commented out the very first call to frame:AddMessage in Skada's version of AceConsole and that stopped the spam, so it's some kind of conflict with the print function there I think.

    Last edited on 20 Oct 2009 by Nirrudn
  • Avatar of adjo adjo Mon, 19 Oct 2009 17:07:46

    I'm already investigating but can't find the cause of this behavior. I will release a slightly changed version that will hopefully fix this.

  • Avatar of CactusKing CactusKing Mon, 19 Oct 2009 16:08:07

    I'm delighted to see Nemesys's comment below, because I have recently seen the same behavior out of Genie on my machine as well.

    This happened very suddenly about a week ago. I never experienced this behavior using this version or any version of Genie prior to this point, so I'm not sure what happened. Did Blizzard quietly alter something on their end that changed the Lua code Genie uses to hide all this text, perhaps?

    I tried the same diagnostic steps as Nemesys below; I deleted Genie altogether, and its Saved Variable files. Even tried wiping out my entire WTF/Cache/Interface folders, but Genie was misbehaving once again when I reinstalled.

    I should add that in addition to seeing all the code related to bag sorting in my Chat window, I am also receiving notifications any time any member of my guild opens the Guild Bank and switches between our bank tabs, no matter where I am in the world. Interesting, but...very annoying.

    Adjo, please investigate! I love your addon, but the chat spam is driving me up a wall!

    Last edited on 19 Oct 2009 by CactusKing
  • Avatar of Nemesys82 Nemesys82 Sun, 18 Oct 2009 14:57:25

    I have a problem with latest version. I see all genie commands in chat window when i take an item or when some actions start genie sort.

    example: [16:47:35] Genie: todolist Stack,Move,Sort, 2 [16:47:35] Genie: currentTask Stack 2 [16:47:35] Genie: todolist Stack,Move,Sort, 2 [16:47:35] Genie: currentTask Move 2 [16:47:35] Genie: todolist Stack,Move,Sort, 2 [16:47:35] Genie: currentTask Sort 2 [16:47:35] Genie: reverse false false 2 [16:47:35] Genie: reverse false false 2 [16:47:35] Genie: Quicksort3 swaps 0 time 0.0039999999999054 2 [16:47:35] Genie: reverse false false 2 [16:47:35] Genie: todolist Stack,Move,Sort, 2 [16:47:35] Genie: SILENTHALT ###### 2

    when i farm a little is a total spam and i lost messages of other players and i must find it move back chat lines... i try all options in interface addons and i try deleted/re-install genie with curse client and deleted genie directory manually...

  • Avatar of Zwerg Zwerg Mon, 31 Aug 2009 15:42:50

    great addon, thx 4 your work! :)

  • Avatar of adjo adjo Mon, 31 Aug 2009 07:19:56

    @pompachomp
    currently not. A featurerequest has already been made (Stacking between different bagtypes)

  • Avatar of pompachomp pompachomp Thu, 27 Aug 2009 19:54:41

    Hello,

    Can Genie stack items across bank and inventory when they are both open? If so, how would I go about doing it?

  • Avatar of Mofi Mofi Tue, 18 Aug 2009 21:11:27

    i just wanted to say Thank you! for that addon :)

    (ok my first thought was: "I love you!" ;) )

    this addon really helps me to have a better view of my bags *Grin* i usually just keep to much stuff and never find anything ;)

  • Avatar of adjo adjo Tue, 11 Aug 2009 07:03:53

    currently not within the game. you have to edit genie.lua on line 268, 275 or 277 (depending on which bagslot you want to ignore)

    p.e. to ignore bagslot number 1 change line 268

    BAGSLOTS = {-2, 0, 1, 2, 3, 4},
    

    into

    BAGSLOTS = {-2, 0, 2, 3, 4},
    

Facts

Date created
29 Oct 2008
Categories
Last update
04 Nov 2009
Development stage
Beta
Language
  • deDE
  • enUS
  • esES
  • esMX
  • frFR
  • koKR
  • ruRU
  • zhCN
  • zhTW
License
All Rights Reserved
Curse link
Genie
Recent files
  • A: r124 for 3.2.0 on 04 Nov 2009
  • A: r123 for 3.2.0 on 24 Oct 2009
  • B: 3.0.4.8_beta for 3.2.0 on 23 Oct 2009
  • A: r121 for 3.2.0 on 23 Oct 2009
  • A: r120 for 3.2.0 on 23 Oct 2009

Authors

  • Avatar of adjo
    • Manager
    • Author

Relationships

Embedded library
Ace3
CallbackHandler-1.0
LibStub