• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report Avatar State doesn't seem to be working

Aquazio

Member
So I've had PK installed on my server for a little while now, and Avatar State never worked. It gave me the anvil sound, but it never toggled/gave me any buffs. It didn't give the cooldown either, I could just spam anvil noises.
I've checked the config, Avatar State is enabled in there.
What should I do?
 

_Hetag1216_

Member
Hi!
If you're using ProjectKorra version 1.8.6 then you can fix it from the config.
In ProjectKorra 1.8.6 looks like the sound option is glitched, disabling it seems to make the ability work.
This is the path:
Code:
  Avatar:
    AvatarState:
      Enabled: true
      Cooldown: 7200000
      Duration: 480000
      PotionEffects:
        Regeneration:
          Enabled: true
          Power: 3
        Speed:
          Enabled: true
          Power: 3
        DamageResistance:
          Enabled: true
          Power: 3
        FireResistance:
          Enabled: true
          Power: 3
      PowerMultiplier: 2
      PlaySound: false
      Sound:
        Sound: BLOCK_ANVIL_LAND
        Volume: 1
        Pitch: 1.5
Make sure to set the "PlaySound" to false as i showed you in the code!
 
Top