• 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.

Help and Requests

Status
Not open for further replies.
Hi ^_^
Im working on a pokemon game and i have drawn up a new Pokemon and scanned it to the pc. i have tried a colouring it but one body part e.g wings took me ages to do because the outline of the pokemon has other colours and lines that u see wen u zoom in. Does anyone know a good program to use to do these or has a GOOD tutorial for it?
 
I have a question is there a sphere pokemon starter kit
 
to the best of my knowledge, there is no sphere starter-kit...
 
Ash Charset

If anyone is looking for one heres one that i found of a serebii forum of ash ketchum
^_^
Does anyone know where i can find a Ash charset or something very similiar.
I need it to show pictures when stuff happens, it doesn't look right when its someone like Lucas with a Ash picture as you can guess .
 
Hello all, I'm working on a GameMaker8 game where you go around in Birds-Eye view shooting at opponents. I'm trying to make my enemies intelligent but they seem to be refusing to learn. xD
I want to set a variable when they get hit for them to start attacking me but it just plain doesn't work. Here's the enemy's information.

Information about object: obj_enemy

Sprite: spr_enemy
Solid: true
Visible: true
Depth: 0
Persistent: false
Parent: <no parent>
Mask: <same as sprite>

Create Event:
execute code:

// This makes the enemy underlap the
// gray overlay so that he emerges from under it.
depth = 0;

// This sets the enemy's following variables.
follow_speed = 3;
sight_range = 80;
target_distance = 0;
hp = 15;
open_fire = false
enemy_shoot = true
able_slashed = true;

Alarm Event for alarm 0:
set variable enemy_shoot to true

Alarm Event for alarm 1:
set variable able_slashed to true

Step Event:
execute code:

target_distance = distance_to_object(obj_player);
if target_distance is smaller than sight_range
set variable open_fire to true
else
set variable open_fire to false
exit this event
if open_fire is equal to true
perform a step towards position (obj_player.x,obj_player.y) with speed follow_speed avoiding solid only
if enemy_shoot is equal to true
create instance of object obj_evil_bullet at relative position (0,0)
set Alarm 0 to 20
set variable enemy_shoot to false

End Step Event:
if hp is smaller than 15
set variable open_fire to true
if hp is smaller than 1
destroy the instance

Collision Event with object obj_bullet:
set variable hp relative to -2
for other object: destroy the instance

Collision Event with object obj_player_sw:
if able_slashed is equal to true
set variable hp relative to -8
set variable able_slashed to false
set Alarm 1 to 30
else
exit this event

I sure hope someone can help me here, I've been trying to nearly 2 months. xP
 
Help

I just downloaded RPG Maker yesterday and I don't know how to use it. Can you guys help me?

But mostly on The Pokemon Essentials. I don't know how to use them..
 
hey i wondering how do you make a online pokemon game, something like pokemon crater?
 
Hey I'm making a pokemon game with all the regions and I was wondering how to make a trainer card in the game where all the badges will show?
 
I really need help!

I added the "miracle eye" move and when the pokemon is in battle, an error message appears, then my pokemon attacks, then the enemy cannot! How can i fix this? The screenshot is in the spoiler... (Warning: Large File Size)

Spoiler:
 
I added the "miracle eye" move and when the pokemon is in battle, an error message appears, then my pokemon attacks, then the enemy cannot! How can i fix this? The screenshot is in the spoiler... (Warning: Large File Size)

Spoiler:

I don't know the answer, but I think it's better to ask this on the essentials thread ;)

And now for my request..
I have my own game, as some of you know..!
I made a new team for my game, and now I need a name for the leader of it, It's a female (yes a girl!)
So if anyone knows a good name, please help !

PoKéMaKeR
 
Last edited:
I have request whether someone has it can owerworld mechanic
??
 
I am creating a pokemon game but can't find a gem that is not already in use by another fan game. Please tell me 1 or make a list.
 
Status
Not open for further replies.
Back
Top