Hunting board quest giving à la FF12

● ARCHIVED · READ-ONLY
Started by Anthony D 3 posts View original ↗
  1. Wasn't sure where to post this, but I figured you guys sound like a helpful bunch and wouldn't chew me out too much if I dun goofed posting where I shouldn't.

    So here goes:

    As the name suggests, I want to be able to hand out side quests through an event, similar to the hunting board in FFXII.

    ...sounds simple enough, right?
    It is if you have about 5 quests to hand out this way, but I have close to 40.

    I am using YanFly's QuestJournal to keep track of it all, which would get updated with the new quest once the player has selected it within the choices presented to him, and then that choice would disappear from the list.

    Simply put, here's how I would like it to function in game:

    1. Player talks to Quest Master
    2. QM presents player a list of selectable choices (let's say "Kill Slime", "Find Potion", and "Save Princess")
    3. Player chooses "Find Potion" (which I would link to update the YAN_QuestJournal accordingly)
    4. If player talks to QM again, only "Kill Slime" and "Save Princess" are presented this time
    5. Player completes the "Find Potion" quest and obtains reward (to simplify this process, I would have the player talk to another person who is not the QM to handle giving rewards)
    6. Player talks to QM and is presented an updated quest list, now containing "Kill Dragon", unlocked by completing "Find Potion"

    In theory, I could create conditionals and switches to make this happen, but that would require me to plan out every scenario (quest selections and completions) possible for 40 of them. Do the math: that would be crazy.

    Is there a sweet plugin available for this?
    Or maybe a simpler way to event it that I'm not seeing?

    Impart me your knowledge, o, Internet.
  2. You're going to need to use Plugins for what you need. Use Hime's Hidden Choice Plugin so you can choose when to reveal or hide choices. You can even tie them to switches so that'll be easier to organize. You can even get the same aesthetics of FF12 by using Moghunter's Animated Text and Pixi Filter plugins. Here's how I did mine:

    Screenshot 2018-09-14 18.01.32.png Screenshot 2018-09-14 18.02.48.png 2018_9_14_18_5_14_678_4043.png 2018_9_14_18_5_46_899_4636.png
  3. Uzuki said:
    You're going to need to use Plugins for what you need. Use Hime's Hidden Choice Plugin so you can choose when to reveal or hide choices. You can even tie them to switches so that'll be easier to organize. You can even get the same aesthetics of FF12 by using Moghunter's Animated Text and Pixi Filter plugins. Here's how I did mine:

    View attachment 98259 View attachment 98260 View attachment 98261 View attachment 98262

    That looks exactly like what I need.
    Many thanks, my friend!