|Request| Highlight Bounty Waypoint Plugin menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    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)
    Originally Posted by RNN View Post
    Something like that I suppose you are looking for: plugins\RNN\Chests100.cs

    Update
    Additional check: lvl character <70
    If you don't want this change, type // at the beginning of line 67
    Code:
     //  if (Hud.Game.Me.CurrentLevelNormal < 70)
    Extra: plugin that notifies via TTS if a certain bounty is available, and we will hear the specified text

    plugins\RNN\BountyTTS.cs
    Code:
    Hud.GetPlugin<RNN.BountyTTS>().Enabled = true;
    Hud.RunOnPlugin<RNN.BountyTTS>(plugin => 		//interfaces\controllers\sno\ISnoQuestList.cs
    {		
    	plugin.QuestSnoTTS.Add(375278,"The Cursed Peat");	// "Bounty: The Cursed Peat"
    	plugin.QuestSnoTTS.Add(346190,"Gibbering Gemstone");	// "Bounty: Clear the Caverns of Frost"
    	plugin.QuestSnoTTS.Add(347656,"Zoltun Kulle"); 		// "Bounty: Kill Zoltun Kulle"					
    } );
    This "Gibbering Gemstone wasn`t supposed to be the Chitara quest ? That drops Gem for craft Staff of Herding ?

    I guess its not this "346190", the quest is called "Kill Chiltara"

    ISnoQuest Bounty_KillChiltara_349220 { get; } // Bounty: Kill Chiltara << This one I suppose

    |Request| Highlight Bounty Waypoint Plugin
  2. #17
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Yes!, that bounty is better (although it doesn't always give you the gem when you kill Chiltara)

  3. #18
    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)
    Originally Posted by RNN View Post
    Yes!, that bounty is better (although it doesn't always give you the gem when you kill Chiltara)
    Yeh, sadly it is 10% (I guess ) of chance to drop from Chiltara.

  4. #19
    BeeAntOS's Avatar Active Member
    Reputation
    30
    Join Date
    Oct 2017
    Posts
    119
    Thanks G/R
    239/28
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    If you are thinking of making "Staff of Herding" in S21,
    you can add "Clear the Mysterious Cave" bounty to your list to find "Liquid Rainbow".

    Code:
        plugin.QuestSnoTTS.Add(347598,"Liquid Rainbow");    // Bounty: Clear the Mysterious Cave (ACT2: Dahlgur Oasis)

    Side note for noobs like me :
    The places where other items necessary to craft "Staff of Herding" can be found are always accessible (except "Black Mushroom"),
    as there is no need to be triggered before by any special event in order to get there.

    Walkthrough for "Black Mushroom"
    : Black Mushroom | Diablo Wiki | Fandom
    "When you reach the top, get ready to drop!"

  5. #20
    BombasticBoo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have the plugins listed in post #7 of this thread? I can't access the links in there

  6. #21
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    links are now available

  7. #22
    BombasticBoo's Avatar Member
    Reputation
    1
    Join Date
    Nov 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RNN View Post
    links are now available
    Thank you for the speedy response!

  8. #23
    FoxPox's Avatar Member
    Reputation
    12
    Join Date
    Jun 2018
    Posts
    83
    Thanks G/R
    19/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im help
    not detect:
    A1 quest: the cursed grove
    А1 Quest: Cursed Screams 50%/50%

    А2 quest: cursed swamps
    А2 Quest: Cursed Lake

    А3 Quest: Cursed Eternal Forest

    A4 quest: the cursed kingdom
    А4 quest: the cursed chapel

    А5 Quest: Cursed War Hall
    А5 quest: the cursed forest
    А5 Quest: Cursed Square

  9. #24
    RNN's Avatar Legendary
    Reputation
    801
    Join Date
    Sep 2018
    Posts
    1,041
    Thanks G/R
    102/764
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    They are ignored on purpose, in post 12 I explain this matter.
    The plugin only reports the "most interesting" bounties in which 100 monsters have to be killed in 40 seconds (many times by mistake I indicate in 60 seconds). If you want it to notify ALL, you have to remove the // characters
    lines 36-40
    Code:
    		/*A1*/	369789, 369944, 375191, 	// 365381, 375201,			
    		/*A2*/	375257, 375261, 464598, 	// 464596, 369800, 466835, 	
    		/*A3*/	369825, 436269, 		// 447218, 					
    		/*A4*/					// 369878, 409897, 467798, 470608, 470561,
    		/*A5*/	375278,				// 375268, 375275, 375348, 445139, 445158 
    Any text that appears between "/ *" and "* /" or after "//" is considered a comment from the developer, it is not part of the code and is ignored


    Example, if you want to include only:
    ISnoQuest Bounty_TheCursedGrove_365381 { get; } // Bounty: The Cursed Grove
    (see interfaces\controllers\sno\ISnoQuestList.cs)

    You must change the first line for this other:
    Code:
    		/*A1*/	369789, 369944, 375191,365381, 	//  375201,

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: 06-24-2019, 10:34 AM
  2. [Request] Bounty direction plugin
    By MrOne in forum TurboHUD Discussions
    Replies: 6
    Last Post: 06-27-2018, 03:03 PM
  3. Requesting an Anti-AFK plugin for PoEHUD
    By Crushthebug in forum Path of Exile
    Replies: 5
    Last Post: 06-26-2018, 12:58 PM
  4. Requesting Update of HB plugin
    By sugarbunny in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 04-27-2016, 08:19 AM
  5. [REQUEST] Waypoint Project
    By marcelo_20xx in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 09-29-2008, 06:00 PM
All times are GMT -5. The time now is 09:10 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