esquilla13 1 Posted October 29, 2015 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 Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted October 30, 2015 @@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 ! Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted October 29, 2015 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 Quote Share this post Link to post Share on other sites
0 esquilla13 1 Posted October 29, 2015 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 ~ Quote Share this post Link to post Share on other sites
0 Aeromesi 180 Posted October 30, 2015 This sounds pretty cool, but don't you think this would cause a really big balance issue? @@esquilla13 Quote Share this post Link to post Share on other sites
0 esquilla13 1 Posted October 30, 2015 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 --- Quote Share this post Link to post Share on other sites
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
Share this post
Link to post
Share on other sites