summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/attendance_db.conf119
-rw-r--r--db/constants.conf2
-rw-r--r--db/map_index.txt83
-rw-r--r--db/pet_db2.conf64
-rw-r--r--db/pet_db2.txt55
-rw-r--r--db/quest_db.conf8
-rw-r--r--db/re/exp.txt4
-rw-r--r--db/re/item_db.conf278
-rw-r--r--db/re/mob_db.conf8
-rw-r--r--db/re/pet_db.conf112
-rw-r--r--db/re/pet_db.txt55
11 files changed, 393 insertions, 395 deletions
diff --git a/db/attendance_db.conf b/db/attendance_db.conf
new file mode 100644
index 000000000..e5a1b259b
--- /dev/null
+++ b/db/attendance_db.conf
@@ -0,0 +1,119 @@
+//================= Hercules Database =====================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//================= License ===============================================
+//= This file is part of Hercules.
+//= http://herc.ws - http://github.com/HerculesWS/Hercules
+//=
+//= Copyright (C) 2018 Hercules Dev Team
+//= Copyright (C) 2018 Asheraf
+//=
+//= Hercules is free software: you can redistribute it and/or modify
+//= it under the terms of the GNU General Public License as published by
+//= the Free Software Foundation, either version 3 of the License, or
+//= (at your option) any later version.
+//=
+//= This program is distributed in the hope that it will be useful,
+//= but WITHOUT ANY WARRANTY; without even the implied warranty of
+//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//= GNU General Public License for more details.
+//=
+//= You should have received a copy of the GNU General Public License
+//= along with this program. If not, see <http://www.gnu.org/licenses/>.
+//=========================================================================
+
+attendance_db:(
+/**************************************************************************
+ ************* Entry structure ********************************************
+ **************************************************************************
+{
+ // ================ Mandatory fields ==============================
+ ItemID: Item Constant (string)
+ Amount: Item Amount (int)
+},
+**************************************************************************/
+{
+ ItemID: "Acorn"
+ Amount: 1
+},
+{
+ ItemID: "Acorn"
+ Amount: 2
+},
+{
+ ItemID: "Acorn"
+ Amount: 3
+},
+{
+ ItemID: "Acorn"
+ Amount: 4
+},
+{
+ ItemID: "Acorn"
+ Amount: 5
+},
+{
+ ItemID: "Acorn"
+ Amount: 6
+},
+{
+ ItemID: "Acorn"
+ Amount: 7
+},
+{
+ ItemID: "Acorn"
+ Amount: 8
+},
+{
+ ItemID: "Acorn"
+ Amount: 9
+},
+{
+ ItemID: "Acorn"
+ Amount: 10
+},
+{
+ ItemID: "Acorn"
+ Amount: 11
+},
+{
+ ItemID: "Acorn"
+ Amount: 12
+},
+{
+ ItemID: "Acorn"
+ Amount: 13
+},
+{
+ ItemID: "Acorn"
+ Amount: 14
+},
+{
+ ItemID: "Acorn"
+ Amount: 15
+},
+{
+ ItemID: "Acorn"
+ Amount: 16
+},
+{
+ ItemID: "Acorn"
+ Amount: 17
+},
+{
+ ItemID: "Acorn"
+ Amount: 18
+},
+{
+ ItemID: "Acorn"
+ Amount: 19
+},
+{
+ ItemID: "Acorn"
+ Amount: 20
+}
+)
diff --git a/db/constants.conf b/db/constants.conf
index 566781246..91ae10c25 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3928,6 +3928,8 @@ constants_db: {
NPC_STATUE_R177: 177
NPC_STATUE_R178: 178
NPC_STATUE_EMPTY: 179
+ // Not animated NPCs
+ NPC_CONSTR_WORKER: 180
// Animated NPCs
NPC_CONFUSED_TREE: 400
diff --git a/db/map_index.txt b/db/map_index.txt
index ea1931869..7148a785f 100644
--- a/db/map_index.txt
+++ b/db/map_index.txt
@@ -4,44 +4,45 @@
001-1 4
001-2 5
001-4 6
-002-1 7
-002-2 8
-002-3 9
-002-4 10
-003-0-1 11
-003-0 12
-003-1-2 13
-003-1-3 14
-003-1 15
-003-10 16
-003-13 17
-003-2 18
-003-3 19
-003-4 20
-003-5 21
-003-6 22
-003-7 23
-003-8 24
-004-1 25
-004-2-1 26
-004-2 27
-005-1 28
-005-2 29
-005-3 30
-005-4 31
-005-5 32
-005-6 33
-005-7 34
-007-1 35
-009-1 36
-010-1-1 37
-010-1 38
-010-2 39
-011-1 40
-boss 41
-botcheck 42
-sec_pri 43
-soren-2 44
-soren 45
-test 46
-testbg 47
+001-5 7
+002-1 8
+002-2 9
+002-3 10
+002-4 11
+003-0-1 12
+003-0 13
+003-1-2 14
+003-1-3 15
+003-1 16
+003-10 17
+003-13 18
+003-2 19
+003-3 20
+003-4 21
+003-5 22
+003-6 23
+003-7 24
+003-8 25
+004-1 26
+004-2-1 27
+004-2 28
+005-1 29
+005-2 30
+005-3 31
+005-4 32
+005-5 33
+005-6 34
+005-7 35
+007-1 36
+009-1 37
+010-1-1 38
+010-1 39
+010-2 40
+011-1 41
+boss 42
+botcheck 43
+sec_pri 44
+soren-2 45
+soren 46
+test 47
+testbg 48
diff --git a/db/pet_db2.conf b/db/pet_db2.conf
new file mode 100644
index 000000000..34a6130e4
--- /dev/null
+++ b/db/pet_db2.conf
@@ -0,0 +1,64 @@
+//================= Hercules Database =====================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//================= License ===============================================
+//= This file is part of Hercules.
+//= http://herc.ws - http://github.com/HerculesWS/Hercules
+//=
+//= Copyright (C) 2018 Hercules Dev Team
+//=
+//= Hercules is free software: you can redistribute it and/or modify
+//= it under the terms of the GNU General Public License as published by
+//= the Free Software Foundation, either version 3 of the License, or
+//= (at your option) any later version.
+//=
+//= This program is distributed in the hope that it will be useful,
+//= but WITHOUT ANY WARRANTY; without even the implied warranty of
+//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//= GNU General Public License for more details.
+//=
+//= You should have received a copy of the GNU General Public License
+//= along with this program. If not, see <http://www.gnu.org/licenses/>.
+//=========================================================================
+//= Pets Database
+//=========================================================================
+
+pet_db:(
+/**************************************************************************
+ ************* Entry structure ********************************************
+ **************************************************************************
+{
+ // ================ Mandatory fields ==============================
+ Id: ID (int)
+ SpriteName: "Sprite_Name" (string)
+ Name: "Pet Name" (string)
+ // ================ Optional fields ===============================
+ TamingItem: Taming Item (string, defaults to 0)
+ EggItem: Egg Id (string, defaults to 0)
+ AccessoryItem: Equipment Id (string, defaults to 0)
+ FoodItem: Food Id (string, defaults to 0)
+ FoodEffectiveness: hunger points (int, defaults to 0)
+ HungerDelay: hunger time (int, defaults to 0)
+ Intimacy: {
+ Initial: start intimacy (int, defaults to 0)
+ FeedIncrement: feeding intimacy (int, defaults to 0)
+ OverFeedDecrement: overfeeding intimacy (int, defaults to 0)
+ OwnerDeathDecrement: owner die intimacy (int, defaults to 0)
+ }
+ CaptureRate: capture rate (int, defaults to 0)
+ Speed: speed (int, defaults to 0)
+ SpecialPerformance: true/false (boolean, defaults to false)
+ TalkWithEmotes: convert talk (boolean, defaults to false)
+ AttackRate: attack rate (int, defaults to 0)
+ DefendRate: Defence attack (int, defaults to 0)
+ ChangeTargetRate: change target (int, defaults to 0)
+ PetScript: <" Pet Script (can also be multi-line) ">
+ EquipScript: <" Equip Script (can also be multi-line) ">
+},
+**************************************************************************/
+ // entries in this file will override the ones in /(pre-)re/pet_db.conf
+)
diff --git a/db/pet_db2.txt b/db/pet_db2.txt
deleted file mode 100644
index ca5e4e14a..000000000
--- a/db/pet_db2.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-// Pet Additional Database
-//
-// Structure of Database:
-// MobID,Name,JName,LureID,EggID,EquipID,FoodID,Fullness,HungryDelay,R_Hungry,R_Full,Intimate,Die,Capture,Speed,S_Performance,talk_convert_class,attack_rate,defence_attack_rate,change_target_rate,pet_script,loyal_script
-//
-// 01. MobID Monster ID of the pet.
-// 02. Name Name of the monster as defined in the database.
-// 03. JName The display name of the monster when hatched.
-// 04. LureID Pet Tame Item ID.
-// 05. EggID Pet Egg ID.
-// 06. EquipID Pet Accessory ID.
-// 07. FoodID Pet Food ID.
-// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds.
-// 09. HungryDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds)
-// 10. R_Hungry Amount of Intimacy that is increased when fed.
-// 11. R_Full Amount of Intimacy that is decreased when over-fed.
-// 12. Intimate Amount of Intimacy the pet starts with.
-// 13. Die Amount of Intimacy that is decreased when the pet owner dies.
-// 14. Capture Capture succes rate (10000 = 100%)
-// 15. Speed Pet's walk speed. (Defaul: 150)
-// 16. S_Performance Special Performance. (Yes = 1, No = 0)
-// 17. talk_convert_class Disables pet talk (instead of talking they emote with /!.)
-// 18. attack_rate Rate of which the pet will attack (requires at least pet_support_min_friendly intimacy).
-// 19. defence_attack_rate Rate of which the pet will retaliate when master is being attacked (requires at least pet_support_min_friendly intimacy).
-// 20. change_target_rate Rate of which the pet will change its attack target.
-// 21. pet_script Script to execute when the pet is hatched.
-// 22. loyal_script Script to execute when the pet is hatched (requires at least pet_equip_min_friendly intimacy, independent of pet_script).
-//NOTE: The max value (100%) of attack_rate, defense_rate & change_target_rate is 10000.
-
-//In theory you can use any valid script, but it is run only once upon pet
-//loading, so it is recommended you use the specific pet scripts:
-
-//petskillattack skillid, skilllv, rate, bonusrate
-//Skill attack that triggers while the pet is attacking. Rate is the base
-//chance of execution per attack. Bonusrate is an additional success rate when
-//intimacy reaches max.
-
-//petskillattack2 skillid, damage, hits, rate, bonusrate
-//Same as petskillattack, but the damage and number of hits is fixed
-//the damage specified is total, not per hit.
-
-//petskillsupport skillid, skilllv, delay, hp%, sp%
-//Casts a support skill when the health levels are below the specified hp% and
-//sp%. Delay is the minimum time in seconds before the skill can be cast again
-
-//petrecovery type, delay: Cures the "type" status effect after "delay" seconds
-
-//petskillbonus type, value, duration, delay
-//Gives bonus stats. Type is the stat to increase (bStr, bLuk), value is the
-//amount by which it is increased, duration signals how long the bonus lasts
-//delay is the time elapsed after the bonus ends and before it starts again.
-
-//A single pet can have petloot, petskillbonus, petskillattack (or
-//petskillattack2) and petskillsupport at the same time, but only one of each.
-
diff --git a/db/quest_db.conf b/db/quest_db.conf
index 3804758c3..851f5c313 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -149,8 +149,16 @@ quest_db: (
Id: 55
Name: "TulimsharQuest_Lifestone"
},
+{
+ Id: 56
+ Name: "TulimsharQuest_Eistein"
+},
// ID 71 to 90: Halinarzo Quests
+{
+ Id: 71
+ Name: "HalinarzoQuest_Foxhound"
+},
// ID 91 to 110: Hurnscald Quests
// ID 111 to 130: Nivalis Quests
// ID 131 to 150: Frostia Quests
diff --git a/db/re/exp.txt b/db/re/exp.txt
index 154fb7539..1630a5f4a 100644
--- a/db/re/exp.txt
+++ b/db/re/exp.txt
@@ -7,10 +7,10 @@
//================================
//TMW2 Base Levels
-40,0:1:2:3:4:5:6,0,9,16,25,36,77,112,153,200,253,320,385,490,585,700,830,970,1120,1260,1420,1620,1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,9174,10425,11748,13967,15775,17678,19677,21773,30543,34212,38065,42102,46323,53026,58419,64041,69892,75973,102468,115254,128692,142784,157528,178184,196300,215198,234879,255341,330188,365914,403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746,1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024,4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720,11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999998,100300002,100600902,100902708,101205414,101509034,101813561,102119002,102425359,102732638,103040840,103349964,103660020,103970998,104282915,104595762,104909549,105224282,105539955,105856574,106174147,106492668,106812152,107132590,107453992,107776356,108099683,108423981,108749258,109075506,109402732,109730946,110060139,110390318,110721493,111053662,111386827,111720986,112056149,112392322,112729499,113067686,113406893,113747119,114088363,114430627,114773918,115118244,115463597,115809993,116157424,116505898,116855416,117205984,117557604,117910275,118264005,118618802,118974658,119331582,119689581,120048655,120408804,120770028,121132344,121495743,121860233,122225815,122592496,122960276,123329155,123699142,124070244,124442453,124815785,125190233,125565805,125942508,126320342,126699307,127079404,127460648,127843032,128226563,128611242,128997076,129384065,129772218,130161535,130552023,130943682,131336513,131730524,132125722,132522099,132919665,133318425,133718382,134119541,134521905,134925472,135330251,135736249,136143467,136551905,136961562,137372455,137784568,138197932,138612532,139028368,139445456,139863795,140283386,140704245,141126355,141549734,141974380,142400310,142827507,143255989,143685754,144116820,144549169,144982818,145417767,145854016,146291581,146730461,147170658,147612171,148055015,148499176,148944668,149391509,149839681,150289202,150740070,151192287,151645868,152100812,152557121,153014794,153473847,153934264,154396078,154859271,155323845,155789814,156257180,156725958,157196133,157667719,158140718,158615145,159091000,159568284,160046996,160527136,161008720,161491749,161976222,162462156,162949549,163438404,163928718,164420509,164913776,165408520,165904741,166402453,166901658,167402372,167904578,168408293,168913516,169420264,169928520,170438301,170949622,171462468,171976854,172492782,173010265,173529306,174049903,174572057,175095783,175621067,176147938,176676383,177206416,177738038,178271249,178806065,179342485,179880511,180420157,180961424,181504312,182048836,182594982,183142764,183692200,184243272,184795997,185350391,185906439,186464155,187023556,187584626,188147381,188711822,189277963,189845805,190415349,190986594,191559555,192134234,192710646,193288775,193868638,194450249,195033610,195618720,196205580,196794204,197384594,197976749,198570686,199166404,199763903,200363199,200964293,201567185,202171889,202778407,203386739,203996900,204608890,205222726,205838392,206455919,207075292,207696526,208319621,208944579,209571414,210200126,210830732,211463232,212097626,212733929,213372142,214012264,214654297,215298271,215944171,216592013,217241796,217893521,218547205,219202846,219860461,220520050,221181612,221845165,222510708,223178240,223847779,224519324,225192890,225868479,226546090,227225739,227907425,228591151,229276930,229964763,230654667,231346640,232040684,232736814,233435031,234135333,234837738,235542262,236248887,236957631,237668509,238381522,239096669,239813967,240533414,241255013,241978778,242704725,243432839,244163135,244895630,245630324,246367216,247106322,247847644,248591196,249336978,250084992,250835252,251587759,252342528,253099560,253858855,254620429,255384298,256150462,256918920,257689674,258462754,259238145,260015863,260795909,261578297,262363044,263150134,263939583,264731408,265525607,266322182,267121148,267922521,268726301,269532488,270341083,271152116,271965590,272781502,273599854,274420645,275243907,276069641,276897846,277728555,278561735,279397419,280235606,281076328,281919554,282765316,283613613,284464446,285317847,286173815,287032351,287893455,288757126,289623397,290492268,291363738,292237841,293114575,293993909,294875907,295760537,296647831,297537789,298430411,299325697,300223679,301124357,302027731,302933833,303842631,304754158,305668412,306585427,307505202,308427738,309353033,310281089,311211937,312145578,313082011,314021268,314963350,315908256,316855987,317806574,318759986,319716286,320675443,321637489,322602423,323570246,324540957,325514589,326491142,327470616,328453042,329438422,330426754,331418039,332412309,333409563,334409803,335413028,336419270,337428528,338440836,339456161,340474535,341495958,342520463,343548016,344578683,345612431,346649260,347689203,348732290,349778492,350827838,351880330,352935968,353994783,355056775,356121945,357190325,358261914,359336713,360414721,361495971,362580463,363668196,364759204,365853485,366951040,368051900,369156067,370263539,371374350,372488466,373605953,374726777,375850972,376978536,378109471,379243808,380381547,381522688,382667264,383815273,384966717,386121628,387280004,388441848,389607189,390776029,391948368,393124205,394303572,395486503,396672963,397862987,399056573,400253754,401454529,402658900,403866897,405078521,406293772,407512649,408735186,409961414,411191300,412424878,413662147,414903139,416147854,417396292,418648485,419904434,421164170,422427661,423694939,424966037,426240955,427519691,428802248,430088655,431378914,432673057,433971084,435272994,436578820,437888561,439202250,440519855,441841408,443166941,444496454,445829946,447167451,448508967,449854496,451204068,452557685,453915378,455277147,456642993,458012946,459387008,460765178,462147489,463533940,464924563,466319359,467718327,469121500,470528878,471940460,473356279,474776366,476200691,477629316,479062209,480499404,481940900,483386728,484836890,486291416,487750308,489213565,490681218,492153269,493629750,495110659,496595998,498085798,499580059,501078814,502582062,504089804,505602071,507118896,508640279,510166219,511696717,513231804,514771514,516315845,517864798,519418405,520976666,522539612,524107245,525679564,527256601,528838388,530424926,532016213,533612283,535213136,536818770,538429251,540044547,541664688,543289709,544919608,546554386,548194042,549838641,551488183,553142668,554802095,556466529,558135971,559810419,561489875,563174337,564863870,566558475,568258151,569962962,571672844,573387862,575108015,576833368,578563856,580299543,582040430,583786581,585537931,587294546,589056423,590823629,592596099,594373896,596157022,597945475,599739320,601538558,603343188,605153210,606968688,608789622,610616013,612447860,614285228,616128116,617976525,619830454,621689968,623555066,625425750,627302018,629183935,631071501,632964715,634863643,636768220,638678509,640594576,642516357,644443914,646377249,648316425,650261378,652212173,654168810,656131352,658099735,660074024,662054283,664040448,666032583,668030687,670034761,672044870,674061012,676083189,678111463,680145836,682186307,684232877,686285609,688344503,690409559,692480779,694558224,696641897,698731860,700828050,702930530,705039366,707154492,709275974,711403810,713538066,715678677,717825706,719979220,722139152,724305568,726478467,728657914,730843909,733036451,735235604,737441306,739653619,741872608,744098273,746330614,748569631,750815324,753067757,755326995,757592972,759865754,762145341,764431796,766725119,769025311,771332371,773646365,775967291,778295214,780630134,782972050,785320964,787676939,790039975,792410136,794787358,797171706,799563243,801961970,804367886,806780992,809201351,811628965,814063896,816506080,818955647,821412532,823876798,826348447,828827478,831313955,833807943,836309377,838818321,841334776,843858806,846390410,848929588,851476406,854030863,856592958,859162756,861740258,864325526,866918498,869519301,872127872,874744273,877368507,880000635,882640660,885288580,887944460,890608299,893280163,895960051,898647962,901343898,904047922,906760098,909480427,912208908,914945541,917690391,920443458,923204805,925974433,928752406,931538660,934333323,937136331,939947748,942767639,945595938,948432775,951278086,954131934,956994319,959865306,962744895,965633150,968530071,971435658,974349975,977273022,980204863,983145499,986094929,989053217,992020428,994996498,997981490,1000975469,1003978435,1006990388,1010011392,1013041447,1016080617,1019128903,1022186304,1025252884,1028328644,1031413647,1034507894,1037611449,1040724312,1043846482,1046978025,1050119004,1053269354,1056429206,1059598493,1062777281,1065965634,1069163551,1072371032,1075588143,1078814882,1082051315,1085297504,1088553451,1091819155,1095094616,1098379962,1101675066,1104980056,1108295059,1111619948,1114954851,1118299768,1121654698,1125019643,1128394730,1131779959,1135175331,1138580845,1141996630,1145422685,1148859012,1152305609,1155762605,1159229871,1162707537,1166195731,1169694323,1173203443,1176723090,1180253265,1183794096,1187345454,1190907469,1194480267,1198063721,1201657960,1205262983,1208878790,1212505509,1216143013,1219791430,1223450888,1227121258,1230802669,1234495121,1238198615,1241913277,1245638981,1249375983,1253124154,1256883494,1260654132,1264436068,1268229430,1272034090,1275850176,1279677817,1283516884,1287367505,1291229681,1295103412,1298988697,1302885665,1306794316,1310714778,1314646923,1318590880,1322546648,1326514355,1330493874,1334485333,1338488860,1342504326,1346531861,1350571463,1354623262,1358687130,1362763193,1366851453,1370952039,1375064948,1379190183,1383327743,1387477756,1391640222,1395815141,1400002642,1404202725,1408415389,1412640635,1416878591,1421129257,1425392633,1429668847,1433957900,1438259791,1442574649,1446902346,1451243137,1455596895,1459963749,1464343697,1468736741,1473143009,1477562500,1481995214,1486441280
+41,0:1:2:3:4:5:6,0,9,16,25,36,77,112,153,200,253,320,385,490,585,700,830,970,1120,1260,1420,1620,1860,1990,2240,2504,2950,3426,3934,4474,6889,7995,9174,10425,11748,13967,15775,17678,19677,21773,30543,34212,38065,42102,46323,53026,58419,64041,69892,75973,102468,115254,128692,142784,157528,178184,196300,215198,234879,255341,330188,365914,403224,442116,482590,536948,585191,635278,687211,740988,925400,1473746,1594058,1718928,1848355,1982340,2230113,2386162,2547417,2713878,3206160,3681024,4022472,4377024,4744680,5125440,5767272,6204000,6655464,7121664,7602600,9738720,11649960,13643520,18339300,23836800,35658000,48687000,58135000,99999998,100300002,100600902,100902708,101205414,101509034,101813561,102119002,102425359,102732638,103040840,103349964,103660020,103970998,104282915,104595762,104909549,105224282,105539955,105856574,106174147,106492668,106812152,107132590,107453992,107776356,108099683,108423981,108749258,109075506,109402732,109730946,110060139,110390318,110721493,111053662,111386827,111720986,112056149,112392322,112729499,113067686,113406893,113747119,114088363,114430627,114773918,115118244,115463597,115809993,116157424,116505898,116855416,117205984,117557604,117910275,118264005,118618802,118974658,119331582,119689581,120048655,120408804,120770028,121132344,121495743,121860233,122225815,122592496,122960276,123329155,123699142,124070244,124442453,124815785,125190233,125565805,125942508,126320342,126699307,127079404,127460648,127843032,128226563,128611242,128997076,129384065,129772218,130161535,130552023,130943682,131336513,131730524,132125722,132522099,132919665,133318425,133718382,134119541,134521905,134925472,135330251,135736249,136143467,136551905,136961562,137372455,137784568,138197932,138612532,139028368,139445456,139863795,140283386,140704245,141126355,141549734,141974380,142400310,142827507,143255989,143685754,144116820,144549169,144982818,145417767,145854016,146291581,146730461,147170658,147612171,148055015,148499176,148944668,149391509,149839681,150289202,150740070,151192287,151645868,152100812,152557121,153014794,153473847,153934264,154396078,154859271,155323845,155789814,156257180,156725958,157196133,157667719,158140718,158615145,159091000,159568284,160046996,160527136,161008720,161491749,161976222,162462156,162949549,163438404,163928718,164420509,164913776,165408520,165904741,166402453,166901658,167402372,167904578,168408293,168913516,169420264,169928520,170438301,170949622,171462468,171976854,172492782,173010265,173529306,174049903,174572057,175095783,175621067,176147938,176676383,177206416,177738038,178271249,178806065,179342485,179880511,180420157,180961424,181504312,182048836,182594982,183142764,183692200,184243272,184795997,185350391,185906439,186464155,187023556,187584626,188147381,188711822,189277963,189845805,190415349,190986594,191559555,192134234,192710646,193288775,193868638,194450249,195033610,195618720,196205580,196794204,197384594,197976749,198570686,199166404,199763903,200363199,200964293,201567185,202171889,202778407,203386739,203996900,204608890,205222726,205838392,206455919,207075292,207696526,208319621,208944579,209571414,210200126,210830732,211463232,212097626,212733929,213372142,214012264,214654297,215298271,215944171,216592013,217241796,217893521,218547205,219202846,219860461,220520050,221181612,221845165,222510708,223178240,223847779,224519324,225192890,225868479,226546090,227225739,227907425,228591151,229276930,229964763,230654667,231346640,232040684,232736814,233435031,234135333,234837738,235542262,236248887,236957631,237668509,238381522,239096669,239813967,240533414,241255013,241978778,242704725,243432839,244163135,244895630,245630324,246367216,247106322,247847644,248591196,249336978,250084992,250835252,251587759,252342528,253099560,253858855,254620429,255384298,256150462,256918920,257689674,258462754,259238145,260015863,260795909,261578297,262363044,263150134,263939583,264731408,265525607,266322182,267121148,267922521,268726301,269532488,270341083,271152116,271965590,272781502,273599854,274420645,275243907,276069641,276897846,277728555,278561735,279397419,280235606,281076328,281919554,282765316,283613613,284464446,285317847,286173815,287032351,287893455,288757126,289623397,290492268,291363738,292237841,293114575,293993909,294875907,295760537,296647831,297537789,298430411,299325697,300223679,301124357,302027731,302933833,303842631,304754158,305668412,306585427,307505202,308427738,309353033,310281089,311211937,312145578,313082011,314021268,314963350,315908256,316855987,317806574,318759986,319716286,320675443,321637489,322602423,323570246,324540957,325514589,326491142,327470616,328453042,329438422,330426754,331418039,332412309,333409563,334409803,335413028,336419270,337428528,338440836,339456161,340474535,341495958,342520463,343548016,344578683,345612431,346649260,347689203,348732290,349778492,350827838,351880330,352935968,353994783,355056775,356121945,357190325,358261914,359336713,360414721,361495971,362580463,363668196,364759204,365853485,366951040,368051900,369156067,370263539,371374350,372488466,373605953,374726777,375850972,376978536,378109471,379243808,380381547,381522688,382667264,383815273,384966717,386121628,387280004,388441848,389607189,390776029,391948368,393124205,394303572,395486503,396672963,397862987,399056573,400253754,401454529,402658900,403866897,405078521,406293772,407512649,408735186,409961414,411191300,412424878,413662147,414903139,416147854,417396292,418648485,419904434,421164170,422427661,423694939,424966037,426240955,427519691,428802248,430088655,431378914,432673057,433971084,435272994,436578820,437888561,439202250,440519855,441841408,443166941,444496454,445829946,447167451,448508967,449854496,451204068,452557685,453915378,455277147,456642993,458012946,459387008,460765178,462147489,463533940,464924563,466319359,467718327,469121500,470528878,471940460,473356279,474776366,476200691,477629316,479062209,480499404,481940900,483386728,484836890,486291416,487750308,489213565,490681218,492153269,493629750,495110659,496595998,498085798,499580059,501078814,502582062,504089804,505602071,507118896,508640279,510166219,511696717,513231804,514771514,516315845,517864798,519418405,520976666,522539612,524107245,525679564,527256601,528838388,530424926,532016213,533612283,535213136,536818770,538429251,540044547,541664688,543289709,544919608,546554386,548194042,549838641,551488183,553142668,554802095,556466529,558135971,559810419,561489875,563174337,564863870,566558475,568258151,569962962,571672844,573387862,575108015,576833368,578563856,580299543,582040430,583786581,585537931,587294546,589056423,590823629,592596099,594373896,596157022,597945475,599739320,601538558,603343188,605153210,606968688,608789622,610616013,612447860,614285228,616128116,617976525,619830454,621689968,623555066,625425750,627302018,629183935,631071501,632964715,634863643,636768220,638678509,640594576,642516357,644443914,646377249,648316425,650261378,652212173,654168810,656131352,658099735,660074024,662054283,664040448,666032583,668030687,670034761,672044870,674061012,676083189,678111463,680145836,682186307,684232877,686285609,688344503,690409559,692480779,694558224,696641897,698731860,700828050,702930530,705039366,707154492,709275974,711403810,713538066,715678677,717825706,719979220,722139152,724305568,726478467,728657914,730843909,733036451,735235604,737441306,739653619,741872608,744098273,746330614,748569631,750815324,753067757,755326995,757592972,759865754,762145341,764431796,766725119,769025311,771332371,773646365,775967291,778295214,780630134,782972050,785320964,787676939,790039975,792410136,794787358,797171706,799563243,801961970,804367886,806780992,809201351,811628965,814063896,816506080,818955647,821412532,823876798,826348447,828827478,831313955,833807943,836309377,838818321,841334776,843858806,846390410,848929588,851476406,854030863,856592958,859162756,861740258,864325526,866918498,869519301,872127872,874744273,877368507,880000635,882640660,885288580,887944460,890608299,893280163,895960051,898647962,901343898,904047922,906760098,909480427,912208908,914945541,917690391,920443458,923204805,925974433,928752406,931538660,934333323,937136331,939947748,942767639,945595938,948432775,951278086,954131934,956994319,959865306,962744895,965633150,968530071,971435658,974349975,977273022,980204863,983145499,986094929,989053217,992020428,994996498,997981490,1000975469,1003978435,1006990388,1010011392,1013041447,1016080617,1019128903,1022186304,1025252884,1028328644,1031413647,1034507894,1037611449,1040724312,1043846482,1046978025,1050119004,1053269354,1056429206,1059598493,1062777281,1065965634,1069163551,1072371032,1075588143,1078814882,1082051315,1085297504,1088553451,1091819155,1095094616,1098379962,1101675066,1104980056,1108295059,1111619948,1114954851,1118299768,1121654698,1125019643,1128394730,1131779959,1135175331,1138580845,1141996630,1145422685,1148859012,1152305609,1155762605,1159229871,1162707537,1166195731,1169694323,1173203443,1176723090,1180253265,1183794096,1187345454,1190907469,1194480267,1198063721,1201657960,1205262983,1208878790,1212505509,1216143013,1219791430,1223450888,1227121258,1230802669,1234495121,1238198615,1241913277,1245638981,1249375983,1253124154,1256883494,1260654132,1264436068,1268229430,1272034090,1275850176,1279677817,1283516884,1287367505,1291229681,1295103412,1298988697,1302885665,1306794316,1310714778,1314646923,1318590880,1322546648,1326514355,1330493874,1334485333,1338488860,1342504326,1346531861,1350571463,1354623262,1358687130,1362763193,1366851453,1370952039,1375064948,1379190183,1383327743,1387477756,1391640222,1395815141,1400002642,1404202725,1408415389,1412640635,1416878591,1421129257,1425392633,1429668847,1433957900,1438259791,1442574649,1446902346,1451243137,1455596895,1459963749,1464343697,1468736741,1473143009,1477562500,1481995214,1486441280
//TMW2 Base Job
-20,0:1:2:3:4:5:6:4023,1,5,12,20,30,42,93,153,207,270,342,412,522,642,782,917,1072,1200,1368,1450,1668,1937,2226,3040,3988,5564,6272,7021,9114,11473,15290,16891,18570,23229,28359,36478,39716,43088,52417,62495,78160,84175,90404,107611,125915,153941,191781,204351,248352,286212,386371,409795,482092,509596,982092,992092,1002092,1012092,1022092,1032092,1042092,1052092,1062092,1072092,1082092,1092092,1102092,1112092,1122092,1132092,1142092,1152092,1162092,1172092,1182092,1192092,1202092,1212092,1222092,1232092,1242092,1252092,1262092,1272092,1282092,1292092,1302092,1312092,1322092,1332092,1342092,1352092,1362092,1372092,1382092,1392092,1402092,1412092,1422092,1432092,1442092,1452092,1462092,1491333,1521159,1551582,1582613,1614265,1646550,1679480,1713069,1747330,1782276,1817921,1854279,1891364,1929191,1967774,2007129,2047271,2088216,2129980,2172579,2216030,2260350,2305556,2351667,2398700,2446673,2495606,2545518,2596428,2648356,2701323,2755349,2810455,2866664,2923997,2982476,3042125,3102967,3165026,3228326,3292892,3358749,3425923,3494441,3564329,3635615,3708327,3782493,3858142,3935304,4014010,4094290,4176175,4259698,4344891,4431788,4520423,4610831,4703047,4797107,4893049,4990909,5090727,5192541,5296391,5402318,5510364,5620571,5732982,5847641,5964593,6083884,6205561,6329672,6456265,6585390,6717097,6851438,6988466,7128235,7270799,7416214,7564538,7715828,7870144,8027546,8188096,8351857,8518893,8689270,8863055,9040315,9221121,9405543,9593653,9785525,9981235,10180859,10384475,10592164,10804007,11020086,11240487,11465296,11694601,11928492,12167061,12410401,12658608,12911779,13170014,13433414,13702082,13976123,14255645,14540757,14831571,15128202,15430765,15739380,16054167,16375250,16702754,17036808,17377543,17725094,18079595,18441187,18810011,19186211,19569935,19961334,20360560,20767770,21183125,21606786,22038921,22479697,22929289,23387873,23855628,24332740,24819394,25315781,25822095,26338537,26865306,27402611,27950663,28509676,29079868,29661464,30254692,30859785,31476979,32106518
+21,0:1:2:3:4:5:6:4023,1,5,12,20,30,42,93,153,207,270,342,412,522,642,782,917,1072,1200,1368,1450,1668,1937,2226,3040,3988,5564,6272,7021,9114,11473,15290,16891,18570,23229,28359,36478,39716,43088,52417,62495,78160,84175,90404,107611,125915,153941,191781,204351,248352,286212,386371,409795,482092,509596,982092,992092,1002092,1012092,1022092,1032092,1042092,1052092,1062092,1072092,1082092,1092092,1102092,1112092,1122092,1132092,1142092,1152092,1162092,1172092,1182092,1192092,1202092,1212092,1222092,1232092,1242092,1252092,1262092,1272092,1282092,1292092,1302092,1312092,1322092,1332092,1342092,1352092,1362092,1372092,1382092,1392092,1402092,1412092,1422092,1432092,1442092,1452092,1462092,1491333,1521159,1551582,1582613,1614265,1646550,1679480,1713069,1747330,1782276,1817921,1854279,1891364,1929191,1967774,2007129,2047271,2088216,2129980,2172579,2216030,2260350,2305556,2351667,2398700,2446673,2495606,2545518,2596428,2648356,2701323,2755349,2810455,2866664,2923997,2982476,3042125,3102967,3165026,3228326,3292892,3358749,3425923,3494441,3564329,3635615,3708327,3782493,3858142,3935304,4014010,4094290,4176175,4259698,4344891,4431788,4520423,4610831,4703047,4797107,4893049,4990909,5090727,5192541,5296391,5402318,5510364,5620571,5732982,5847641,5964593,6083884,6205561,6329672,6456265,6585390,6717097,6851438,6988466,7128235,7270799,7416214,7564538,7715828,7870144,8027546,8188096,8351857,8518893,8689270,8863055,9040315,9221121,9405543,9593653,9785525,9981235,10180859,10384475,10592164,10804007,11020086,11240487,11465296,11694601,11928492,12167061,12410401,12658608,12911779,13170014,13433414,13702082,13976123,14255645,14540757,14831571,15128202,15430765,15739380,16054167,16375250,16702754,17036808,17377543,17725094,18079595,18441187,18810011,19186211,19569935,19961334,20360560,20767770,21183125,21606786,22038921,22479697,22929289,23387873,23855628,24332740,24819394,25315781,25822095,26338537,26865306,27402611,27950663,28509676,29079868,29661464,30254692,30859785,31476979,32106518
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 2d252ffb8..c119cd8cb 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -38,7 +38,7 @@ item_db: (
Id: ID (int)
AegisName: "Aegis_Name" (string)
Name: "Item Name" (string)
- // =================== Optional fields
+ // =================== Optional fields
================================
Type: Item Type (string, defaults to "IT_ETC")
Buy: Buy Price (int, defaults to Sell * 2)
@@ -135,7 +135,6 @@ item_db: (
Buy: 20
Sell: 7
Weight: 3
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -171,7 +170,6 @@ item_db: (
Buy: 50
Sell: 17
Weight: 25
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -197,7 +195,6 @@ item_db: (
Buy: 45
Sell: 15
Weight: 8
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -224,7 +221,6 @@ item_db: (
Buy: 55
Sell: 18
Weight: 3
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -250,7 +246,6 @@ item_db: (
Buy: 15
Sell: 5
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -276,7 +271,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -302,7 +296,6 @@ item_db: (
Buy: 20
Sell: 7
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -328,7 +321,6 @@ item_db: (
Buy: 3
Sell: 1
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -354,7 +346,6 @@ item_db: (
Buy: 120
Sell: 40
Weight: 16
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -380,7 +371,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -406,7 +396,6 @@ item_db: (
Buy: 20
Sell: 6
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -432,7 +421,6 @@ item_db: (
Buy: 75
Sell: 25
Weight: 38
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -458,7 +446,6 @@ item_db: (
Buy: 100
Sell: 35
Weight: 80
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -478,7 +465,6 @@ item_db: (
Buy: 42
Sell: 14
Weight: 8
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -505,7 +491,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 2
- Gender: "SEX_ANY"
Loc: "EQP_HEAD_MID"
WeaponLv: 0
EquipLv: 1
@@ -528,7 +513,6 @@ item_db: (
Buy: 50
Sell: 18
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -554,7 +538,6 @@ item_db: (
Buy: 5
Sell: 2
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -580,7 +563,6 @@ item_db: (
Buy: 140
Sell: 47
Weight: 15
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -606,7 +588,6 @@ item_db: (
Buy: 250
Sell: 84
Weight: 17
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -632,7 +613,6 @@ item_db: (
Buy: 600
Sell: 200
Weight: 16
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -658,7 +638,6 @@ item_db: (
Buy: 1000
Sell: 330
Weight: 14
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -684,7 +663,6 @@ item_db: (
Buy: 2450
Sell: 815
Weight: 15
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -710,7 +688,6 @@ item_db: (
Buy: 5000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -732,7 +709,6 @@ item_db: (
Buy: 3000
Sell: 100
Weight: 210
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -753,7 +729,6 @@ item_db: (
Buy: 200
Sell: 5
Weight: 5
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -775,7 +750,7 @@ item_db: (
Id: 528
AegisName: "Manana"
Name: "Manana"
- Type: "IT_DELAYCONSUME"
+ Type: "IT_HEALING"
Buy: 100
Sell: 35
Weight: 10
@@ -920,7 +895,6 @@ item_db: (
Buy: 110
Sell: 55
Weight: 5
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -946,7 +920,6 @@ item_db: (
Buy: 99
Sell: 5
Weight: 5
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -972,7 +945,6 @@ item_db: (
Buy: 70
Sell: 35
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -998,7 +970,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1024,7 +995,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1050,7 +1020,6 @@ item_db: (
Buy: 200
Sell: 50
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1076,7 +1045,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1102,7 +1070,6 @@ item_db: (
Buy: 75
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1128,7 +1095,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 300
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1154,7 +1120,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1180,7 +1145,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1206,7 +1170,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1232,7 +1195,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1258,7 +1220,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1284,7 +1245,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1310,7 +1270,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1336,7 +1295,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1362,7 +1320,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1388,7 +1345,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1414,7 +1370,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1440,7 +1395,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1466,7 +1420,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1492,7 +1445,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1518,7 +1470,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1544,7 +1495,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1570,7 +1520,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1596,7 +1545,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1622,7 +1570,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1648,7 +1595,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1674,7 +1620,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1700,7 +1645,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1726,7 +1670,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1752,7 +1695,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1778,7 +1720,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1804,7 +1745,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1830,7 +1770,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1856,7 +1795,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1882,7 +1820,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1908,7 +1845,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1934,7 +1870,6 @@ item_db: (
Buy: 700
Sell: 350
Weight: 40
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -1956,7 +1891,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2143,7 +2077,8 @@ item_db: (
Buy: 50000
Sell: 3000
Weight: 860
- KeepAfterUse: true //for moment yes but will be removed when quest willl be release
+ // For the moment yes, but will be removed when quest is released
+ KeepAfterUse: true
Refine: false
Script: <"
dispbottom "Impossible to read.";
@@ -2157,7 +2092,6 @@ item_db: (
Buy: 500
Sell: 35
Weight: 290
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2183,7 +2117,6 @@ item_db: (
Buy: 400
Sell: 30
Weight: 300
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2209,7 +2142,6 @@ item_db: (
Buy: 400
Sell: 100
Weight: 350
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2235,7 +2167,6 @@ item_db: (
Buy: 40000
Sell: 10000
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2261,7 +2192,6 @@ item_db: (
Buy: 400
Sell: 45
Weight: 8
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2287,7 +2217,6 @@ item_db: (
Buy: 400
Sell: 80
Weight: 9
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2313,7 +2242,6 @@ item_db: (
Buy: 50
Sell: 16
Weight: 5
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2330,7 +2258,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2347,7 +2274,6 @@ item_db: (
Buy: 25
Sell: 8
Weight: 25
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2364,7 +2290,6 @@ item_db: (
Buy: 40
Sell: 13
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2381,7 +2306,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2398,7 +2322,6 @@ item_db: (
Buy: 30
Sell: 10
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2415,7 +2338,6 @@ item_db: (
Buy: 60
Sell: 20
Weight: 45
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2432,7 +2354,6 @@ item_db: (
Buy: 250
Sell: 40
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2449,7 +2370,6 @@ item_db: (
Buy: 90
Sell: 30
Weight: 95
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2466,7 +2386,6 @@ item_db: (
Buy: 18
Sell: 6
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2483,7 +2402,6 @@ item_db: (
Buy: 1000
Sell: 200
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2500,7 +2418,6 @@ item_db: (
Buy: 100
Sell: 35
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2517,7 +2434,6 @@ item_db: (
Buy: 80
Sell: 27
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2534,7 +2450,6 @@ item_db: (
Buy: 1250
Sell: 345
Weight: 1250
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2565,7 +2480,6 @@ item_db: (
Buy: 1700
Sell: 600
Weight: 1400
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2586,7 +2500,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 720
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2607,7 +2520,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2628,7 +2540,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2649,7 +2560,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 35
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2666,7 +2576,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 3
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2683,7 +2592,6 @@ item_db: (
Buy: 10
Sell: 3
Weight: 35
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2700,7 +2608,6 @@ item_db: (
Buy: 15
Sell: 5
Weight: 530
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2717,7 +2624,6 @@ item_db: (
Buy: 5
Sell: 1
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2734,7 +2640,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2751,7 +2656,6 @@ item_db: (
Buy: 100
Sell: 30
Weight: 8
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2768,7 +2672,6 @@ item_db: (
Buy: 200
Sell: 55
Weight: 200
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2785,7 +2688,6 @@ item_db: (
Buy: 500
Sell: 100
Weight: 200
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2802,7 +2704,6 @@ item_db: (
Buy: 5000
Sell: 150
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2819,7 +2720,6 @@ item_db: (
Buy: 200
Sell: 8
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2837,7 +2737,6 @@ item_db: (
Buy: 4000
Sell: 1333
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2854,7 +2753,6 @@ item_db: (
Buy: 2000
Sell: 667
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2871,7 +2769,6 @@ item_db: (
Buy: 3000
Sell: 1000
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2888,7 +2785,6 @@ item_db: (
Buy: 12000
Sell: 4000
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2905,7 +2801,6 @@ item_db: (
Buy: 2400
Sell: 800
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2922,7 +2817,6 @@ item_db: (
Buy: 6000
Sell: 2000
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2939,7 +2833,6 @@ item_db: (
Buy: 21000
Sell: 7000
Weight: 200
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2956,7 +2849,6 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 25
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2973,7 +2865,6 @@ item_db: (
Buy: 1000
Sell: 500
Weight: 50
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -2990,7 +2881,6 @@ item_db: (
Buy: 500
Sell: 250
Weight: 30
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3007,7 +2897,6 @@ item_db: (
Buy: 500
Sell: 66
Weight: 7
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3024,7 +2913,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3041,7 +2929,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3079,7 +2966,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3096,7 +2982,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3113,7 +2998,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3130,7 +3014,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3147,7 +3030,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3164,7 +3046,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3181,7 +3062,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3198,7 +3078,6 @@ item_db: (
Buy: 200
Sell: 20
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3215,7 +3094,6 @@ item_db: (
Buy: 80
Sell: 4
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3232,7 +3110,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3249,7 +3126,6 @@ item_db: (
Buy: 600
Sell: 200
Weight: 40
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3266,7 +3142,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3283,7 +3158,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3300,7 +3174,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3317,7 +3190,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3334,7 +3206,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3351,7 +3222,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3368,7 +3238,6 @@ item_db: (
Buy: 500
Sell: 160
Weight: 17
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3385,7 +3254,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3402,7 +3270,6 @@ item_db: (
Buy: 500
Sell: 100
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3419,7 +3286,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3436,7 +3302,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3453,7 +3318,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3470,7 +3334,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3487,7 +3350,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3504,7 +3366,6 @@ item_db: (
Buy: 37500
Sell: 12500
Weight: 260
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3521,7 +3382,6 @@ item_db: (
Buy: 500
Sell: 200
Weight: 40
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3538,7 +3398,6 @@ item_db: (
Buy: 50
Sell: 4
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3555,7 +3414,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3572,7 +3430,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3589,7 +3446,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3606,7 +3462,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3623,7 +3478,6 @@ item_db: (
Buy: 50
Sell: 10
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3640,7 +3494,6 @@ item_db: (
Buy: 50
Sell: 25
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3657,7 +3510,6 @@ item_db: (
Buy: 60
Sell: 5
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3674,7 +3526,6 @@ item_db: (
Buy: 50
Sell: 30
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3691,7 +3542,6 @@ item_db: (
Buy: 500
Sell: 220
Weight: 2
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3708,7 +3558,6 @@ item_db: (
Buy: 15
Sell: 5
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3725,7 +3574,6 @@ item_db: (
Buy: 15
Sell: 5
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3742,7 +3590,6 @@ item_db: (
Buy: 15
Sell: 5
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3759,7 +3606,6 @@ item_db: (
Buy: 90
Sell: 30
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3776,7 +3622,6 @@ item_db: (
Buy: 450
Sell: 150
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3793,7 +3638,6 @@ item_db: (
Buy: 1500
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3810,7 +3654,6 @@ item_db: (
Buy: 240
Sell: 80
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3827,7 +3670,6 @@ item_db: (
Buy: 120
Sell: 40
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3844,7 +3686,6 @@ item_db: (
Buy: 5
Sell: 1
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3861,7 +3702,6 @@ item_db: (
Buy: 1500
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3878,7 +3718,6 @@ item_db: (
Buy: 15000
Sell: 5000
Weight: 6
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3895,7 +3734,6 @@ item_db: (
Buy: 150
Sell: 50
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3912,7 +3750,6 @@ item_db: (
Buy: 600
Sell: 200
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3929,7 +3766,6 @@ item_db: (
Buy: 15000
Sell: 5000
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3946,7 +3782,6 @@ item_db: (
Buy: 1500
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3963,7 +3798,6 @@ item_db: (
Buy: 2100
Sell: 700
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3980,7 +3814,6 @@ item_db: (
Buy: 6300
Sell: 2100
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -3997,7 +3830,6 @@ item_db: (
Buy: 18900
Sell: 6300
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4014,7 +3846,6 @@ item_db: (
Buy: 100
Sell: 40
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4031,7 +3862,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4048,7 +3878,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4065,7 +3894,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4082,7 +3910,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4099,7 +3926,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4116,7 +3942,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4133,7 +3958,6 @@ item_db: (
Buy: 1000
Sell: 84
Weight: 4
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4150,7 +3974,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4167,7 +3990,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4184,7 +4006,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4201,7 +4022,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4218,7 +4038,6 @@ item_db: (
Buy: 600
Sell: 200
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4235,7 +4054,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4252,7 +4070,6 @@ item_db: (
Buy: 10000
Sell: 500
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4269,7 +4086,6 @@ item_db: (
Buy: 10000
Sell: 5000
Weight: 20
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4286,7 +4102,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4303,7 +4118,6 @@ item_db: (
Buy: 6000
Sell: 2000
Weight: 0
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4320,7 +4134,6 @@ item_db: (
Buy: 100000
Sell: 10000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4337,7 +4150,6 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4354,7 +4166,6 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4371,7 +4182,6 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4388,7 +4198,6 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4405,7 +4214,6 @@ item_db: (
Buy: 60000
Sell: 20000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4423,7 +4231,6 @@ item_db: (
Buy: 10000
Sell: 400
Weight: 18
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4440,7 +4247,6 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4457,7 +4263,6 @@ item_db: (
Buy: 10000
Sell: 1000
Weight: 10
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4474,7 +4279,6 @@ item_db: (
Buy: 100000
Sell: 40
Weight: 0
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4491,7 +4295,6 @@ item_db: (
Buy: 12000
Sell: 4000
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4508,7 +4311,6 @@ item_db: (
Buy:100
Sell: 40
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4525,7 +4327,6 @@ item_db: (
Buy: 1000
Sell: 75
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4542,7 +4343,6 @@ item_db: (
Buy: 1000
Sell: 100
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4559,7 +4359,6 @@ item_db: (
Buy: 100
Sell: 10
Weight: 5
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4576,7 +4375,6 @@ item_db: (
Buy: 1000
Sell: 100
Weight: 5
- Gender: "SEX_ANY"
Refine: false
ViewSprite: 834
BuyingStore: false
@@ -4589,7 +4387,6 @@ item_db: (
Buy: 250
Sell: 25
Weight: 5
- Gender: "SEX_ANY"
Refine: false
ViewSprite: 835
BuyingStore: false
@@ -4602,7 +4399,6 @@ item_db: (
Buy: 1000
Sell: 80
Weight: 6
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4619,7 +4415,6 @@ item_db: (
Buy: 10
Sell: 5
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4636,7 +4431,6 @@ item_db: (
Buy: 10
Sell: 5
Weight: 1
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4653,7 +4447,6 @@ item_db: (
Buy: 100
Sell: 22
Weight: 80
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4670,7 +4463,6 @@ item_db: (
Buy: 150
Sell: 50
Weight: 120
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4687,7 +4479,6 @@ item_db: (
Buy: 1500
Sell: 50
Weight: 80
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -4873,7 +4664,7 @@ item_db: (
Name: "Sapphire Powder"
Type: "IT_ETC"
Buy: 12500
- Sell: 1250
+ Sell: 1250
Weight: 12
},
{
@@ -4882,7 +4673,7 @@ item_db: (
Name: "Amethyst Powder"
Type: "IT_ETC"
Buy: 10000
- Sell: 1000
+ Sell: 1000
Weight: 12
},
{
@@ -4902,7 +4693,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 850
- Gender: "SEX_ANY"
WeaponLv: 0
EquipLv: 0
Refine: false
@@ -5208,7 +4998,7 @@ item_db: (
Sprite: 0
Script: <"
bonus bMaxHP,-250;
- bonus bStr,2;
+ bonus bStr,2;
">
},
{
@@ -6325,7 +6115,7 @@ item_db: (
id5021: 1
}
Script: <"
- bonus bMaSP,50;
+ bonus bMaxSP,30;
">
},
{
@@ -6370,6 +6160,9 @@ item_db: (
id5020: 1
id5021: 1
}
+ Script: <"
+ bonus bMaxSP,50;
+ ">
},
{
Id: 1318
@@ -6542,9 +6335,14 @@ item_db: (
BindOnEquip: false
BuyingStore: false
Trade: {
+ notrade: true
nodrop: true
noselltonpc: true
}
+ Nouse: {
+ override: 80
+ }
+ BindOnEquip: true
Sprite: 0
},
{
@@ -7984,7 +7782,6 @@ item_db: (
Buy: 2500
Sell: 250
Weight: 1
- Gender: "SEX_ANY"
Loc: 2048
WeaponLv: 0
EquipLv: 1
@@ -8751,17 +8548,17 @@ item_db: (
AegisName: "Bucket"
Name: "Bucket"
Type: "IT_ARMOR"
- Buy: 1600
- Sell: 300
- Weight: 90
+ Buy: 8600
+ Sell: 450
+ Weight: 880
Atk: 0
Matk: 0
- Def: 36
+ Def: 50
Range: 0
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
- EquipLv: 10
+ EquipLv: 36
Refine: false
ViewSprite: 2910
BindOnEquip: false
@@ -9282,8 +9079,6 @@ item_db: (
Buy: 2
Sell: 1
Weight: 1
- Atk: 0
- Matk: 0
Def: 1
Range: 0
Slots: 0
@@ -9295,9 +9090,13 @@ item_db: (
BindOnEquip: false
BuyingStore: false
Trade: {
+ notrade: true
nodrop: true
noselltonpc: true
}
+ Nouse: {
+ override: 80
+ }
Sprite: 0
},
{
@@ -9458,22 +9257,25 @@ item_db: (
AegisName: "GraduationCap"
Name: "Graduation Cap"
Type: "IT_ARMOR"
- Buy: 320
- Sell: 100
- Weight: 11
+ Buy: 3500
+ Sell: 1500
+ Weight: 35
Atk: 0
Matk: 0
- Def: 25
+ Def: 27
Range: 0
Slots: 0
Loc: "EQP_HEAD_TOP"
WeaponLv: 0
- EquipLv: 4
+ EquipLv: 40
Refine: false
ViewSprite: 2940
BindOnEquip: false
BuyingStore: true
Sprite: 0
+ Script: <"
+ bonus bSPrecovRate,5;
+ ">
},
{
Id: 2941
@@ -10706,7 +10508,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
@@ -10732,7 +10534,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
@@ -10757,7 +10559,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
@@ -10783,7 +10585,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
@@ -10809,7 +10611,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
@@ -10835,7 +10637,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
@@ -10861,7 +10663,7 @@ item_db: (
Id6504: 1
Id6505: 1
Id6506: 1
- Id6507: 1
+ Id6507: 1
}
},
{
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 2afe12fb9..bf389a217 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -981,7 +981,7 @@ mob_db: (
Id: 1029
SpriteName: "Duck"
Name: "Duck"
- Lv: 6
+ Lv: 7
Hp: 1000
Sp: 0
Exp: 12
@@ -995,8 +995,8 @@ mob_db: (
Agi: 20
Vit: 5
Int: 1
- Dex: 25
- Luk: 5
+ Dex: 30
+ Luk: 12
}
ViewRange: 1
ChaseRange: 12
@@ -2596,7 +2596,7 @@ mob_db: (
CactusPotion: 200
RoastedMaggot: 150
SharpKnife: 150
- CrystallizedMaggot: 2
+ Pearl: 8
}
},
{
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
new file mode 100644
index 000000000..bf9599535
--- /dev/null
+++ b/db/re/pet_db.conf
@@ -0,0 +1,112 @@
+//================= Hercules Database =====================================
+//= _ _ _
+//= | | | | | |
+//= | |_| | ___ _ __ ___ _ _| | ___ ___
+//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
+//= | | | | __/ | | (__| |_| | | __/\__ \
+//= \_| |_/\___|_| \___|\__,_|_|\___||___/
+//================= License ===============================================
+//= This file is part of Hercules.
+//= http://herc.ws - http://github.com/HerculesWS/Hercules
+//=
+//= Copyright (C) 2018 Hercules Dev Team
+//=
+//= Hercules is free software: you can redistribute it and/or modify
+//= it under the terms of the GNU General Public License as published by
+//= the Free Software Foundation, either version 3 of the License, or
+//= (at your option) any later version.
+//=
+//= This program is distributed in the hope that it will be useful,
+//= but WITHOUT ANY WARRANTY; without even the implied warranty of
+//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+//= GNU General Public License for more details.
+//=
+//= You should have received a copy of the GNU General Public License
+//= along with this program. If not, see <http://www.gnu.org/licenses/>.
+//=========================================================================
+//= Pets Database
+//=========================================================================
+
+pet_db:(
+/**************************************************************************
+ ************* Entry structure ********************************************
+ **************************************************************************
+{
+ // ================ Mandatory fields ==============================
+ Id: ID (int)
+ SpriteName: "Sprite_Name" (string)
+ Name: "Pet Name" (string)
+ // ================ Optional fields ===============================
+ TamingItem: Taming Item (string, defaults to 0)
+ EggItem: Egg Id (string, defaults to 0)
+ AccessoryItem: Equipment Id (string, defaults to 0)
+ FoodItem: Food Id (string, defaults to 0)
+ FoodEffectiveness: hunger points (int, defaults to 0)
+ HungerDelay: hunger time (int, defaults to 0)
+ Intimacy: {
+ Initial: start intimacy (int, defaults to 0)
+ FeedIncrement: feeding intimacy (int, defaults to 0)
+ OverFeedDecrement: overfeeding intimacy (int, defaults to 0)
+ OwnerDeathDecrement: owner die intimacy (int, defaults to 0)
+ }
+ CaptureRate: capture rate (int, defaults to 0)
+ Speed: speed (int, defaults to 0)
+ SpecialPerformance: true/false (boolean, defaults to false)
+ TalkWithEmotes: convert talk (boolean, defaults to false)
+ AttackRate: attack rate (int, defaults to 0)
+ DefendRate: Defence attack (int, defaults to 0)
+ ChangeTargetRate: change target (int, defaults to 0)
+ PetScript: <" Pet Script (can also be multi-line) ">
+ EquipScript: <" Equip Script (can also be multi-line) ">
+},
+**************************************************************************/
+
+{
+ Id: 1002
+ SpriteName: "Piou"
+ Name: "Piou"
+ TamingItem: "PiouFeathers"
+ EggItem: "PiouEgg"
+ FoodItem: "Piberries"
+ FoodEffectiveness: 80
+ HungerDelay: 60
+ Intimacy: {
+ Initial: 250
+ FeedIncrement: 50
+ OverFeedDecrement: 100
+ OwnerDeathDecrement: 20
+ }
+ CaptureRate: 1000
+ Speed: 150
+ SpecialPerformance: true
+ AttackRate: 350
+ DefendRate: 400
+ ChangeTargetRate: 800
+ PetScript: <" petloot 10; ">
+ EquipScript: <" bonus bLuk,2; bonus bCritical,1; ">
+},
+{
+ Id: 1049
+ SpriteName: "Bhop Fluffy"
+ Name: "Bhop Fluffy"
+ TamingItem: "GoldenEasteregg"
+ EggItem: "BhopEgg"
+ FoodItem: "Aquada"
+ FoodEffectiveness: 100
+ HungerDelay: 60
+ Intimacy: {
+ Initial: 250
+ FeedIncrement: 50
+ OverFeedDecrement: 50
+ OwnerDeathDecrement: 50
+ }
+ CaptureRate: 1000
+ Speed: 140
+ SpecialPerformance: true
+ AttackRate: 350
+ DefendRate: 400
+ ChangeTargetRate: 800
+ PetScript: <" petskillbonus bLuk, 5, 30, 90; ">
+ EquipScript: <" bonus bLuk,2; bonus bSPrecovRate,2; ">
+},
+)
diff --git a/db/re/pet_db.txt b/db/re/pet_db.txt
deleted file mode 100644
index 3a38b2879..000000000
--- a/db/re/pet_db.txt
+++ /dev/null
@@ -1,55 +0,0 @@
-// Pet Database
-//
-// Structure of Database:
-// MobID,Name,JName,LureID,EggID,EquipID,FoodID,Fullness,HungryDelay,R_Hungry,R_Full,Intimate,Die,Capture,Speed,S_Performance,talk_convert_class,attack_rate,defence_attack_rate,change_target_rate,pet_script,loyal_script
-//
-// 01. MobID Monster ID of the pet.
-// 02. Name Name of the monster as defined in the database.
-// 03. JName The display name of the monster when hatched.
-// 04. LureID Pet Tame Item ID.
-// 05. EggID Pet Egg ID.
-// 06. EquipID Pet Accessory ID.
-// 07. FoodID Pet Food ID.
-// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds.
-// 09. HungryDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds)
-// 10. R_Hungry Amount of Intimacy that is increased when fed.
-// 11. R_Full Amount of Intimacy that is decreased when over-fed.
-// 12. Intimate Amount of Intimacy the pet starts with.
-// 13. Die Amount of Intimacy that is decreased when the pet owner dies.
-// 14. Capture Capture succes rate (10000 = 100%)
-// 15. Speed Pet's walk speed. (Defaul: 150)
-// 16. S_Performance Special Performance. (Yes = 1, No = 0)
-// 17. talk_convert_class Disables pet talk (instead of talking they emote with /!.)
-// 18. attack_rate Rate of which the pet will attack (requires at least pet_support_min_friendly intimacy).
-// 19. defence_attack_rate Rate of which the pet will retaliate when master is being attacked (requires at least pet_support_min_friendly intimacy).
-// 20. change_target_rate Rate of which the pet will change its attack target.
-// 21. pet_script Script to execute when the pet is hatched.
-// 22. loyal_script Script to execute when the pet is hatched (requires at least pet_equip_min_friendly intimacy, independent of pet_script).
-//NOTE: The max value (100%) of attack_rate, defense_rate & change_target_rate is 10000.
-
-//In theory you can use any valid script, but it is run only once upon pet
-//loading, so it is recommended you use the specific pet scripts:
-
-//petskillattack skillid, skilllv, hits, rate, bonusrate
-//Skill attack that triggers while the pet is attacking. Rate is the base
-//chance of execution per attack. Bonusrate is an additional success rate when
-//intimacy reaches max. If hits is specified and different than 0, it will make
-//the pet cast the skill with a fixed amount of damage inflicted and the
-//specified number of hits. A value of zero uses the skill's defaults.
-
-//petskillsupport skillid, skilllv, delay, hp%, sp%
-//Casts a support skill when the health levels are below the specified hp% and
-//sp%. Delay is the minimum time in seconds before the skill can be cast again
-
-//petrecovery type, delay: Cures the "type" status effect after "delay" seconds
-
-//petskillbonus type, value, duration, delay
-//Gives bonus stats. Type is the stat to increase (bStr, bLuk), value is the
-//amount by which it is increased, duration signals how long the bonus lasts
-//delay is the time elapsed after the bonus ends and before it starts again.
-
-//A single pet can have petloot, petskillbonus, petskillattack and
-//petskillsupport at the same time, but only one of each.
-
-1002,Piou,Piou,701,4000,0,507,80,60,50,100,250,20,1000,150,1,0,350,400,800,{ petloot 10; },{ bonus bLuk,2; bonus bCritical,1; }
-1049,Bhop Fluffy,Bhop Fluffy,834,4001,0,509,100,60,50,50,250,50,1000,140,1,0,350,400,800,{ petskillbonus bLuk, 5, 30, 90; },{ bonus bLuk,2; bonus bSPrecovRate,2; }