Boss Names per TTS in Grater Rifts menu

User Tag List

Results 1 to 1 of 1
  1. #1
    Fokkus's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Boss Names per TTS in Grater Rifts

    Is there a way to allow boss names in Grater Rifts to be issued via TTS.

    I have already found a post on this topic.
    But how and where to include the snippet?

    Maybe somebody can help me?






    public void PaintWorld(WorldLayer layer)
    {

    var shrines = Hud.Game.Shrines;
    foreach (var x in shrines)
    {
    if (!x.IsOperated) //already clicked?
    {
    if ((x.LastSpeak == null) && (Hud.LastSpeak.TimerTest(5000)))
    {
    //shrines texttospeech
    if ((x.Type != ShrineType.HealingWell) && (x.Type != ShrineType.PoolOfReflection))
    {
    Hud.Speak(x.SnoActor.NameLocalized);
    x.LastSpeak = Hud.CreateWatch();
    x.LastSpeak.Restart();
    }

    //pools texttospeech
    if (x.Type == ShrineType.PoolOfReflection)
    {
    Hud.Speak(x.SnoActor.NameLocalized);
    x.LastSpeak = Hud.CreateWatch();
    x.LastSpeak.Restart();
    }
    }
    }
    }


    var monsters = Hud.Game.AliveMonsters;
    foreach (var x in monsters)
    {
    //Boss texttospeech
    if (x.Rarity == ActorRarity.Boss)
    {
    if ((x.LastSpeak == null) && (Hud.LastSpeak.TimerTest(5000)))
    {
    Hud.Speak(x.SnoActor.NameLocalized);
    x.LastSpeak = Hud.CreateWatch();
    x.LastSpeak.Restart();
    }
    }
    }


    }

    Boss Names per TTS in Grater Rifts

Similar Threads

  1. 1k Gold per Hour In Storm Peaks
    By dcduo in forum World of Warcraft Guides
    Replies: 251
    Last Post: 07-30-2009, 09:09 PM
  2. [guides] boss and gossip npc in c++
    By scarfaze in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 07-26-2009, 07:19 AM
  3. One shot Ulduar bosses-confirmed but not in here
    By Malice83 in forum World of Warcraft General
    Replies: 235
    Last Post: 05-08-2009, 06:23 PM
  4. Repeatable Quest - ~21XP + 6G Per Turn In *easy*
    By Wazabara in forum World of Warcraft Exploits
    Replies: 29
    Last Post: 03-23-2009, 12:43 AM
  5. Replies: 5
    Last Post: 10-31-2008, 03:20 PM
All times are GMT -5. The time now is 11:24 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