many exceptions last update "19.8.21.0 STABLE " menu

User Tag List

Results 1 to 4 of 4
  1. #1
    TobiaSBooN's Avatar Member
    Reputation
    4
    Join Date
    Mar 2017
    Posts
    11
    Thanks G/R
    141/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    many exceptions last update "19.8.21.0 STABLE "

    Hi

    many exceptions since last update 19.8.21.0 STABLE

    2019.08.21 16:37:51.595 19.8.21.0 error while initializing plugins
    2019.08.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\Plugins\Resu\ParagonPercentagePlugin.cs(177,112) : error CS1061: 'IPlayer' does not contain a definition for
    'CurrentLevelParagonFloat' and no accessible extension method 'CurrentLevelParagonFloat' accepting a first argument of type 'IPlayer' could be found (are you missing a using directive or an assembly reference?)
    2019.08.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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.21 16:37:51.596 19.8.21.0 C:\Users\*****\Desktop\Neuer Ordner\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?)

    many exceptions last update "19.8.21.0 STABLE "
  2. #2
    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)
    Update your third-party plugin

  3. #3
    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)
    - breaking change: removed IPlayer.CurrentLevelParagonFloat
    - added: IPlayer.CurrentLevelParagonDouble

    Replace CurrentLevelParagonFloat with CurrentLevelParagonDouble in ParagonPercentagePlugin!

    Update Jack\Extensions\ItemStatListExtensions.cs from his GitHub site, and others that will not compile. There was about three of them I have downloaded.

  4. Thanks TobiaSBooN (1 members gave Thanks to JarJarD3 for this useful post)
  5. #4
    TobiaSBooN's Avatar Member
    Reputation
    4
    Join Date
    Mar 2017
    Posts
    11
    Thanks G/R
    141/3
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JarJarD3 View Post
    - breaking change: removed IPlayer.CurrentLevelParagonFloat
    - added: IPlayer.CurrentLevelParagonDouble

    Replace CurrentLevelParagonFloat with CurrentLevelParagonDouble in ParagonPercentagePlugin!

    Update Jack\Extensions\ItemStatListExtensions.cs from his GitHub site, and others that will not compile. There was about three of them I have downloaded.
    Thx it work´s

Similar Threads

  1. [Bot] Blizz GatherBot - Now working with last update ! [FREE]
    By nox` in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 02-17-2012, 06:51 PM
  2. WoWUnlimit Hack [Retail 3.0.3] - Updated 12-19-2008
    By darkgabou15 in forum World of Warcraft Bots and Programs
    Replies: 51
    Last Post: 01-24-2009, 06:17 AM
  3. Popular Addons for use with Glider Last Updated Dec13
    By AlMoBdE3 in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 07-31-2007, 04:12 AM
  4. Site updates 6/19/2006
    By Matt in forum OC News
    Replies: 1
    Last Post: 06-19-2006, 08:48 AM
All times are GMT -5. The time now is 03:45 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