MechZero
Rm2k3 Master
- 6
- Posts
- 19
- Years
- United States
- Seen Dec 10, 2005
I posted this on many forums well here it is.
Ok some people say its extreamly hard well its not it's well very easy if you ask me.
The 1st thing you should do is.
Creat around 400 variables 1 variable=1 pokemon[and try to name them as the pokemon's name]
then do the same for switches but have it as Captured Pokemons name
Now create the basic variables Like cursorX and Y and some X Y variables for easy picture placeing.
Now lets create a check system
best if you do in commen events in the database
heres an example of what 1 code should be
Fork-If Pikachu is in party
Variable-???Pikachu-set 1
switch-captured pikachu on
call event Pikachu is in battle[his hp and PP[mp]
els case
Now create a Pokemon switch system By god I wish the events would go higher than 100 lol or is that just rm2k oh well create a page for each pokemon[of each slot]
now if the Pokemon is in you party we need to creat some variables lets name them Pokemon Slot 1 Pokemon slot 2 Pokemon slot 3 Pokemon slot 4 and Pokemon slot 5[I think you get it]
Now we all know the Pokemon will never be in the 1st slot because of the hero[trainer]
but thats why we are using variables.
[Make a map for this part]
I don't understand the Pokemon system fully but well Im getting it.
Now for items well just look for an Custom Items tutorial On Http://www.gamingw.net or some other rm2k3 site.
now all ya gotta do is create some custom menu's and attack slots and ur done lol.
Ok some people say its extreamly hard well its not it's well very easy if you ask me.
The 1st thing you should do is.
Creat around 400 variables 1 variable=1 pokemon[and try to name them as the pokemon's name]
then do the same for switches but have it as Captured Pokemons name
Now create the basic variables Like cursorX and Y and some X Y variables for easy picture placeing.
Now lets create a check system
best if you do in commen events in the database
heres an example of what 1 code should be
Fork-If Pikachu is in party
Variable-???Pikachu-set 1
switch-captured pikachu on
call event Pikachu is in battle[his hp and PP[mp]
els case
Now create a Pokemon switch system By god I wish the events would go higher than 100 lol or is that just rm2k oh well create a page for each pokemon[of each slot]
now if the Pokemon is in you party we need to creat some variables lets name them Pokemon Slot 1 Pokemon slot 2 Pokemon slot 3 Pokemon slot 4 and Pokemon slot 5[I think you get it]
Now we all know the Pokemon will never be in the 1st slot because of the hero[trainer]
but thats why we are using variables.
[Make a map for this part]
I don't understand the Pokemon system fully but well Im getting it.
Now for items well just look for an Custom Items tutorial On Http://www.gamingw.net or some other rm2k3 site.
now all ya gotta do is create some custom menu's and attack slots and ur done lol.