• 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.
Ok, i'm having a problem with the editor, when ever i try to go up or down the list i get this error:

---------------------------
Pokemon Essentials
---------------------------
Exception: NoMethodError

Message: undefined method `decision_se' for nil:NilClass

SpriteWindow:17:in `pbGetDecisionSE'

SpriteWindow:1477:in `update'

SpriteWindow:1665:in `update'

SpriteWindow:2408:in `update'

EditorMain:28:in `pbEditorMenu'

EditorMain:27:in `loop'

EditorMain:39:in `pbEditorMenu'

EditorMain:26:in `loop'

EditorMain:94:in `pbEditorMenu'

EditorMain:101



This exception was logged in errorlog.txt.

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

but it dosnt happen when i press enter to use the SET TERRAIN TAGS...
it is realy stopping my process in advancing with my game. any solutions??

also, i REALY NEED A PROGRAM TO MAKE TILESET'S WITH!!! if any1 has one or know's where to find one either,

Post a quote in this thread

PM me (Prefferd)

or E-mail me at: [email protected]

all help is appreciated!

ok, i had this error a looonng time ago and it never realy got fixed,l but i was on the RMXP site looking for the RTP when i saw there were patches. so i was wondering if poccil had the patches installed when he made the kit and would the fact that i dont have thoses patches be the problem.

Here is a pic of the error in action:
[PokeCommunity.com] [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP


=====================================================================================

ALL help is appreciated!
thanks for any help!
 
Last edited:
stupid tiles >:|

well i have some custom tiles i have made (like 4) and then i have another by kyledove or someone (dp tiles?) and here is what i want the outcome to be.
see image below
Spoiler:

but instead i get ugly spaces and alot more unatractive outcomes...

this is the thing i am importing...yea i know its wrong, and idk how to organize this or make my custom tiles work :(

here are my custom tiles that i want to show up perfectly.
see images below
Spoiler:

and this is how i put mine and kyledoves tiles togeather on one tile sheet but it shows up really crappy...
see image below
Spoiler:
 
Last edited:
dude there not stupid there realy cool! it makes me wanna change form Honenn to Sinoh buildings!
 
dude there not stupid there realy cool! it makes me wanna change form Honenn to Sinoh buildings!

i never said it was stupid....please actually read my post and problem -_-...
i said it shows up really bad with white lines, and black and white all over it and stuff like that -_- which makes it really stupid and ugly ={
 
sorry i thaught you ment they looked stupid not because they had lines on them... no hard feelings?
 
sorry i thaught you ment they looked stupid not because they had lines on them... no hard feelings?

lol ya no hard feelings =] but ya i need helpz. or something....so ya im making more tiles so i need some one to help figure this out fast =O
 
ok, i had this error a looonng time ago and it never realy got fixed,l but i was on the RMXP site looking for the RTP when i saw there were patches. so i was wondering if poccil had the patches installed when he made the kit and would the fact that i dont have thoses patches be the problem.

Here is a pic of the error in action:
[PokeCommunity.com] [Archive] Pokemon Essentials: Starter Kit for RPG Maker XP


=====================================================================================

ALL help is appreciated!
thanks for any help!

i believe that this error was fixed about two or three updates ago >.>
 
lol ya no hard feelings =] but ya i need helpz. or something....so ya im making more tiles so i need some one to help figure this out fast =O

well, MOST tileset generators SUCK. they make the part that you plan to make clear, several different shades of white, so it doesn't turn completely clear, you wined up with a bunch of white gunk all over it, if you have the links to the other parts for the tileset, i'll make it for you.


aslo, Does anyone know how to make an item call a common event? (and does anyone have any mini games for the sk X3)
 
yaoimutt:

To make an item that calls a common event, you can use the following script function. Assume that the item "MYITEM" is defined in the items.txt file like this:

Code:
505,MYITEM,MY ITEM,5,0,"My item",2,0
Assume that 10 is the common event ID to call.

Code:
ItemHandlers.addUseInField(:MYITEM, proc {
  $game_temp.common_event_id = 10
  next true
})

ItemHandlers.addUseFromBag(:MYITEM, proc {
  next 2
})
 
well, MOST tileset generators SUCK. they make the part that you plan to make clear, several different shades of white, so it doesn't turn completely clear, you wined up with a bunch of white gunk all over it, if you have the links to the other parts for the tileset, i'll make it for you.


aslo, Does anyone know how to make an item call a common event? (and does anyone have any mini games for the sk X3)

tile set generator?...i just used photoshop and created the tiles (32x32, then some recolered versions of kyledoves sets) then put them togeather....so what should i do pm u all the images er what?
 
fudgy: make sure there are no gaps between each 32x32 tile. Oh, and don't put them sideways, they won't work like that.
 
fudgy: make sure there are no gaps between each 32x32 tile. Oh, and don't put them sideways, they won't work like that.

Hi, Wichu. Can you please show me how to edit the move effects scripts so the new moves that incompatible with pokemon R/S/E system can be used in the game?
 
tile set generator?...i just used photoshop and created the tiles (32x32, then some recolered versions of kyledoves sets) then put them togeather....so what should i do pm u all the images er what?

i thought you said you put them togeather using a generatoer. o.0,

i guess i didn't understand the problem, anyway, yes, you can pm the images to me if you want me to make the tileset for you.
 
Hi, I'm just a beginner and when I try to test play the game it says:
''failed to create process'' can some1 plz help me?
 
Download the RTP on the RPG Maker Xp Website..kanerie
Hope I've helped

~PP
 
I can't find the script you have to change,
so you can change the pokemon the girl gives you
can some1 plz help me???
 
I can't find the script you have to change,
so you can change the pokemon the girl gives you
can some1 plz help me???
Read Notes.html
It tells you everthing..
 
Status
Not open for further replies.
Back
Top