Jump to content
  • 0

Item_delay.txt is not working


hadji22

Question


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  12/28/14
  • Last Seen:  

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

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

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

Edited by Start_
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  12/28/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  12/28/14
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  241
  • Reputation:   18
  • Joined:  06/04/14
  • Last Seen:  

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.

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