• 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.
249
Posts
16
Years
  • Age 35
  • Seen Jul 24, 2011
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.
 

brendan mc

{}[][]Game Developer[][]{}
230
Posts
17
Years
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
 
249
Posts
16
Years
  • Age 35
  • Seen Jul 24, 2011
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:

darkerarceus

Advanced RM2K3-er
342
Posts
16
Years
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:
145
Posts
17
Years
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.
 

O.G. Duke

a.k.a OmegaGroudon
974
Posts
17
Years
  • Seen May 18, 2016
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 ?
 
145
Posts
17
Years
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.
 
249
Posts
16
Years
  • Age 35
  • Seen Jul 24, 2011
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*
 
144
Posts
16
Years
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??
 
23
Posts
16
Years
  • Seen May 8, 2008
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...
 
312
Posts
16
Years
  • Seen Jul 16, 2023
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.
 
249
Posts
16
Years
  • Age 35
  • Seen Jul 24, 2011
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
 
312
Posts
16
Years
  • Seen Jul 16, 2023
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?
 
92
Posts
16
Years
  • Seen Jun 13, 2012
How do i make one battle, if the hero lose the continue playing normally...
(like the rivals battle)
Please answer!
 
249
Posts
16
Years
  • Age 35
  • Seen Jul 24, 2011
How do i make one battle, if the hero lose the continue playing normally...
(like the rivals battle)
Please answer!

people keep answering this question, next time please read older posts.

set the player revive point to the location of the battle.
 
145
Posts
17
Years
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