RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Dynamic leveling!

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
Is there any scripts that allows the game to level up characters INSIDE a battle, I mean giving exp to the characters every time something dies in a battle?
I

*
Full Metal Mod - He will pillage your women!
Rep:
Level 93
The RGSS Dude
Is there any scripts that allows the game to level up characters INSIDE a battle, I mean giving exp to the characters every time something dies in a battle?

I wrote a script that allows you to gain exp as you battle.

But it dissapeared with all the changes that went on.

I'll write a new one.

@Zeriab - if you can come up with a way to determine how much exp you get for healing somebody, the help would be appreciated.

EDIT: this is incomplete and untested I still have to implement some sort of level up thing.

EDIT 2: I also need to change how it draws exp.
« Last Edit: September 03, 2006, 08:03:07 PM by Tsunokiette »
"The wonderful thing about Tiggers
Is Tiggers are wonderful things
Their tops are made out of rubber
Their bottoms are made out of springs

They’re bouncy, trouncy, flouncy, pouncy
Fun, fun, fun, fun, fun!
But the most wonderful thing about Tiggers
Is I’m the only one, I’m the only one."

**
Rep: +0/-0Level 88
Is there any scripts that allows the game to level up characters INSIDE a battle, I mean giving exp to the characters every time something dies in a battle?

I wrote a script that allows you to gain exp as you battle.

But it dissapeared with all the changes that went on.

I'll write a new one.

@Zeriab - if you can come up with a way to determine how much exp you get for healing somebody, the help would be appreciated.

EDIT: this is incomplete and untested I still have to implement some sort of level up thing.

EDIT 2: I also need to change how it draws exp.


My hero!

Thanks :D I love you!


EDIT: This line: unless actor.cant_get_exp? is causing some kind of error. Could you be so kind to help me fix it, please? :D
« Last Edit: September 04, 2006, 06:06:02 PM by Elerlissa »
I

*
Full Metal Mod - He will pillage your women!
Rep:
Level 93
The RGSS Dude
Two Things -

1 ) It's incomplete if you finished reading my post  :P

2 ) That was an error on my part, that should be -

Code: [Select]
unless @active_battler.cant_get_exp?

This will be fixed in the final version which I will post in a new topic. *not today*
"The wonderful thing about Tiggers
Is Tiggers are wonderful things
Their tops are made out of rubber
Their bottoms are made out of springs

They’re bouncy, trouncy, flouncy, pouncy
Fun, fun, fun, fun, fun!
But the most wonderful thing about Tiggers
Is I’m the only one, I’m the only one."

**
Rep: +0/-0Level 88
Two Things -

1 ) It's incomplete if you finished reading my post  :P

2 ) That was an error on my part, that should be -

Code: [Select]
unless @active_battler.cant_get_exp?

This will be fixed in the final version which I will post in a new topic. *not today*

Thanks. Be sure to make me the first person to know! (Pm! Hint hint)

I love you for doing this :)
I

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
@Zeriab - if you can come up with a way to determine how much exp you get for healing somebody, the help would be appreciated.
Well... There could gained exp per how much hp is healed. That amount could be how the spell would heal or how much actually is healed.
There could also be a fixed amount on the spells which perhaps is multiplied with the hero level.
Is this what you mean??

**
Rep: +0/-0Level 88
*bump*

Awaiting new updates. ---------*Transmision End*---------
I