[v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin

    Supported TurboHUD version: 7.6



    Hi,

    regarding to this [Request] Rainbow goblin hunt plugin

    this is my solution:




    Download: [C#] GoblinListPlugin - Pastebin.com
    install to: [HUD folder]/plugins/gjuz/GoblinListPlugin.cs

    necessary plugin: [v7.2] [HELPER] [Jack] TopTable



    for Customizations:
    PHP Code:
    //############# GoblinListPlugin #############
    Hud.RunOnPlugin<GoblinListPlugin>(plugin =>
    {
        
    // international names(short cut) enter here
        
    plugin.Goblins[429785] = "Malevolent";                //"Malevolent Tormentor"
        
    plugin.Goblins[429787] = "Blood";                    //"Blood Thief"
        
    plugin.Goblins[429794] = "Collector";                //"Odious Collector"
        
    plugin.Goblins[429793] = "Gems";                    //"Gem Hoarder"
        
    plugin.Goblins[429792] = "Gelatinous";                //"Gelatinous Sire"
        
    plugin.Goblins[429803] = "Gold";                    //"Gilded Baron"
        
    plugin.Goblins[429789] = "Insufferable";            //"Insufferable Miscreant"
        
    plugin.Goblins[451059] = "Menagerist";                //"Menagerist Goblin"
        
    plugin.Goblins[429795] = "Treasure";                //"Treasure Goblin"
        
    plugin.Goblins[405624] = "Rainbow";                //"Rainbow Goblin"
        
        
    plugin.ElementOrder = new List<uint>()                //order in table set here
        
    {                                                     //just switch rows
            
    405624,        //Rainbow Goblin                   //or remove a line
            
    429792,        //Gelatinous Sire                  //if you don't want to regard that one
            
    429785,        //Malevolent Tormentor
            
    429789,        //Insufferable Miscreant
            
    429787,        //Blood Thief
            
    429794,        //Odious Collector
            
    429793,        //Gem Hoarder
            
    429803,        //Gilded Baron
            
    429795,        //Treasure Goblin
            
    451059,        //Menagerist Goblin
        
    };
        
        
    // international text edit here
        
    plugin.MainBanner1 "List of all Goblins found ";
        
    plugin.MainBanner2 "somwhere else";
        
    plugin.MainBanner3 "in Act ";
        
    plugin.GoblinCount0 "No Goblins here";
        
    plugin.GoblinCount1 " Goblins";
        
    plugin.SubBanner "Subpage";

        
    //time settings in milliseconds
        
    plugin.openingTimeMS 3000;
        
    plugin.closingTimeMS 1000;
        
    plugin.routingTimeMS 1500;
    }); 
    /**/ 
    note: your customization file need "using Turbo.Plugins.gjuz;"


    Note:
    * currently data is only collected outside of rift.
    * if you see a goblin on screen, it's data is inserted in list.
    ** (maybe an issue) if you see him later again (still alive), his data is collected a second time - he has to be outside of range.


    you can only open list in town!!
    for open / close
    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin-forum2-png



    greetz gjuz
    Last edited by gjuz; 12-25-2017 at 09:12 PM.

    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin
  2. Thanks johnbl, ADV2015, MrOne, rambo99jose (4 members gave Thanks to gjuz for this useful post)
  3. #2
    beranaco's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi,

    is the download link broken? i got no connection to the file...

    thx

  4. #3
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    i have no problem with download, download link works.


    greetz gjuz
    Last edited by gjuz; 12-26-2017 at 06:06 AM.

  5. #4
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG !!!! Very very nice plugin...
    I drop you my hat...

  6. #5
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx for solve my request GOOD JOB !!!
    Have few questions:
    1) Is it possible to move little left this close icon? Why: because when i open this table and forget to move cursor it will close it Displacement this icon will prevent it
    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin-q1-png
    2) Is it possible to change Act navigation buttons for every act (selected act will be colored, rest greyed)
    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin-q2-gif
    3) Is it possible to save hunt progress and load next time?

  7. #6
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrOne View Post
    Thx for solve my request GOOD JOB !!!
    thx
    Originally Posted by MrOne View Post
    Have few questions:
    1) Is it possible to move little left this close icon? Why: because when i open this table and forget to move cursor it will close it Displacement this icon will prevent it
    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin-q1-png
    Yes it is possible - or change closing time
    Originally Posted by MrOne View Post
    2) Is it possible to change Act navigation buttons for every act (selected act will be colored, rest greyed)
    [v7.6] [INTERNATIONAL] [gjuz] GoblinListPlugin-q2-gif
    Yes, possible, but greyed? i have an idea to do something similar - dont' know if it's like imagined.
    Originally Posted by MrOne View Post
    3) Is it possible to save hunt progress and load next time?
    don't know, i think not - you have to import data from before - possible but not automatically.

    greetz gjuz

  8. #7
    bigd2011's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seems it doesn't find goblins for me what is causing this?

  9. #8
    johnbl's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2016
    Posts
    129
    Thanks G/R
    347/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It doesn't find goblins for you, it just counts the ones you have found.

  10. #9
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gjuz View Post
    thx
    Yes it is possible - or change closing time
    Yes, possible, but greyed? i have an idea to do something similar - dont' know if it's like imagined.
    don't know, i think not - you have to import data from before - possible but not automatically.

    greetz gjuz
    yes i can change time, but wait 5s for close, in my opinion better way is to relocate close icon
    i say grayed to know in what act we check, but it is not nessesery
    import/export is not nesessey but will be good future idea maybe to .csv

    Three more question:
    1) Is it possible to add one column with sum for current map?
    2) Is it possible to add somewhere information about sum of all goblins?
    3) What will be happen when i open bandit shrine, all goblins count?

  11. #10
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why not take example on stat_tracker from TH in menu !
    Whith LOG files...

  12. #11
    N!ghtW!sh's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there. so i just started to use this. i followed all instructions. but when i search, i always get "there is no goblins here"
    any advise?
    Capture.JPG

  13. #12
    N!ghtW!sh's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay so i got it to work to only show me goblins once i actually found them on my map. i was doing bounties and then saw goblins. and when back in town only then does it count them. it doesnt scan all acts in advance and tell me where which goblins will be. Capture.JPG

  14. #13
    johnbl's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2016
    Posts
    129
    Thanks G/R
    347/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay so i got it to work to only show me goblins once i actually found them on my map.
    This is exactly what this plugin does.

  15. #14
    N!ghtW!sh's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alrighty thanks. then is not really needed as Thud shows gobs already a few steps in advance. need something bit more clearer to perhaps scan the bounty area you enter and search for gobs and tell you what it found.. that would be helpful

  16. #15
    johnbl's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2016
    Posts
    129
    Thanks G/R
    347/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What you ask is impossible.

Page 1 of 2 12 LastLast

Similar Threads

  1. [v7.6] [INTERNATIONAL] [gjuz] FollowerPlugin
    By gjuz in forum TurboHUD Community Plugins
    Replies: 7
    Last Post: 04-28-2021, 06:56 AM
  2. [v7.4] [INTERNATIONAL] [gjuz] NecSkeletalMagePlugin
    By gjuz in forum TurboHUD Community Plugins
    Replies: 24
    Last Post: 09-01-2019, 10:20 AM
  3. [v7.5] [INTERNATIONAL] [gjuz] CoEPowerfullPlugin
    By gjuz in forum TurboHUD Community Plugins
    Replies: 50
    Last Post: 08-30-2019, 05:04 AM
  4. [v7.5] [INTERNATIONAL] [gjuz] MonsterKrysbinPlugin
    By gjuz in forum TurboHUD Community Plugins
    Replies: 26
    Last Post: 08-07-2018, 04:38 PM
  5. [v7.3] [INTERNATIONAL] [gjuz] PlayerInTown
    By gjuz in forum TurboHUD Community Plugins
    Replies: 10
    Last Post: 11-30-2017, 06:11 PM
All times are GMT -5. The time now is 01:22 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search