1. #1
    Deleted

    Question about Bigwigs

    We're on Mistress Mythic - And i've noticed that Bigwigs puts up a box in which it tells me who gave the big fish ink. Does bigwigs store this data? And if so how do i access it.

  2. #2
    Deleted
    Looking at the code in Big Wigs the answer is no:

    Everytime the mistress summons the "add" which actually uses "Devouring Maw", the data is deleted.
    You can look it up if you want and make some changes if you are familiar with lua:
    in ToS folder- > Sasszine.lua

    line 286: BeckonSarukel is the cast to summon the add
    calls PrepareForMaw()

    starting line 327: function mod:PrepareForMaw()
    and two lines later: wipe(fedTable)
    fedTable is the list of people feeding and is populated in the function InkRemoved() starting line 350+.

    So you could output this into chat/log when the messagebox is created (line 380+) as well and therefor keep track of it in a way
    Last edited by mmocc21e430eb9; 2017-09-21 at 03:52 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •