demonic
Member-
Content Count
17 -
Joined
-
Last visited
About demonic
-
Rank
Newbie
- Birthday 10/17/1990
Other
-
Referer
Google.com lol
Profile Information
-
Gender
Male
-
Location
Heven
-
Interests
Games like xbox, computer, Movies
Engines
-
Prefered Engine
RPG Maker XP
-
Engine Level
Expert
-
Class Title
Eventer
-
Other Skills
Common Event
-
Project(s)
Demonic And The Castle of Darkness
-
Welcome
-
My Friend made this CE In this tutorial you will learn... • How to make a compound day and night system… • …Complete with morning, day, evening and night Hey there, and welcome to my second advanced eventing tutorial! In this tutorial, I will be showing you how to make a compound day and night system. A compound system is not in real-time So, let's get going! Just before we begin, I'll tell you what you need: ê Three common events ê Three switches ê A variable ê Event Note: At the moment, this system is incompatible with the Random Weather System that we saw in the previous tutorial. However, I am going to write a tutorial where you can make a system incoorporating both aspects to give you a day and night system with random weather. However, until then, you won't be able to use the random weather system and the compound day and night at the same time, unfortunately. So, get yourself a map where we can demonstrate this system. Now, as this system is based completely on common events, more or less exactly the same as the random weather system a moment ago, we're going to go straight into the database and head over to the common events tab, and create a new common event called Day and Night Timer, or something similar. When we've done that, we need to set the trigger to Autorun, and the condition to a new switch called Day and Night Timer being ON. Your common event should look something like the following… Okay so far? Now we're going to need to come back to this common event later and put in some more commands, but for now, we're going to put in the following: first a Control Timer command that sets up the timer to the interval you would like it to be between the times of day. I am going to set it to twenty minutes (although you might like to set it to something like 10 seconds for testing purposes!). After that, we need to put in a command turning OFF the Day and Night Timer switch that we used as the trigger, and then after that, we need to add a command turning on a new switch called something like Day and Night Check. Okay? Here a Screenshot Right. Now we're going to make a new common event, called Day and Night Check. Here, we need to set the trigger to parallel, and the switch to the one that we turned on a moment ago (Day and Night Check). This will be the event that checks our timer, and when it has reached zero, changes the time of day. So, in the command section, we need to first put in a conditional branch, checking whether the timer is 0 min, 0 sec. or less. In side that conditional branch, we need one command: to turn a third switch on, called Time of Day Change. So, your second common event should look something like the following… Right. Once we have done that, we need to make a third and final common event called Time of Day Change. Set the trigger to parallel, and the switch to being the switch that we just turned on: Time of Day Change. Now, in this common event, the commands are a little longer. Firstly, add a command turning off the Day and Night Check switch; we don't need that event going any more. Now we're going to change the time of day, but we're going to go about it in a bit of a special way. We're going to store a number according to the time of day in a variable, and that way, the system can see what time of day it is, and then move it onto the next time of day - Day will be 0, evening will be 1, night will be 2 and morning will be 3. So, our first command is going to be a conditional branch checking whether the variable Time of Day (we'll need to create this) is equal to zero. If it is, the time of day is obviously day, so we'll change the time of day to the next one on - evening - and set the variable to 1, meaning evening. I know that it's a little confusing, but here is a picture to help a bit. Okay, so that is what happens when the time of day is 0 (day). We need to add an embedded conditional branch into the else section of the one we've just done, checking if the variable is equal to 1 (evening). If it is, we'll enter the screen tints for changing to night, and then set the variable to 2 (night). Okay? Then, in the else section of that, we check if the variable is equal to 2 (night) and if it is, we'll change the screen tint to morning, and change the variable to 3 (morning). Okay? Here is another picture… Great! Now we only have three more things to do. Firstly, you may be asking why we have an empty else branch at the bottom. Well, if you're familiar with embedded conitional branching, then you'll know that this is for the only possible value left of the variable, which can only be 3. So, if it is 3, we enter a command to change the screen tint to day, and then change the variable to 0 (day). And that's it for the embedded conditional branching! Now, at the bottom of this, we need to add a command that will send the system back to the beginning. So, add in a command turning the Day and Night Timer switch back on, and then, when the screen tint has finished changing, the system will go back to the timer. Voilà! Here is a picture of the finished common event: Just before we test our system, however, we need to add one more command in to the Day and Night Timer common event. At the top, add in a command turning off the Time of Day Change switch - and there we go! A completed compound day and night system. Feel free to change the timer value and the screen tints and the time they take to change. Bear in mind, however, that without scripting, the maximum timer value is 99 minutes and 59 seconds, and the maximum screen tint frames to change is 200. Test out your system and see if it works.
-
Dashing Shoe No Script Just CE/E
demonic replied to demonic's topic in Archived RPG Maker XP Tutorials
Ok Im Making it right now you just here make a Event and turn Switch off (Edit)Im Done The Buttom is c here a screenshot -
Basic/Adv it matter of you can read Uno:Go To Armor Make a item call it dashing shoes Go To kind:Accessory Dos:Go to datebase go to Common Events Call it Dashing Shoe or whatever Go to Command:Conditional Branch Page 2 Pick your Actors,Armor:Dashing Shoes.Now For the !Easy Part! under equipped do Command:Set Route:Speed you pick:Command:Wait for move's Completion now for else the same thing on top but the speed make it one under the one you pick on the top e.g of i pick 5 for top it be 4 for bottom. make it parallel:Condition Switch Whatever Tres:make a Event in the game and add Command:control Switches whatever you name it Trigger Parallel you made Dashing Shoes No Script
-
Common Event:How they work and making one
demonic replied to demonic's topic in Archived RPG Maker XP Tutorials
thanks Sr.tomo. si Ingles es my second language -
5) How do I create items that cast magical spells. For instance if I wanted to make a Fire Stone that cast Fire 3 in battle, how would I go about doing that? Ok Go to Common Event Call it fire or whatever add command Show battle animation pick Enitre troop or 1. and pick the animation and add deal damage pick the damage and Entire Troop or 1. Now make a item call it fire stone and scroll down to common Event it under target Animation add the Common Event. Hope this help you
-
Hello there im going to show you how common Event work.This tutorial is for the new people who just started What Common Event for:There are use for skill and items Like a note from someone saying the boss weekness is fire. Making a CE:Go to your datebase go to Common Events and put in Commands like text and a skill.e.g you have learn thunder. Go to page 3 on Command and go to change skill you will see Actor learn/Forget under that there skills add what skill you want to learn.Go back to CE and add texts and add a skill now make a item call it whatever scroll down to you see Common Event and add the CE.Now make a character Event put in Change item and add a text saying you Learn Thunder or whatever you want to say.Hope you like :) CE:Can be use for Doors Chest And lighting/Screen I was going to add Screenshot but it not letting me to upload them
-
having the player have the choice to change the characters name
-
I want to know to make custom name ex:dude:what is ur name? then you pick your name You:my name is(custom name)Like bob that all and i didnt know where to put this of i didnt put in the right one move it
-
o sorry about that im going to to reupload it i had to fix somthing and i did compress befor u download is it the one with the sun thing with green arrows? Download
-
Hi can you test me game it call demonic the castle of darkness i didnt make a topic for it and the title is somthing i found on my computer and edit Download