Jump to content
  • 0

H>Droprate Computation


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

hello i would like to ask how to properly compute this, i make a costume with drop rate effect 
 
item script:

Quote

 bonus2 bDropAddRace,RC_All,5;

then this is the rate the problem is the 5% is not adding in the percent announcement for example the shoes it is still 0.75% 

2.png

1.png

Edited by GM Winter
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.05
  • Content Count:  45
  • Reputation:   25
  • Joined:  09/09/23
  • Last Seen:  

34 minutes ago, GM Winter said:

hello i would like to ask how to properly compute this, i make a costume with drop rate effect 
 
item script:

then this is the rate the problem is the 5% is not adding in the percent announcement for example the shoes it is still 0.75% 

2.png

1.png

Where's the whole item script? You might be adding it on the wrong area.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

4 minutes ago, Nyaniverse said:

Where's the whole item script? You might be adding it on the wrong area.

Quote

  - Id: 61293
    AegisName: roboticvisorblue
    Name: C. Blue Robotic Visor
    Type: Armor
    Trade:
      Override: 100
      NoDrop: true
      NoTrade: false
      NoSell: true
      NoCart: false
      NoGuildStorage: true
      NoMail: true
      NoAuction: true
      NoStorage: false
    Locations:
      Costume_Head_Top: true
    EquipLevelMin: 1
    View: 3440
    Script: |
      bonus2 bExpAddRace,RC_All,5; bonus2 bDropAddRace,RC_All,5;   

 

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.05
  • Content Count:  45
  • Reputation:   25
  • Joined:  09/09/23
  • Last Seen:  

19 minutes ago, GM Winter said:

 

Are you using latest rAthena?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

30 minutes ago, Nyaniverse said:

Are you using latest rAthena?

its old rathena

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.05
  • Content Count:  45
  • Reputation:   25
  • Joined:  09/09/23
  • Last Seen:  

2 minutes ago, GM Winter said:

its old rathena

That might be the problem, if im not mistaken, it reflects perfectly fine on my end. I might be wrong though, so let's see if anyone else can put in more info for us.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

Just now, Nyaniverse said:

That might be the problem, if im not mistaken, it reflects perfectly fine on my end. I might be wrong though, so let's see if anyone else can put in more info for us.

thank you for your time 

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