[INTERNATIONAL] [Jack] DoorsPlugin menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 95
  1. #1
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL] [Jack] DoorsPlugin



    Display ground symbol & map shape for Doors, Breakable Doors and Bridges.


    Note : this is a work in progress, report any wrong behavior if you want it fixed ; )

    Unzip into /plugins/ Zip from GitHub

    Customization : (Default theme customization 101)
    I like the minimap icons but prefer to disable the ones on the screen. Is it possible to customize and if so how?
    PHP Code:
                Hud.RunOnPlugin<Jack.Actors.DoorsPlugin>(plugin =>
                {
                    
    plugin.BridgesDecorators.ToggleDecorators<GroundLabelDecorator>(false);
                    
    plugin.DoorsDecorators.ToggleDecorators<GroundLabelDecorator>(false);
                    
    plugin.BreakablesDoorsDecorators.ToggleDecorators<GroundLabelDecorator>(false);
                }); 
    History :
    Code:
    - change labels to UTF-8 symbol
    - removed hardcoded string -> international
    - HashSet<uint> on biggest arrays
    - changed the color of Doors to yellow
    - changed back to MapShape instead of symbol
    - added a breakable door id
    - added 3 bridges ids (thanks MrOne )
    - fixed breakable doors decorators (thanks MrOne x2)
    - fixed cemetary doors (thanks noobz )
    How to help :

    When you find a wrong door, hit 'End' key, this will turn the plugin in debug mode and give more information :

    Last edited by JackCeparou; 02-14-2019 at 07:37 AM. Reason: version tag

    [INTERNATIONAL] [Jack] DoorsPlugin
  2. Thanks d3gigi, RealGsus, DaLeberkasPepi, sn4rk, icewaere, kebabisgood, cherouvim13, Dandello, bm206, johnbl, Razzko, rambo99jose, (Sarge), Razorfish, RNN, BeeAntOS, mois, HoaryWitch, Skeeh (19 members gave Thanks to JackCeparou for this useful post)
  3. #2
    d3gigi's Avatar Active Member
    Reputation
    52
    Join Date
    Mar 2017
    Posts
    55
    Thanks G/R
    12/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Personal favourite

    This plugin will win the first “best plugin“-award on ownedcore

  4. #3
    kebabisgood's Avatar Member
    Reputation
    3
    Join Date
    Mar 2017
    Posts
    11
    Thanks G/R
    24/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    best plugin indeed! love this one
    Allan please add signature.

  5. #4
    Sol Trias's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    5
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I like the minimap icons but prefer to disable the ones on the screen. Is it possible to customize and if so how?

  6. #5
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sol Trias View Post
    I like the minimap icons but prefer to disable the ones on the screen. Is it possible to customize and if so how?
    OP updated with the answer as customization example
    Hide the Rum! --> Default theme customization 101 <--

  7. Thanks LovesTurboHud (1 members gave Thanks to JackCeparou for this useful post)
  8. #6
    d007's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    12
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  9. #7
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, i would love to fix it, but without a little more of information this will be difficult :x

    Try to provide an acd dump, an sno or at least a location where i can find this.
    Hide the Rum! --> Default theme customization 101 <--

  10. Thanks LovesTurboHud (1 members gave Thanks to JackCeparou for this useful post)
  11. #8
    Screwyluie's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    OP updated with the answer as customization example
    just throw that code snippet anywhere in the existing file?

    forgive me but not all of us have coding experience and just throwing a snippet of code at us isn't as straightforward and obvious as it may seem.

  12. #9
    Sharkihann's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi !

    First, a big thank for the plugin.

    I have trouble using the customization option provided. Do i need to coopy paste that code at the end of the .cs file ?

    Thanks again.

  13. #10
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hide the Rum! --> Default theme customization 101 <--

  14. Thanks Sharkihann (1 members gave Thanks to JackCeparou for this useful post)
  15. #11
    d007's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    12
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    Well, i would love to fix it, but without a little more of information this will be difficult :x
    Try to provide an acd dump, an sno or at least a location where i can find this.
    IDK how to help U with SNO, sry...
    It's a monument, that spawns mobs in bounties.
    On pic: "The Triune Reborn" Bounty, Act I, Southern Highlands

  16. #12
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by d007 View Post
    IDK how to help U with SNO, sry...
    It's a monument, that spawns mobs in bounties.
    On pic: "The Triune Reborn" Bounty, Act I, Southern Highlands
    Fixed. It was the sno 432258.
    Hide the Rum! --> Default theme customization 101 <--

  17. #13
    Tralto's Avatar Member
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fake door:

    Attached Thumbnails Attached Thumbnails [INTERNATIONAL] [Jack] DoorsPlugin-7ybmfqm-jpg  

  18. #14
    d007's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    12
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Seems like all monuments spawning monsters in bounty quests counts as doors...
    Not fatal, btw U could check it for perfect view.
    On this pic R Pandemonium ones.

  19. #15
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have hard times trying to pop those... so i updated the plugin to help you reporting the snos.

    When you find a wrong door, hit 'End' key, this will turn the plugin in debug mode and give more information :

    Last edited by JackCeparou; 04-05-2017 at 07:13 PM.
    Hide the Rum! --> Default theme customization 101 <--

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. [INTERNATIONAL] [Jack] DangerousAffixMonsterPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 03-20-2021, 04:08 AM
  2. [INTERNATIONAL] [Jack] RiftInfoPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 63
    Last Post: 02-25-2021, 07:35 AM
  3. [INTERNATIONAL] [Jack] *AlertListPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 99
    Last Post: 12-01-2020, 02:04 AM
  4. [INTERNATIONAL] [Jack] BossSkillsPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 16
    Last Post: 03-27-2019, 01:50 AM
  5. [v7.2] [INTERNATIONAL] [Jack] ItemDropSoundAlertPlugin
    By JackCeparou in forum TurboHUD Community Plugins
    Replies: 22
    Last Post: 07-17-2017, 08:27 PM
All times are GMT -5. The time now is 06:49 PM. 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