CitizensDev / Citizens

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

Quests: Only completing the first objective? #257

Open gjdawson opened 13 years ago

gjdawson commented 13 years ago

When I make a quest with more than one objective, the quest completes once all the steps of the first objective are completed and never moves on to the next objective. Unless I've completely misunderstood the documentation, this should work:

librariangift:
    texts:
        description: Selling a thing I gave you
        completion: That's the ticket! Gimme my money!
        acceptance: You can find Stan just down the road. Say hi for me!
    repeats: -1
    objectives:
        '0':
            '0':
                type: move location
                location:
                    x: -426
                    y: 69
                    z: 68
                    world: world
                amount: 6
                message: Don't forget to take this stone.
                rewards:
                    '0':
                        type: item
                        id: 4
                        amount: 64
                        take: false
            '1':
                type: delivery
                npcdestination: 5
                materialid: 4
                amount: 64
                message: marvelous!
                rewards:
                    '0':
                        type: money
                        money: 10
                        take: false
        '1':
            '0':
                type: move location
                location:
                    x: -432
                    y: 69
                    z: 62
                    world: world
                amount: 3
                message: You are there!
            '1':
                type: move location
                location:
                    x: -442
                    y: 69
                    z: 68
                    world: world
                amount: 3
                message: You are there too!
fullwall commented 13 years ago

Try the newest build...

Deathlysteve commented 13 years ago

This is the Problem I am having too. It is very frustrating, anything we are doing wrong? Btw. MY build is already 1.1.2, I dont know about archonix... so yeah whats wrong with it? (mine is basically same as his)

Sorry for kinda hijacking your question archonix :L

fullwall commented 13 years ago

^^

Deathlysteve commented 13 years ago

? whats wrong with it? how do we 'fix' it? please help i wanna get a quest going by tonight (its 11:18pm for me...)

gjdawson commented 13 years ago

I've tried downloading both the regular and the experimental build from citizensnpcs.net but the zip file is always incomplete. I get the citizens.jar file, but despite checking the boxes I don't get any of the NPC typ jars - the directory they're in is turned into a 0 byte file. I've mentioned this before. I really don't know what's going on there but it seems to be some sort of weird format error (Ark complains, but then unzips it anyway).

So I'm stuck, can't access the latest build, all I can get is the file on bukkitdev.

Deathlysteve commented 13 years ago

/\ pfft mine is worse than that, when i click download on http://citizensnpcs.net/ it just says Please wait... Forever so basically i cant even access the download... so yeah I can only access the BukkitDev build too.

fullwall commented 13 years ago

http://ci.citizensnpcs.net

gjdawson commented 13 years ago

I'm sure you're not remotely surprised to find that it works perfectly. Thanks! :)

Deathlysteve commented 13 years ago

yeh works for me too thanks!