-
Content Count
4,417 -
Joined
-
Last visited
-
Days Won
57
Content Type
Profiles
Forums
Blogs
Downloads
Calendar
Gallery
Everything posted by Polraudio
-
Hey Welcome to RMXPU. Need anything feel free to ask.
-
How far have you actually got on this?
-
Welcome back. How was Camp?
-
That is not a sig. And what are you trying to get at?
-
I remember this site from a while back. Thanks for finding it again.
-
From Resource Analysis to Projects & Teams
-
Its looking great guys. :D Thanks to everyone who has signed it so far.
-
~Moved~ You had it in the wrong spot. I will try this as soon as i get a chance.
-
That wouldn't work. I don't consider my self a novice yet. I'm just merely an advanced beginner. Not that i cannot do it. I dont have the time and its not worth taking 3 lines of events and turning it into 100's of lines of code.
-
A Hodge Podge of Info and Q's for my project...
Polraudio replied to vincestick's topic in General Game Development
1&2) Never ever use the default characters. Like Leon said it shows no creativity. 3) Sure the default is not that bad but i usually avoid them. Now Another point Leon said you need a good story, Yes you need a good story and need to get rid of most of the default stuff(80%). -
Sweet! Welcome to Rmxpunlimited. If you need anything feel free to ask.
-
Nice Emily. Glad everyone is joining in.
-
Here is how you would make a common event to rise prices over time. This includes Buying and Selling items. First Step: Make a Common event with a switch to be turned on and a parallel process. Second Step: insert this code(Call script) in the 1st line $data_items[ID].price = $game_variables[ID] This part is where yo select what item you want to change the price on. $data_items[ID].price Replace ID with the ID of the item you want the price to be changed This part is where you change what variable is used to store the price of the item in $game_variables[ID] Replace ID with the ID of the variable you want to use to store the price. Third Step: Make a wait time. This will determine on how long it takes to increase the price. Fourth Step: Increase the value of the variable by 1 NOTE: You might want to set the variable to the normal price you have selected then it will add to the normal price. Here is what your event should look like.
-
Left arm. I don't need it just hangs around while my right does everything. Maybe cause most of my posts are serious. Don't have one, I like all 3 equally. Nope lol
-
Hey everyone, it's Crimson!
Polraudio replied to CrimsonInferno's topic in Introductions and Farewells
Hey welcome to RMXPU. If you need anything, I mean it anything just ask. Everyone here is very friendly. -
I would have to agree with you on that.
-
You could have NPC's in a random spot each time a characters enters the town or a building. You can do this with a variable being changed as they enter town. Or my favorite. Random sayings. Setup like 3-6 different sayings for each NPC. Thats what i would do. Hopefully this sparked some thought.
-
I started this on my site and thought it would be a fun and creative idea. RPG Maker Comics RPG Maker Comics are comics made with RPG Maker Graphics. They can either be made With RPG Maker XP or RPG Maker VX. If you wish to make one please use the template below. <>>>Template<<<> Comics: Comic: #1 By: Formlesstree4 Comic: #2 By: Formlesstree4 Comic: #3 By: Formlesstree4 Comic: #4 By: EmilyAnnCoons
-
O well. We all have to die sometime. Any more questions? No im not answering that.
-
July Nominating Thats right its time for Nominating. Read the Rules to see how to Nominate. Don't use this topic for saying who your going to vote for. Congratulate the person if you would like. Nominated: -solshadow
-
You can with UMS. Try it out and see if it works. http://www.rmxpunlimited.net/index.php/com...&item_id=29
-
I would have to go with the Bright Colored Clothes. I rather have that then anything else. Will be easier to avoid them and it might scare them.
-
How to use a wired Xbox 360 controller for PC (Windows XP)
Polraudio replied to vincestick's topic in Entertainment & Media
Nice little tutorial. Understandable. I got my PS3 controller to work on my computer as a mouse, Some keyboard buttons. -
Hey this is a very nice script. Good job. Nice to be able to select it your self.
-
Looks like #1 would be your problem. That script is clashing with your Battle system Script if you added one.
