Joined
Nov 25, 2015
Messages
324
Reaction score
801
First Language
Russian
Primarily Uses
RMMZ
Simple Quests System 1.2
Pheonix KageDesu

SimpleQuestsSystem.png

Introduction
Simple quests journal and quets tracking system on map


Features:

  • Quests journal (similar to one in game TES Skyrim) and simple quests managment
  • Quest journal visually full customizable via Plugin Paramters
  • Active quests system - quests tracking on game map
  • Each quest have tasks and descriptions (foe whole quest or each task)
  • Quests state change notifications on map


How to Use:

All actual plugin instructions and commands are listed in the plugin help section

Plugin have Demo Projects for MV and MZ

Plugin webpage

Download:

Demo Project MV [1.0]: Download
Demo Project MZ [1.0]: Download

Version 1.2 (plugin with resources, not Demo): Download

(If you have problems with download by this links, tell me and I will make a mirror links)

Terms of Use:

Creative Commons 4.0 Attribution, Share Alike, Non-Commercial

(Attribution Non-Commercial Share Alike, cc by-nc-sa)

You can use plugin in non-commercial project for free

For using plugin in commercial projects you should obtain PRO version
 
Last edited:

ShadowDragon

Realist
Regular
Joined
Oct 8, 2018
Messages
7,804
Reaction score
3,187
First Language
Dutch
Primarily Uses
RMMV
I use a really nice one, but if this one is beter and looks better,
I might use this one instead.

good job, I love visual part so it can make this really unique :)

EDIT:
I checked the demo and it looks really neat, specially the pointer,
but I got 1 question.

can you create unlimited quests with the basic version?
 
Last edited:

Willibab

The Lord of Whackery
Regular
Joined
Jun 22, 2017
Messages
724
Reaction score
2,069
First Language
Norwegian
Primarily Uses
RMMZ
You had me at ''Simple'' :p But more importantly....Did Marsha ever get her teddy bear back!? D:
 
Joined
Nov 25, 2015
Messages
324
Reaction score
801
First Language
Russian
Primarily Uses
RMMZ
can you create unlimited quests with the basic version?
Quests - yes. But only 4 tasks per quest (and 4 description). And in Basic version only one active quest (with tracking on map) at same time.

Plugin is just released, so can be some bugs. If you found any, please tell me in this thread.
 

Trihan

Speedy Scripter
Regular
Joined
Apr 12, 2012
Messages
6,573
Reaction score
7,173
First Language
English
Primarily Uses
RMMZ
I too am here because I'm emotionally invested in Marsha's teddy bear dilemma.
 

ShadowDragon

Realist
Regular
Joined
Oct 8, 2018
Messages
7,804
Reaction score
3,187
First Language
Dutch
Primarily Uses
RMMV
while it doesn't have category (main, side) I love this one, you can
activate more quests, but only 1 active.

while main requires to be updated, I can split those to not exceed the
4 tasks and description, side quests on the otherhand never exceed it.

but are the point of direction also endless, if so, its perfect :)
otherwise, I just do the side quests in it, because I love this more
than GS_QuestSystem, as for updating, I got another way for that,
so I will make good use of it :)

keep up the awesome work :)
 
Joined
Nov 25, 2015
Messages
324
Reaction score
801
First Language
Russian
Primarily Uses
RMMZ

Update 1.1.​


Categories for quests​

Now you can create own categories and assign quests to categories

2021-07-11_16-10-31.png


Edit position and button image for any category, create as much categories as you want

2021-07-11_15-29-23.png



Priority value​

You can set priority for quest, the higher the priority value, the higher quest in the list of quests

2021-07-11_15-28-55.png



Hotkey to open Journal​

2021-07-11_15-30-16.png



"New" quest mark​

Pay players attention to added quests. You can edit position and image.

2021-07-11_16-10-47.png


2021-07-11_15-30-26.png



Download v1.1 (plugin only, no Demo): https://www.dropbox.com/s/vyip40erxugsp14/SQS_ver1.1.zip?dl=1
 

Trihan

Speedy Scripter
Regular
Joined
Apr 12, 2012
Messages
6,573
Reaction score
7,173
First Language
English
Primarily Uses
RMMZ
That's a great update but...did Marsha get her teddy bear back?
 

Vaiyat

Villager
Member
Joined
Feb 8, 2021
Messages
5
Reaction score
2
First Language
French
Primarily Uses
RMMZ
I like the look of this plugin, and with the possible customization it's great
 
Joined
Nov 25, 2015
Messages
324
Reaction score
801
First Language
Russian
Primarily Uses
RMMZ
Update 1.2


Difficulty levels​

Now you can assign difficulty level to quest

SQS_Difficulty.png


Supports unlimited difficulty levels, just don’t forget make proper image questDiff_X.png in folder img\pSQSystem
You can use this extra images not only for difficulties, maybe for rarity or some other special states


New Script Calls​

SQSM.Reset(ID) – reset quest – delete from Journal and delete all information about quest (tasks statuses)
SQSM.ShowAllTasksForQuest(ID) – Show all tasks at once for quest


Sorting parameters​

SQS_NewPP.png


SQS_SOrting.gif


Download v1.2 (plugin only, no Demo):
https://www.dropbox.com/s/vyip40erxugsp14/SQS_basic.zip?dl=0
 

ShadowDragon

Realist
Regular
Joined
Oct 8, 2018
Messages
7,804
Reaction score
3,187
First Language
Dutch
Primarily Uses
RMMV
difficulty levels with 4 dots, can you increase it automatically to 5 or 6 or 7?
or is 4 max?

but nicely addon/feature =)
 
Joined
Nov 25, 2015
Messages
324
Reaction score
801
First Language
Russian
Primarily Uses
RMMZ
difficulty levels with 4 dots, can you increase it automatically to 5 or 6 or 7?
or is 4 max?
When you set 1, it's load questDiff_1.png
So for example if you made 900 images questDiff_0...900.png, you can set difficulty level up to 900
Other words it's unlimited
You can use this not only for difficulty levels, becouse it's just load image with number in name. Change image to some colored words and make rarity system or etc...
 

KaitlynKitty

Regular
Regular
Joined
Apr 6, 2021
Messages
176
Reaction score
60
First Language
English
Primarily Uses
RMMV
Does this one support tracking quest progress with variables instead of switches?
 
Joined
Nov 25, 2015
Messages
324
Reaction score
801
First Language
Russian
Primarily Uses
RMMZ
Does this one support tracking quest progress with variables instead of switches?
Plugin not track quest progress automatically. Only visual show progress of quest (or task). For set task complete (or quest) uses script calls. So, in game you can use what you want to track quest progress, variables or switches. And when task is done, just show it in Journal. Simple Quest System - it's only visual representation of quests progress for player.
 

alltheyuriz

The one the only Cat Dad
Regular
Joined
Sep 18, 2020
Messages
920
Reaction score
617
First Language
English
Primarily Uses
RMMZ
what is the script call when you put it into a custom menu?
 

raphapaguiar

Villager
Member
Joined
Sep 9, 2020
Messages
7
Reaction score
2
First Language
Portuguese
Primarily Uses
RMMV
The tutorial video is in russian language. Can anyone hep to understan how it works? I use RPG Maker for a long time, but never used any plugins. Somebody save me!!!
 

ShadowDragon

Realist
Regular
Joined
Oct 8, 2018
Messages
7,804
Reaction score
3,187
First Language
Dutch
Primarily Uses
RMMV
@raphapaguiar check the demo to understand it, it isn't that complicated.
even if the video is in russian (which I didn't check) just follow the steps
and you would also be good to go, or try if possible the translate button
to make it english or your own language.
 

raphapaguiar

Villager
Member
Joined
Sep 9, 2020
Messages
7
Reaction score
2
First Language
Portuguese
Primarily Uses
RMMV
@raphapaguiar check the demo to understand it, it isn't that complicated.
even if the video is in russian (which I didn't check) just follow the steps
and you would also be good to go, or try if possible the translate button
to make it english or your own language.
I did it. I could make some advance in using it, but still need to learn some other details. But thanks anyway...
 

Vilin13

Villager
Member
Joined
Sep 1, 2022
Messages
5
Reaction score
2
First Language
English
Primarily Uses
RMMZ
I'd recommend turning on CC and then in settings, set it to auto translate into English. I don't understand a lot of Russian, but it's similar enough to my native language that I see the translation is pretty good. Hope that helps you a bit.

A great plugin though, makes the game stand out!
 

Latest Threads

Latest Profile Posts


Main theme for a Start/Continue/Options screen after Title card
28 notifications, and like 30 emails. And I was only gone for six hours. Yeah, I think I'm done for the day.
Also, I think I have a not secret admirer. Hooray...
Working on a battle cutscene, needs some polishing, but I'm liking the result:

Forum statistics

Threads
134,975
Messages
1,252,477
Members
177,844
Latest member
WayneF
Top