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

Help and Requests

Status
Not open for further replies.

evanescencelord

Team Magma ******
19
Posts
15
Years
  • Seen Sep 5, 2008
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?
 

Ydroj

beginning hacker
16
Posts
16
Years
  • Seen Aug 12, 2009
I have a question is there a sphere pokemon starter kit
 

Ydroj

beginning hacker
16
Posts
16
Years
  • Seen Aug 12, 2009
I have a question is there a sphere pokemon starter kit
if there isn't could somebody teach me how to work wit sphere
o sorry for the twice posting I thought I used the edit butten but used the quote button
 

Atomic Reactor

Guest
0
Posts
to the best of my knowledge, there is no sphere starter-kit...
 

Ydroj

beginning hacker
16
Posts
16
Years
  • Seen Aug 12, 2009
then I come back to my other question could somebody teach me how to work with sphere likely making the titel screen coding the intro etc. I know how to put in maps and how to tileset but the other things I don't know
 

evanescencelord

Team Magma ******
19
Posts
15
Years
  • Seen Sep 5, 2008
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 .
 

Short Range

Chargin' mah Solarbeam!
270
Posts
16
Years
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
 

R a i n n s a n雨

デンリュウ
222
Posts
16
Years
  • Seen Jul 10, 2010
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..
 

Kendosis

Gym Leader
171
Posts
15
Years
hey i wondering how do you make a online pokemon game, something like pokemon crater?
 
490
Posts
15
Years
  • Age 34
  • Seen Sep 27, 2021
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?
 

Hardy Har Har

Oh dear, oh my...
258
Posts
16
Years
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:
 

PoKéMaKeR1

Pokemon Rancher creator!
282
Posts
16
Years
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:

venom12

Pokemon Crystal Rain Relased
476
Posts
17
Years
  • Age 33
  • Seen Dec 28, 2023
I have request whether someone has it can owerworld mechanic
??
 
521
Posts
15
Years
  • Seen Sep 11, 2013
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