+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member Online status: Marlias is offline Reputation: Marlias the Neutral
    Join Date
    Jun 2011
    Posts
    42

    Question [Request] BPE display Plug-In

    I couldn't find anything like this, so I hope someone can help me.
    As a Main-Warden I'm focussing alot on BPE and I try to optimize my values there, so I'm looking for a plug-in which displays my BPE-values right on the screen.
    e.g. like this:
    Blockvalue - Block% - partial Block%
    Parryvalue - Parry% - partial Parry%
    Evadevalue - Evade% - partial Evade%

    With that I could see everything with one look.

    I have no idea if this is even possible with LUA, but I think you guys can tell me

    Greetings

  2. #2
    Senior Member Online status: Celdlithe is offline Reputation: Celdlithe the Neutral
    Join Date
    Jan 2008
    Posts
    113

    Re: [Request] BPE display Plug-In

    Just try Combat Analysis, you can make it where you see how much damage your taking and what your BPE is. Then for funsies you can see how much damage you did at the same time. But yeah try combat analysis and see how you like it. If you need help ask someone on your server that has it, they could show you how, it isn't to hard to work at all so I think you would get the hang of it real quick.

    Watch the shadows for things lurk in them with tenacity unknown to many

  3. #3
    Member Online status: Marlias is offline Reputation: Marlias the Neutral
    Join Date
    Jun 2011
    Posts
    42

    AW: [Request] BPE display Plug-In

    I do use Combatanalysis, it is great, but it can only show the hits I actually BPE'd so far in the fight. What I am looking for is something where I can see the chances to BPE right now, as they aren't the same amount for the whole fight, because of a lot of defensive buffs I can get.

  4. #4
    Grand Member Online status: Evendale is offline Reputation: Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend
    Join Date
    Mar 2007
    Posts
    1,779

    Re: AW: [Request] BPE display Plug-In

    Quote Originally Posted by Marlias View Post
    I do use Combatanalysis, it is great, but it can only show the hits I actually BPE'd so far in the fight. What I am looking for is something where I can see the chances to BPE right now, as they aren't the same amount for the whole fight, because of a lot of defensive buffs I can get.
    I was actually thinking of making something like this, but if so it would be a long way off. It would be a very worthwhile plugin imo if anyone else is thinking of writing something new.

    I'd ideally want to be able to save my current stats (BPE/mitigations/offense/crit/etc) at some point during a fight and review them later to see what all my stats were when fully buffed up during combat (when you're usually too busy to check them).
    Elendilmir - Evenwyn Burglar - Evendale Guardian
    Combat Analysis (v4.2.3b) - Download "here"

  5. #5
    Member Online status: PAchoz is offline Reputation: PAchoz the Neutral
    Join Date
    Jun 2011
    Posts
    43

    Re: [Request] BPE display Plug-In

    I would love to have this plugin aswell.

  6. #6
    Grand Member Online status: Almagnus1 is online now Reputation: Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated Almagnus1 the Undefeated
    Join Date
    Dec 2007
    Posts
    5,493

    Re: AW: [Request] BPE display Plug-In

    Quote Originally Posted by Evendale View Post
    I was actually thinking of making something like this, but if so it would be a long way off. It would be a very worthwhile plugin imo if anyone else is thinking of writing something new.

    I'd ideally want to be able to save my current stats (BPE/mitigations/offense/crit/etc) at some point during a fight and review them later to see what all my stats were when fully buffed up during combat (when you're usually too busy to check them).
    Is it even possible to pull stats from the character panel via Lua?

  7. #7
    Grand Member Online status: Evendale is offline Reputation: Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend Evendale the Bounders-friend
    Join Date
    Mar 2007
    Posts
    1,779

    Re: AW: [Request] BPE display Plug-In

    Quote Originally Posted by Almagnus1 View Post
    Is it even possible to pull stats from the character panel via Lua?
    The functions available on the FreePeopleAttribute class (sadly only available for the local player) supposedly include:

    1: CanBlock
    2: CanEvade
    3: CanParry
    4: GetAcidMitigation
    5: GetAgility
    6: GetArmor
    7: GetBaseAgility
    8: GetBaseCriticalHitAvoidance
    9: GetBaseCriticalHitChance
    10: GetBaseFate
    11: GetBaseMight
    12: GetBaseResistance
    13: GetBaseVitality
    14: GetBaseWill
    15: GetBlock
    16: GetCommonMitigation
    17: GetDestinyPoints
    18: GetDiseaseResistance
    19: GetEvade
    20: GetFate
    21: GetFearResistance
    22: GetFinesse
    23: GetFireMitigation
    24: GetFrostMitigation
    25: GetIncomingHealing
    26: GetLightningMitigation
    27: GetMeleeCriticalHitAvoidance
    28: GetMeleeCriticalHitChance
    29: GetMeleeDamage
    30: GetMeleeDefence
    31: GetMight
    32: GetMoney
    33: GetMoneyComponents
    34: GetOutgoingHealing
    35: GetParry
    36: GetPhysicalMitigation
    37: GetPoisonResistance
    38: GetRangeCriticalHitAvoidance
    39: GetRangeCriticalHitChance
    40: GetRangeDamage
    41: GetRangeDefence
    42: GetShadowMitigation
    43: GetTacticalCriticalHitAvoidanc e
    44: GetTacticalCriticalHitChance
    45: GetTacticalDamage
    46: GetTacticalDefence
    47: GetTacticalMitigation
    48: GetVitality
    49: GetWill
    50: GetWoundResistance


    I haven't played around with it myself though so I don't know how it works exactly/if it is buggy/etc.
    Elendilmir - Evenwyn Burglar - Evendale Guardian
    Combat Analysis (v4.2.3b) - Download "here"

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts