[v9.1] Other Player Life Arc menu

User Tag List

Results 1 to 10 of 10
  1. #1
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    [v9.1] Other Player Life Arc

    - another option to display arc or circle of other players
    - can show the life percent of other player
    - show char icon on ground & mini map
    - with small circle when inside inner san or have shield pylon
    PlayerArc.jpg

    save in plugins\DAV
    [C#] DAV_PlayersLifeArcPlugin - Pastebin.com

    customize
    Code:
    Arc_Start = -45; // adjust for the arc angel
    Arc_End = 180; // adjust for the arc angel
    
    // DAV_Hero(Hud, iconMale, iconFemale, playerArcSize, iconSize, iconSizeMap, r, g, b, bg_r = 255, bg_g = 255, bg_b = 255, LabelOffset = 50)
    Decorator_Hero.Add(HeroClass.Barbarian, new DAV_Hero(Hud, 3921484788, 1030273087, stdPlayerSize, stdIconSize, stdMapSize, 255, 128, 64));
    Decorator_Hero.Add(HeroClass.Crusader, new DAV_Hero(Hud, 3742271755, 3435775766, stdPlayerSize, stdIconSize, stdMapSize, 240, 240, 240, 51, 51, 51));
    Decorator_Hero.Add(HeroClass.Monk, new DAV_Hero(Hud, 2227317895, 2918463890, stdPlayerSize, stdIconSize, stdMapSize, 255, 255, 0, 51, 51, 51));
    Decorator_Hero.Add(HeroClass.DemonHunter, new DAV_Hero(Hud, 3785199803, 2939779782, stdPlayerSize, stdIconSize, stdMapSize, 0, 255, 255, 51, 51, 51));
    Decorator_Hero.Add(HeroClass.Necromancer, new DAV_Hero(Hud, 3285997023, 473831658, stdPlayerSize, stdIconSize, stdMapSize, 0, 190, 190));
    Decorator_Hero.Add(HeroClass.WitchDoctor, new DAV_Hero(Hud, 3925954876, 1603231623, stdPlayerSize, stdIconSize, stdMapSize, 0, 255, 0));
    Decorator_Hero.Add(HeroClass.Wizard, new DAV_Hero(Hud, 44435619, 876580014, stdPlayerSize, stdIconSize, stdMapSize, 255, 0, 255));

    [v9.1] Other Player Life Arc
  2. Thanks hakache, madbmax, mois, Wasted75 (4 members gave Thanks to s4000 for this useful post)
  3. #2
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello s4000, is it possible to use your player LiveArc and Bm´s Other PlayerNameByClass ?

    https://www.ownedcore.com/forums/dia...assplugin.html ([INTERNATIONAL] [BM] OtherPlayersNameColorByClassPlugin)

  4. #3
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by knight84 View Post
    hello s4000, is it possible to use your player LiveArc and Bm´s Other PlayerNameByClass ?

    https://www.ownedcore.com/forums/dia...assplugin.html ([INTERNATIONAL] [BM] OtherPlayersNameColorByClassPlugin)
    no idea what the plugin do, if just change the color for the background, you can modify the rgb color in the plugin

  5. #4
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it draw an circle for other players, but i acivate both bm´s is no more showing anything

  6. #5
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by knight84 View Post
    it draw an circle for other players, but i acivate both bm´s is no more showing anything
    please delete the customize code

    Hud.TogglePlugin<OtherPlayersPlugin>(false);

  7. #6
    knight84's Avatar Active Member
    Reputation
    19
    Join Date
    Mar 2017
    Posts
    270
    Thanks G/R
    24/18
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4000 View Post
    please delete the customize code

    Hud.TogglePlugin<OtherPlayersPlugin>(false);
    thx for helping i can run both now without exceptions, but only bm´s plugin is showing

  8. #7
    madbmax's Avatar Member
    Reputation
    1
    Join Date
    Oct 2018
    Posts
    8
    Thanks G/R
    29/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, please tell me how to make the inscription appear on char icon?Безымянный.png

  9. #8
    ipaman's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    7
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi how to delete this[v9.1] Other Player Life Arc-asd-png

  10. #9
    s4000's Avatar Contributor
    Reputation
    284
    Join Date
    Oct 2018
    Posts
    489
    Thanks G/R
    18/271
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ipaman View Post
    hi how to delete this[v9.1] Other Player Life Arc-asd-png
    delete the following line

    new GroundLabelDecorator(Hud) {
    BackgroundBrush = Hud.Render.CreateBrush(255, r, g, b, 0),
    BorderBrush = Hud.Render.CreateBrush(255, 0, 0, 0, 1),
    TextFont = Hud.Render.CreateFont("arial", 8f, 255, 0, 0, 0, true, false, 128, 255, 255, 255, true),
    OffsetY = offset,
    },
    new MapLabelDecorator(Hud) {
    LabelFont = Hud.Render.CreateFont("arial", 7f, 255, r, g, b, false, false, true),
    Up = false,
    RadiusOffset = 10
    }

  11. #10
    ipaman's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    7
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the help

Similar Threads

  1. How to get your own city (faction) to attack you, and other players.
    By Meltoor in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 08-18-2007, 10:15 PM
  2. Get other players banned [Untested]
    By wow100 in forum World of Warcraft General
    Replies: 4
    Last Post: 04-23-2007, 08:20 PM
  3. Replies: 15
    Last Post: 01-01-2007, 07:38 PM
  4. Hacking other players
    By Ragtor in forum Suggestions
    Replies: 13
    Last Post: 11-23-2006, 05:18 PM
  5. Geting other players Traped in WSG hord or alliance easier with hord
    By hannible in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 07-28-2006, 12:29 AM
All times are GMT -5. The time now is 10:21 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