[XP] Bulletin Board

Started by Fenriswolf, June 07, 2012, 03:12:57 pm

Previous topic - Next topic

Fenriswolf

June 07, 2012, 03:12:57 pm Last Edit: June 07, 2012, 04:17:09 pm by Fenriswolf
So, I am having trouble with eventing something.

I'll explain a bit about the context first.
In my project, the player joins a guild.
This guild offers you random guildquests.
These quests, are, unlike the regular quests, repeatable.

All of the available quests will be shown on the bulletin board in the guild house.

Eventing this bulletin board is what I am having trouble with.

The features this board is having in my mind:
* 1-3 quests every day, without having the same quest shown twice (available quests will reset daily by using F0's "CCTS")
* the available quests can each be seperately selected and taken
* all quests can be taken
* there are multiple ranks of quests, each rank displayed on a seperate board
(the quests will be, upon selection, be added to "Quest Log" from G_G)

Resetting the board with CCTS and adding the quests to Quest Log aren't the issue,
nor the fact that the quests are repeatable and all of them can be taken.
Having multiple boards for the seperate ranks should be no problem once I figured out how to do the first one.

The main issue I'm having, is how to have the random available quests as selectables.

The rest of the system has already been worked out in the project and in my head.

If anyone would care to help me out a bit, that would be appreciated.
I could send you a demo of the current progress on the board.

EDIT:
I think I may have figured it out, but I'm still working on it.
I will edit this post again when I'm done.
Ugh, just looking at this system is enough to turn my brain to jelly.