• 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.

[Archive] Pokemon Essentials: Starter Kit for RPG Maker XP

Status
Not open for further replies.
81
Posts
15
Years
  • I get this error when trying to run the game;

    Script 'PokeBattle_Trainer' line 91: NameError occurred

    uninitialized constant PokeBattle_Trainer:: PBSpecies

    my line 91 of PokeBattle_Trainer looks like this:

    for i in 0..PBSpecies.getCount

    I haven't intentionally touched the scripts.
     

    Magnemite

    I'm in the past.
    205
    Posts
    18
    Years
    • Seen Feb 23, 2016
    I've edited a few Pokéballs, and I've made a ball that works better in caves, simply by editing the Dive Ball and changing "Underwater" to "Cave." My question is... How does the game know I'm in a cave? Will the ball automatically work better on a Pokémon listed under the "Cave" encounter type?

    Also, I'm trying to make a Dusk Ball. Would it work like this:

    Code:
    when PBItems::DUSKBALL
          rareness*=4 if Time.now.hour<6||Time.now.hour>=20

    I'm a total script noob, and I sort of just guessed based on other things I looked at within the game.

    EDIT: Would this work too?

    Code:
    when PBItems::RAINBALL
          rareness*=3 if @battle.pbWeather==PBWeather::RAINDANCE

    One more question: Why are there two sections defining each type of ball? If I edit one section, do I need to edit the other as well?
     
    Last edited:
    521
    Posts
    15
    Years
    • Seen Sep 11, 2013
    I am having trouble with my sister event. Every time I go to test the game it says,"Trainer type sister was not found." I follow the instructions and after I select money this message comes up.
     

    Magnemite

    I'm in the past.
    205
    Posts
    18
    Years
    • Seen Feb 23, 2016
    Quick question. I'm using the time-sensitive events to grow berries on trees once a day. However, I want some berries to grow slower. Is there any way I can do this with the time sensitive event script?
     
    81
    Posts
    15
    Years
  • ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: TypeError

    Message: can't clone NilClass

    Compiler:2183:in `clone'

    Compiler:2183:in `pbCompilePokemonData'

    Compiler:2175:in `pbEachFileSection'

    Compiler:1974:in `pbEachFileSectionEx'

    Compiler:1936:in `each_line'

    Compiler:1936:in `pbEachFileSectionEx'

    Compiler:1974:in `pbEachFileSection'

    Compiler:2175:in `pbCompilePokemonData'

    Compiler:2173:in `open'

    Compiler:2173:in `pbCompilePokemonData'



    This exception was logged in errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------


    Can no-one help me at all?, it's kind of important.
     
    12
    Posts
    15
    Years
    • Seen Nov 25, 2012
    Fullscreen

    Is there anyway to disable the limited screen size of the kit? How do I utilize the full screen?
     
    92
    Posts
    16
    Years
    • Seen Jun 13, 2012
    ok guys i noticed something and wanted to know if it was just me....I downloaded the new version (8-4-08) (I know theres a new one just havent upgraded yet..) anyway when ever my poke grow's a level during test play and it shows the how much the stats went up, the defense stat is on the line below it....anyone else having this problem or know how to fix it..im gonna attemp to inlude a screenshot..not sure how exactly

    Here it is if it works >>:
    [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP



    Later Guyz and Galz

    with me too!!!!
    how can I fix this?
     
    81
    Posts
    15
    Years
  • I get this error when trying to run the game;

    Script 'PokeBattle_Trainer' line 91: NameError occurred

    uninitialized constant PokeBattle_Trainer:: PBSpecies

    my line 91 of PokeBattle_Trainer looks like this:

    for i in 0..PBSpecies.getCount

    I haven't intentionally touched the scripts.
     

    Poeman

    Banned
    755
    Posts
    15
    Years
    • Age 29
    • Seen Nov 1, 2012
    Theres an issue with transparency, for some reason all my pokemon have a white box around them, even though I selected the transparency correctly(I have bene using RPGMAKER for about 7 years, I'm not doing it wrong.)
     

    delyemerald2

    Crytalic Empoleon
    83
    Posts
    16
    Years
    • Seen Apr 2, 2022
    Wich picture must I change, when I want to change that box with "Fight Bag
    Pokemon Run"
    in it?
     

    thedudemister

    Pokemon: New Order
    84
    Posts
    15
    Years
    • Seen Jan 14, 2013
    I have a question. I hope someone can help. How do I make the battle backrounds change during different times of the day? Thanks in advance.
     

    Poeman

    Banned
    755
    Posts
    15
    Years
    • Age 29
    • Seen Nov 1, 2012
    delyemrald2, you mean the skin or the text commands?
    thedudemister, you would need to have some scripting knowladge to do that.
     
    81
    Posts
    15
    Years
  • I'm getting this error again, can no-one help me?

    ---------------------------
    Pokémon: ONM Edition
    ---------------------------
    Exception: TypeError

    Message: can't clone NilClass

    Compiler:2183:in `clone'

    Compiler:2183:in `pbCompilePokemonData'

    Compiler:2175:in `pbEachFileSection'

    Compiler:1974:in `pbEachFileSectionEx'

    Compiler:1936:in `each_line'

    Compiler:1936:in `pbEachFileSectionEx'

    Compiler:1974:in `pbEachFileSection'

    Compiler:2175:in `pbCompilePokemonData'

    Compiler:2173:in `open'

    Compiler:2173:in `pbCompilePokemonData'



    This exception was logged in errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------
     

    Den

    11
    Posts
    16
    Years
    • Seen Apr 1, 2009
    When I try to open up the essentials I get message saying "Failed to Load Actor Data". How do I solve this?
     
    Status
    Not open for further replies.
    Back
    Top