Jump to content
  • 0
esquilla13

Modified Rebirth System

Question

5 answers to this question

Recommended Posts

  • 0

@@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 !

Share this post


Link to post
Share on other sites
  • 0

your request will need a source modification OnPCStatCalcEvent

 

well rathena has it, but somehow Ind refused to add it in ... oh well

https://github.com/HerculesWS/Hercules/pull/351

 

 

nvm I can rewrite this for hercules ... again and again

OnPCStatCalcEvent

and the script

http://upaste.me/b3f52179820a539e1

 

 

psss ... go back to irc

Share this post


Link to post
Share on other sites
  • 0

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 ~

Share this post


Link to post
Share on other sites
  • 0

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 ---

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.