Modified Rebirth System

esquilla13

New member
Messages
106
Points
0
Yo~ I would like to request a modification of Dastgir's Rebirth System Script ~

http://herc.ws/board/topic/5191-rebirth-system/

So what I need are:

Set reward intervals ie: Every 3 rebirths, every 5 rebirths, or every 10 rebirths ~

Rewards should be given in the set intervals ~

Rewards to be given are - +5 Attack and +5Matk

 
Thanks Annie ~

The reward Attack and Matk should be permanent, it also should stack ~

So for example if you rebirth 

OnPCStatCalcEvent:
if ( rebirth_no > 0 && !( rebirth_no % .bonus_stats_rebirth ) ) {
bonus bAtk, 5; // sure you can edit on your own
bonus bMatk, 5;
}
end;
// EXTRA stats are given upon reaching number of rebirth
.bonus_stats_rebirth = 6; // every 5 rebirth, gives the bonus in OnPCStatCalcEvent
 

120 Times, you should have gained +100 on Attack and Matk PERMANENTLY ~

 
@@esquilla13

yeah you didn't explained properly on the 1st post

so I also misunderstood your request

http://upaste.me/1f1121809115785ba

I added .@total_rebirth variable so this will calculate the total amount of rebirth

so even the ranking shows 3 rebirth and 3 master rebirth

if your .MasterRebirth = 5; then the total is 3x5+3 = 18 total rebirth, gained +15 atk/matk


@@Aeromesi

lol, in script request we don't care about server balance issue

gives the player 10000 status points is just a keyboard away !

 
Last edited by a moderator:
This sounds pretty cool, but don't you think this would cause a really big balance issue? @@esquilla13
I guess nope it won't Unbalance things ~ This system are for competitive play ~ Besides if a two player has the same amount of rebirths it's just like they have the same items ~ It will matter on their skills and etc.

@@esquilla13

yeah you didn't explained properly on the 1st post

so I also misunderstood your request

http://upaste.me/1f1121809115785ba

I added .@total_rebirth variable so this will calculate the total amount of rebirth

so even the ranking shows 3 rebirth and 3 master rebirth

if your .MasterRebirth = 5; then the total is 3x5+3 = 18 total rebirth, gained +15 atk/matk


@@Aeromesi

lol, in script request we don't care about server balance issue

gives the player 10000 status points is just a keyboard away !
Thanks~ It helps a lot. Perfectly works now ---

 
Back
Top