[ENG] Boss Warming Message menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48
  1. #31
    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)
    update the warming message customization, and add the information of the Boss (Adds, Skill, Affix) during flight

    [ENG] Boss Warming Message
  2. #32
    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)
    Hi,im dont see all bosses Adds, Skill, Affix in left corner on board,only some like hamelin,saxtris
    Last edited by ArnesMeyer; 06-27-2019 at 08:00 AM.

  3. #33
    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 ArnesMeyer View Post
    Hi,im dont see all bosses Adds, Skill, Affix in left corner on board,only some like hamelin,saxtris
    any picture?

  4. #34
    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)

  5. #35
    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)
    try edit DAV_BossAnimeLog.cs

    accordingly the location
    XPos = Hud.Window.Size.Width * 0.2f; // adjust according to EliteBarPlugin
    YPos = Hud.Window.Size.Height * 0.04f; // adjust according to EliteBarPlugin

    And change
    if (BossSkillBoard.TryGetValue(monster.SnoMonster.NameLocalized, out outmessage)) {

    to

    if (BossSkillBoard.TryGetValue(monster.SnoMonster.NameEnglish, out outmessage)) {

  6. #36
    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)
    Now is ok showing all bosses tnx alot
    Last edited by ArnesMeyer; 06-27-2019 at 09:14 AM.

  7. #37
    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)
    Hey s4 just a litte doubt, I was using and older version of these 3 plugins and the Big Yellow Name of the BossSkill used to stay anchored in right side of the boss (Following they wherever they go)

    Now it follows me (Right side of my character Screenshot_2.png

    Is there an easy way to have the message following Boss ? ty

  8. #38
    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 Saico View Post
    Hey s4 just a litte doubt, I was using and older version of these 3 plugins and the Big Yellow Name of the BossSkill used to stay anchored in right side of the boss (Following they wherever they go)

    Now it follows me (Right side of my character Screenshot_2.png

    Is there an easy way to have the message following Boss ? ty
    the updated version have option of that:

    onBoss = true;
    onMe = true;

  9. #39
    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 s4000 View Post
    the updated version have option of that:

    onBoss = true;
    onMe = true;
    Well, I changed bool onMe to false and remained onBoss = True

    and stills following me Screenshot_3.png

  10. #40
    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 Saico View Post
    Well, I changed bool onMe to false and remained onBoss = True

    and stills following me Screenshot_3.png
    have you check the setting in DAV_BossConfigPlugin ?? maybe it sets true in that

  11. #41
    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 s4000 View Post
    have you check the setting in DAV_BossConfigPlugin ?? maybe it sets true in that
    Oh, did not notice the config plugin has the same code. it was that

    Thank you

  12. #42
    rogue00722's Avatar Member
    Reputation
    4
    Join Date
    Mar 2018
    Posts
    45
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I want to use this to put the season buff on the screen.

    I want to use this to put the season buff on the screen.

    Can you help me?

  13. #43
    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 rogue00722 View Post
    I want to use this to put the season buff on the screen.

    Can you help me?
    no idea what is the relationship between boss & the buff (can increase the stack in boss flight?)

  14. #44
    rogue00722's Avatar Member
    Reputation
    4
    Join Date
    Mar 2018
    Posts
    45
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    show more than 100 stacks on the screen, for example on the gauge section.

    When it's over, let the mark disappear.

  15. #45
    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)
    Is There a way to remove the background on Boss Feet that displays Example (Perendi _malletdemon_idle_01) idle and attacks ? It overlays with Sader Heaven Fury Plugin

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Blackwing Lair: Ultimate Boss Guide
    By Matt in forum World of Warcraft Guides
    Replies: 11
    Last Post: 11-02-2006, 05:18 AM
  2. Instant AV Boss for your faction
    By Matt in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 08-29-2006, 08:27 AM
  3. Get to a boss without having to kill trash mobs
    By Matt in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 06-14-2006, 11:11 AM
  4. ZF Croc Boss bug
    By lvlrbojang1es in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 06-09-2006, 01:09 PM
  5. Turn off drunk effect at Spider Boss in ZG
    By Kalen24 in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 04-23-2006, 06:02 PM
All times are GMT -5. The time now is 12:09 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