Blackvein / Quests

Quests mod for Spigot
31 stars 35 forks source link

No Rewards with Quests #356

Open EpicRealms opened 8 years ago

EpicRealms commented 8 years ago

Hello. I am using 1.8.3 spigot and Quests 2.6.4 All the quests that i have created doesn't give any reward. No quest points, no money, no items (enchanted or not / named or not), nathing. I can create the quests and players can complete them but they just don't recive any reward for it. Here is my actual quests.yml. Now I have only two quests created but they still not work. They are:

Here is my quests.yml:

quests: Miner: name: Stone Miner ask-message: Could you mine 10 blocks of Stone, and deliver the 10 pieces of Cobblestone to me? finish-message: Well done. Here is your reward. redo-delay: 1800 requirements: items:

  • name-wood_pickaxe:amount-1 remove-items:
  • false fail-requirement-message: You must have a Wooden Pickaxe first. stages: ordered: '1': break-block-names:
    • stone break-block-amounts:
    • 10 rewards: money: 1000 quest-points: 1 Hunter: name: Mob Hunter ask-message: Kill an assortment of Mobs. finish-message: Excellent. Here is a Diamond Sword. requirements: quests:
  • Stone Miner fail-requirement-message: Complete Stone Miner first. stages: ordered: '1': death-event: DeathFail mobs-to-kill:
    • Pig mob-amounts:
    • 3 finish-event: GoodJob '2': death-event: DeathFail mobs-to-kill:
    • Zombie mob-amounts:
    • 2 finish-event: GoodJob '3': death-event: DeathFail mobs-to-kill:
    • Skeleton mob-amounts:
    • 1 rewards: items:
  • name-diamond_sword:amount-1 exp: 100 quest-points: 1 CatchFish: name: Catch Fish ask-message: Catch some fish! finish-message: Excellent. Here is some experience. requirements: quests:
  • Stone Miner fail-requirement-message: Complete Stone Miner first. stages: ordered: '1': start-event: FishingStart death-event: DeathFail chat-events:
    • RodEvent chat-event-triggers:
    • rod fish-to-catch: 5 rewards: exp: 250 custom1: name: Help us againts the Warlock! npc-giver-id: 130 redo-delay: 86400 ask-message: Thank to the gods! Some one sended help! Kill 50 zombies and 20 skeletons. Help me please! finish-message: Thank you for your help! Maybe now I can leave this cave without dieing. Take this reward... stages: ordered: '1': mobs-to-kill:
    • zombie
    • skeleton mob-amounts:
    • 50
    • 20 rewards: items:
  • name-DIAMOND_SWORD:amount-1:enchantment-Sharpness 3:enchantment-Unbreaking 3:displayname-Royal Guard's Sword money: 1500 quest-points: 1 custom2: name: Bring me some wood please! npc-giver-id: 66 redo-delay: 1800 ask-message: I need 10 more logs from the trees that are marked with redstone. May you bring them to me? finish-message: Thanks! Now I may create more axes to the Lumber Cutters. Here is your reward. stages: ordered: '1': break-block-names:
    • log break-block-amounts:
    • 10 rewards: items:
  • name-IRON_AXE:amount-1:enchantment-Unbreaking 2:displayname-Wood Cutter's Axe money: 150 quest-points: 1
AshourAziz commented 8 years ago

I am experiencing this issue too, it has something to do with 1.8 servers & giving money out.

AshourAziz commented 8 years ago

same issue as #347

PikaMug commented 8 years ago

@ElementalRealm As @AshourAziz pointed out, this is very similar to your last issue. Were you unable to resolve it or is this a new problem?

Please post your startup log.

AshourAziz commented 8 years ago

@FlyingPikachu I'm having the same issue with nothing abnormal in the startup log running spigot 1.8. I do have a 1.10 server running fine, the issue seems to be that the money rewards (that's all we have setup and give out for completing quests) do not actually give out the rewards.

Any way I could go about debugging this so we can find what's causing it?

PikaMug commented 8 years ago

@AshourAziz First, do you receive rewards besides money? Or nothing at all?

AshourAziz commented 8 years ago

@FlyingPikachu Sorry for the delay in response, have been busy just got back.

Anyways,

So currently we have some Quests just with Money rewards. and others with Money & items, both do not give rewards. Here is a screenshot when completing it a quest, no rewards are given as you can see. I've used the Quests plugin for awhile now, and I haven't been made aware of something to enable giving rewards other then when a reward is configured it'll give it so I'm 99% sure our configuration is fine.. No errors or anything..

https://www.ashour.pw/images/160716004128160700412807.png

AshourAziz commented 8 years ago

@FlyingPikachu any idea on what would be wrong?