Jump to content
  • 0

Kiel Card/bDelayrate Function Error


Sidy

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.02
  • Content Count:  42
  • Reputation:   0
  • Joined:  03/16/20
  • Last Seen:  

Hello guys

My problem is the Kiel Card Function, I'm using PRE_RE Settings but the card increase the interval, OK OK!! I inverted the value like + to - or - to + and nothing !! That only increase's the delay! How it's possible?

Not only this card, but others items like armor's don't execute this value correctly!

I mean that it happened since I downloaded the rAthena, came that issue for me...

I need to try other thing?

 

Quote

  - Id: 4403
    AegisName: Kiel_Card
    Name: Kiel-D-01 Card
    Type: Card
    Buy: 20
    Weight: 10
    Locations:
      Head_Low: true
      Head_Mid: true
      Head_Top: true
    Flags:
      BuyingStore: true
    Script: |
        bonus bDelayrate,-30;

Quote

  - Id: 2374
    AegisName: Diabolus_Robe
    Name: Diabolus Robe
    Type: Armor
    Buy: 20
    Weight: 300
    Defense: 6
    Slots: 1
    Jobs:
      Acolyte: true
      Archer: true
      BardDancer: true
      Hunter: true
      Mage: true
      Monk: true
      Priest: true
      Sage: true
      Wizard: true
    Classes:
      Upper: true
    Locations:
      Armor: true
    EquipLevelMin: 55
    Refineable: true
    Script: |
      bonus bMaxSP,150;
      bonus bMdef,5;
      bonus bHealPower,6;
      bonus bDelayRate,-10;

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 1

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

1. Git your src folder + Commit files (No need to push to public).

2. Replace your src folder with latest rAthena src folder.

3. Revert your lost source edition (If need).

4. Clean and build.

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  03/08/15
  • Last Seen:  

Yeah this is a problem before but there's a fix for this already 

This should fix the issue;

Fixes skill aftercast delay

Edited by ItsRas
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.02
  • Content Count:  42
  • Reputation:   0
  • Joined:  03/16/20
  • Last Seen:  

4 hours ago, ItsRas said:

Yeah this is a problem before but there's a fix for this already 

This should fix the issue;

Fixes skill aftercast delay

Thanks sir.

I added all lines and recompiled but I have problems,

I think I changed something or not, but don't have, how you see, the delay_rate function...? s_bonus function?

Knows the interligation: delay_rate // s_bonus // map_session_data Do you know what is that?

But not all lines I changed had problems.

I searched for something I could have change but nothing.... What to do? Please.

error.jpg

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   0
  • Joined:  03/08/15
  • Last Seen:  

Hmmm I didn't get these error when I patch it manually.

Make sure you add it correctly, kindly double check.

Showing 4 changed files with 17 additions and 15 deletions.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.02
  • Content Count:  42
  • Reputation:   0
  • Joined:  03/16/20
  • Last Seen:  

Thanks you, sir Start_ and to you too ItRas.
Now all is ok.

Problem Solved ✅

What I did: Replaced src folder and after did the changes how I wanted.

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