• 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

Avatarstate wont work.

Krensin

New Member
Hello, i'm running PK 1.8.6 along with jedcore, every other ability works except for avatarstate, the anvil sound goes, but no potion effects or bending empowerment occurs. I didn't change anything in the config but if i go to 1.12.1 or lower, the ability works. This isnt the first time it's happened either.
 

xNuminousx

Verified Member
Code:
Abilities:
  Avatar:
    AvatarState:
      Enabled: true
      Cooldown: 0
      Duration: 480000
      PotionEffects:
        Regeneration:
          Enabled: true
          Power: 3
        Speed:
          Enabled: true
          Power: 3
        DamageResistance:
          Enabled: true
          Power: 3
        FireResistance:
          Enabled: true
          Power: 3
      PowerMultiplier: 3.5
      PlaySound: false
      Sound: BLOCK_ANVIL_LAND
Disable the "PlaySound" down at the bottom like shown.
 

Krensin

New Member
Code:
Abilities:
  Avatar:
    AvatarState:
      Enabled: true
      Cooldown: 0
      Duration: 480000
      PotionEffects:
        Regeneration:
          Enabled: true
          Power: 3
        Speed:
          Enabled: true
          Power: 3
        DamageResistance:
          Enabled: true
          Power: 3
        FireResistance:
          Enabled: true
          Power: 3
      PowerMultiplier: 3.5
      PlaySound: false
      Sound: BLOCK_ANVIL_LAND
Disable the "PlaySound" down at the bottom like shown.
Awesome thanks! i can't believe it was that simple lol
 
Top