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

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 75
  1. #46
    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'll check whats wrong tonight.
    But i guess you can use Seadragon file in the meantime.
    Hide the Rum! --> Default theme customization 101 <--

    [v7.2] [ENGLISH] [Jack] WeaponDamageRerollCalculatorPlugin
  2. #47
    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)
    Originally Posted by JackCeparou View Post
    I'll check whats wrong tonight.
    But i guess you can use Seadragon file in the meantime.
    I think KJ fixed it in 19.7.2.0

  3. #48
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeaDragon View Post
    I think KJ fixed it in 19.7.2.0
    Ya, it got fixed, the original weaponreroroll plugin is fine, got exception only with SeaDragon mod of it, tested both yesterday.

  4. #49
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    It is not fixed for ever, just for some time to let plugin developers to adapt their code.
    IItemStat.Value will be removed in near future according to KJ.
    Code:
     [Obsolete("Value deprecated, please use DoubleValue, IntegerValue and StringValue instead.")]
     object Value { get; }
    
     double DoubleValue { get; } // always has a value, even if the attribute value type is _int
     int? IntegerValue { get; } // contains the value as an integer - only if the attribute value type is _int
     string StringValue { get; } // there is only one stat (Id = "name") which has a StringValue

  5. #50
    UserRUS's Avatar Member
    Reputation
    2
    Join Date
    Sep 2017
    Posts
    11
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need to update for TH 9.1

  6. #51
    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 UserRUS View Post
    need to update for TH 9.1
    Update done.
    Download again.

    Btw, there is some errors in the computations (propably roundings), feel free to track it down
    Hide the Rum! --> Default theme customization 101 <--

  7. Thanks UserRUS, johnbl (2 members gave Thanks to JackCeparou for this useful post)
  8. #52
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    I did now, was using old version of plugin
    Last edited by Saico; 08-12-2019 at 08:01 AM.

  9. #53
    beranaco's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys,

    had this exceptions:
    2019.08.18 08:12:12.295 19.8.6.0 error while initializing plugins
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(10,92) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(15,92) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(20,131) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(23,103) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(28,131) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(31,105) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(32,10 : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(38,85) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(47,82) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(52,82) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)
    2019.08.18 08:12:12.295 19.8.6.0 D:\Downloads\Diablo\wsapx (64)\Plugins\Jack\Extensions\ItemStatListExtensions.cs(61,82) : error CS1061: 'IItemStat' does not contain a definition for 'Value' and no accessible extension method 'Value' accepting a first argument of type 'IItemStat' could be found (are you missing a using directive or an assembly reference?)

    done a fresh installation only using weapondamagererollcalculatorplugin and the partyinspector plugin from prrovoss..
    anyone can help`?

    big thanks...

  10. #54
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Do you have the latest version?
    It should work.

  11. #55
    beranaco's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes. done a fresh installation with 19.8.6.0 [9.1] twice now...

    update: think it is a problem with partyinspector plugin...all other will work
    Last edited by beranaco; 08-18-2019 at 07:02 AM.

  12. #56
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by beranaco View Post
    yes. done a fresh installation with 19.8.6.0 [9.1] twice now...

    update: think it is a problem with partyinspector plugin...all other will work
    Fresh installation means you downloaded everything from Jack's GitHub repository you have in plugins/Jack folder.
    Compare your version of ItemStatListExtensions.cs to Jack's version.
    They should be same but apparently are not as those errors are from older version!

    You have to manually update all your old versions from Jack's GitHub repository, unfortunately only way you can solve this.
    Check those files that have been changed since some 'days' or 'months'.

    I myself updated these files earlier this month:
    Code:
    plugins/Jack/Extensions/ItemPerfectionstExtensions.cs
    plugins/Jack/Extensions/ItemStatListExtensions.cs
    plugins/Jack/Items/WeaponDamageRerollCalculatorPlugin.cs

  13. Thanks JackCeparou (1 members gave Thanks to JarJarD3 for this useful post)
  14. #57
    beranaco's Avatar Member
    Reputation
    5
    Join Date
    Mar 2017
    Posts
    40
    Thanks G/R
    17/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx got it.
    normally i have a safe routine to update thud with every new update. in this time i had a data mismatch when i copy the plugins from old folder to new one.
    somestimes the failure is sitting in front of the computer...

  15. #58
    maxnexus98's Avatar Member
    Reputation
    1
    Join Date
    May 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Guys, im new in turbohud and never runed in bestlists, so i have a question. What is range?

  16. #59
    gumegasonic's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What does range stand for? is it the max natural damage possible?

  17. #60
    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 gumegasonic View Post
    What does range stand for? is it the max natural damage possible?
    its the add x to xx damage

Page 4 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 12:47 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