Weapons not working // Conflict with Mob Arena Boss Health #13


  • New
  • Defect
Open
Assigned to _ForgeUser8191478
  • _ForgeUser9390943 created this issue Jun 2, 2013

    What is the expected output? What do you see instead?
    Lore attributes don't work at all on weapons. However, they work on armor.

    Lore attributes make all bosses in epic boss have +20 Health. (when they should have 500ish)

    What version of the product are you using?

    Latest.

    Do you have an error log of what happened?

    No.

    Please provide any additional information below (what lore you have on the item, steps to reproduce, etc.)

    Make lore on weapons work please.

    Mob Arena :
    LoreManager Class line 443 entity.resetMaxHealth();   could be resetting mobarenas boss health
    in the appleHpBonus method
    applyHpBonus
    and getHpBonus  same class for (ItemStack item : entity.getEquipment().getArmorContents())   he needs to getItemInHand also not just the armor contents
    thats why weapons dont work

  • _ForgeUser9390943 added the tags New Defect Jun 2, 2013
  • _ForgeUser9390943 posted a comment Jun 3, 2013

    If you have github I could just do a pull request to fix this for you ...


To post a comment, please login or register a new account.