[v7.2] [ENGLISH] [Jack] WeaponDamageRerollCalculatorPlugin menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 75
  1. #16
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I ripped the formula from Diablo 3 Weapon Reroll Calculator | RerollCalculator, same behavior there,

    Make an acd dump when equipped with a new barber and pastebin it, i need more values than the ones you provided ; )
    Hide the Rum! --> Default theme customization 101 <--

    [v7.2] [ENGLISH] [Jack] WeaponDamageRerollCalculatorPlugin
  2. Thanks mrjayaur (1 members gave Thanks to JackCeparou for this useful post)
  3. #17
    Pu55Y's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    3
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    I ripped the formula from Diablo 3 Weapon Reroll Calculator | RerollCalculator, same behavior there,

    Make an acd dump when equipped with a new barber and pastebin it, i need more values than the ones you provided ; )
    Ok but how do I do that? (The dump part)

    But like I said in my previous post, this line of code in Data\WeaponDamageInfo.cs

    "new WeaponDamageDefinition() { Id = 16, Type = "Ceremonial Knife", Aps = 1.4f, BaseMin = 117, BaseMax = 469, BonusMinMin = 981, BonusMinMax = 1199, BonusMaxMin = 1175, BonusMaxMax = 1490, BonusAncientMinMin = 1318, BonusAncientMinMax = 1560, BonusAncientMaxMin = 1491, BonusAncientMaxMax = 1940, },"

    is probably the problem. For every Ceremonial knife (except The Barber) this is correct, but for The Barber the "Aps = 1.4" part should be "Aps = 1.5" then it would be correct as well.
    Last edited by Pu55Y; 07-05-2017 at 06:57 AM.

  4. #18
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pu55Y View Post
    Ok but how do I do that? (The dump part)
    ctrl+alt+D

    And i just can't make a test like "if it's a barber use 1.5 aps" because i'm pretty sure other value will be wrong.
    D3 items affixes/stats are a freaking mess

    Anyway, scythe (necro weapon) will need to be added at some point too.
    Hide the Rum! --> Default theme customization 101 <--

  5. #19
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any progress?
    Support the necromancer exclusive weapon

  6. #20
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeaDragon View Post
    Any progress?
    Support the necromancer exclusive weapon
    Some issues with this weapon type => report
    Hide the Rum! --> Default theme customization 101 <--

  7. #21
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just wait for KJ to be fixed

  8. #22
    johnbl's Avatar Active Member
    Reputation
    33
    Join Date
    Dec 2016
    Posts
    129
    Thanks G/R
    347/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Jack, I noticed that Daibos and Polearms are not displaying the reroll stats.
    Here's the inventory dump: dump_items_Inventory - Pastebin.com
    Items in question are Vigilance and The Flow of Eternity

  9. #23
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by johnbl View Post
    Hi Jack, I noticed that Daibos and Polearms are not displaying the reroll stats.
    Here's the inventory dump: dump_items_Inventory - Pastebin.com
    Items in question are Vigilance and The Flow of Eternity
    That was a rounding error, should work now.
    Hide the Rum! --> Default theme customization 101 <--

  10. Thanks johnbl (1 members gave Thanks to JackCeparou for this useful post)
  11. #24
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added Scythes (and hopefully, barber v2 should work too)
    Hide the Rum! --> Default theme customization 101 <--

  12. Thanks cherouvim13, johnbl, Pu55Y (3 members gave Thanks to JackCeparou for this useful post)
  13. #25
    Pu55Y's Avatar Member
    Reputation
    1
    Join Date
    Jun 2017
    Posts
    3
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just checked my non-seasonal ancient Barber and the numbers seem to be correct now.

  14. #26
    smoochy84's Avatar Member
    Reputation
    10
    Join Date
    Jul 2017
    Posts
    44
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Jack,

    would it be possible to not just show the information on your own weapons, but also on those clicked from the chat?

  15. #27
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by smoochy84 View Post
    would it be possible to not just show the information on your own weapons, but also on those clicked from the chat?
    Funny, i got this idea yesterday too ^^
    But afaik, sadly, no.
    Hide the Rum! --> Default theme customization 101 <--

  16. #28
    smoochy84's Avatar Member
    Reputation
    10
    Join Date
    Jul 2017
    Posts
    44
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bummer, but thanks for reply

  17. #29
    mrjayaur's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    33
    Thanks G/R
    18/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello.

    This is a wonderful addon, but this addon does not work well with this other addon: [v7.3] [INTERNATIONAL] [Resu] ItemPerfectionPlugin

    [v7.2] [ENGLISH] [Jack] WeaponDamageRerollCalculatorPlugin-untitled-png

    Was wondering if you had a solution. I posted this in his addon thread too.

    Thank you!

  18. #30
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrjayaur View Post
    Hello.

    This is a wonderful addon, but this addon does not work well with this other addon: [v7.3] [INTERNATIONAL] [Resu] ItemPerfectionPlugin

    Was wondering if you had a solution. I posted this in his addon thread too.

    Thank you!
    In Customizaton u have parameter to move up/down this plugin, try to move it down
    Code:
    plugin.TopFunc = () =>
                    {
                        var uicTop = Hud.Inventory.GetHoveredItemTopUiElement();
                        return uicTop.Rectangle.Bottom + (75f / 1200.0f * Hud.Window.Size.Height);
                    };

  19. Thanks JackCeparou, mrjayaur (2 members gave Thanks to MrOne for this useful post)
Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Guide] Proper English Language
    By aggiish in forum Community Chat
    Replies: 31
    Last Post: 02-04-2008, 02:29 PM
  2. Omg,Funniest Thing I ever saw!!! ENGLISH PWNED!!!!
    By anmer in forum Screenshot & Video Showoff
    Replies: 10
    Last Post: 11-12-2007, 10:15 AM
  3. Lord of the Rings-Jack Black Parody
    By The Juggernaut in forum Community Chat
    Replies: 3
    Last Post: 03-09-2007, 09:46 PM
  4. Chinese Names in English WoW
    By pandaman in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 08-12-2006, 05:40 AM
All times are GMT -5. The time now is 07:06 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