Finderskeepers (Improved Lootalert) menu

Shout-Out

User Tag List

Page 57 of 105 FirstFirst ... 7535455565758596061 ... LastLast
Results 841 to 855 of 1564
  1. #841
    Dolphe's Avatar Contributor
    Reputation
    97
    Join Date
    Oct 2012
    Posts
    614
    Thanks G/R
    0/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Seminko View Post
    Is it just me again or it has stopped working today after the files update?
    Read one post up

    Finderskeepers (Improved Lootalert)
  2. #842
    nailzor's Avatar Corporal
    Reputation
    8
    Join Date
    Feb 2014
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dolphe is being kept busy lately haha! Thanks for staying on top of the updates and keeping us informed here often, much appreciated!

  3. #843
    Dolphe's Avatar Contributor
    Reputation
    97
    Join Date
    Oct 2012
    Posts
    614
    Thanks G/R
    0/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now works with 2.0.2

    Originally Posted by 3.2.2
    Bug fixes:
    - Now works with 2.0.2
    - Minor bug fixes
    - Added more legendaries to the "Overlay"

    As usual, if you have any questions/ideas or finding bugs please
    report them back to me
    http://www.ownedcore.com/forums/diab...lootalert.html (Finderskeepers (Improved Lootalert))

  4. #844
    Mrfuzzy's Avatar Member
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you get the actor names of items. Griswold's Scribblings.

  5. #845
    Dolphe's Avatar Contributor
    Reputation
    97
    Join Date
    Oct 2012
    Posts
    614
    Thanks G/R
    0/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mrfuzzy View Post
    How do you get the actor names of items. Griswold's Scribblings.
    Make sure FK is closed.
    1) Open FKUnique.XML
    2) Insert this at the bottom.

    Code:
      <FKUnique Name="Griswold's Scribblings" ID="craftingreagent_legendary_unique_sword_1h_019_x1" Enabled="true" Type="6" Act="0" Image="Smith" OverlayTimer="0" Special="false">
        <CustomSounds />
      </FKUnique>
    I'll fix all of these, but with the patch today I "lost" 1 days progress just fixing the offsets and new attrib structs


    I found a pretty lazy way to find out the actor name ;P
    Crafting Materials - Game Guide - Diablo III

    1) Right click the Image of the Item / Crafting mat you wanna get the name off.
    2) If in Chrome -> "Inspect Element" (Or just copy the image name)
    3) Example : "http://media.blizzard.com/d3/icons/items/large/craftingreagent_legendary_unique_mojo_002_x1_demonhunter_male.png" ->
    Then the actor name is , craftingreagent_legendary_unique_mojo_002_x1 (remove the rest)
    Last edited by Dolphe; 03-05-2014 at 07:07 PM.

  6. #846
    wickedklown3476's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No matter how i fiddle with it it doesn't play sounds when legendarys drop : / all the tutorials are for what look like an old version where this ones set up looks much different

  7. #847
    Dolphe's Avatar Contributor
    Reputation
    97
    Join Date
    Oct 2012
    Posts
    614
    Thanks G/R
    0/26
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wickedklown3476 View Post
    No matter how i fiddle with it it doesn't play sounds when legendarys drop : / all the tutorials are for what look like an old version where this ones set up looks much different
    1) Create filter & name it
    2) Change quailty to Legendary
    3) Press "Set a default sound" , browse to the file and test it.
    4) In Overlay menu, enable if you want it, Diablo III must be in Windowed mode (Window fullscreen)
    5) In "Filters" menu (sub menu), move all to the active box (left)
    6) Don't forget to tick the checkbox to the left of your Filter name (black background, white icon)
    7) If you have "Disabled in town" activated , you need to move out of town for it to work.

  8. #848
    wickedklown3476's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did everything on this list 1-7 still no sound inside or outside of town when legendary drop from bag. Sorry Man i wish i could get this to work


    The sound does play when i click "test sound"
    Last edited by wickedklown3476; 03-05-2014 at 08:03 PM.

  9. #849
    Mrfuzzy's Avatar Member
    Reputation
    1
    Join Date
    Mar 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dolphe View Post
    Make sure FK is closed.
    1) Open FKUnique.XML
    2) Insert this at the bottom.

    Code:
      <FKUnique Name="Griswold's Scribblings" ID="craftingreagent_legendary_unique_sword_1h_019_x1" Enabled="true" Type="6" Act="0" Image="Smith" OverlayTimer="0" Special="false">
        <CustomSounds />
      </FKUnique>
    I'll fix all of these, but with the patch today I "lost" 1 days progress just fixing the offsets and new attrib structs


    I found a pretty lazy way to find out the actor name ;P
    Crafting Materials - Game Guide - Diablo III

    1) Right click the Image of the Item / Crafting mat you wanna get the name off.
    2) If in Chrome -> "Inspect Element" (Or just copy the image name)
    3) Example : "http://media.blizzard.com/d3/icons/items/large/craftingreagent_legendary_unique_mojo_002_x1_demonhunter_male.png" ->
    Then the actor name is , craftingreagent_legendary_unique_mojo_002_x1 (remove the rest)
    I did this but it isn't working. It's odd because the adventurer journal entry is working fine.
    Edit. I also noticed that you can manage sounds for Miscellaneous name filters. I think I found a bug in the app, when you select the drop down button it only lets you select main window and I noticed in the xml file that there are lines for each window indicating the selected sound.

    Is anyone else experiencing FS locking up? It has happened twice already to me.
    Last edited by Mrfuzzy; 03-05-2014 at 11:58 PM.

  10. #850
    biotin's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything seems to work now, a big thanks to you!

    Well, at least I get a lootalert when a legendary drops in one of my four windows.

  11. #851
    olerris's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not getting any sound in any of my 3 boxes. This is after changing settings and making sure the sounds work as well. Tested on legendaries filter with correct parameters and demonic essences.


    edit: Found out how to fix. You have to go into account settings and rename the process name to is1, is2, is3 etc in order to get sounds.
    Last edited by olerris; 03-06-2014 at 02:50 AM.

  12. #852
    Reneza's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the hard work Dolphe, it's working beautifully with 2.0.2 now. (or at least to a working point) it doesn't display description on the new legendaries in the overlay but at least it displays them dropping now.

  13. #853
    Hanfried's Avatar Member
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Dolph.

    Its awesome gets better and better thanks for you hard work. but i have one prob.

    When i closed the program and want to start it again. it just crashs, it wont open again. I have to unpack it again, have to make all settings again

    -In the Error file-
    System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
    at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
    at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
    at System.Xml.XmlReader.MoveToContent()
    at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderList1.Read8_ ArrayOfFKFilters()
    --- End of inner exception stack trace ---
    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
    at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
    at FindersKeepers.XML.GetList[T]()
    at FindersKeepers.Config.Set[T](Boolean isList)

  14. #854
    nobody1's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can i add Plans (only legendary) to FK?

  15. #855
    tgfdp's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Website is down. Could someone repost the rar somewhere else ?
    There is the sha sum of the archive at page 1.

Similar Threads

  1. Improved Crash peoples computer
    By omgwhokillme in forum World of Warcraft General
    Replies: 6
    Last Post: 12-06-2006, 02:17 AM
  2. Un'Goro Improvements
    By Tink in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 11-27-2006, 01:25 PM
  3. Azshara Crater (New and Improved)
    By Ensui in forum World of Warcraft Model Editing
    Replies: 27
    Last Post: 11-16-2006, 06:52 PM
  4. Improved interface
    By wondoman in forum Suggestions
    Replies: 1
    Last Post: 10-08-2006, 04:43 PM
  5. warsong gulch lvl 60 in 10-19 improved that works
    By Tubz in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 09-04-2006, 06:38 AM
All times are GMT -5. The time now is 05:59 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search