• 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!
  • 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.
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.
 
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:
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.
 
Really I need some help here. During battles, I want a battle animation to be in the background (Pokémon images on top) just like in the real games.

https://www.youtube.com/watch?v=1XA0dZiGRlU

See 0:40 - 0:41 for reference (Hydro Pump)

The background is an animation too. Help? Thanks!!!
 
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?
 
---------------------------
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.
 
Fullscreen

Is there anyway to disable the limited screen size of the kit? How do I utilize the full screen?
 
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 >>:
[PokeCommunity.com] [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP



Later Guyz and Galz

with me too!!!!
how can I fix this?
 
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.
 
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.)
 
Wich picture must I change, when I want to change that box with "Fight Bag
Pokemon Run"
in it?
 
delyemrald2, you mean the skin or the text commands?
thedudemister, you would need to have some scripting knowladge to do that.
 
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
---------------------------
 
But I can't understand why :/ Is it something to do with an individual pokemon?
 
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