Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: Kyo on May 17, 2009, 12:43:14 am

Title: The Most EPIC Request! [This time it got on all MMORPG games!]
Post by: Kyo on May 17, 2009, 12:43:14 am
Well again i requested another script , and first before i request i know that most people will probably say "Search at blablabla ".
When i was searching for VX [not xp , this one is for XP] i can't even heard of people requested this script but now it coming out hahaha!

I requesting for DOUBLE / TRIPLE EXP script !

I try use some event well even without the script Event wait for 999 frames (i want to make it last for 15 minutes) i try do like this :

>Text : You used the Dragon Head! You will receive twice the amount of EXP for 15 minutes
±§ Probably the script §±
>Wait Frames : 999 x 37 (code)
±§ the script §±
>Text : Aww man! The effect fade!

But it don't wait! It quickly go like "you eat the head bla bla bla" , when you press space it quickly go "AWW man! bla bla bla!"
Try it yourself if the command you create work tell me!

And if don't

Please do the script with the timer inside All in 1 T_T
Title: Re: The Most EPIC Request! [This time it got on all MMORPG games!]
Post by: G_G on May 17, 2009, 12:47:10 am
Well I made a script I was going to release that could double or triple experience but it doesnt have a timer.
Title: Re: The Most EPIC Request! [This time it got on all MMORPG games!]
Post by: Starrodkirby86 on May 17, 2009, 12:57:23 am
Wow man, you got a good head for ideas. I love you for that.

This can be done without trouble, at least in my eyes. Of course, I suck at Ruby, but the concepts I can think of...

Eat a certain item. This item will trigger a Common Event. The Common Event will trigger a Call Script to activate the EXP Double Script. It also activates a Timer. Once that timer expires, the common event will trigger another Call Script to disable the EXP Double Script.

Doubling the EXP shouldn't be hard at all. You just need to find the variable in the scripts there (Which you'll bound to find if you search in the Battle areas or something), and then make an algorithm (or formula) doubling the value ( x*2 :x ).

That's what I think anyway.
Title: Re: The Most EPIC Request! [This time it got on all MMORPG games!]
Post by: Blizzard on May 17, 2009, 07:38:11 am
Didn't I release my EXP Gain add-on that I created for CP? O_o

EDIT: No, I didn't. :xD:
Title: Re: The Most EPIC Request! [This time it got on all MMORPG games!]
Post by: Kyo on May 17, 2009, 08:56:40 am
OHH GOD!! I HATE RMXP , the command freak up my game >.<