GymLeaderLance99
A Muffin Button
- 1,092
- Posts
- 20
- Years
- Age 34
- The Road to Tomorrow
- Seen Jul 3, 2024
Does anyone have a Lance charset for RM2K3? I got to the Lake of Rage in my Gold remake and I need it.
Matt12345678 said:in map editing (RMXP) when I am editing lower layers, i can't see the above layers... I would normally see a transparent image of it....
thank you! :) im too stupid to think about what the options mean.... :PSylph said:It's simple. You just need to go to View, and then se?ect the "All Layers" option and tic the "Dim other Layers" option (for the other layers to come out transparent-like)
~Amethyst_Callista_Moon~ said:Okay, this is kind of a stupid question, but...
Once I've imported some Pokemon Chipsets, how exactly do I start using them? You know, because they didn't come in the RTP. (RM2K3, that is).
Easy, all you need to do is press Alt+Print Screenlimy85 said:Hi how do i make screenshots?
I'm not too sure exactly what you mean by that, what you need to do is make a Pokedex system using RGSS (RMXP), Lots of Events (RM2k/3), Javascript (Sphere). I'm currently working on a Pok?dex script with RGSS but failing at a few parts...limy85 said:What are the controls cause i made a pokedex but i don't know how to get it up in my game?
That's because the starter kit is no longer available, blizzy decide to take a break from everyone asking about a release of the next demo, so there is no more starter kit, what you will need to do is make your own Custom Sytems using RGSS...Son Goku SSJ4 said:Hello.
My Problem is that I can't open the Pok?mon StarterKit for RMXP.
When I will open it, the ZIP has 0 Bytes and is empty.
Does anybody knows how I can get the StarterKit?
Sorry if my english is incorrect but I am from Austria and I can't speak and write english very well :embarrass
Check the Tutorials page, I will go over the *very* basic stuff you need to do...Son Goku SSJ4 said:Oh, okay. Thanks.
RGSS is very diffycult for me and so I hope that I can use this StarterKit.
But when it was deleted thats also okay, then I will search Help in other Forums.
The Problem is that I will make a Pok?mon Game and I haven't a Pok?mon-Battle-Script.
You know, that in the Videogames you will be challenged by a Trainer if he see you and thats the matter. I don't know how to use Events to make a Move-Event for the Trainer.
Because if I go on the Route and a Trainer see me, then he should go in front of me and make a Battle.
And I don't know how to make Pok?mons that appear in the Gras and they must be catchable. The Attacks are the third Problem, because the Types with Fire, Ice, Dragon and so on are using Variables and thats very hard when you haven't any Friends who helps you.
I have the Story, I have the Pok?mons, I have the Maps and I also have the Gym Leaders and the Elite Four. But I haven't any Friends who can helps me.
I hope that I will found someone who will help me with my Pok?mon Project.
#======================================================
# A custom battle system by Budgie_boy of www.pokecommunity.com
# Also done by everyone else who wants to help
#---------------------------------------------------------------------
#======================================================
class Game_CustomBattle #Just the very basic of battler variables
#----------------------
attr_accessor : Frontsprite_name #Name of the front battle Sprite
attr_accessor : Backsprite_name #Name of the back battle Sprite
attr_accessor : Type_one #The main type of Pok?mon
attr_accessor : Type_Two #The second type of the pok?mon (If dual type)
attr_accessor : Level #The level of the pok?mon
attr_accessor : HP #Health Points
attr_accessor : ExP #Experience Point
attr_accessor : Att #Attack Power
attr_accessor : Sp_Att # Special Attack
attr_accessor : Def #Defence Power
attr_accessor : Sp_Def # Special Defence
attr_accessor : Agi #Agilty
attr_accessor : Ability #The abolity of the pok?mon
attr_accessor : Trainer_ID #The trainer ID of the Pok?mon
attr_accessor : Attack_One #Name of attack in slot 1
attr_accessor : Attackone_Type #Type of attack in slot 1
attr_accessor : Attackone_PP #Power Point Value of the attack.
attr_accessor : Attack_two #Name of attack in slot 2
attr_accessor : Attacktwo_Type #Type of attack in slot 2
attr_accessor : Attacktwo_PP #Power Point Value of the attack.
attr_accessor : Attack_Three #Name of attack in slot 3
attr_accessor : Attackthree_Type #Type of attack in slot 3
attr_accessor : Attackthree_PP #Power Point Value of the attack.
attr_accessor : Attack_four #Name of attack in slot 4
attr_accessor : Attackfour_Type #Type of attack in slot 4
attr_accessor : Attackfour_PP #Power Point Value of the attack.
~Amethyst_Callista_Moon~ said:Okay, for some reason, the CharSets (made by Avatar) won't get imported when I try to upload them. The error message says "Invalid image size". What do I do?
PS: This is on RM2K3, thank you.
It's only what I have so far>>>Demonic Budha said:Hey Budgie Boy, that Custom CBS, do i have to copy that for every pokemon that i may use, or is it just ment to be a basic demo CBS??