Jump to content
  • 0

Need help in Item Delay & Item MSG


Lord Ganja

Question


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

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

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  244
  • Reputation:   11
  • Joined:  09/02/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

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? :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  244
  • Reputation:   11
  • Joined:  09/02/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  141
  • Topics Per Day:  0.03
  • Content Count:  444
  • Reputation:   22
  • Joined:  06/18/12
  • Last Seen:  

 

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!

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