kyeme - Jun 13, 2013 23:41
12622,3000 // Reins_Of_Mount <-- doesn't exist in pre-renewal db[code=auto:0]// Item Delay Database
// There is a max concurrent number of entries modifiable in src/map/itemdb.h as MAX_ITEMDELAYS
//
// Structure:
// Item ID,Delay in Milliseconds
//12202,60000 //Str_Dish10_
//12203,60000 //Agi_Dish10_
//12204,60000 //Int_Dish10_
//12205,60000 //Dex_Dish10_
//12206,60000 //Luk_Dish10_
//12207,60000 //Vit_Dish10_
12208,60000 //Battle_Manual
12210,60000 //Bubble_Gum
14538,300000 //Glass_Of_Illusion
14586,180000 //Spark_Candy
607,5000 // Yggdrasil_Berry
608,3000 // Yggdrasil_Seed
// Bifrost Items
11522,1000 // Red_Raffle_Sap
11523,2000 // Yellow_Raffle_Sap
11524,3000 // White_Raffle_Sap
11525,5000 // Mora_Hip_Tea
12622,3000 // Reins_Of_Mount
//12580,0 // Vending_Search_Scroll
//12581,0 // Vending_Search_Scroll2
//12591,0 // Vending_Search_Scroll3
12725,120000 // Runstone_Nosiege,Nauthiz Rune
12726,30000 // Runstone_Rhydo,Raido Rune
12727,60000 // Runstone_Verkana,Berkana Rune
12732,1000 // Runstone_Pertz,Wyrd Rune[/code]
This post has been edited by
kyeme
on Jun 14, 2013 0:21
kyeme - Jun 14, 2013 0:22
We need item_delay.txt for pre and re folder
malufett - Jun 14, 2013 7:19
hmm..what if we make an additional parser that checks if an item is existing in Pre or Re so that we can avoid redundant files..
:meow:
bgamez23 - Jun 14, 2013 8:28
i can confirm this.
bgamez23 - Jun 16, 2013 8:07
bump for this. the error still remain on the latest git hash. 8568f179f5cefa638d564b75119235bac4b9a3b3
Euphy - Jun 18, 2013 22:34
Malufett, I'd highly suggest splitting the files.
neqste - Jun 21, 2013 19:40
Best way it's pre-re use some file, re use another file.
like /pre-re/item_delay.txt and re/item_delay.txt
KeiKun - Jun 22, 2013 21:11
split item_delay.txt
~_~
EDIT:
another suggestion if possible is like
0 or 1 for pre-re and re[code=auto:0]mech,item,delay
[/code]
though it looks sucky
i prefer the #ifdef RENEWAL
which makes it look like source
This post has been edited by
KeiKun
on Jun 22, 2013 21:20
Ind - Aug 22, 2013 17:15
Fixed in [url="https://github.com/HerculesWS/Hercules/commit/c176478ed9797cbfb17ad0861946c8d3560162f2"]https://github.com/HerculesWS/Hercules/commit/c176478ed9797cbfb17ad0861946c8d3560162f2[/url]