View Single Post
 
Reply
Posted 2008-06-14, 01:36 PM in reply to Wolfturn's post starting "well i just want it for Any item not..."
Wolfturn said: [Goto]
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!

Wolfturn said: [Goto]
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.

Wolfturn said: [Goto]
Your making an MMORPG??!?
Yes I am.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy