Main Menu
  • Welcome to The RPG Maker Resource Kit.

[XP] Taking Event System Requests!

Started by Demonic Blade, April 29, 2008, 06:59:43 PM

0 Members and 1 Guest are viewing this topic.

Demonic Blade

TAKING EVENT SYSTEM REQUESTS
[/glow][/size]
Both I (Demonic Blade for those who haven't realized yet) and Ceegamus will take various event system
requests! Do request ANYTHING and we will let you know if we could do it!

Event System Requests so far: 1
Event System Requests Completed: 1 (100%)

Attached is a demo for every event system you've requested and we've completed.
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

Caesis

Can you make something like:

If "item" used, change location to map1,x,y

I can find how to do it if I assign a key to do it, but if I do autorun or something, it will crash the game.

Can you do something like this?

Thanks

- Caesis

Demonic Blade

Sure, and I would recommend you use parralel process, since it usualy (always, actually) works.

I'll get on it, it's not too hard. You want a demo?
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

Caesis

No thanks. I think I figure out how to do it but ...

How can I make it so "item used" triggers it, not "item in invintory" or "item equiped"

Demonic Blade

You don't need all that stuff such as "in inventory". You need a common event (no trigger), 3 variables, and an item!

Demo attached!
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

Demonic, if you want (and if anyone ever requests...), I could try helping you out with this.

I can't sprite or produce other resources worth crap, but I am starting to get good with Eventing.
This is a signature.

Demonic Blade

Sure! I'll edit the first post (or maybe make a new topic all together. People seem to like ignoring me :P)
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

If you want, I could send you a game with a bunch of demos I've made for my various games.
This is a signature.

Demonic Blade

Sure, I could upload 'em all up. And some of my own stuff as well (I won't upload everything)

Now, back to the topic... ANY REQUESTS?
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

Bunch of different demos in one game.
This is a signature.

Demonic Blade

Nice. Will take a look and put 'em up.
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

M'kay.  Lemme know if I screwed something up.

That happens to me a lot when I transfer stuff between games.
This is a signature.

Demonic Blade

Something that you might want to try to fix is exiting the album. Apart from that, I see no bugs in it ;)
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

I don't seem to have a problem with the album...

Oh, shit!  I just realized I never said how to use the album!

Lemme fix that.
This is a signature.

Demonic Blade

So it already IS possible to exit? Ah, well, good idea to get that written down.  I will download the new one then.
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

Yeah, and there's three different pages of pictures.  I added the text to what was already there.

L & R (Q &W by default) switch the pages left and right respectively, and hitting (I believe) A (Z by default) will exit.
This is a signature.

Demonic Blade

I think that X would be easier to remember though (that would be Esc). If you just did so that you cannot enter the menu when viewing it, that should work.
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

I'll look into it when I get my laptop back.  I'm on my dad's right now.
This is a signature.

Caesis

Quote from: Demonic Blade on May 16, 2008, 12:59:58 PM
You don't need all that stuff such as "in inventory". You need a common event (no trigger), 3 variables, and an item!

Demo attached!
Thanks alot. I modified it so it will teleport you to a location, and then teleport you back to where you were before you teleported =)

(I'm making a house system :D)

Caesis

Umm

I need an evented time of day.

like "fade when it gets dark"
Automaticly or by called event.

My attemps keep crashing the game >.>

Thanks alot
- Caesis

ceegamus

#20
In order to make a day night system, just have a common event that changed the screen color tone.  I tried (-136,-136,-136,0), @60.   Just call it when you want the day to turn to night.  To switch back, have a second common event that changes the screen to 0 again @60 frames.

Working on a demo.

EDIT: Try this.
This is a signature.

Caesis

I tried a day and night with loops and conditional branches with no good result. I'll try this out inna sec.

Thanks
- Caesis

Demonic Blade

nice, I never understand why people want day/night systems so advanced, when you can make it this simple.

However, I think one common event would be enough, and I don't think you'd need switches, but that's your choice ;)
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

ceegamus

Well, most people want day and night systems that they don't have to think about.  You set what time the game starts, and then just get to basically forget about it.

With this type, you have to do a lot more input.

Yeah, there was prolly a better way to do it, but I have RMXP installed onto a jump drive and was doing it on someone else's computer, so I was trying to hurry up and get it done.
This is a signature.

drakenkanon

here is something but i dont know or it is possible with event systems only:
http://rmrk.net/index.php/topic,28600.0.html
hope you know a way:P