[7.7] [INT] [SR] SRJ Theme! menu

User Tag List

Page 11 of 17 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 247
  1. #151
    Vampyrr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah is there a way to disable the loud BING sound in game also can I turn off tracking yellow/blue item drops on the map? I do not care about seeing them

    Also sometimes items have a big circle with a E marker around them when on the ground. What is that?

    Imgur: The magic of the Internet
    Last edited by Vampyrr; 08-24-2019 at 01:44 PM.

    [7.7] [INT] [SR] SRJ Theme!
  2. #152
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by odin99 View Post
    // TH volume is now independent of the game.
    That might be true, but AFAIK TH (THUD) volume is a global thing and anybody can set it to whatever they want.
    I assume that we are speaking of Hud.Sound.VolumeMultiplier.
    All plugins can set to what ever mode and value they want.
    And IMHO this means that every time your plugin plays a sound, it must check that the global TH settings are those it want to use (and if not, set them to correct one).

    I resolved this so that I changed the level of my sound files to match the volume I wanted them to be played out by TH (relative to the D3 output levels I prefer).

    Correct me if I'm wrong but there is no way AFAIK to play a certain sound file at certain predefined volume (or level) (unless you program it to be played that way by altering THUD settings like Hud.Sound.VolumeMultiplier before you play your sound file.

  3. #153
    odin99's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    19
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    thanks for the tip to edit the soundfiles itself, dont know why i dont done this earlier

  4. #154
    hyy34's Avatar Member
    Reputation
    3
    Join Date
    Aug 2018
    Posts
    29
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The previous operation error has been resolved. Thank you.
    Last edited by hyy34; 08-29-2019 at 04:35 AM.

  5. #155
    karadeli's Avatar Member
    Reputation
    1
    Join Date
    Feb 2018
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how to enable/disable plugins? PluginEnablerOrDisablerPlugin giving exceptions..

  6. #156
    zortlak's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    11
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is a good work are u gonna update it mate ?

  7. #157
    kratkius's Avatar Member
    Reputation
    3
    Join Date
    Aug 2018
    Posts
    11
    Thanks G/R
    22/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not workin with new beta.

    7 exceptions, only showing map after puttin it in TH

    Any hope for updated version

  8. Thanks uwesven (1 members gave Thanks to kratkius for this useful post)
  9. #158
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,053
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Until Jack updates the pack you can replace the file Plugins\Jack\Extensions\SnoPowerListExtension.cs with this one: [C#] SnoPowerListExtension - Pastebin.com


    Modified lines: 876, 1472-1476

    Code:
    	yield return powerList.Generic_P2LegendaryPotion07; // 433021
    	
    	yield return powerList.Generic_X1LegendaryPotion06; // 344094
    	yield return powerList.Generic_X1LegendaryPotion07; // 405166
    	yield return powerList.Generic_X1LegendaryPotion08; // 428812
    	yield return powerList.Generic_X1LegendaryPotion09; // 434626
    	yield return powerList.Generic_X1LegendaryPotion10; // 451310
    to

    Code:
    	yield return powerList.BottomlessPotionOfRejuvenation; // 433021		// before: Generic_P2LegendaryPotion07
    	
    	yield return powerList.BottomlessPotionOfKulleAid;	// 344094		// before: Generic_X1LegendaryPotion06
    //	yield return powerList.Generic_X1LegendaryPotion07; 	// 405166		// Not Found , Obsolete??
    	yield return powerList.BottomlessPotionOfFear;		// 428812		// before: Generic_X1LegendaryPotion08
    	yield return powerList.BottomlessPotionOfAmplification; // 434626		// before: Generic_X1LegendaryPotion09
    	yield return powerList.BottomlessPotionOfChaos;		// 451310		// before: Generic_X1LegendaryPotion10

  10. Thanks kratkius (1 members gave Thanks to RNN for this useful post)
  11. #159
    kratkius's Avatar Member
    Reputation
    3
    Join Date
    Aug 2018
    Posts
    11
    Thanks G/R
    22/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, all workin perfect now

  12. #160
    WRG's Avatar Member
    Reputation
    2
    Join Date
    Jun 2019
    Posts
    9
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does the red triangle in the top left of an item's frame mean? Loving the pack/theme along with my personal mods but I don't know what some of this stuff does :/

  13. Thanks uwesven (1 members gave Thanks to WRG for this useful post)
  14. #161
    alucard14224's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Red Triangle means its trash basically.
    Does anyone know of a way to add a sound file to a cooldown on a skill instead of the TTS spirit walk for example. thank you in advance.

  15. #162
    Toxic_Hardstyler's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any way to disable cube icon when items drop and they can be cubed from minimap?

  16. #163
    papainoel14's Avatar Member
    Reputation
    1
    Join Date
    Jul 2018
    Posts
    6
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, congratulations on all updates, I have a question and I checked every page to see if anyone came to question apparently I will be the first.

    how can I add my friends' land of dead skills time here.
    https://i.imgur.com/WHLjwz5.png

  17. #164
    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)
    Originally Posted by papainoel14 View Post
    Hi, congratulations on all updates, I have a question and I checked every page to see if anyone came to question apparently I will be the first.

    how can I add my friends' land of dead skills time here.
    https://i.imgur.com/WHLjwz5.png
    Maybe this is exactly what you are looking for;
    https://www.ownedcore.com/forums/dia...icons-coe.html ([V9.1] [RNN] BuildsIcons&Coe)
    "When you reach the top, get ready to drop!"

  18. Thanks papainoel14 (1 members gave Thanks to BeeAntOS for this useful post)
  19. #165
    RNN's Avatar Legendary
    Reputation
    813
    Join Date
    Sep 2018
    Posts
    1,053
    Thanks G/R
    104/776
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by papainoel14 View Post
    Hi, congratulations on all updates, I have a question and I checked every page to see if anyone came to question apparently I will be the first.

    how can I add my friends' land of dead skills time here.
    https://i.imgur.com/WHLjwz5.png
    This glq plugin adjusts more to what you want PlayerSkillBarPlugin.cs

    I just uploaded this plugin, you might be interested: https://www.ownedcore.com/forums/dia...barplugin.html

  20. Thanks papainoel14 (1 members gave Thanks to RNN for this useful post)
Page 11 of 17 FirstFirst ... 789101112131415 ... LastLast

Similar Threads

  1. Vista Theme For Windows
    By REDACTEDSEPHI in forum Community Chat
    Replies: 44
    Last Post: 07-12-2007, 03:24 PM
  2. Final toutch to window vista theme
    By Hounro in forum Community Chat
    Replies: 13
    Last Post: 06-11-2007, 06:09 PM
  3. My desktop theme {And where to get it}
    By matswurld in forum Art & Graphic Design
    Replies: 5
    Last Post: 05-28-2007, 02:14 AM
  4. Windows XP Theme
    By DaNuMan in forum Community Chat
    Replies: 5
    Last Post: 02-21-2007, 04:29 PM
  5. What is this windows theme?
    By leoj in forum Community Chat
    Replies: 8
    Last Post: 01-25-2007, 08:53 AM
All times are GMT -5. The time now is 01:04 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