• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Simple Quest System + UI

2
Posts
7
Years
    • Seen Feb 4, 2018
    I have a problem. I can not select the quest section, that is, I can not see completed or failed missions. Help me please!

    Edit: In the version of Essentials 17.2 the commands X, Y and Z were deactivated, that is, the keys A, S and D. (PSystem_Controls, lines 91, 92 and 93).
    I solved it by replacing the following Quest script commands
    line 823 approximately ---> (Input :: X) by (Input :: LEFT)
    and Line 838 -----> (Input :: Y) by (Input :: RIGHT)

    I hope it helps someone else this correction :)
     
    Last edited:
    320
    Posts
    14
    Years
    • Seen Dec 27, 2021
    Found a bug that prevents Quests from advancing in stage.
    In the class Quest, method 'stage=' the last line of code is
    Code:
    stage = value
    , this should be
    Code:
    @stage = value
     

    Bowlstir

    Media Arts and Game Development
    199
    Posts
    16
    Years
  • This is great!

    Could anyone help me work this into the default menu? Like under a new menu option "Quests?"

    I'd like help with this too. Right now I'm just using a button input to bring up the script, but i forgot how to add another option to the pause menu.

    Side note: This mod does not work with v13. I'm running Essentials GS on that version and I get a quests screen with unaligned text and graphics.
     
    Last edited:
    30
    Posts
    8
    Years
    • Seen Jan 5, 2024
    I follow the instructions and pasted the script right above main but I ger that error
    mUPRTb
     
    14
    Posts
    9
    Years
  • I like it. But with the Version 17.2 i can`t youse it :(
    Every Script Part is in my Game one Error.
     

    Telemetius

    Tele*
    267
    Posts
    9
    Years
  • So each quest can have up to 10 stages and locations. How would one increase the limit? I tried adding stages in "NeededInfo=" but it's still giving me errors.
     
    3
    Posts
    8
    Years
    • Seen Apr 15, 2022
    I try to use with pokemon essentials gsc, but don't be possible. Got bug with mapid :/
     
    1
    Posts
    5
    Years
    • Seen Mar 20, 2019
    Hello! Thanks for the script, it was a great help, but I have a problem.
    When I complete a quest, it does not appear on the "Completed" tab. If you could help me, I would appreciate it.

    * Sorry for any errors in my text, I do not speak the language very well.
     
    180
    Posts
    6
    Years
    • Seen Apr 15, 2024
    For everyone to know, you can't activate and complete just one quest, you must have activated quest, because if you don't, it gives an error that says "indefined '>='" or something like that.
    The error look like this:
    Code:
    ---------------------------
    Pokemon Essentials limpio
    ---------------------------
    [Pokémon Essentials version 17.2]
    
    Exception: RuntimeError
    
    Message: Script error within event 18 (coords 7,8), map 3 (Red's house):
    
    Exception: NoMethodError
    
    Message: Misiones2:875:in `pbMain'undefined method `>=' for nil:NilClass
    
    ***Full script:
    
    pbViewQuests
    
    
    Interpreter:243:in `pbExecuteScript'
    
    Misiones2:815:in `loop'
    
    Misiones2:978:in `pbMain'
    
    Misiones2:995:in `pbStartScreen'
    
    Misiones2:1007:in `pbViewQuests'
    
    (eval):1:in `pbExecuteScript'
    
    Interpreter:1606:in `eval'
    
    Interpreter:243:in `pbExecuteScript'
    
    Interpreter:1606:in `command_355'
    
    Interpreter:494:in `execute_command'
    
    
    
    Interpreter:276:in `pbExecuteScript'
    
    Interpreter:1606:in `command_355'
    
    Interpreter:494:in `execute_command'
    
    Interpreter:193:in `update'
    
    Interpreter:106:in `loop'
    
    Interpreter:198:in `update'
    
    Scene_Map:163:in `update'
    
    Scene_Map:161:in `loop'
    
    Scene_Map:170:in `update'
    
    Scene_Map:234:in `main'
    
    
    
    This exception was logged in 
    
    C:\Users\Lenovo\Saved Games\Pokemon Essentials limpio\errorlog.txt.
    
    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    Aceptar   
    ---------------------------
     
    24
    Posts
    15
    Years
    • Seen Oct 23, 2022
    For everyone to know, you can't activate and complete just one quest, you must have activated quest, because if you don't, it gives an error that says "indefined '>='" or something like that.
    The error look like this:
    Code:
    ---------------------------
    Pokemon Essentials limpio
    ---------------------------
    [Pokémon Essentials version 17.2]
    
    Exception: RuntimeError
    
    Message: Script error within event 18 (coords 7,8), map 3 (Red's house):
    
    Exception: NoMethodError
    
    Message: Misiones2:875:in `pbMain'undefined method `>=' for nil:NilClass
    
    ***Full script:
    
    pbViewQuests
    
    
    Interpreter:243:in `pbExecuteScript'
    
    Misiones2:815:in `loop'
    
    Misiones2:978:in `pbMain'
    
    Misiones2:995:in `pbStartScreen'
    
    Misiones2:1007:in `pbViewQuests'
    
    (eval):1:in `pbExecuteScript'
    
    Interpreter:1606:in `eval'
    
    Interpreter:243:in `pbExecuteScript'
    
    Interpreter:1606:in `command_355'
    
    Interpreter:494:in `execute_command'
    
    
    
    Interpreter:276:in `pbExecuteScript'
    
    Interpreter:1606:in `command_355'
    
    Interpreter:494:in `execute_command'
    
    Interpreter:193:in `update'
    
    Interpreter:106:in `loop'
    
    Interpreter:198:in `update'
    
    Scene_Map:163:in `update'
    
    Scene_Map:161:in `loop'
    
    Scene_Map:170:in `update'
    
    Scene_Map:234:in `main'
    
    
    
    This exception was logged in 
    
    C:\Users\Lenovo\Saved Games\Pokemon Essentials limpio\errorlog.txt.
    
    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    Aceptar   
    ---------------------------

    Yeah mej said he wasn't going to update for v17+ after I waited two months for a reply. Just use Marins quest script if you really want one, it's pretty good.
     
    3
    Posts
    4
    Years
    • Seen Sep 4, 2020
    There is a syntax error on line 532. After (questID)), it should only have one closing parenthesis. Example: (questID).
     
    2
    Posts
    4
    Years
    • Seen May 15, 2019
    i have error at line 414 please help me !!

    Script ´quest´at line 414: RuntimeError occurred.
    Invalid map id for quest, at stage 0
     
    1
    Posts
    4
    Years
    • Seen Sep 26, 2019
    I'm quite new to programming, and this may seem like a stupid question..
    But is there a way to make the quest menu appear by pressing a button on the keyboard (for example "q")
     
    153
    Posts
    4
    Years
    • Seen Feb 4, 2020
    I never did this but I think it's an interesting question. Somewhere in the script you should find where buttons are defined and then you just create a new line with something like onQTrigger pbViewQuests

    but this is not a correct syntax nor a complete way of doing it, you'll have to find. (to look for something in the entire script use ctrl+shift+F)
     
    13
    Posts
    8
    Years
    • Seen Mar 22, 2024
    Hi, I'm not sure why i keep getting this error. Any idea of how to fix it? I'm using Pokemon essentias v17.2 .
    h ttps://ibb.co/cLdm8Dy
     
    Back
    Top