Request Archon Timer on Player menu

User Tag List

Results 1 to 5 of 5
  1. #1
    snooker223's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Request Archon Timer on Player

    PlayerSkillPlugin.cs has timers for multiple skills. One of them is for Witchdoctor's Spirit Walk. I don't play WD but I assume this short timer follows the player as he moves during Spirit Walk so he knows exactly when he's exiting Spirit Walk. I'd like this exact same thing done for Wizard's Archon. I tried to do it myself but it looks like it requires knowledge of Case #'s at the bottom to pull from. I don't know how to get that information. Anyone have a way or a workaround to make this happen? Much appreciated.

    Request Archon Timer on Player
  2. #2
    snooker223's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    case 106584:
    {
    var skill = Hud.Game.Me.Powers.UsedWitchDoctorPowers.SpiritWalk;
    if (skill != null)
    {
    if (skill.Rune == 1)
    {
    SpiritWalkWithJauntDecorator.Paint(layer, actor, actor.FloorCoordinate, null);
    }
    else
    {
    SpiritWalkDecorator.Paint(layer, actor, actor.FloorCoordinate, null);
    }
    }
    }
    break;
    This is the code I'm looking at in the PlayerSkillPlugin.cs file. Does anyone know if these case numbers are assigned in a different file somewhere? If I knew which one stands for Archon I could probably figure it out myself.

  3. #3
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    the Sno's are
    PHP Code:
    162301    Wizard_Archon_rune    
    216975    Wizard_Archon_rune_dmg    
    216988    Wizard_Archon_rune_erupt    
    216956    Wizard_Archon_rune_explode    
    217172    Wizard_Archon_rune_slow    
    217121    Wizard_Archon_rune_teleport 
    they can be found in "/doc/sno_actors.txt"


    or you can use the PlayerBottomBuffListPlugin to display the remaining time as icon:
    PHP Code:
    Hud.RunOnPlugin<PlayerBottomBuffListPlugin>(plugin =>
    {
    //Archon
        
    plugin.RuleCalculator.Rules.Add(new BuffRule(134872)
        {
            
    IconIndex 4,
            
    MinimumIconCount 1,
            
    ShowTimeLeft true,
            
    IconSizeMultiplier 1.0f,
        });
        
    //Swami
        
    plugin.RuleCalculator.Rules.Add(new BuffRule(134872)
        {
            
    IconIndex 5,
            
    MinimumIconCount 1,
            
    ShowTimeLeft true,
            
    IconSizeMultiplier 1.0f,
        });
    }); 
    greetz gjuz

  4. #4
    snooker223's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: works but the icon timer resets with every new stack added via killing monster, which defeats the purpose.
    Last edited by snooker223; 04-07-2017 at 05:12 PM.

  5. #5
    ElezraLucker's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gjuz View Post
    or you can use the PlayerBottomBuffListPlugin to display the remaining time as icon
    Not, working for me. Need added this code to PlayerBottomBuffListPlugin.cs ? Right?

Similar Threads

  1. A little request for a poor player
    By sporkaster in forum Path of Exile
    Replies: 8
    Last Post: 07-17-2013, 08:13 PM
  2. Replies: 3
    Last Post: 08-23-2008, 02:51 AM
  3. [Request] How to change/edit the combat timer?
    By flop159 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 05-06-2008, 11:50 AM
  4. [Release / Request] changing client side players name in c++
    By macintox in forum WoW Memory Editing
    Replies: 5
    Last Post: 03-25-2008, 12:51 AM
  5. [Request] Command Edit to work on players! (core experts read pls)
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 02-07-2008, 10:30 AM
All times are GMT -5. The time now is 03:39 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