BreakDancer Posted June 11, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 01/22/14 Last Seen: August 3, 2022 Share Posted June 11, 2021 Hello all, i wanna make script that let players make rebirth again and gain additional drop rate , decrease exp rate can anyone help me about this ? Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 12, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 19 hours ago Share Posted June 12, 2021 use bonus_script to handle droprate per rebirth. (See doc/script_command) Quote Link to comment Share on other sites More sharing options...
0 BreakDancer Posted June 12, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 01/22/14 Last Seen: August 3, 2022 Author Share Posted June 12, 2021 9 hours ago, Start_ said: use bonus_script to handle droprate per rebirth. (See doc/script_command) ty for replay , can u give me example ? 3 hours ago, BreakDancer said: ty for replay , can u give me example ? now i test it with an item to equip : - Id: 2742 AegisName: Lucky_Clip Name: Lucky Clip Type: Armor Locations: Both_Accessory: true Trade: Override: 100 NoDrop: true NoTrade: true NoSell: true NoCart: true NoStorage: true NoGuildStorage: true NoMail: true NoAuction: true Script: | bonus2 bDropAddRace,RC_All,10000; but drop rate doesn't affect with this item. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 12, 2021 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 19 hours ago Share Posted June 12, 2021 https://raw.githubusercontent.com/kaninhot004/rathena/monster_room/npc/bomberland/bomberian.txt This function give you new buff everytime you call it. callfunc("RefreshBomberian"); So if you hold a 'character variables' for rebirth count. Then use it for drop rate. Done Quote Link to comment Share on other sites More sharing options...
0 BreakDancer Posted June 13, 2021 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 01/22/14 Last Seen: August 3, 2022 Author Share Posted June 13, 2021 12 hours ago, Start_ said: https://raw.githubusercontent.com/kaninhot004/rathena/monster_room/npc/bomberland/bomberian.txt This function give you new buff everytime you call it. callfunc("RefreshBomberian"); So if you hold a 'character variables' for rebirth count. Then use it for drop rate. Done Yes thanks it works , but can i prevent the use of battle manuals ? Quote Link to comment Share on other sites More sharing options...
Question
BreakDancer
Hello all,
i wanna make script that let players make rebirth again and gain additional drop rate , decrease exp rate
can anyone help me about this ?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.