Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   RPGMaker (http://zelaron.com/forum/forumdisplay.php?f=188)
-   -   [RMVX] I'm currently free, anyone want me to make.. (http://zelaron.com/forum/showthread.php?t=46086)

Goodlookinguy 2008-06-13 12:11 PM

I'm currently free, anyone want me to make..
 
some sort of class changing, character changing, anything really, system?

You know I can. I'm bored and need something to occupy myself with.

I'm only gonna do VX at this time. Maybe a XP one later.

Wolfturn 2008-06-13 02:00 PM

Quote:

Originally Posted by Goodlookinguy (Post 641082)
some sort of class changing, character changing, anything really, system?

You know I can. I'm bored and need something to occupy myself with.

I'm only gonna do VX at this time. Maybe a XP one later.

Hmm make me a weapon that has certain abilities.
Like an earth sword that has a chance to throw an earth bolt.
or a book that teaches you abilities for like 30 minutes.

plz and ty :))

Goodlookinguy 2008-06-14 01:09 AM

Quote:

Originally Posted by Wolfturn (Post 641103)
Hmm make me a weapon that has certain abilities.
Like an earth sword that has a chance to throw an earth bolt.
or a book that teaches you abilities for like 30 minutes.

plz and ty :))


Wait, that doesn't make sense. Why would a book teach you an ability for only 30-minutes? Yes I could make it, but please explain where this would be used.

VX has limitations for things like an Earth Sword throwing earth bolts, so that one is kind of outta my hands. However, I can make items that can do that.

Wolfturn 2008-06-14 10:55 AM

Quote:

Originally Posted by Goodlookinguy (Post 641162)
Wait, that doesn't make sense. Why would a book teach you an ability for only 30-minutes? Yes I could make it, but please explain where this would be used.

VX has limitations for things like an Earth Sword throwing earth bolts, so that one is kind of outta my hands. However, I can make items that can do that.

well i just want it for Any item not nessecarily a book. ill post mor in a sec cuz im on my wii n its hard to type brb

[edit] Ok, now i'm on the computer :P sorry lol.
Now that your bored i'm going to take advantage of you. Make me a System that can teach you an ability forever, and one that can make it for only a certain amt of time.

Then i want to make a mining/blacksmithing system, but i'll go into detail with that later. k? because i think i can do that myself. of course if your THAT bored, then go ahead and make me one lol. but i want a progress bar on the top that shows how long it takes for you to mine.

If your bored make me something like that. and i'll play with it later.

[edit 2]
Your making an MMORPG??!?

Coriander 2008-06-14 01:28 PM

Yes he is Wolfturn, The Zelaron MMORPG, there is a thread specifically for it on this forum.

Goodlookinguy 2008-06-14 01:36 PM

Quote:

Originally Posted by Wolfturn (Post 641177)
Ok, now i'm on the computer :P sorry lol.
Now that your bored i'm going to take advantage of you. Make me a System that can teach you an ability forever, and one that can make it for only a certain amt of time.

This first one requires two common events that I called, "itemstop," and, "itemstop2." This is if you were to learn an event for a certain amount of time.

itemstop
Code:

@>Conditional Branch: Switch [0001:Timer] == OFF
        @>Text: -, -, Normal, Bottom
        :        : For Who?
        @>Show Choices: 1st Char, 2nd Char
        :  When [1st Char]
                @>Text: -, -, Normal, Bottom
                :        : OK!
                @>Change Skills: [Tim], + [Earth]
                @>
        :  When [2nd Char]
                @>Text: -, -, Normal, Bottom
                :        : OK!
                @>Change Skills: [Jim], + [Earth]
                @>
        :  Branch End
        @>Control Timer: Startup (30 min, 0 sec.)
        @>Call Common Event: itemstopP2
        @>Control Switches: [0001:Timer] = ON
        @>
 :  Branch End
@>

itemstop2
Code:

@>Control Variable: [0001:Timer] = Timer
@>Conditional Branch: Variable [0001:Timer] == 0
        @>Conditional Branch: [Tim] is [Earth] Learned
                @>Change Skills: [Tim], - [Earth]
                @>
        :  Branch End
        @>Conditional Branch: [Jim] is [Earth] Learned
                @>Change Skills: [Jim], - [Earth]
                @>
        :  Branch End
        @>Control Switches: [0001:Timer] = OFF
        @>Control Timer: Stop
        @>
 :  Branch End
@>

And here is one if you wanted to learn the spell forever, keep in mind that you have to make a new common event for each and every spell learned. That goes for the event I wrote out above as well.

Code:

@>Text: -, -, Normal, Bottom
 :        : For Who?
@>Show Choices: 1st Char, 2nd Char
 :  When [1st Char]
        @>Text: -, -, Normal, Bottom
        :        : OK!
        @>Change Skills: [Tim], + [Earth]
        @>
:  When [2nd Char]
        @>Text: -, -, Normal, Bottom
        :        : OK!
        @>Change Skills: [Jim], + [Earth]
        @>
:  Branch End
@>

Now with that you can do what you asked for. I can make a more speficated version if I had a tad more time, but I am trying to make a quick and easy one!

Quote:

Originally Posted by Wolfturn (Post 641177)
Then i want to make a mining/blacksmithing system, but i'll go into detail with that later. k? because i think i can do that myself. of course if your THAT bored, then go ahead and make me one lol. but i want a progress bar on the top that shows how long it takes for you to mine.

If your bored make me something like that. and i'll play with it later.

I don't have enough RGSS2 knowledge, yet, to be able to create a what your asking for.

Quote:

Originally Posted by Wolfturn (Post 641177)
Your making an MMORPG??!?

Yes I am.

Wolfturn 2008-06-16 01:33 PM

Wow thanks a bunch


All times are GMT -6. The time now is 05:01 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.