QUEST LOG

RPG Maker XP

I heard you like keeping track of quests. So here.

Quest Log System
Authors: game_guy
Version: 3.0
Type: Mission Logger
Key Term: Misc System


Introduction

A script that keeps track of quests you obtain and complete.

Features

  • Marks quest names with a yellow color if they're completed
    Easy to setup one quest
    Be able to use a fairly long description
    Be able to display a picture
    Easy to add and complete a quest
    More compatible than earlier versions


Screenshots


Demo

Mediafire

Script

If you use RMX-OS and you would like to use this script with it. Place the above script below RMX-OS. Then place the plugin below beneath the above script.
if !defined?(RMXOS) || RMXOS::VERSION < 1.09
  raise 'ERROR: The "Blizz-ABS Controller" requires RMX-OS 1.09 or higher.'
end
module RMXOS
  module Options
    SAVE_DATA[Game_Party].push('@quests')
    SAVE_DATA[Game_Party].push('@completed')
  end
end


Instructions

In the script.

Looking for a fast way to configure this? Check out mroedesigns' config tool!
http://forum.chaos-project.com/index.php/topic,10125.new.html#new

Compatibility

Not tested with SDK.
Works with all of my scripts and blizzard's scripts. (Tested with most add-ons and all of his scripts)

Credits and Thanks

  • game_guy ~ Making it
    Beta Testers ~ Sally and Landith


Author's Notes

Enjoy and give credits

Posts

Pages: 1
If there are no quests, an error comes up. Otherwise, it's great.
author=Flying_pancake
If there are no quests, an error comes up. Otherwise, it's great.


Yeah I'm aware. It'll be fixed in version 4.0. Which is going to be a huge revamp, redesign and have more features.
rabitZ
amusing tassadar, your taste in companionship grows ever more inexplicable
1349
Nice quest log indeed! Probably the most clean one I have found for RMXP.
thanks for making this :)
author=rabitZ
Nice quest log indeed! Probably the most clean one I have found for RMXP.
thanks for making this :)


Ha thanks. :3 4.0 should come in the next week or so. It'll be way nicer than this version.
I downloaded it but how exactly do I put it in?
Pages: 1