Jump to content
  • 0

rebirth script with increase drop rate


BreakDancer

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

use bonus_script to handle droprate per rebirth. (See doc/script_command)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   166
  • Joined:  04/05/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  01/22/14
  • Last Seen:  

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 ?

Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...