[INTERNATIONAL] GR Pylon Marker & Chance menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 34
  1. #1
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL] GR Pylon Marker & Chance

    - mark the information of the pylon
    - add icon at the progress bar
    - different color text for stage of the pylon (used / not used / different floor)
    - add chance calculation for next pylon
    - different decorator for possible pylon with different chance
    pylon01.jpg
    pylon02.jpg
    pylon03.jpg


    Copy to plugins\DAV
    [C#] DAV_GRPylonPlugin - Pastebin.com


    Remark :
    - Rename the name of the pylon, eg
    grPylon[0] = new DAV_PylonInfo("力量", Hud.Texture.GetTexture(2350065673), Hud.Sno.SnoPowers.Generic_PagesBuffDamage.Sno); // Power

    - disable the default possiblepylon decorator

    - customization option for pylon chance
    public double chanceMultiplier { get; set; } = 2d;
    // range of color ot possible pylon decorator
    public double pylonChanceLow { get; set; } = 30d;
    public double pylonChanceHigh { get; set; } = 60d;
    Last edited by s4000; 09-28-2019 at 11:25 PM.

    [INTERNATIONAL] GR Pylon Marker & Chance
  2. Thanks takayo72, RNN, madbmax, Axel00501, dolmenboy, aaa111952 (6 members gave Thanks to s4000 for this useful post)
  3. #2
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    which plugin of possibleplygon decorator come from ?

  4. #3
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by takayo72 View Post
    which plugin of possibleplygon decorator come from ?
    PossibleRiftPylonDecorator in plugins\Default\Actors\ShrinePlugin.cs
    and someone may use a replaced plugin, if so, also need to disable it

  5. #4
    RNN's Avatar Legendary
    Reputation
    811
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/774
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    It has very interesting things. I liked the idea of ​​adding an icon in front.

  6. #5
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Nice plugin s4, the chance info gives a helpful idea for pylon maintenance during GRs

  7. #6
    dcac's Avatar Member
    Reputation
    1
    Join Date
    Mar 2019
    Posts
    26
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG RNN plugin same problem

    Korean language


    10% Power [TEMP] Loot Run Level 1 10%

    How can I remove this " [TEMP] Loot Run"

    I try finding words "level" it's none.

    mabye i found


    var message = progress1.ToString("F1") + "%\t" + name + "\t" + area;
    ============================================================================

    Solved

    var message = progress1.ToString("F1") + "%\t" + name + "\t" + area.Replace("[TEMP] Loot Run ","");
    Last edited by dcac; 09-27-2019 at 05:01 PM.

  8. #7
    blejdzik's Avatar Member
    Reputation
    3
    Join Date
    Dec 2018
    Posts
    9
    Thanks G/R
    5/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you share your monster count plugin?

    thanks

  9. #8
    s4000's Avatar Contributor
    Reputation
    285
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/272
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blejdzik View Post
    can you share your monster count plugin?

    thanks
    no more sharing until the future of thud is clear

  10. #9
    ArnesMeyer's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working for me :/

  11. #10
    iThinkiWin's Avatar Active Member
    Reputation
    28
    Join Date
    Oct 2018
    Posts
    104
    Thanks G/R
    25/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ArnesMeyer View Post
    Not working for me :/
    in turbohud folder; logs/exceptions.txt if it's throwing exceptions post that in here. (The lines that mention the current date/time of the error)
    can't help if there's no context
    Last edited by iThinkiWin; 10-03-2019 at 08:22 AM.

  12. #11
    ArnesMeyer's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    namespace mismatch in plugin file: 'D:\TurboHUD Ratma\TurboHUD\Plugins\DavPlayer\DAV_GRPylonPlugin.cs': namespace should be this: 'Turbo.Plugins.DavPlayer

  13. #12
    iThinkiWin's Avatar Active Member
    Reputation
    28
    Join Date
    Oct 2018
    Posts
    104
    Thanks G/R
    25/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    name the folder DAV

    Last edited by iThinkiWin; 10-03-2019 at 08:38 AM.

  14. #13
    ArnesMeyer's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    TYVM now is ok 1 more question: how i can rename too my langue "Rift Level 1,2,3" etc ?

  15. #14
    iThinkiWin's Avatar Active Member
    Reputation
    28
    Join Date
    Oct 2018
    Posts
    104
    Thanks G/R
    25/25
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    4 NameEnglish replace them with NameLocalized

    I've never tried the client in another language so not sure if this will work or not. if not just revert them back to NameEnglish

  16. #15
    ArnesMeyer's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working,but is ok

Page 1 of 3 123 LastLast

Similar Threads

  1. [Request] can anybody helps to update the pylon marker plugin to V9?
    By greetree in forum TurboHUD Support
    Replies: 3
    Last Post: 06-02-2019, 07:49 AM
  2. [request] Greater Rift pylon spawn chance % plug-in
    By flyingst in forum TurboHUD Discussions
    Replies: 13
    Last Post: 09-20-2018, 09:08 AM
  3. Replies: 1
    Last Post: 08-20-2018, 04:40 AM
  4. Chances of getting caught?
    By 1ns4n1ty in forum World of Warcraft General
    Replies: 7
    Last Post: 08-20-2006, 11:52 AM
  5. President Bush, CAUGHT SWEARING at international meeting
    By mantalcore in forum Community Chat
    Replies: 15
    Last Post: 08-14-2006, 09:41 AM
All times are GMT -5. The time now is 04:48 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