CitizensDev / Citizens

NPCs for Bukkit
citizensnpcs.co
Other
107 stars 53 forks source link

Multiple Objectives and Reward issues #381

Closed IamAcceso closed 12 years ago

IamAcceso commented 12 years ago

I saw problems similar, but I couldn't find an answer that would work. I made quests for the first time. They had multiple objectives and item rewards. I did half of them and they worked just fine. My sister tried them and after doing a couple quests they stopped giving rewards. They also stopped including the second objectives of the quests (this is after I did the same quests and everything worked for me). When she informed me, I tried doing the quests again and the same issue happened to me when i did it again. Every quest after that had the same issues. We don't get rewards and we can't do the other objectives.

Here is one of the quests That worked at first, but stopped working: GettingStarted: texts: description: I have many things to do, but let's start simple. Right-click to accept a quest. completion: Thank you so much for your help. acceptance: To start off, get a good look at the land around our town. I left a map on the tower over the castle portcullis. Go get it, take a look around, then bring the map back to me repeats: 1 objectives: '0': '0': type: move location location: x: -50 y: 81 z: -47 world: World One amount: 4 message: You have taken a look around and picked up the map. rewards: '0': type: item id: 358 amount: 1 take: false '1': type: delivery npcdestination: 1 materialid: 358 amount: 1 message: Thank you. I have also wanted to start a rose garden, but I don't have the time to get what I need. Would you please go get 5 roses and 5 dirt so I can start my own garden. Here is a shovel to help you get it. rewards: '0': type: item id: 273 amount: 1 take: false '1': '0': type: collect amount: 5 materialid: 38 message: You collected 5 roses. '1': type: collect amount: 5 materialid: 03 message: You collected 5 dirt. '2': type: delivery npcdestination: 1 materialid: 38 amount: 5 message: These roses will do well. Here is some food. rewards: '0': type: item id: 360 amount: 5 take: false '3': type: delivery npcdestination: 1 materialid: 03 amount: 5 message: This dirt is perfect for my flowers. Here is some food. rewards: '0': type: item id: 360 amount: 5 take: false '1': type: quest quest: The Captain Needs Help

IamAcceso commented 12 years ago

I converted the multiple objective quests into just multiple quests and so far I haven't had any problems.