[ENG] Elite Info menu

User Tag List

Page 6 of 6 FirstFirst ... 23456
Results 76 to 85 of 85
  1. #76
    ezequiel56's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Replace
    verb take the place of.

    barH = 1080 * 0.012f;
    barW = 1920 * 0.09f;

    [ENG] Elite Info
  2. #77
    bbrandao85's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    very wrong, =.=
    change Hud.Window.Size.Width to 1920, Hud.Window.Size.Height to 1080
    I really thought I was wrong! I'm just curious! hahaha Now it worked!

    XPos = 1920 * 0.2f;
    YPos = 1080 * 0.005f;

    barH = 1080 * 0.012f;
    barW = 1920 * 0.11f;

    Thank you very much for the help.

  3. #78
    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)
    XPos = 1920 * 0.2f;
    YPos = 1080 * 0.005f;

    barH = 1080 * 0.012f;
    barW = 1920 * 0.11f;
    Work perfectly!
    Thank you very much

  4. Thanks bbrandao85 (1 members gave Thanks to FoxPox for this useful post)
  5. #79
    ezequiel56's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You may have the same positioning issue with other plugins, the solution is the same

  6. #80
    bbrandao85's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    15
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ezequiel56 View Post
    You may have the same positioning issue with other plugins, the solution is the same
    Exactly! I fixed several plugins using these entries. I thank the community that even after so long is willing to help!

  7. #81
    FutureNick's Avatar Member
    Reputation
    1
    Join Date
    Jan 2024
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, why my elite health bar is not different colors?

  8. #82
    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 FutureNick View Post
    hi, why my elite health bar is not different colors?
    Any picture?

  9. #83
    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)
    How can I fix this exception ?

    2024.03.11 17:53:50.439 24.1.10.2 exception in plugin action: DAV_EliteInfoPlugin.PaintWorld (System.InvalidOperationException: 배열의 두 요소를 비교하지 못했습니다. ---> System.Collections.Generic.KeyNotFoundException: 지정한 키가 사전에 없습니다.
    위치: System.ThrowHelper.ThrowKeyNotFoundException()
    위치: System.Collections.Generic.Dictionary`2.get_Item(TKey key)
    위치: Turbo.Plugins.DavMonster.DAV_EliteInfoPlugin.<PaintWorld>b__58_6(ISnoMonsterAffi x a, ISnoMonsterAffix b)
    위치: System.Collections.Generic.ArraySortHelper`1.InsertionSort(T[] keys, Int32 lo, Int32 hi, IComparer`1 comparer)
    위치: System.Collections.Generic.ArraySortHelper`1.IntrospectiveSort(T[] keys, Int32 left, Int32 length, IComparer`1 comparer)
    위치: System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
    --- 내부 예외 스택 추적의 끝 ---
    위치: System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
    위치: System.Array.Sort[T](T[] array, Int32 index, Int32 length, IComparer`1 comparer)
    위치: System.Collections.Generic.List`1.Sort(Comparison`1 comparison)
    위치: Turbo.Plugins.DavMonster.DAV_EliteInfoPlugin.PaintWorld(WorldLayer layer)
    위치: ‫4.*5‎3(IPlugin , String , Action ))



    in the Greatrift not happen ( no error )

    There seems to be an infinite repetition error in the Enmity Portal or field
    Last edited by dcac; 03-11-2024 at 05:31 AM.

  10. #84
    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)
    Add the new MonsterAffix as follow

    DisplayAffix.Add(MonsterAffix.Enervating, new Tuple<int, string, string>(999, "Enervating", "Normal"));
    DisplayAffix.Add(MonsterAffix.Necrotic, new Tuple<int, string, string>(999, "Necrotic", "Normal"));


    Originally Posted by dcac View Post
    How can I fix this exception ?

    2024.03.11 17:53:50.439 24.1.10.2 exception in plugin action: DAV_EliteInfoPlugin.PaintWorld (System.InvalidOperationException: 배열의 두 요소를 비교하지 못했습니다. ---> System.Collections.Generic.KeyNotFoundException: 지정한 키가 사전에 없습니다.
    위치: System.ThrowHelper.ThrowKeyNotFoundException()
    위치: System.Collections.Generic.Dictionary`2.get_Item(TKey key)
    위치: Turbo.Plugins.DavMonster.DAV_EliteInfoPlugin.<PaintWorld>b__58_6(ISnoMonsterAffi x a, ISnoMonsterAffix b)
    위치: System.Collections.Generic.ArraySortHelper`1.InsertionSort(T[] keys, Int32 lo, Int32 hi, IComparer`1 comparer)
    위치: System.Collections.Generic.ArraySortHelper`1.IntrospectiveSort(T[] keys, Int32 left, Int32 length, IComparer`1 comparer)
    위치: System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
    --- 내부 예외 스택 추적의 끝 ---
    위치: System.Collections.Generic.ArraySortHelper`1.Sort(T[] keys, Int32 index, Int32 length, IComparer`1 comparer)
    위치: System.Array.Sort[T](T[] array, Int32 index, Int32 length, IComparer`1 comparer)
    위치: System.Collections.Generic.List`1.Sort(Comparison`1 comparison)
    위치: Turbo.Plugins.DavMonster.DAV_EliteInfoPlugin.PaintWorld(WorldLayer layer)
    위치: ‫4.*5‎3(IPlugin , String , Action ))



    in the Greatrift not happen ( no error )

    There seems to be an infinite repetition error in the Enmity Portal or field

  11. Thanks 731113 (1 members gave Thanks to s4000 for this useful post)
  12. #85
    RawHulk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2024
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to disable elite circle, health bar on elite, elite line?
    thanks

Page 6 of 6 FirstFirst ... 23456

Similar Threads

  1. [WTT] Steam Account(Info inside) for Pirox pvpTools lifetime elite
    By andykh in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 2
    Last Post: 12-06-2009, 09:13 AM
  2. [Info] Norwegian Elite DB 5.0 Progress
    By knaur in forum World of Warcraft Emulator Servers
    Replies: 50
    Last Post: 09-10-2008, 03:04 PM
  3. WTT 10-50 Scammed accounts [Full Info] and Elite Glider Key for a 70
    By xIxVoLcOmxIx in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 2
    Last Post: 07-09-2008, 06:37 AM
  4. Collected Naxx info
    By impulse102 in forum World of Warcraft General
    Replies: 1
    Last Post: 06-04-2006, 01:44 AM
  5. Info on taking Ragnaros (And other MC general info)
    By Cush in forum World of Warcraft Guides
    Replies: 4
    Last Post: 05-28-2006, 03:53 AM
All times are GMT -5. The time now is 02: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