Magic

Magic

190k Downloads

Dragonball Spell Does Not Earn SP

Svennieboy777 opened this issue ยท 7 comments

commented

Hi, both spells do not function how they are supposed to be.

commented

What are you expecting them to do? What version of Spigot and Magic are you on?

commented

My apologize, both spells work. It was a bug from our side. I have 2 more questions tho.

  1. Is it possible to change the shop GUI's you created? as example the hat shop?
  2. Dragonball doesn't give SP, is this a bug or supposed to be?
commented

Dragonball should give SP, but only if you hit something with the fireball itself. Mobs or players going into the poison cloud doesn't count.

It is very easy to make your own shops, yes. Just take one of the builtins and put something similar in your spells folder.

https://github.com/elBukkit/MagicPlugin/blob/master/Magic/src/main/resources/examples/survival/spells/shops.yml#L1

commented

Thank you.

commented

Okay, i already see the issue with dragonball. You cannot hit an entity with the dragonball itself. Do you have any solutions for it?

commented

Why can't you? I thought it would hit and explode like normal.

If that is the case though you (or me) could add an AreaOfEffect action to ping everyone around for 1 damage or something.

commented

I've added a 1-damage AOE to Dragonball to fix the SP earn issue.