• 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.
Would anyone be interested if I asked Mastermind_X for permission to use the Platinum sprites he ripped? I'd resize and rename them all; I could make have both high-quality 160x160 versions, and lower-quality 128x128 versions.
 
Yes, I discovered the glitch while trying to beta test Metallic Silver, it happens when you encrypt the games, and try to play them.. Hopefully poccil will fix the problem soon :)

Edit: If I may can I request a way to trigger a phone call, not sure if its possible, I've looked throught the notes.html and advanced.html...
 
Last edited:
may i ask why is everybody asking Poccil to do all the work why dont you scriot these features into your game yourself and make your game unique
 
may i ask why is everybody asking Poccil to do all the work why dont you scriot these features into your game yourself and make your game unique

well, he is asking for donations for his education. i find that to be a worthy cause to raise some money for learning, it's like a win win situation...unless nobody donates of course.
 
Hey poccil I have the walls of a house set to X in the Terrain tags but it still lets me walk on them... Help? Also the black isn't working either. You can walk on some of it but the rest stops you. How do I get rid of that some?
 
could this method be explained a bit more?
Code:
pbDownloadToString(url)
what type of file should it be and would you use it to turn switches on and off and change variables?
 
That function returns a string containing downloaded content from a URL. If the download fails, it returns an empty string. The resource specified by the URL should be a plain text file.

The example offered in the demo (on the far left of the first row of computers in the map "Test Map 2") shows how the function can be used to set a variable and display it as text. Of course, the function can also be used in the script editor, in advanced situations where the game must connect to the Internet.
 
That function returns a string containing downloaded content from a URL. If the download fails, it returns an empty string. The resource specified by the URL should be a plain text file.

The example offered in the demo (on the far left of the first row of computers in the map "Test Map 2") shows how the function can be used to set a variable and display it as text. Of course, the function can also be used in the script editor, in advanced situations where the game must connect to the Internet.

but with one of the three pbDownload etc, would it be possible to change switches and variables?
 
Hey Poccil I'm glad to see you still updating this kit! Especially since Platinum recently came out I say new features are in order :D

I have a couple questions however:

1. I named one of my animations "Common:Shiny" but it still doesn't play the Shiny animation when I encounter a shiny, how come?

2. I've looked about (in the script editor) that there is a new script entitled, "PokemonTriad" and I was wondering what that was? Is it a Pokemon version of the infamous Triple Triad from Final Fantasy 8?

3. How would I go about editing what bonus items you get when buying a certain amount of an Item? For example you buy 10 Pokeballs you get a Premier Ball, but what if you wanted more like if you bought 10 Potions you get a Super Potion (or something similar)?
[Edit] I seen in the Script Editor how it works out and I'm gonna fool around with it to see if I can get what I want out of it.

I think that's all for now,
-Krobe

Okay I`m quoting myself from the previous page in hopes that someone will answer the questions.

Also I`m not sure if this bug is fixed, but Poccil there was a problem when an event was in the middle of running and if you save and shut off the game and reload it, the event will be moved back at the spot but still in the middle of the event.

It`s hard to explain, but basically when I was test playing this fan game, You would be in the middle of choosing your Pokemon from Prof. Oak, and once you chose your Pokemon your Rival would as well. At that point I saved and turned the game off. I came back later to find the Rival in his original spot in front of Oak but he would still be in the state of which before he would battle you when you attempt to leave. Therefore leading to a glitch where he would walk into the wall.

If you still don`t understand I`ll try to clarify further unless it`s been fixed already.

-Krobe
 
partyghoul2000:

Those functions cannot be used by themselves to change switches and variables. Please look at the event in the demo (on the far left of the first row of computers in the map "Test Map 2") for an example of how the result of the download functions, in this case a string, can be used to set a variable. That variable would then store that string. It also shows how such a variable can be displayed in a text box.

Krobelus:

To answer number 1, I've tested it and it works fine for me.

To answer number 2, yes, the game is based on "Triple Triad" from Final Fantasy 8. The Pokemon theme adapted here astonishingly well.

I don't see how the problem you have could happen. I need to look at the map where the problem occurred (just the map file, that's all).
 
Last edited:
partyghoul2000:

Those functions cannot be used by themselves to change switches and variables. Please look at the event in the demo (on the far left of the first row of computers in the map "Test Map 2") for an example of how the result of the download functions, in this case a string, can be used to set a variable. That variable would then store that string. It also shows how such a variable can be displayed in a text box.

Krobelus:

To answer number 1, I've tested it and it works fine for me.

To answer number 2, yes, the game is based on "Triple Triad" from Final Fantasy 8. The Pokemon theme adapted here astonishingly well.

ah...alright, follow me here. so if i make the text file say bacon and make a small script that basically says if string=bacon, it would turn on switch. would that work?
 
partyghoul2000:

Yes, the situation would work as you describe it. Next time, please use private messaging for questions like this.

w00t! thanks poccil!
sorry, i'll keep that in mind next time.
 
Status
Not open for further replies.
Back
Top