• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.
how do you add a choise to a list? i know how to do the $PokemonBag.pbQuantity(PBItems::POTION)>0 condition branch thing, but if i need to know how to add a choise to a list of choises.
 
I have this Problem,

i made a route in my game with grass (im using this starterkit)
but i don't seem to fight Pokemon in the grass, even after obtaining the pokemon!

Could someone show/tell me how to fix this
 
I have this Problem,

i made a route in my game with grass (im using this starterkit)
but i don't seem to fight Pokemon in the grass, even after obtaining the pokemon!

Could someone show/tell me how to fix this

did you remember to edit the encounter file to?

the if $game_screen.weather(1,9.0,20) condition branch that someone told me to try and use doesn't work, it only comes up with errors T-T does anyone know how to make an event weather dependent?
 
Last edited:
Hi!

which scripts do you mean? the events like doors and pokeballs and stuffs? if so then yes, if not, then please explain what you mean.
Yes thats what i mean
Thanks! But im going have to wait till tommorow When my dad buys it!
my trail ran out on Friday

Spheres so hard to use the tutirials are just to make dumb simple games
My dad was Kidding he said that he would buy RPG Maker XP
in a few minutes for cleaning the whole house!

_________________________________________________________________________________________
5 Mins later: My dad bought it hooray!
 
Last edited:
did you remember to edit the encounter file to?

the if $game_screen.weather(1,9.0,20) condition branch that someone told me to try and use doesn't work, it only comes up with errors T-T does anyone know how to make an event weather dependent?

Sorry, actually the answer I gave u was nonsense.

Here is a solution wich works :

Put
def pbHasWeather?(weathertype) #by Imtheomega
return true if @weather_type_target==weathertype
return false
end
below def weather(type, power, duration) in Game_Screen (after the end obviously).

Weathertype is a number, so u can call the function in an event like that :

If $game_screen.pbHasWeather(1)
do...
else
do...
end

I tested it and it works.
 
I noticed that in Pokemon Essential there is a script that enable playing video in the game.
But I haven't test it.
Anyone tested and would it works ?
 
I noticed that in Pokemon Essential there is a script that enable playing video in the game.
But I haven't test it.
Anyone tested and would it works ?

I tested it, but it doesn't work with all sorts of videos. For example, there is different sorts of avi, but I found only one which work. But I cannot give it, I dont remember the name of this sort of avi :s.

Give it a try and u will see by yourself.
 
Sorry, actually the answer I gave u was nonsense.

Here is a solution wich works :

Put
def pbHasWeather?(weathertype) #by Imtheomega
return true if @weather_type_target==weathertype
return false
end
below def weather(type, power, duration) in Game_Screen (after the end obviously).

Weathertype is a number, so u can call the function in an event like that :

If $game_screen.pbHasWeather(1)
do...
else
do...
end

I tested it and it works.

IT WORK! (i had to get rid of the ? to make it work, but it works!)

thank you SOOOOOO MUCH!

now all i have to do is get some of my sprites made and i can post my first demon! YEAH! *dances*
 
IT WORK! (i had to get rid of the ? to make it work, but it works!)

thank you SOOOOOO MUCH!

now all i have to do is get some of my sprites made and i can post my first demon! YEAH! *dances*

Stupid question Alert!

This is probably an easy question that im making hard but..

In my intro screen(where I have the players starting position) its indoors but its snowing, how do I stop it from snowing??
 
Anyone knows where I can get the animations for the Pokemon Essentials? I mean the finnished effects. I don't wanna have to do hundreds of animations for each move...
 
Zephyr Gale, you actually need to edit the files. Edit metadata.txt so that the weather conditions = false.

Dyer, there is no current release of animation effects for Pokémon Essentials.
 
Stupid question Alert!

This is probably an easy question that im making hard but..

In my intro screen(where I have the players starting position) its indoors but its snowing, how do I stop it from snowing??

go to the folder that your project is in then to PBS and click on metadata.

find the number of the map, and take out the weather effect.

it's all in the note's file, the notes file actually tells you how to do everything that is currently passable in Pokemon essentials
 
PierceChrist: go to pokemon.txt in the subfolder PBS, and edit away.

How do I make the screen resolution like it is in the GBA games without that grey border around the edge?
 
How do i make one battle, if the hero lose the continue playing normally...
(like the rivals battle)
Please answer!
 
Meh not really helpful
but i'll mess around with it

UH? Not Helpful? If u know another way to do it, just say it...
And as it seems u knew nothing about it, would u be good enough to take a real look at it before saying it's not helpful.
That's the only way to add pokemon/fakemon I know.
 
Status
Not open for further replies.
Back
Top