Jump to content
  • 0

Need help in Item Delay & Item MSG


Question

Posted (edited)

Hello. I got 2 problems to be solved. Please help me if you know how to fix these things.

 

1st, how can I remove the item delays? I tried consuming Ygg Berry (item # 607) and

this msg appeared in the chat box:

'Item failed. [Yggdrasil Berry] is cooling down. wait X seconds.

post-5465-0-01230000-1364895947_thumb.png

 

I haven't tried the other consumable items if they have a delay. But maybe I can manage to fix the others if I could

find a way to solve this.

 

2nd, How do I remove the msg box that appeared during I open(double-clicked) a box. for example, Yggdrasil Berry Box.

View this image to see the box the appeared.

post-5465-0-96482200-1364896130_thumb.png

 

What I wanted here is, when I double-clicked the box, the items will instantly went to inventory.

In short, no more MSG BOX that will appear.

 

 

Thanks in advance!

 

 

EDIT:

 

For the # 1 problem. I already edited the thing inside trunk/conf/battle/items.conf

// How much time must pass between item uses?
// Only affects the delay between using items, prevents healing item abuse. Recommended ~500 ms
// On officials this is 0, but it's set to 100ms as a measure against bots/macros.
item_use_interval: 100

 

So this should only be 1second. Not 5 seconds.

Edited by Lord Ganja

5 answers to this question

Recommended Posts

Posted

1st, how can I remove the item delays? I tried consuming Ygg Berry (item # 607) and

this msg appeared in the chat box:

'Item failed. [Yggdrasil Berry] is cooling down. wait X seconds.

inside trunk/db/item_delay.txt

remove or comment out this line

607,5000	// Yggdrasil_Berry

 

 

 2nd, How do I remove the msg box that appeared during I open(double-clicked) a box. for example, Yggdrasil Berry Box.

View this image to see the box the appeared.

change the item type.

13517,Yggdrasilberry_Box,Yggdrasil Berry Box,0,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 607,3; },{},{}

 

trunk/doc/item_db.txt

Posted (edited)

on your db/item_delay.txt

// Item ID,Delay in Milliseconds

607,5000    // Yggdrasil_Berry 

 

edit 5000/5sec and make it 100/0.1millisec

Edited by naaaan
Posted

on your db/item_delay.txt

// Item ID,Delay in Milliseconds

607,5000    // Yggdrasil_Berry 

 

edit 5000 and make it 100

damn! I was looking for item_delay.txt at db/pre-re.

 

Thanks for this naan! Btw, do you have any idea about the msg box? :)

Posted

i think you mean this 13517,Yggdrasilberry_Box,Yggdrasil Berry Box,0,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 607,3; },{},{}

healing = 0

usable = 2

usable(target) = 11

usable (confirmation) = 18

Posted

 

1st, how can I remove the item delays? I tried consuming Ygg Berry (item # 607) and

this msg appeared in the chat box:

'Item failed. [Yggdrasil Berry] is cooling down. wait X seconds.

inside trunk/db/item_delay.txt

remove or comment out this line

607,5000	// Yggdrasil_Berry

 

 

 2nd, How do I remove the msg box that appeared during I open(double-clicked) a box. for example, Yggdrasil Berry Box.

View this image to see the box the appeared.

change the item type.

13517,Yggdrasilberry_Box,Yggdrasil Berry Box,0,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 607,3; },{},{}

 

trunk/doc/item_db.txt

 

 

 

Thanks for this Emistry! problem solved!

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