• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Mobius's Quest Journal, for Essentials

Thank you for the help so far, it is reading out the text correctly. Is it supposed to read the title of the Quest or its first item? As it reads the first item from the 'Storyline' quest.

I had already tried to change all the font colours to no avail and the Windowskin change similarly doesn't display the text.

Thanks so much in advance!

I know it's a bit late, but I think I may have fixed the problem. I updated the post to a new version, and you'll see "#line to fix Mac problem" next to the line I added. I think it might be trying to write in a font you don't have or something, let me know if this fixes it.

Edit: Also I fixed the text wrapping by making the box smaller. I don't know that this will always work.
 
Last edited:
Does this work for v15? I want this script for my Digimon fan game! So if you can please respond back thank you!
 
I tried it in v15 and it game me a Syntax Error in Line 380 of the Quests Script, the line with QUEST_FILENAME etc. What changes would have to be made to make it applicable to v15?
 
Thanks! That fixed the problem, except I now have a similar problem as the guy from a few years ago, I can't seem to open a savefile, I can create a new one but can't save it later. I tried putting the PokemonLoad/PokemonSave lines in again and try to fix them but it doesn't seem to work.

This was the error:

Exception: TypeError
Message: cannot convert Game_System into Integer
PokemonLoad:339:in `frame_count='
PokemonLoad:339:in `pbStartLoadScreen'
PokemonLoad:335:in `open'
PokemonLoad:335:in `pbStartLoadScreen'
PokemonLoad:326:in `loop'
PokemonLoad:461:in `pbStartLoadScreen'
Main:6:in `main'
Main:49:in `mainFunctionDebug'
Main:27:in `mainFunction'
Main:27:in `pbCriticalCode'
 
Do you know how to use thread tools? I'm a noob at this.
 
Fixed it! Sorry!


Hey guys,

I also get this error, I checked and all lines are in the right place.
Some incompatibility with the more recent Essentials?

---------------------------
Pokemon Essentials
---------------------------
Exception: TypeError

Message: cannot convert Game_System into Integer

PScreen_Load:340:in `frame_count='

PScreen_Load:340:in `pbStartLoadScreen'

PScreen_Load:336:in `open'

PScreen_Load:336:in `pbStartLoadScreen'

PScreen_Load:326:in `loop'

PScreen_Load:466:in `pbStartLoadScreen'

Main:6:in `main'

Main:49:in `mainFunctionDebug'

Main:27:in `mainFunction'

Main:27:in `pbCriticalCode'
 
Last edited:
When you say put it above main what do you mean? As in in a new section or in the main section itself? Also doe sit matter what you call it f its under a new section?
 
I've been trying to implement a Quest System in my openworldish pokémon game. As far as I know I have implemented all the neccesary codes and changes to make Mobius Quest Journal work in Essentials. The game launches fine, and trying to show the Quest menu, through an item or through an event also works fine. The menu shows, the quests show. However the game also instantly gives this error and stops:

Exception: NoMethodError
Message: undefined method `size' for nil:NilClass
Quests:599:in `refresh'
Quests:734:in `update'
Quests:714:in `main'
Quests:708:in `loop'
Quests:719:in `main'
Main:49:in `mainFunctionDebug'
Main:27:in `mainFunction'
Main:27:in `pbCriticalCode'
Main:27:in `mainFunction'
Main:59

What exactly is the problem and how would I go about fixing it?
 
So I think I got it to work properly and without error. I can bring up the quest menu fine when running the script $scene = Scene_Quest.new. But how do I go about tying that script to a particular action.

i.e. Using a certain button to instantly bring up the menu OR creating a journal key item that opens the menu when selected?

I must be missing something very simple...

Actually, I think I got it to work by going into the Pokegear script and editing it to add a "Quest Log" menu, then running the quest script there.
 
Last edited by a moderator:
I've been trying to implement a Quest System in my openworldish pokémon game. As far as I know I have implemented all the neccesary codes and changes to make Mobius Quest Journal work in Essentials. The game launches fine, and trying to show the Quest menu, through an item or through an event also works fine. The menu shows, the quests show. However the game also instantly gives this error and stops:

Exception: NoMethodError
Message: undefined method `size' for nil:NilClass
Quests:599:in `refresh'
Quests:734:in `update'
Quests:714:in `main'
Quests:708:in `loop'
Quests:719:in `main'
Main:49:in `mainFunctionDebug'
Main:27:in `mainFunction'
Main:27:in `pbCriticalCode'
Main:27:in `mainFunction'
Main:59

What exactly is the problem and how would I go about fixing it?

Chances are your QuestData.txt isn't corresponding to the script section. Try downloading Mobius's demo and copying and pasting his QuestData.txt and Quests.rxdata (?) to your Data folder.
 
Back
Top