Jump to content
  • 0

Item_delay.txt is not working


Question

Posted

Hello, we're attempting to put a delay on the yggdrasil berry, but the one we placed in item_delay.txt doesn't work, we've tried db/import and db/pre-re, and we've also attempted @reloaditemdb, but the delay still doesn't work.

Do you have any ideas how to solve item_delay.txt?

// Item Delay Database
//
// Structure of Database:
// Item ID,Delay in Milliseconds
//
// NOTE:
// There is a max concurrent number of entries set in src/map/itemdb.h as MAX_ITEMDELAYS.
607,1500,SC_REUSE_LIMIT_F    //Yggdrasil_Berry

6 answers to this question

Recommended Posts

  • 0
Posted (edited)

Now rAthena use YAML format for edit item delay. (db > re > item_xxx)

Edited by Start_
  • 0
Posted (edited)

If you're using latest rAthena, edit the duration in your db/pre-re/item_db_usable.yml

 

 - Id: 607
    AegisName: Yggdrasilberry
    Name: Yggdrasil Berry
    Type: Healing
    Buy: 5000
    Weight: 300
    Flags:
      BuyingStore: true
    Delay:
      Duration: 5000
      Status: Reuse_Limit_F
    Script: |
      percentheal 100,100;

 

Edited by mrfizi
  • 0
Posted
21 minutes ago, mrfizi said:

If you're using latest rAthena, edit the duration in your db/pre-re/item_db_usable.yml

 


 - Id: 607
    AegisName: Yggdrasilberry
    Name: Yggdrasil Berry
    Type: Healing
    Buy: 5000
    Weight: 300
    Flags:
      BuyingStore: true
    Delay:
      Duration: 5000
      Status: Reuse_Limit_F
    Script: |
      percentheal 100,100;

 

how to determine my server trunk version?, im still using .txt

ps. my trunk file is not latest

  • 0
Posted
3 minutes ago, mrfizi said:

Then inside trunk/db/item_delay.txt

remove or comment // or change the duration for:


607,5000	// Yggdrasil_Berry

5000 is the duration time/delay for Yggdrasil Berry.

sorry, but still not working :<.

ps. i've already tried to @reloaditemdb

  • 0
Posted
7 hours ago, hadji22 said:

sorry, but still not working :<.

ps. i've already tried to @reloaditemdb

Make sure you are editing the correct file.  The folder is the same folder on where you edit your item_db.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...