Search results

  1. RoccoZero

    Update 14.04.2021

    Update * Added class ItemStockInfo GameManager Removed IEnumerable<ItemStockInfo> ItemStockInfo { get; } Added IEnumerable<ItemStockInfo> ItemStockInfos { get; } ItemStockInfo Added bool IsAvailable { get; } Added AbilityData AbilityData { get; } Added int MaxStockCount { get; } Added int...
  2. RoccoZero

    Update 14.04.2021

    Update Rune * Added RuneType RuneType { get; } Bottle Added float StoredRuneTime { get; } Added RuneType StoredRuneType { get; }
  3. RoccoZero

    Update 13.04.2021

    Update O9K.ItemManager Fixed GoldSpender AutoBuy Fixed GoldSpender NearDeath
  4. RoccoZero

    Update 13.04.2021

    ** Update ** ** Ability ** ** Improved KeyValue GetKeyValueById (AbilityId abilityId) ** // now also supports items ** Improved KeyValue GetKeyValueByName (string name) ** // now also supports items
  5. RoccoZero

    Update 13.04.2021

    Update Entity Added string Model { get; set; } Improved float Scale { get; set; } // added set Removed string ModelName { get; } Removed void SetModel(string modelName) GameManager Fixed float GlyphCooldownRadiant { get; } Fixed float GlyphCooldownDire { get; } Fixed float...
  6. RoccoZero

    Update 11.04.2021

    Update Entity * Added void SetModel(string modelName) GameManager * Added RiverType RiverType
  7. RoccoZero

    Update 13.04.2021

    Update O9K.HUD Displaying an empty Modifier when heroes approach the Tower Displaying a hero when blinking in Displaying where the Smoke of Deceit was clicked Displaying Smoke of Deceit in side notification Displaying side notification when the enemy has a small amount of HP Bottle display on...
  8. RoccoZero

    Update 11.04.2021

    Update Hud Fixed bugs with wards Fixed health notification Fixed ward vision range Fixed tower target AIO Fixed pudge hook Fixed kunkka xreturn
  9. RoccoZero

    Update 10.04.2021

    Update * Fixed HeroId
  10. RoccoZero

    Update 11.04.2021

    Update * Fixed bugs Modifier * Fixed bool IsHidden
  11. RoccoZero

    Update 10.04.2021

    Update Fixed bugs Fixed crashes Improved class Bootstrapper Fixed enum ClassId Fixed enum AbilityId UpdateManager * Added bool IsGameUpdating
  12. RoccoZero

    Update 09.04.2021

    Update * Fixed for 7.29
  13. RoccoZero

    Update 09.04.2021

    maybe there will be bugs but I will fix everything soon
  14. RoccoZero

    Update 08.04.2021

    Update * Fixed Bugs Bootstrapper
  15. RoccoZero

    Update 27.03.2021

    Update Entity * Fixed ClassId ClassId
  16. RoccoZero

    Update 08.04.2021

    Update * Fixed Bugs Bootstrapper Added event ActivateUnsafe Added event DeactivateUnsafe Added event PreCacheUnsafe Fixed event Deactivate Removed event DomainLoad Removed event DomainUnload Added void OnActivateUnsafe() Added void OnDeactivateUnsafe() Added void OnPreCacheUnsafe() Entity...
  17. RoccoZero

    Update 25.03.2021

    Update * Fixed Bugs
  18. RoccoZero

    Update 26.03.2021

    Update * Fixed Bugs Entity Fixed event NetworkPropertyChanged
  19. RoccoZero

    Update 24.03.2021

    Update * Added class LinearProjectile ProjectileManager Added event LinearProjectileAdded Added event LinearProjectileRemoved Added IEnumerable<LinearProjectile> LinearProjectiles LinearProjectile Added uint Handle Added bool IsValid Added ProjectileType ProjectileType Added Particle...
  20. RoccoZero

    Update 25.03.2021

    Update * Updated for new update Dota 2