question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Path progress, upgrade_item dosen't fully work

See original GitHub issue

I customized paths and my progression looks like this: Rycerz -> Paladyn

utility:
    inherit: default
    extra_spells:
      - push
(...) much more spells

rycerz:
    inherit: utility
    name: Rycerz
    upgrade: paladyn
    upgrade_item: paladyn_upgrade
    spells:
      - dash
(...) much more spells

paladyn:
    inherit: rycerz
    name: Paladyn
    max_mana_regeneration: 6
    mana_regeneration: 5
    mana_max: 125
    mana: 125
    spells:
      - railgun
(...) much more spells

This is my upgrade item:

paladyn_upgrade:
    icon: gold_sword:1 # does not apply
    upgrade: true
    hidden: true
    hotbar_count: 3

The thing is after buying all needed spell and upgrade, hotbar_count:3 is applied, but icon not, also wanted to change Name and Description, but they’re not applied either.

MC Version: Spigot 1.13.2 Magic Version: Magic-7.6.17

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
NathanWolfcommented, Nov 27, 2018

Wand properties are here: http://mine.elmakers.com/reference/#wands

But the upgrade properties aren’t listed. There is no reference for paths.

I think you may need to add force: true to get the upgrade to change name and description. This makes it force-apply all of its settings, which could be a problem if players are allowed to have more than 3 hotbars (through other means, shops, etc) but otherwise should work fine.

0reactions
Testerrocommented, Nov 27, 2018

That’s awesome. Thank you, keep up great work 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

GROUNDED GUIDE To Max Upgrading Weapons And Tools ...
how to fully upgrade yoru weapion in grounded new hot and hazey update - apply elemental buffs and more to max upgrade weapons...
Read more >
FASTEST WAY TO UPGRADE Gear & Blacksmith Explained ...
This is hands down the fastest way to upgrade your gear or weapons, armor and artifacts in Minecraft Dungeons since the Creeping Winter...
Read more >
Azure AD Connect is not working correctly after an automatic ...
Workaround. To work around this issue, follow these steps: Start the Azure AD Connect wizard, and then select Upgrade. After the upgrade is...
Read more >
Cypher of the First Ones - Zereth Mortis Outdoor Progression ...
Once the questline is complete, the Olea Jiro will move to the outskirts of Exile's Hollow, and you'll be able to purchase the...
Read more >
Upgrades | Elden Ring Wiki
Upgrading your weapon past +15 will require you to progress in the game. ... Instead of following the path here to the Subterranean ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found