diff options
m--------- | tools | 0 | ||||
-rw-r--r-- | world/map/db/const-aegis.txt | 17 | ||||
-rw-r--r-- | world/map/db/item_db.conf | 2161 | ||||
-rw-r--r-- | world/map/db/item_db_chest.txt | 496 | ||||
-rw-r--r-- | world/map/db/item_db_foot.txt | 42 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 524 | ||||
-rw-r--r-- | world/map/db/item_db_hand.txt | 41 | ||||
-rw-r--r-- | world/map/db/item_db_head.txt | 473 | ||||
-rw-r--r-- | world/map/db/item_db_leg.txt | 115 | ||||
-rw-r--r-- | world/map/db/item_db_offhand.txt | 18 | ||||
-rw-r--r-- | world/map/db/item_db_trinket.txt | 55 | ||||
-rw-r--r-- | world/map/db/item_db_use.txt | 223 | ||||
-rw-r--r-- | world/map/db/item_db_weapon.txt | 132 | ||||
-rw-r--r-- | world/map/db/mob_db.conf | 10 | ||||
-rw-r--r-- | world/map/db/mob_db_0_19.txt | 3 | ||||
-rw-r--r-- | world/map/db/mob_db_20_39.txt | 5 | ||||
-rw-r--r-- | world/map/db/mob_db_80_99.txt | 1 | ||||
-rw-r--r-- | world/map/db/mob_db_over_100.txt | 2 | ||||
-rw-r--r-- | world/map/db/mob_db_over_150.txt | 1 |
19 files changed, 2907 insertions, 1412 deletions
diff --git a/tools b/tools -Subproject bffe0518682f4e85fd3712d081e5ad12c307277 +Subproject 2488119b314f515c70496e94b22ad27625aed4a diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index 38d79f2c..6f7ac2d0 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -15,6 +15,7 @@ Scimitar 572 Falchion 573 ScorpionKing 574 DesertBow 575 +ImperialBow 609 Beheader 576 BoneDarts 577 SandCutter 578 @@ -26,11 +27,13 @@ StaffOfIce 583 Jackal 584 Sword 587 BastardSword 588 +DragonSword 590 LongSword 591 Spear 594 Pike 596 Scythe 623 WoodenStaff 758 +SweetTooth 1170 Wand 1171 TerraniteArrow 762 IceGladius 867 @@ -44,6 +47,9 @@ Knife 1201 ToySabre 1215 BoneArrows 1282 Snowball 5260 +ArmorBreaker 5289 +SilverArrow 5290 +ThornArrow 5291 SnowLauncher 5261 Revolver 5284 WeddingRing 702 @@ -337,6 +343,9 @@ LoveLetter 5265 ThermalNapalm 5276 XmasTicket 5278 Carrot 5279 +Naftalin 5288 +SilverOre 5292 +CrystallizedDragonBlood 5293 LeatherShirt 523 DesertShirt 546 Turtleneck 564 @@ -978,14 +987,6 @@ LeatherShield 603 BromenalShield 797 DragonShield 5285 PinkieScroll 6000 -DragonSword 590 -ImperialBow 609 -Naftalin 5288 -ArmorBreaker 5289 -SilverArrow 5290 -ThornArrow 5291 -SilverOre 5292 -SweetTooth 1170 FireGoblin 1011 Bat 1017 ManaBug 1131 diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 239d4067..06c5b41c 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -174,6 +174,10 @@ item_db: ( Refine: false ViewSprite: 529 Subtype: "A_ARROW" + Script: <" + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> }, { Id: 530 @@ -184,6 +188,7 @@ item_db: ( Sell: 1000 Weight: 600 Atk: 50 + Matk: -5 Range: 5 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -199,7 +204,9 @@ item_db: ( Id1282: 1 } Script: <" - bonus bMatkRate, -5; + bonus bMatkRate, -5; // @EVOL2 + //set @LauncherType, AMMO_BOW; // @TMWA + //callfunc "CheckLauncher"; // @TMWA "> }, { @@ -229,6 +236,7 @@ item_db: ( Sell: 5000 Weight: 1200 Atk: 70 + Matk: -7 Range: 5 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -244,7 +252,9 @@ item_db: ( Id1282: 1 } Script: <" - bonus bMatkRate, -7; + bonus bMatkRate, -7; // @EVOL2 + //set @LauncherType, AMMO_BOW; // @TMWA + //callfunc "CheckLauncher"; // @TMWA "> }, { @@ -426,8 +436,8 @@ item_db: ( Script: <" callfunc "UnreleasedItem", EQI_HAND_R; bonus bDoubleAddRate, 40; - bonus bHit, -25; - bonus bCritical, -25; + bonus bHit, -25; + bonus bCritical, -25; "> }, { @@ -460,6 +470,7 @@ item_db: ( Sell: 4000 Weight: 1200 Atk: 85 + Matk: -10 Range: 7 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -478,7 +489,46 @@ item_db: ( Id1282: 1 } Script: <" - bonus bMatkRate, -10; + bonus bMatkRate, -10; // @EVOL2 + //set @LauncherType, AMMO_BOW; // @TMWA + //callfunc "CheckLauncher"; // @TMWA + "> +}, +{ + Id: 609 + AegisName: "ImperialBow" + Name: "Imperial Bow" + Type: "IT_WEAPON" + Buy: 101000 + Sell: 40000 + Weight: 900 + Atk: 110 + Matk: -9 + Range: 6 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 90 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + OnEquipScript: <" + callfunc "RequireStat", bDex, 80, EQI_HAND_R; + "> + Script: <" + bonus bMatkRate, -9; // @EVOL2 + bonus2 bHPDrainRate, 100, 4; + bonus bCriticalDef, 10; + bonus bFlee, 10; + bonus bAspdRate, 10; + //set @LauncherType, AMMO_BOW; // @TMWA + //callfunc "CheckLauncher"; // @TMWA "> }, { @@ -500,14 +550,17 @@ item_db: ( Subtype: "W_2HAXE" OnEquipScript: <" callfunc "NoBowItem", EQI_HAND_R; - if (readparam(bInt) > 1) - unequip(EQI_HAND_R); + if (readparam(bInt) > 1) // @EVOL2 + unequip(EQI_HAND_R); // @EVOL2 + //set @bStat, Int; // @TMWA + //set @maxbStatVal, 1; // @TMWA + //callfunc "RequireMaxStat"; // @TMWA "> Script: <" - bonus bDoubleAddRate, 50; - bonus bSpeedAddRate, 10; - bonus bHit, -20; - bonus bCritical, -25; + bonus bDoubleAddRate, 50; + bonus bSpeedAddRate, 10; + bonus bHit, -20; + bonus bCritical, -25; "> }, { @@ -550,6 +603,7 @@ item_db: ( Subtype: "W_1HSWORD" Script: <" bonus bDoubleAddRate, 5; + bonus bHit, 3; "> }, { @@ -675,8 +729,12 @@ item_db: ( ViewSprite: 1 Subtype: "W_1HSWORD" Script: <" - callfunc "UnreleasedItem", EQI_HAND_R; - bonus bDoubleAddRate, 30; + bonus bMaxHP, 50; + bonus2 bHPDrainRate, 100, 5; + bonus bCriticalDef, 2; + bonus bStr, 1; + bonus bAspdRate, 1; + bonus bHit, 5; "> }, { @@ -722,6 +780,33 @@ item_db: ( "> }, { + Id: 590 + AegisName: "DragonSword" + Name: "Dragon Sword" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 100 + Atk: 141 + Def: -2 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + bonus bMaxHP, -100; + bonus2 bHPDrainRate, 100, -1; + bonus bCriticalDef, -2; + bonus bStr, 5; + bonus bAspdRate, 2; + bonus bHit, 5; + "> +}, +{ Id: 591 AegisName: "LongSword" Name: "LongSword" @@ -792,7 +877,7 @@ item_db: ( Buy: 100 Sell: 50 Weight: 1200 - Atk: 75 + Atk: 100 Range: 2 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -811,6 +896,7 @@ item_db: ( Sell: 2000 Weight: 1000 Atk: 50 + Matk: 10 Range: 1 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -823,9 +909,36 @@ item_db: ( callfunc "RequireStat", bInt, 60, EQI_HAND_R; "> Script: <" - bonus bMatkRate, 10; - if (getskilllv(SKILL_CONFRINGO)) - addtoskill(SKILL_CONFRINGO, 1, 2); + bonus bMatkRate, 10; // @EVOL2 + if (getskilllv(SKILL_CONFRINGO)) // @EVOL2 + addtoskill(SKILL_CONFRINGO, 1, 2); // @EVOL2 + "> +}, +{ + Id: 1170 + AegisName: "SweetTooth" + Name: "Sweet Tooth" + Type: "IT_WEAPON" + Buy: 4000 + Sell: 2000 + Weight: 1000 + Atk: 50 + Matk: 15 + Range: 1 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSTAFF" + OnEquipScript: <" + callfunc "RequireStat", bInt, 60, EQI_HAND_R; + "> + Script: <" + bonus bMatkRate, 15; // @EVOL2 + if (getskilllv(SKILL_CONFRINGO)) // @EVOL2 + addtoskill(SKILL_CONFRINGO, 1, 2); // @EVOL2 "> }, { @@ -837,6 +950,7 @@ item_db: ( Sell: 200 Weight: 100 Atk: 1 + Matk: 5 Range: 1 Slots: 0 Loc: "EQP_HAND_R" @@ -849,7 +963,7 @@ item_db: ( callfunc "RequireStat", bInt, 5, EQI_HAND_R; "> Script: <" - bonus bMatkRate, 5; + bonus bMatkRate, 5; // @EVOL2 "> }, { @@ -868,6 +982,8 @@ item_db: ( Subtype: "A_ARROW" Script: <" bonus bCritical, 20; + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA "> }, { @@ -900,6 +1016,7 @@ item_db: ( Sell: 40000 Weight: 900 Atk: 140 + Matk: -9 Range: 6 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -918,13 +1035,15 @@ item_db: ( callfunc "RequireStat", bDex, 80, EQI_HAND_R; "> Script: <" - bonus2 bHPDrainRate, 100, -2; - bonus bAspdRate, 20; - bonus bMaxHP, -150; - bonus bSpeedAddRate, 10; - bonus bDefRate, -40; - bonus bDef2Rate, -35; - bonus bMatkRate, -9; + bonus2 bHPDrainRate, 100, -2; + bonus bAspdRate, 20; + bonus bMaxHP, -150; + bonus bSpeedAddRate, 20; + bonus bDefRate, -40; + bonus bDef2Rate, -35; + bonus bMatkRate, -9; // @EVOL2 + //set @LauncherType, AMMO_BOW; // @TMWA + //callfunc "CheckLauncher"; // @TMWA "> }, { @@ -947,6 +1066,10 @@ item_db: ( AllowAmmo: { Id904: 1 } + Script: <" + //set @LauncherType, AMMO_SLING; // @TMWA + //callfunc "CheckLauncher"; // @TMWA + "> }, { Id: 904 @@ -962,6 +1085,10 @@ item_db: ( Refine: false ViewSprite: 904 Subtype: "A_ARROW" + Script: <" + //set @AmmoType, AMMO_SLING; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> }, { Id: 906 @@ -994,6 +1121,10 @@ item_db: ( Refine: false ViewSprite: 1199 Subtype: "A_ARROW" + Script: <" + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> }, { Id: 1200 @@ -1004,6 +1135,7 @@ item_db: ( Sell: 500 Weight: 20 Atk: 20 + Matk: -2 Range: 5 Slots: 0 Loc: ["EQP_HAND_L", "EQP_HAND_R"] @@ -1019,7 +1151,9 @@ item_db: ( Id1282: 1 } Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -2; // @EVOL2 + //set @LauncherType, AMMO_BOW; // @TMWA + //callfunc "CheckLauncher"; // @TMWA "> }, { @@ -1074,6 +1208,8 @@ item_db: ( Subtype: "A_ARROW" Script: <" bonus bCritical, 1; + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA "> }, { @@ -1090,6 +1226,72 @@ item_db: ( Refine: false ViewSprite: 5260 Subtype: "A_SHELL" + Script: <" + //set @AmmoType, AMMO_XMAS; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> +}, +{ + Id: 5289 + AegisName: "ArmorBreaker" + Name: "Armor Breaker Arrow" + Type: "IT_AMMO" + Buy: 90 + Sell: 40 + Weight: 2 + Atk: -120 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 5289 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 75; + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> +}, +{ + Id: 5290 + AegisName: "SilverArrow" + Name: "Silver Arrow" + Type: "IT_AMMO" + Buy: 60 + Sell: 30 + Weight: 1 + Atk: 65 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 5290 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 1; + bonus bAtkRange, 2; + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> +}, +{ + Id: 5291 + AegisName: "ThornArrow" + Name: "Thorn Arrow" + Type: "IT_AMMO" + Buy: 90 + Sell: 40 + Weight: 1 + Atk: 65 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 5291 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 10; + bonus bHit, 25; + //set @AmmoType, AMMO_BOW; // @TMWA + //callfunc "CheckAmmo"; // @TMWA + "> }, { Id: 5261 @@ -1111,6 +1313,10 @@ item_db: ( AllowAmmo: { Id5260: 1 } + Script: <" + //set @LauncherType, AMMO_XMAS; // @TMWA + //callfunc "CheckLauncher"; // @TMWA + "> }, { Id: 5284 @@ -1135,6 +1341,10 @@ item_db: ( Nouse: { override: 1 } + Script: <" + //set @LauncherType, AMMO_SLING; // @TMWA + //callfunc "CheckLauncher"; // @TMWA + "> }, /* Rings & Accessories */ @@ -1160,12 +1370,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 1 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 742 Script: <" + bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 1; "> }, @@ -1177,11 +1389,15 @@ item_db: ( Buy: 800 Sell: 250 Weight: 50 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 749 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 829 @@ -1191,12 +1407,14 @@ item_db: ( Buy: 10000 Sell: 1000 Weight: 10 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 829 Script: <" + bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 1; "> }, @@ -1208,12 +1426,14 @@ item_db: ( Buy: 20000 Sell: 2000 Weight: 10 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 830 Script: <" + bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 2; "> }, @@ -1225,12 +1445,14 @@ item_db: ( Buy: 30000 Sell: 3000 Weight: 10 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 831 Script: <" + bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 3; "> }, @@ -1242,12 +1464,14 @@ item_db: ( Buy: 40000 Sell: 4000 Weight: 10 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 832 Script: <" + bonus bMatkRate, 5; // @EVOL2 bonus bLuk, 4; "> }, @@ -1259,12 +1483,14 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 100 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 865 Script: <" + bonus bMatkRate, 5; // @EVOL2 bonus bMaxSP, 30; "> }, @@ -1285,7 +1511,7 @@ item_db: ( ViewSprite: 879 Script: <" bonus bMaxHPrate, 15; - bonus bHPrecovRate, 65; + bonus bHPrecovRate, 60; "> }, { @@ -1313,12 +1539,13 @@ item_db: ( Buy: 0 Sell: 0 Weight: 0 + Matk: 100 Slots: 0 Loc: "EQP_ACC_L" Refine: false ViewSprite: 1244 Script: <" - bonus bMatkRate, 10; + bonus bMatkRate, 100; // @EVOL2 bonus bMdef, 30; "> }, @@ -1451,7 +1678,10 @@ item_db: ( Loc: "EQP_ACC_L" Refine: false ViewSprite: 677 -}, + Script: <" + bonus bMaxHP, 50; + bonus bHPrecovRate, 25; + ">}, { Id: 5252 AegisName: "GuardianWings" @@ -1491,6 +1721,7 @@ item_db: ( Buy: 1000 Sell: 1 Weight: 1 + Matk: 22 Def: 0 Slots: 0 Loc: "EQP_ARMOR" @@ -1498,9 +1729,10 @@ item_db: ( ViewSprite: 5272 Script: <" bonus bInt, 1; - bonus bMatkRate, 1; + bonus bMatkRate, 22; // @EVOL2 bonus bMaxSP, 55; - bonus bMdef, 11; + bonus bMdef, 22; + bonus bSPrecovRate, 33; "> }, { @@ -1522,6 +1754,7 @@ item_db: ( bonus bCritical, 5; bonus bAspdRate, 5; "> + //Disabled: true // @TMWA }, { Id: 5269 @@ -1542,6 +1775,7 @@ item_db: ( bonus bDoubleAddRate, 5; bonus bHit, 25; "> + //Disabled: true // @TMWA }, /* Boots */ { @@ -1552,11 +1786,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 80 + Matk: -2 Def: 2 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 528 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 655 @@ -1566,11 +1804,15 @@ item_db: ( Buy: 5000 Sell: 600 Weight: 50 + Matk: -3 Def: 3 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 655 + Script: <" + bonus bMatkRate, -3; // @EVOL2 + "> }, { Id: 734 @@ -1580,11 +1822,15 @@ item_db: ( Buy: 20000 Sell: 3000 Weight: 25 + Matk: -10 Def: 3 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 734 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 735 @@ -1594,11 +1840,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 10 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 735 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 757 @@ -1608,6 +1858,7 @@ item_db: ( Buy: 7000 Sell: 2000 Weight: 10 + Matk: -3 Def: 3 Slots: 0 Loc: "EQP_SHOES" @@ -1616,7 +1867,7 @@ item_db: ( Script: <" callfunc "BrawlingItem", EQI_SHOES; bonus bAgi, 4; - bonus bMatkRate, -1; + bonus bMatkRate, -3; // @EVOL2 "> }, { @@ -1627,11 +1878,15 @@ item_db: ( Buy: 8000 Sell: 500 Weight: 30 + Matk: -2 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 792 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 876 @@ -1641,13 +1896,14 @@ item_db: ( Buy: 19000 Sell: 2000 Weight: 550 + Matk: -22 Def: 5 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 876 Script: <" - bonus bMatkRate, -4; + bonus bMatkRate, -22; // @EVOL2 "> }, { @@ -1658,11 +1914,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2150 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2151 @@ -1672,11 +1932,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2151 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2152 @@ -1686,11 +1950,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2152 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2153 @@ -1700,11 +1968,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2153 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2154 @@ -1714,11 +1986,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2154 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2155 @@ -1728,11 +2004,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2155 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2156 @@ -1742,11 +2022,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2156 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2157 @@ -1756,11 +2040,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2157 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2158 @@ -1770,11 +2058,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2158 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 2159 @@ -1784,11 +2076,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 30 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 2159 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 1188 @@ -1798,11 +2094,15 @@ item_db: ( Buy: 7000 Sell: 2000 Weight: 10 + Matk: 2 Def: 1 Slots: 0 Loc: "EQP_SHOES" Refine: false ViewSprite: 1188 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 503 @@ -3714,6 +4014,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 1228 + //Disabled: true // @TMWA }, { Id: 1233 @@ -4095,6 +4396,7 @@ item_db: ( nomail: true noauction: true } + //Disabled: true // @TMWA }, { Id: 4000 @@ -4446,6 +4748,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5112 + //Disabled: true // @TMWA }, { Id: 5113 @@ -4459,6 +4762,7 @@ item_db: ( Slots: 0 Refine: false ViewSprite: 5113 + //Disabled: true // @TMWA }, { Id: 5114 @@ -4471,6 +4775,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5114 + //Disabled: true // @TMWA }, { Id: 5115 @@ -4495,6 +4800,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5116 + //Disabled: true // @TMWA }, { Id: 5117 @@ -4507,6 +4813,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5117 + //Disabled: true // @TMWA }, { Id: 5118 @@ -4519,6 +4826,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5118 + //Disabled: true // @TMWA }, { Id: 5119 @@ -4531,6 +4839,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5119 + //Disabled: true // @TMWA }, { Id: 5120 @@ -4543,6 +4852,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5120 + //Disabled: true // @TMWA }, { Id: 5121 @@ -4555,6 +4865,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5121 + //Disabled: true // @TMWA }, { Id: 5122 @@ -4567,6 +4878,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5122 + //Disabled: true // @TMWA }, { Id: 5123 @@ -4579,6 +4891,7 @@ item_db: ( Def: 0 Refine: false ViewSprite: 5123 + //Disabled: true // @TMWA }, { Id: 5124 @@ -4826,6 +5139,7 @@ item_db: ( noauction: true noselltonpc: true } + //Disabled: true // @TMWA }, { Id: 5278 @@ -4836,6 +5150,7 @@ item_db: ( Sell: 0 Weight: 0 ViewSprite: 5278 + //Disabled: true // @TMWA }, { Id: 5279 @@ -4855,6 +5170,43 @@ item_db: ( noselltonpc: true } }, +{ + Id: 5288 + AegisName: "Naftalin" + Name: "Naphthalene" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5288 +}, +{ + Id: 5292 + AegisName: "SilverOre" + Name: "Silver Ore" + Type: "IT_ETC" + Buy: 1600 + Sell: 800 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 5292 +}, +{ + Id: 5293 + AegisName: "CrystallizedDragonBlood" + Name: "Crystallized Dragon Blood" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1000 + Def: 0 + Refine: false + ViewSprite: 5293 + //Disabled: true // @TMWA +}, /* Chest Armor */ { Id: 523 @@ -4864,13 +5216,14 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 20 + Matk: -12 Def: 4 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 523 Script: <" - bonus bMatkRate, -1; + bonus bMatkRate, -12; // @EVOL2 "> }, { @@ -4881,13 +5234,14 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 20 + Matk: -18 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 546 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -18; // @EVOL2 "> }, { @@ -4898,11 +5252,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 30 + Matk: -18 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 564 + Script: <" + bonus bMatkRate, -18; // @EVOL2 + "> }, { Id: 624 @@ -4912,11 +5270,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -24 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 624 + Script: <" + bonus bMatkRate, -24; // @EVOL2 + "> }, { Id: 625 @@ -4926,13 +5288,14 @@ item_db: ( Buy: 15000 Sell: 1500 Weight: 800 + Matk: -120 Def: 20 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 625 Script: <" - bonus bMatkRate, -36; + bonus bMatkRate, -120; // @EVOL2 "> }, { @@ -4943,13 +5306,14 @@ item_db: ( Buy: 50000 Sell: 2500 Weight: 1200 + Matk: -150 Def: 25 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 626 Script: <" - bonus bMatkRate, -45; + bonus bMatkRate, -150; // @EVOL2 "> }, { @@ -4960,13 +5324,14 @@ item_db: ( Buy: 9999000 Sell: 3000 Weight: 4500 + Matk: -100 Def: 25 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 645 Script: <" - bonus bMatkRate, -30; + bonus bMatkRate, -100; // @EVOL2 "> }, { @@ -4977,15 +5342,16 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 5 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 649 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; - bonus bCriticalDef, 10; + bonus bCriticalDef, 10; "> }, { @@ -4996,15 +5362,16 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 5 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 650 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; - bonus bCriticalDef, 10; + bonus bCriticalDef, 10; "> }, { @@ -5015,13 +5382,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 5 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 651 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 20; // @EVOL2 "> }, { @@ -5032,13 +5400,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 5 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 652 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 20; // @EVOL2 "> }, { @@ -5049,15 +5418,16 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 5 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 653 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; - bonus bCriticalDef, 10; + bonus bCriticalDef, 10; "> }, { @@ -5068,13 +5438,14 @@ item_db: ( Buy: 100000 Sell: 3000 Weight: 2600 + Matk: -170 Def: 27 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 658 Script: <" - bonus bMatkRate, -51; + bonus bMatkRate, -170; // @EVOL2 "> }, { @@ -5085,13 +5456,14 @@ item_db: ( Buy: 500000 Sell: 4000 Weight: 7600 + Matk: -110 Def: 27 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 659 Script: <" - bonus bMatkRate, -33; + bonus bMatkRate, -110; // @EVOL2 "> }, { @@ -5102,11 +5474,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 10 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 688 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 689 @@ -5116,11 +5492,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 689 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 720 @@ -5161,6 +5541,7 @@ item_db: ( Buy: 10000 Sell: 3000 Weight: 15 + Matk: -5 Def: 15 Slots: 0 Loc: "EQP_HEAD_MID" @@ -5172,11 +5553,11 @@ item_db: ( callfunc "BrawlingItem", EQI_HEAD_MID; // @EVOL2 //callfunc "BrawlingItem"; // @TMWA bonus bAgi, 15; - bonus bSpeedAddRate, 10; - bonus bFlee, 20; - bonus bHit, 20; - bonus bMaxHP, 200; - bonus bMatkRate, -3; // @EVOL2 + bonus bSpeedAddRate, 10; + bonus bFlee, 20; + bonus bHit, 20; + bonus bMaxHP, 200; + bonus bMatkRate, -5; // @EVOL2 "> }, { @@ -5187,15 +5568,16 @@ item_db: ( Buy: 100000 Sell: 3000 Weight: 800 + Matk: -70 Def: 20 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 767 Script: <" - bonus bMatkRate, -14; + bonus bMatkRate, -70; // @EVOL2 bonus bDex, 1; - bonus bMdef, 10; + bonus bMdef, 10; "> }, { @@ -5206,13 +5588,14 @@ item_db: ( Buy: 3000 Sell: 1500 Weight: 40 + Matk: -20 Def: 10 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 782 Script: <" - bonus bMatkRate, -6; + bonus bMatkRate, -20; // @EVOL2 bonus bDex, 3; "> }, @@ -5224,11 +5607,15 @@ item_db: ( Buy: 100000 Sell: 50000 Weight: 35 + Matk: 3 Def: 15 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 783 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 791 @@ -5238,13 +5625,14 @@ item_db: ( Buy: 20000 Sell: 10000 Weight: 20 + Matk: -12 Def: 12 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 791 Script: <" - bonus bMatkRate, -3; + bonus bMatkRate, -12; // @EVOL2 "> }, { @@ -5255,13 +5643,14 @@ item_db: ( Buy: 100000 Sell: 3000 Weight: 2000 + Matk: -170 Def: 25 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 793 Script: <" - bonus bMatkRate, -50; + bonus bMatkRate, -170; // @EVOL2 "> }, { @@ -5272,13 +5661,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 5 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 798 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -5290,11 +5680,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 870 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 880 @@ -5304,6 +5698,7 @@ item_db: ( Buy: 92000 Sell: 52000 Weight: 30 + Matk: 60 Def: 7 Slots: 0 Loc: "EQP_HEAD_MID" @@ -5316,15 +5711,14 @@ item_db: ( callfunc "RequireStat", bVit, 40, EQI_HEAD_MID; "> Script: <" - bonus bSpeedAddRate, -15; - bonus bDef2Rate, -40; - bonus bMatkRate, 6; - bonus bMdef, 60; - bonus bVit, -1; - bonus bInt, 7; - bonus bLuk, -1; - bonus bDex, -1; - bonus bStr, -1; + bonus bDef2Rate, -40; + bonus bMatkRate, 60; // @EVOL2 + bonus bMdef, 60; + bonus bVit, -1; + bonus bInt, 7; + bonus bLuk, -1; + bonus bDex, -1; + bonus bStr, -1; "> }, { @@ -5335,11 +5729,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 1178 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 1183 @@ -5349,11 +5747,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 1183 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 1184 @@ -5363,11 +5765,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 1184 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 1185 @@ -5391,11 +5797,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 1186 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 1187 @@ -5419,11 +5829,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 13 + Matk: -2 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 1202 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 2050 @@ -5433,11 +5847,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2050 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2051 @@ -5447,11 +5865,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2051 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2052 @@ -5461,11 +5883,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2052 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2053 @@ -5475,11 +5901,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2053 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2054 @@ -5489,11 +5919,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2054 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2055 @@ -5503,11 +5937,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2055 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2056 @@ -5517,11 +5955,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2056 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2057 @@ -5531,11 +5973,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2057 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2058 @@ -5545,11 +5991,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2058 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2059 @@ -5559,11 +6009,15 @@ item_db: ( Buy: 300 Sell: 5 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2059 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2060 @@ -5573,11 +6027,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2060 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2061 @@ -5587,11 +6045,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2061 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2062 @@ -5601,11 +6063,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2062 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2063 @@ -5615,11 +6081,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2063 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2064 @@ -5629,11 +6099,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2064 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2065 @@ -5643,11 +6117,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2065 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2066 @@ -5657,11 +6135,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2066 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2067 @@ -5671,11 +6153,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2067 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2068 @@ -5685,11 +6171,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2068 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2069 @@ -5699,11 +6189,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 35 + Matk: -16 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2069 + Script: <" + bonus bMatkRate, -16; // @EVOL2 + "> }, { Id: 2070 @@ -5713,11 +6207,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2070 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2071 @@ -5727,11 +6225,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2071 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2072 @@ -5741,11 +6243,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2072 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2073 @@ -5755,11 +6261,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2073 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2074 @@ -5769,11 +6279,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2074 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2075 @@ -5783,11 +6297,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2075 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2076 @@ -5797,11 +6315,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2076 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2077 @@ -5811,11 +6333,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2077 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2078 @@ -5825,11 +6351,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2078 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2079 @@ -5839,11 +6369,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 35 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2079 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 2080 @@ -5993,11 +6527,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2090 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2091 @@ -6007,11 +6545,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2091 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2092 @@ -6021,11 +6563,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2092 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2093 @@ -6035,11 +6581,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2093 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2094 @@ -6049,11 +6599,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2094 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2095 @@ -6063,11 +6617,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2095 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2096 @@ -6077,11 +6635,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2096 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2097 @@ -6091,11 +6653,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2097 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2098 @@ -6105,11 +6671,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2098 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2099 @@ -6119,11 +6689,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 12 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2099 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2120 @@ -6133,11 +6707,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2120 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2121 @@ -6147,11 +6725,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2121 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2122 @@ -6161,11 +6743,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2122 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2123 @@ -6175,11 +6761,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2123 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2124 @@ -6189,11 +6779,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2124 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2125 @@ -6203,11 +6797,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2125 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2126 @@ -6217,11 +6815,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2126 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2127 @@ -6231,11 +6833,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2127 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2128 @@ -6245,11 +6851,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2128 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2129 @@ -6259,11 +6869,15 @@ item_db: ( Buy: 600 Sell: 300 Weight: 8 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2129 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2220 @@ -6273,13 +6887,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2220 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6291,13 +6906,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2221 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6309,13 +6925,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2222 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6327,13 +6944,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2223 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6345,13 +6963,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2224 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6363,13 +6982,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2225 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6381,13 +7001,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2226 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6399,13 +7020,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2227 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6417,13 +7039,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2228 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6435,13 +7058,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2229 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6453,11 +7077,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2240 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2241 @@ -6467,11 +7095,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2241 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2242 @@ -6481,11 +7113,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2242 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2243 @@ -6495,11 +7131,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2243 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2244 @@ -6509,11 +7149,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2244 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2245 @@ -6523,11 +7167,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2245 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2246 @@ -6537,11 +7185,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2246 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2247 @@ -6551,11 +7203,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2247 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2248 @@ -6565,11 +7221,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2248 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 2249 @@ -6579,11 +7239,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 35 + Matk: 20 Def: 8 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 2249 + Script: <" + bonus bMatkRate, 3; // @EVOL2 + "> }, { Id: 5000 @@ -6593,13 +7257,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5000 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6611,13 +7276,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5001 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6629,13 +7295,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5002 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6647,13 +7314,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5003 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6665,13 +7333,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5004 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6683,13 +7352,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5005 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6701,13 +7371,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5006 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6719,13 +7390,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5007 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6737,13 +7409,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5008 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6755,13 +7428,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5009 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6773,13 +7447,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5010 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6791,13 +7466,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5011 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6809,13 +7485,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5012 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6827,13 +7504,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5013 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6845,13 +7523,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5014 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6863,13 +7542,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5015 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6881,13 +7561,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5016 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6899,13 +7580,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5017 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6917,13 +7599,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5018 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6935,13 +7618,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5019 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6953,13 +7637,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5020 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6971,13 +7656,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5021 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -6989,13 +7675,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5022 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7007,13 +7694,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5023 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7025,13 +7713,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5024 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7043,13 +7732,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5025 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7061,13 +7751,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5026 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7079,13 +7770,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5027 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7097,13 +7789,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5028 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7115,13 +7808,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5029 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7133,13 +7827,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5030 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7151,13 +7846,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5031 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7169,13 +7865,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5032 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7187,13 +7884,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5033 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7205,13 +7903,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5034 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7223,13 +7922,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5035 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7241,13 +7941,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5036 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7259,13 +7960,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5037 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7277,13 +7979,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5038 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7295,13 +7998,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5039 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7313,13 +8017,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5040 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7331,13 +8036,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5041 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7349,13 +8055,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5042 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7367,13 +8074,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5043 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7385,13 +8093,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5044 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7403,13 +8112,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5045 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7421,13 +8131,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5046 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7439,13 +8150,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5047 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7457,13 +8169,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5048 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7475,13 +8188,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5049 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7493,13 +8207,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5050 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7511,13 +8226,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5051 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7529,13 +8245,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5052 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7547,13 +8264,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5053 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7565,13 +8283,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5054 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7583,13 +8302,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5055 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7601,13 +8321,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5056 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7619,13 +8340,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5057 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7637,13 +8359,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5058 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7655,13 +8378,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5059 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7673,13 +8397,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5060 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7691,13 +8416,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5061 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7709,13 +8435,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5062 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7727,13 +8454,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5063 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7745,13 +8473,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5064 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7763,13 +8492,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5065 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7781,13 +8511,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5066 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7799,13 +8530,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5067 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7817,13 +8549,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5068 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7835,13 +8568,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5069 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7853,13 +8587,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5070 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7871,13 +8606,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5071 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7889,13 +8625,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5072 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7907,13 +8644,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5073 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7925,13 +8663,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5074 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7943,13 +8682,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5075 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7961,13 +8701,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5076 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7979,13 +8720,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5077 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -7997,13 +8739,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5078 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8015,13 +8758,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5079 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8033,13 +8777,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5080 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8051,13 +8796,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5081 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8069,13 +8815,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5082 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8087,13 +8834,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5083 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8105,13 +8853,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5084 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8123,13 +8872,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5085 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8141,13 +8891,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5086 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8159,13 +8910,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5087 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8177,13 +8929,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5088 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8195,13 +8948,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5089 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8213,13 +8967,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5090 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8231,13 +8986,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5091 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8249,13 +9005,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5092 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8267,13 +9024,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5093 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8285,13 +9043,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5094 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8303,13 +9062,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5095 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8321,13 +9081,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5096 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8339,13 +9100,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5097 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8357,13 +9119,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5098 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8375,13 +9138,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5099 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8393,13 +9157,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5100 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8411,13 +9176,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5101 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8429,13 +9195,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5102 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8447,13 +9214,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5103 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8465,13 +9233,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5104 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8483,13 +9252,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5105 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8501,13 +9271,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5106 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8519,13 +9290,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5107 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8537,13 +9309,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5108 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8555,13 +9328,14 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 30 + Matk: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5109 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bAgi, 1; "> }, @@ -8573,11 +9347,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5131 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5132 @@ -8587,11 +9365,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5132 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5133 @@ -8601,11 +9383,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5133 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5134 @@ -8615,11 +9401,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5134 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5135 @@ -8629,11 +9419,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5135 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5136 @@ -8643,11 +9437,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5136 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5137 @@ -8657,11 +9455,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5137 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5138 @@ -8671,11 +9473,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5138 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5139 @@ -8685,11 +9491,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5139 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5140 @@ -8699,11 +9509,15 @@ item_db: ( Buy: 0 Sell: 0 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5140 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 5254 @@ -8713,15 +9527,16 @@ item_db: ( Buy: 0 Sell: 0 Weight: 2000 + Matk: -90 Def: 24 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5254 Script: <" - bonus bMatkRate, -27; + bonus bMatkRate, -90; // @EVOL2 bonus bDex, 1; - bonus bMaxHP, 100; + bonus bMaxHP, 100; "> }, { @@ -8732,16 +9547,17 @@ item_db: ( Buy: 0 Sell: 0 Weight: 2000 + Matk: -40 Def: 27 Slots: 0 Loc: "EQP_HEAD_MID" Refine: false ViewSprite: 5286 Script: <" - bonus bMatkRate, -4; + bonus bMatkRate, -40; // @EVOL2 bonus bDex, 1; bonus bAgi, 1; - bonus bMaxHP, 1500; + bonus bMaxHP, 1500; "> Nouse: { override: 1 @@ -8757,11 +9573,15 @@ item_db: ( Buy: 400 Sell: 200 Weight: 20 + Matk: -2 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 511 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 524 @@ -8785,11 +9605,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 40 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 525 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 543 @@ -8799,11 +9623,15 @@ item_db: ( Buy: 800 Sell: 400 Weight: 10 + Matk: -3 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 543 + Script: <" + bonus bMatkRate, -3; // @EVOL2 + "> }, { Id: 544 @@ -8813,11 +9641,15 @@ item_db: ( Buy: 5000 Sell: 2000 Weight: 10 + Matk: -10 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 544 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 615 @@ -8827,11 +9659,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 60 + Matk: -4 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 615 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 616 @@ -8841,11 +9677,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 50 + Matk: -4 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 616 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 617 @@ -8855,11 +9695,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 40 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 617 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 618 @@ -8897,11 +9741,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 25 + Matk: 5 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 620 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 621 @@ -8939,11 +9787,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 627 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 628 @@ -8953,11 +9805,15 @@ item_db: ( Buy: 3000 Sell: 1500 Weight: 20 + Matk: 2 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 628 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 629 @@ -8995,11 +9851,15 @@ item_db: ( Buy: 3000 Sell: 1500 Weight: 30 + Matk: 2 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 633 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 634 @@ -9023,13 +9883,14 @@ item_db: ( Buy: 30000 Sell: 3000 Weight: 900 + Matk: -36 Def: 18 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 636 Script: <" - bonus bMatkRate, -8; + bonus bMatkRate, -36; // @EVOL2 "> }, { @@ -9040,13 +9901,14 @@ item_db: ( Buy: 20000 Sell: 2000 Weight: 600 + Matk: -30 Def: 15 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 637 Script: <" - bonus bMatkRate, -7; + bonus bMatkRate, -30; // @EVOL2 "> }, { @@ -9057,13 +9919,14 @@ item_db: ( Buy: 15000 Sell: 1500 Weight: 400 + Matk: -30 Def: 15 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 638 Script: <" - bonus bMatkRate, -8; + bonus bMatkRate, -30; // @EVOL2 "> }, { @@ -9074,13 +9937,14 @@ item_db: ( Buy: 25000 Sell: 2500 Weight: 1300 + Matk: -36 Def: 18 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 639 Script: <" - bonus bMatkRate, -8; + bonus bMatkRate, -36; // @EVOL2 "> }, { @@ -9091,13 +9955,14 @@ item_db: ( Buy: 1800 Sell: 900 Weight: 30 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 643 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -12; // @EVOL2 "> }, { @@ -9108,13 +9973,14 @@ item_db: ( Buy: 1800 Sell: 900 Weight: 30 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 644 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -12; // @EVOL2 "> }, { @@ -9139,11 +10005,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 647 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 654 @@ -9195,11 +10065,15 @@ item_db: ( Buy: 7000 Sell: 1000 Weight: 18 + Matk: 1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 678 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 679 @@ -9209,11 +10083,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 23 + Matk: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 679 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 721 @@ -9223,13 +10101,14 @@ item_db: ( Buy: 6000000 Sell: 5000 Weight: 400 + Matk: 20 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 721 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 20; // @EVOL2 bonus bMaxSP, 20; "> }, @@ -9241,13 +10120,14 @@ item_db: ( Buy: 6000000 Sell: 3000 Weight: 250 + Matk: 10 Def: 7 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 722 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 20; "> }, @@ -9259,11 +10139,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 723 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 724 @@ -9287,6 +10171,7 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 0 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -9295,6 +10180,9 @@ item_db: ( Nouse: { override: 60 } + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 751 @@ -9304,11 +10192,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 5 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 751 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 752 @@ -9318,11 +10210,15 @@ item_db: ( Buy: 7000 Sell: 2000 Weight: 10 + Matk: -5 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 752 + Script: <" + bonus bMatkRate, -5; // @EVOL2 + "> }, { Id: 759 @@ -9331,7 +10227,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 0 Sell: 0 - Weight: 0 + Weight: 500 Def: 19 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -9345,17 +10241,19 @@ item_db: ( Type: "IT_ARMOR" Buy: 0 Sell: 0 - Weight: 0 - Def: 50 + Weight: 1800 + Matk: -60 + Def: 44 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 760 Script: <" - bonus bMdef, -50; - bonus bStr, -2; - bonus bAgi, -2; - bonus bDex, -2; + //bonus bSpeedCap, DEFAULT_WALK_SPEED; // @TMWA + bonus bMatkRate, -60; // @EVOL2 + bonus bMdef, -60; + //bonus bAllStats, -2; // @//TMWA (TODO: Disabled temporarily) + bonus bFlee, -20; "> }, { @@ -9365,12 +10263,17 @@ item_db: ( Type: "IT_ARMOR" Buy: 0 Sell: 0 - Weight: 0 + Weight: 600 + Matk: -25 Def: 21 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 761 + Script: <" + bonus bMatkRate, -25; // @EVOL2 + "> + //Disabled: true // @TMWA }, { Id: 764 @@ -9379,7 +10282,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 0 Sell: 0 - Weight: 0 + Weight: 20 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -9393,7 +10296,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 0 Sell: 0 - Weight: 0 + Weight: 20 Def: 15 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -9408,13 +10311,14 @@ item_db: ( Buy: 30000 Sell: 3000 Weight: 300 + Matk: -12 Def: 15 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 766 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -12; // @EVOL2 bonus bMdef, 5; "> }, @@ -9440,13 +10344,14 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 20 + Matk: -10 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 770 Script: <" - bonus bMatkRate, -6; + bonus bMatkRate, -10; // @EVOL2 bonus bLuk, 3; "> }, @@ -9472,13 +10377,14 @@ item_db: ( Buy: 15000 Sell: 1500 Weight: 400 + Matk: -30 Def: 15 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 795 Script: <" - bonus bMatkRate, -6; + bonus bMatkRate, -30; // @EVOL2 "> }, { @@ -9489,11 +10395,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 800 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 801 @@ -9503,13 +10413,14 @@ item_db: ( Buy: 20000 Sell: 1500 Weight: 800 + Matk: -20 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 801 Script: <" - bonus bMatkRate, -3; + bonus bMatkRate, -20; // @EVOL2 bonus bLuk, 1; "> }, @@ -9521,11 +10432,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -1 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 848 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 854 @@ -9535,11 +10450,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 50 + Matk: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 854 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 855 @@ -9549,11 +10468,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 10 + Matk: 6 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 855 + Script: <" + bonus bMatkRate, 6; // @EVOL2 + "> }, { Id: 856 @@ -9577,6 +10500,7 @@ item_db: ( Buy: 90000 Sell: 45000 Weight: 1300 + Matk: -52 Def: 19 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -9590,7 +10514,7 @@ item_db: ( callfunc "RequireStat", bLuk, 50, EQI_HEAD_TOP; "> Script: <" - bonus bMatkRate, -14; + bonus bMatkRate, -52; // @EVOL2 bonus bDoubleAddRate, 20; bonus bStr, 10; bonus bCritical, 15; @@ -9614,6 +10538,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 882 + Script: <" + bonus bMdef, 3; + "> }, { Id: 883 @@ -9630,6 +10557,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 883 + Script: <" + bonus bMdef, 3; + "> }, { Id: 884 @@ -9646,6 +10576,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 884 + Script: <" + bonus bMdef, 3; + "> }, { Id: 885 @@ -9662,6 +10595,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 885 + Script: <" + bonus bMdef, 3; + "> }, { Id: 886 @@ -9678,6 +10614,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 886 + Script: <" + bonus bMdef, 3; + "> }, { Id: 887 @@ -9694,6 +10633,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 887 + Script: <" + bonus bMdef, 3; + "> }, { Id: 888 @@ -9703,6 +10645,7 @@ item_db: ( Buy: 4200 Sell: 1900 Weight: 30 + Matk: 20 Def: 60 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -9712,12 +10655,12 @@ item_db: ( override: 50 } Script: <" - bonus bMaxHP, 31000; - bonus bFlee, -200; - bonus bHPrecovRate, -400; - bonus bCriticalDef, 250; - bonus bMdef, 89; - bonus bMatkRate, 2; + bonus bMaxHP, 31000; + bonus bFlee, -200; + bonus bHPrecovRate, -400; + bonus bCriticalDef, 250; + bonus bMdef, 89; + bonus bMatkRate, 20; // @EVOL2 "> }, { @@ -9742,11 +10685,15 @@ item_db: ( Buy: 8000 Sell: 2000 Weight: 20 + Matk: 2 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 890 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 897 @@ -9756,11 +10703,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 0 + Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 897 + Script: <" + bonus bMatkRate, 8; // @EVOL2 + "> }, { Id: 898 @@ -9770,11 +10721,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 0 + Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 898 + Script: <" + bonus bMatkRate, 8; // @EVOL2 + "> }, { Id: 899 @@ -9784,11 +10739,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 0 + Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 899 + Script: <" + bonus bMatkRate, 8; // @EVOL2 + "> }, { Id: 900 @@ -9798,11 +10757,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 0 + Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 900 + Script: <" + bonus bMatkRate, 8; // @EVOL2 + "> }, { Id: 901 @@ -9812,11 +10775,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 0 + Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 901 + Script: <" + bonus bMatkRate, 8; // @EVOL2 + "> }, { Id: 902 @@ -9826,11 +10793,15 @@ item_db: ( Buy: 5000 Sell: 1000 Weight: 0 + Matk: 8 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 902 + Script: <" + bonus bMatkRate, 8; // @EVOL2 + "> }, { Id: 905 @@ -9854,11 +10825,15 @@ item_db: ( Buy: 5000 Sell: 500 Weight: 20 + Matk: -2 Def: 9 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1173 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 1174 @@ -9868,11 +10843,15 @@ item_db: ( Buy: 4000 Sell: 500 Weight: 15 + Matk: -10 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1174 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 1175 @@ -9882,11 +10861,15 @@ item_db: ( Buy: 5000 Sell: 500 Weight: 10 + Matk: 4 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1175 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 1190 @@ -9896,11 +10879,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: 2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1190 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 1196 @@ -9927,11 +10914,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -1 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1203 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 1204 @@ -9941,11 +10932,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 15 + Matk: 2 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1204 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 1205 @@ -9969,11 +10964,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: 2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1206 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 1214 @@ -9983,11 +10982,15 @@ item_db: ( Buy: 5000 Sell: 2000 Weight: 20 + Matk: 1 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1214 + Script: <" + bonus bMatkRate, 1; // @EVOL2 + "> }, { Id: 1216 @@ -10011,12 +11014,14 @@ item_db: ( Buy: 100 Sell: 50 Weight: 20 + Matk: 1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1217 Script: <" + bonus bMatkRate, 1; // @EVOL2 bonus bAgi, 3; "> }, @@ -10028,12 +11033,14 @@ item_db: ( Buy: 1000 Sell: 5 Weight: 10 + Matk: -1 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1218 Script: <" + bonus bMatkRate, -1; // @EVOL2 bonus bAgi, -1; "> }, @@ -10079,11 +11086,15 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 150 + Matk: 5 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1221 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 1242 @@ -10093,11 +11104,15 @@ item_db: ( Buy: 7500 Sell: 3750 Weight: 10 + Matk: -2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1242 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 1247 @@ -10107,11 +11122,15 @@ item_db: ( Buy: 7500 Sell: 3750 Weight: 20 + Matk: 5 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1247 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 1255 @@ -10121,6 +11140,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 20 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10128,6 +11148,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 1255 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 1256 @@ -10201,13 +11224,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 50 - Def: 3 + Matk: 5 + Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 1278 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 5; // @EVOL2 + bonus bInt, 3; "> }, { @@ -10232,11 +11257,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2130 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2131 @@ -10246,11 +11275,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2131 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2132 @@ -10260,11 +11293,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2132 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2133 @@ -10274,11 +11311,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2133 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2134 @@ -10288,11 +11329,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2134 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2135 @@ -10302,11 +11347,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2135 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2136 @@ -10316,11 +11365,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2136 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2137 @@ -10330,11 +11383,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2137 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2138 @@ -10344,11 +11401,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2138 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2139 @@ -10358,11 +11419,15 @@ item_db: ( Buy: 2400 Sell: 600 Weight: 20 + Matk: -1 Def: 3 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2139 + Script: <" + bonus bMatkRate, -1; // @EVOL2 + "> }, { Id: 2140 @@ -10512,6 +11577,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10519,6 +11585,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2190 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2191 @@ -10528,6 +11597,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10535,6 +11605,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2191 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2192 @@ -10544,6 +11617,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10551,6 +11625,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2192 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2193 @@ -10560,6 +11637,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10567,6 +11645,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2193 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2194 @@ -10576,6 +11657,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10583,6 +11665,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2194 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2195 @@ -10592,6 +11677,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10599,6 +11685,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2195 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2196 @@ -10608,6 +11697,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10615,6 +11705,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2196 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2197 @@ -10624,6 +11717,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10631,6 +11725,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2197 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2198 @@ -10640,6 +11737,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10647,6 +11745,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2198 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2199 @@ -10656,6 +11757,7 @@ item_db: ( Buy: 7000 Sell: 3500 Weight: 15 + Matk: 4 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10663,6 +11765,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2199 + Script: <" + bonus bMatkRate, 4; // @EVOL2 + "> }, { Id: 2200 @@ -10672,6 +11777,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10680,7 +11786,7 @@ item_db: ( Refine: false ViewSprite: 2200 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10692,6 +11798,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10700,7 +11807,7 @@ item_db: ( Refine: false ViewSprite: 2201 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10712,6 +11819,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10720,7 +11828,7 @@ item_db: ( Refine: false ViewSprite: 2202 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10732,6 +11840,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10740,7 +11849,7 @@ item_db: ( Refine: false ViewSprite: 2203 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10752,6 +11861,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10760,7 +11870,7 @@ item_db: ( Refine: false ViewSprite: 2204 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10772,6 +11882,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10780,7 +11891,7 @@ item_db: ( Refine: false ViewSprite: 2205 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10792,6 +11903,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10800,7 +11912,7 @@ item_db: ( Refine: false ViewSprite: 2206 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10812,6 +11924,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10820,7 +11933,7 @@ item_db: ( Refine: false ViewSprite: 2207 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10832,6 +11945,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10840,7 +11954,7 @@ item_db: ( Refine: false ViewSprite: 2208 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10852,6 +11966,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -10860,7 +11975,7 @@ item_db: ( Refine: false ViewSprite: 2209 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -10872,11 +11987,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2210 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2211 @@ -10886,11 +12005,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2211 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2212 @@ -10900,11 +12023,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2212 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2213 @@ -10914,11 +12041,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2213 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2214 @@ -10928,11 +12059,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2214 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2215 @@ -10942,11 +12077,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2215 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2216 @@ -10956,13 +12095,14 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2216 Script: <" - bonus bMatkRate, -3; + bonus bMatkRate, 2; // @EVOL2 "> }, { @@ -10973,11 +12113,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2217 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2218 @@ -10987,11 +12131,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2218 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2219 @@ -11001,11 +12149,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2219 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2230 @@ -11015,11 +12167,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2230 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2231 @@ -11029,11 +12185,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2231 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2232 @@ -11043,11 +12203,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2232 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2233 @@ -11057,11 +12221,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2233 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2234 @@ -11071,11 +12239,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2234 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2235 @@ -11085,11 +12257,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2235 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2236 @@ -11099,11 +12275,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2236 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2237 @@ -11113,11 +12293,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2237 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2238 @@ -11127,11 +12311,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2238 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2239 @@ -11141,11 +12329,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2239 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 2260 @@ -11325,13 +12517,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 50 + Matk: 10 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2270 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, @@ -11343,13 +12536,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 50 + Matk: 10 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2271 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, @@ -11361,13 +12555,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 50 + Matk: 10 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2272 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, @@ -11379,13 +12574,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 50 + Matk: 10 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2273 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, @@ -11397,13 +12593,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 50 + Matk: 10 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 2274 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, @@ -11415,15 +12612,16 @@ item_db: ( Buy: 20000 Sell: 2000 Weight: 450 + Matk: -25 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 4020 Script: <" - bonus bMatkRate, -6; + bonus bMatkRate, -25; // @EVOL2 bonus bInt, 1; - bonus bAgi, -1; + bonus bAgi, -1; "> }, { @@ -11434,13 +12632,14 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 10 + Matk: -10 Def: 4 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 4027 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -10; // @EVOL2 "> }, { @@ -11451,6 +12650,7 @@ item_db: ( Buy: 5000 Sell: 2500 Weight: 20 + Matk: 5 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -11459,7 +12659,7 @@ item_db: ( Refine: false ViewSprite: 4028 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 bonus bInt, 3; "> }, @@ -11471,11 +12671,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 4030 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 4031 @@ -11492,8 +12696,8 @@ item_db: ( ViewSprite: 4031 Script: <" bonus bDex, 1; - bonus bLuk, 1; - bonus bCritical, 10; + bonus bLuk, 1; + bonus bCritical, 10; "> }, { @@ -11504,13 +12708,14 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 400 + Matk: -20 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 4032 Script: <" - bonus bMatkRate, -4; + bonus bMatkRate, -20; // @EVOL2 "> }, { @@ -11521,11 +12726,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 30 + Matk: 2 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 4033 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 4042 @@ -11535,11 +12744,15 @@ item_db: ( Buy: 4000 Sell: 1000 Weight: 4 + Matk: 7 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 4042 + Script: <" + bonus bMatkRate, 7; // @EVOL2 + "> }, { Id: 5128 @@ -11555,9 +12768,8 @@ item_db: ( Refine: false ViewSprite: 5128 Script: <" - bonus bMatkRate, -22; bonus bMaxHPrate, 10; - bonus bInt, -readparam(bInt); + bonus bInt, -readparam(bInt); "> }, { @@ -11574,10 +12786,11 @@ item_db: ( Refine: false ViewSprite: 5129 Script: <" + callfunc "UnderworldTroll", EQI_HEAD_TOP; bonus bAtkRange, 2; - bonus bInt, -readparam(bInt); - bonus bAgi, 2; - bonus bDex, 2; + bonus bInt, -readparam(bInt); + bonus bAgi, 3; + bonus bDex, 2; "> }, { @@ -11594,7 +12807,7 @@ item_db: ( Refine: false ViewSprite: 5130 Script: <" - bonus bAspdRate, 15; + bonus bAspdRate, 30; bonus bDex, -(readparam(bDex)/2); "> }, @@ -11606,13 +12819,15 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 50 - Def: 3 + Matk: 5 + Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5200 Script: <" - bonus bMatkRate, 2; + bonus bMatkRate, 5; // @EVOL2 + bonus bInt, 3; "> }, { @@ -11632,8 +12847,8 @@ item_db: ( ViewSprite: 5201 Script: <" bonus bDex, 1; - bonus bLuk, 1; - bonus bCritical, 10; + bonus bLuk, 1; + bonus bCritical, 10; "> }, { @@ -11644,11 +12859,15 @@ item_db: ( Buy: 2500 Sell: 1250 Weight: 30 + Matk: 2 Def: 10 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5202 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 5203 @@ -11658,13 +12877,14 @@ item_db: ( Buy: 3000 Sell: 1500 Weight: 30 + Matk: 5 Def: 15 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5203 Script: <" - bonus bMatkRate, 1; + bonus bMatkRate, 5; // @EVOL2 "> }, { @@ -11689,11 +12909,15 @@ item_db: ( Buy: 7500 Sell: 3750 Weight: 10 + Matk: -2 Def: 5 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5205 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 5209 @@ -11703,16 +12927,17 @@ item_db: ( Buy: 30000 Sell: 3000 Weight: 500 + Matk: -30 Def: 16 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5209 Script: <" - bonus bMatkRate, -6; + bonus bMatkRate, -30; // @EVOL2 bonus bMdef, 5; - bonus bAgi, 3; - bonus bDex, 1; + bonus bAgi, 3; + bonus bDex, 1; "> }, { @@ -11723,11 +12948,15 @@ item_db: ( Buy: 3000 Sell: 1500 Weight: 20 + Matk: 2 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5226 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 5227 @@ -11737,11 +12966,15 @@ item_db: ( Buy: 3000 Sell: 1500 Weight: 20 + Matk: 2 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5227 + Script: <" + bonus bMatkRate, 2; // @EVOL2 + "> }, { Id: 5228 @@ -11751,11 +12984,15 @@ item_db: ( Buy: 400 Sell: 200 Weight: 20 + Matk: -2 Def: 2 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5228 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 5229 @@ -11772,8 +13009,9 @@ item_db: ( ViewSprite: 5229 Script: <" bonus bInt, 2; - addtimer 1, "ScentedCandle::OnEquip"; + addtimer 1, "ScentedCandle::OnEquip"; "> + //Disabled: true // @TMWA }, { Id: 5230 @@ -12083,12 +13321,14 @@ item_db: ( Buy: 10000 Sell: 5000 Weight: 50 + Matk: 10 Def: 13 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5259 Script: <" + bonus bMatkRate, 10; // @EVOL2 bonus bMdef, 5; "> }, @@ -12145,6 +13385,7 @@ item_db: ( Buy: 30000 Sell: 3000 Weight: 10 + Matk: -5 Def: 0 Slots: 0 Loc: "EQP_HEAD_TOP" @@ -12159,7 +13400,7 @@ item_db: ( bonus bCritical, 15; bonus bAspdRate, 15; bonus bDoubleAddRate, 15; - bonus bMatkRate, -5; + bonus bMatkRate, -5; // @EVOL2 "> }, { @@ -12489,7 +13730,7 @@ item_db: ( ViewSprite: 541 Script: <" callfunc "itheal", 250, 0; - getitem 540, 1; + getitem 540, 1; "> }, { @@ -13511,7 +14752,8 @@ item_db: ( Refine: false ViewSprite: 1253 Script: <" - callfunc "itheal", 200, 0; + callfunc "itheal", 200, 0; // @EVOL2 + //heal 200, 0, 0; // @TMWA "> }, { @@ -13721,7 +14963,7 @@ item_db: ( ViewSprite: 5213 Script: <" callfunc "itheal", 250, 0; - getitem 540, 1; + getitem 540, 1; "> }, { @@ -13754,9 +14996,10 @@ item_db: ( ViewSprite: 5235 Script: <" // 5231..5234 - .@it=callfunc("any", - RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); - getitem .@it, 1; + .@it=callfunc("any", // @EVOL2 + RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); // @EVOL2 + getitem .@it, 1; // @EVOL2 + //callfunc "TMWBirthdayGift"; // @TMWA "> }, { @@ -13772,7 +15015,8 @@ item_db: ( Refine: false ViewSprite: 5236 Script: <" - set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); + set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); // @EVOL2 + //set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex)); // @TMWA "> }, { @@ -13816,10 +15060,11 @@ item_db: ( Sell: 1000 Weight: 7 Script: <" - callfunc "learnskill", SKILL_MODRIPHOO; - @skillId = SKILL_MODRIPHOO; - @skillLv = 1; - callfunc "SK_GrowPlants", false; + callfunc "learnskill", SKILL_MODRIPHOO; // @EVOL2 + @skillId = SKILL_MODRIPHOO; // @EVOL2 + @skillLv = 1; // @EVOL2 + callfunc "SK_GrowPlants", false; // @EVOL2 + //callfunc "UnreleasedScroll"; // @TMWA "> }, { @@ -13831,10 +15076,11 @@ item_db: ( Sell: 1000 Weight: 7 Script: <" - callfunc "learnskill", SKILL_MODRISUMP; - @skillId = SKILL_MODRISUMP; - @skillLv = 1; - callfunc "SK_GrowPlants", false; + callfunc "learnskill", SKILL_MODRISUMP; // @EVOL2 + @skillId = SKILL_MODRISUMP; // @EVOL2 + @skillLv = 1; // @EVOL2 + callfunc "SK_GrowPlants", false; // @EVOL2 + //callfunc "UnreleasedScroll"; // @TMWA "> }, { @@ -13846,10 +15092,11 @@ item_db: ( Sell: 1000 Weight: 7 Script: <" - callfunc "learnskill", SKILL_MODRIYIKAM; - @skillId = SKILL_MODRIYIKAM; - @skillLv = 1; - callfunc "SK_GrowPlants", false; + callfunc "learnskill", SKILL_MODRIYIKAM; // @EVOL2 + @skillId = SKILL_MODRIYIKAM; // @EVOL2 + @skillLv = 1; // @EVOL2 + callfunc "SK_GrowPlants", false; // @EVOL2 + //callfunc "UnreleasedScroll"; // @TMWA "> }, { @@ -13861,10 +15108,11 @@ item_db: ( Sell: 1000 Weight: 7 Script: <" - callfunc "learnskill", SKILL_MODRILAX; - @skillId = SKILL_MODRILAX; - @skillLv = 1; - callfunc "SK_GrowPlants", false; + callfunc "learnskill", SKILL_MODRILAX; // @EVOL2 + @skillId = SKILL_MODRILAX; // @EVOL2 + @skillLv = 1; // @EVOL2 + callfunc "SK_GrowPlants", false; // @EVOL2 + //callfunc "UnreleasedScroll"; // @TMWA "> }, { @@ -13876,10 +15124,11 @@ item_db: ( Sell: 1000 Weight: 7 Script: <" - callfunc "learnskill", SKILL_JOYPLIM; - @skillId = SKILL_JOYPLIM; - @skillLv = 10; - callfunc "SK_Joyplim", false; + callfunc "learnskill", SKILL_JOYPLIM; // @EVOL2 + @skillId = SKILL_JOYPLIM; // @EVOL2 + @skillLv = 10; // @EVOL2 + callfunc "SK_Joyplim", false; // @EVOL2 + //callfunc "UnreleasedScroll"; // @TMWA "> }, { @@ -13901,8 +15150,10 @@ item_db: ( noselltonpc: true } Script: <" - callfunc "X21_SEEDS"; + callfunc "X21_SEEDS"; // @EVOL2 + //heal 150, 0, 1; // @TMWA "> + //Disabled: true // @TMWA }, { Id: 5251 @@ -13930,6 +15181,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 15 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -13937,6 +15189,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 586 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 610 @@ -13946,11 +15201,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 25 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 610 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 632 @@ -13960,6 +15219,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 10 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -13967,6 +15227,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 632 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 642 @@ -13976,13 +15239,14 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 60 + Matk: -8 Def: 6 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 642 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -8; // @EVOL2 "> }, { @@ -13993,6 +15257,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14000,6 +15265,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 648 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 731 @@ -14009,6 +15277,7 @@ item_db: ( Buy: 10000 Sell: 3000 Weight: 20 + Matk: -5 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14017,7 +15286,7 @@ item_db: ( Script: <" callfunc "BrawlingItem", EQI_HEAD_LOW; bonus bAgi, 5; - bonus bMatkRate, -2; + bonus bMatkRate, -5; // @EVOL2 "> }, { @@ -14028,6 +15297,7 @@ item_db: ( Buy: 10000 Sell: 3000 Weight: 30 + Matk: -8 Def: 5 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14035,7 +15305,8 @@ item_db: ( ViewSprite: 768 Script: <" bonus bAgi, 1; - bonus bMdef, 5; + bonus bMdef, 5; + bonus bMatkRate, -8; // @EVOL2 "> }, { @@ -14046,6 +15317,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14053,6 +15325,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 771 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 796 @@ -14062,11 +15337,15 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 150 + Matk: -12 Def: 6 Slots: 0 Loc: "EQP_HEAD_LOW" Refine: false ViewSprite: 796 + Script: <" + bonus bMatkRate, -12; // @EVOL2 + "> }, { Id: 857 @@ -14076,6 +15355,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 25 + Matk: -4 Def: 5 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14083,6 +15363,7 @@ item_db: ( ViewSprite: 857 Script: <" bonus bHit, 2; + bonus bMatkRate, -4; // @EVOL2 "> }, { @@ -14093,6 +15374,7 @@ item_db: ( Buy: 60 Sell: 1 Weight: 7 + Matk: -2 Def: 1 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14100,6 +15382,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 881 + Script: <" + bonus bMatkRate, -2; // @EVOL2 + "> }, { Id: 1172 @@ -14125,6 +15410,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14132,6 +15418,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2100 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2101 @@ -14141,6 +15430,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14148,6 +15438,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2101 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2102 @@ -14157,6 +15450,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14164,6 +15458,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2102 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2103 @@ -14173,6 +15470,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14180,6 +15478,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2103 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2104 @@ -14189,6 +15490,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14196,6 +15498,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2104 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2105 @@ -14205,6 +15510,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14212,6 +15518,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2105 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2106 @@ -14221,6 +15530,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14228,6 +15538,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2106 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2107 @@ -14237,6 +15550,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14244,6 +15558,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2107 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2108 @@ -14253,6 +15570,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14260,6 +15578,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2108 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2109 @@ -14269,6 +15590,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14276,6 +15598,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2109 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2110 @@ -14285,6 +15610,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14292,6 +15618,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2110 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2111 @@ -14301,6 +15630,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14308,6 +15638,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2111 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2112 @@ -14317,6 +15650,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14324,6 +15658,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2112 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2113 @@ -14333,6 +15670,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14340,6 +15678,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2113 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2114 @@ -14349,6 +15690,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14356,6 +15698,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2114 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2115 @@ -14365,6 +15710,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14372,6 +15718,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2115 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2116 @@ -14381,6 +15730,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14388,6 +15738,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2116 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2117 @@ -14397,6 +15750,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14404,6 +15758,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2117 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2118 @@ -14413,6 +15770,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14420,6 +15778,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2118 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2119 @@ -14429,6 +15790,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 20 + Matk: -4 Def: 2 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14436,6 +15798,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2119 + Script: <" + bonus bMatkRate, -4; // @EVOL2 + "> }, { Id: 2170 @@ -14445,6 +15810,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14452,6 +15818,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2170 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2171 @@ -14461,6 +15830,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14468,6 +15838,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2171 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2172 @@ -14477,6 +15850,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14484,6 +15858,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2172 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2173 @@ -14493,6 +15870,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14500,6 +15878,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2173 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2174 @@ -14509,6 +15890,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14516,6 +15898,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2174 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2175 @@ -14525,6 +15910,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14532,6 +15918,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2175 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2176 @@ -14541,6 +15930,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14548,6 +15938,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2176 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2177 @@ -14557,6 +15950,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14564,6 +15958,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2177 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2178 @@ -14573,6 +15970,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14580,6 +15978,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2178 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2179 @@ -14589,6 +15990,7 @@ item_db: ( Buy: 1000 Sell: 500 Weight: 8 + Matk: -8 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14596,6 +15998,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2179 + Script: <" + bonus bMatkRate, -8; // @EVOL2 + "> }, { Id: 2180 @@ -14605,6 +16010,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14612,6 +16018,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2180 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2181 @@ -14621,6 +16030,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14628,6 +16038,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2181 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2182 @@ -14637,6 +16050,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14644,6 +16058,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2182 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2183 @@ -14653,6 +16070,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14660,6 +16078,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2183 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2184 @@ -14669,6 +16090,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14676,6 +16098,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2184 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2185 @@ -14685,6 +16110,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14692,6 +16118,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2185 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2186 @@ -14701,6 +16130,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14708,6 +16138,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2186 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2187 @@ -14717,6 +16150,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14724,6 +16158,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2187 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2188 @@ -14733,6 +16170,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14740,6 +16178,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2188 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 2189 @@ -14749,6 +16190,7 @@ item_db: ( Buy: 1500 Sell: 750 Weight: 25 + Matk: -6 Def: 4 Slots: 0 Loc: "EQP_HEAD_LOW" @@ -14756,6 +16198,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 2189 + Script: <" + bonus bMatkRate, -6; // @EVOL2 + "> }, { Id: 531 @@ -14765,13 +16210,14 @@ item_db: ( Buy: 3000 Sell: 1000 Weight: 30 + Matk: -10 Def: 2 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 531 Script: <" - bonus bMatkRate, -2; + bonus bMatkRate, -10; // @EVOL2 "> }, { @@ -14782,13 +16228,14 @@ item_db: ( Buy: 6000 Sell: 2000 Weight: 20 + Matk: -20 Def: 4 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 532 Script: <" - bonus bMatkRate, -3; + bonus bMatkRate, -20; // @EVOL2 "> }, { @@ -14799,11 +16246,15 @@ item_db: ( Buy: 6000 Sell: 3000 Weight: 20 + Matk: -15 Def: 3 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 563 + Script: <" + bonus bMatkRate, -15; // @EVOL2 + "> }, { Id: 741 @@ -14813,11 +16264,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 10 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 741 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 756 @@ -14827,6 +16282,7 @@ item_db: ( Buy: 7000 Sell: 2000 Weight: 9 + Matk: -3 Def: 3 Slots: 0 Loc: "EQP_GARMENT" @@ -14835,7 +16291,7 @@ item_db: ( Script: <" callfunc "BrawlingItem", EQI_GARMENT; bonus bAgi, 4; - bonus bMatkRate, -1; + bonus bMatkRate, -3; // @EVOL2 "> }, { @@ -14846,13 +16302,14 @@ item_db: ( Buy: 6000 Sell: 2000 Weight: 40 + Matk: -20 Def: 4 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 794 Script: <" - bonus bMatkRate, -3; + bonus bMatkRate, -20; // @EVOL2 "> }, { @@ -14877,11 +16334,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2160 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2161 @@ -14891,11 +16352,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2161 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2162 @@ -14905,11 +16370,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2162 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2163 @@ -14919,11 +16388,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2163 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2164 @@ -14933,11 +16406,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2164 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2165 @@ -14947,11 +16424,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2165 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2166 @@ -14961,11 +16442,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2166 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2167 @@ -14975,11 +16460,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2167 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2168 @@ -14989,11 +16478,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2168 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, { Id: 2169 @@ -15003,11 +16496,15 @@ item_db: ( Buy: 2000 Sell: 500 Weight: 20 + Matk: -10 Def: 1 Slots: 0 Loc: "EQP_GARMENT" Refine: false ViewSprite: 2169 + Script: <" + bonus bMatkRate, -10; // @EVOL2 + "> }, //////////////////////////////////////////////////////// // Shields @@ -15019,6 +16516,7 @@ item_db: ( Buy: 8000 Sell: 4000 Weight: 200 + Matk: 5 Def: 0 Slots: 0 Loc: "EQP_HAND_L" @@ -15026,6 +16524,9 @@ item_db: ( EquipLv: 1 Refine: false ViewSprite: 585 + Script: <" + bonus bMatkRate, 5; // @EVOL2 + "> }, { Id: 601 @@ -15035,13 +16536,14 @@ item_db: ( Buy: 40000 Sell: 3000 Weight: 2500 + Matk: -200 Def: 20 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 601 Script: <" - bonus bMatkRate, -20; + bonus bMatkRate, -200; // @EVOL2 "> }, { @@ -15052,13 +16554,14 @@ item_db: ( Buy: 10000 Sell: 2000 Weight: 1500 + Matk: -70 Def: 14 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 602 Script: <" - bonus bMatkRate, -10; + bonus bMatkRate, -70; // @EVOL2 "> }, { @@ -15069,13 +16572,14 @@ item_db: ( Buy: 2000 Sell: 1000 Weight: 1300 + Matk: -35 Def: 7 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 603 Script: <" - bonus bMatkRate, -5; + bonus bMatkRate, -35; // @EVOL2 "> }, { @@ -15086,14 +16590,16 @@ item_db: ( Buy: 40000 Sell: 3000 Weight: 2500 + Matk: -200 Def: 20 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 797 Script: <" - bonus bMatkRate, -15; + bonus bMatkRate, -200; // @EVOL2 "> + //Disabled: true // @TMWA }, { Id: 5285 @@ -15103,17 +16609,15 @@ item_db: ( Buy: 40000 Sell: 3000 Weight: 2500 - Def: 30 + Matk: -200 + Def: 27 Slots: 0 Loc: "EQP_HAND_L" Refine: false ViewSprite: 5285 Script: <" - bonus bMatkRate, -20; + bonus bMatkRate, -200; // @EVOL2 "> - Nouse: { - override: 1 - } }, // @@ -15139,49 +16643,6 @@ item_db: ( Script: <" bpet; "> + //Disabled: true // @TMWA }, - - -// Not Yet Implemented -{ - Id: 590 - AegisName: "DragonSword" - Name: "Dragon Sword" -}, -{ - Id: 609 - AegisName: "ImperialBow" - Name: "Imperial Bow" -}, -{ - Id: 5288 - AegisName: "Naftalin" - Name: "Naphthalene" -}, -{ - Id: 5289 - AegisName: "ArmorBreaker" - Name: "Armor Breaker Arrow" -}, -{ - Id: 5290 - AegisName: "SilverArrow" - Name: "Silver Arrow" -}, -{ - Id: 5291 - AegisName: "ThornArrow" - Name: "Thorn Arrow" -}, -{ - Id: 5292 - AegisName: "SilverOre" - Name: "Silver Ore" -}, -{ - Id: 1170 - AegisName: "SweetTooth" - Name: "Sweet Tooth" -}, - ) diff --git a/world/map/db/item_db_chest.txt b/world/map/db/item_db_chest.txt index 90367271..a996c0dc 100644 --- a/world/map/db/item_db_chest.txt +++ b/world/map/db/item_db_chest.txt @@ -1,245 +1,251 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -523, LeatherShirt, 5, 2000, 1000, 20, 0, 4, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -546, DesertShirt, 5, 2000, 1000, 20, 0, 6, 0, -18, 0, 2, 512, 0, 0, 0, {}, {} -564, Turtleneck, 5, 2000, 1000, 30, 0, 6, 0, -18, 0, 2, 512, 0, 0, 0, {}, {} -624, VNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -24, 0, 2, 512, 0, 0, 0, {}, {} -625, ChainmailShirt, 5, 15000, 1500, 800, 0, 20, 0, -120, 0, 2, 512, 0, 0, 0, {}, {} -626, LightPlatemail, 5, 50000, 2500, 1200, 0, 25, 0, -150, 0, 2, 512, 0, 0, 0, {}, {} -645, GoldenPlatemail, 5, 9999000, 3000, 4500, 0, 25, 0, -100, 0, 2, 512, 0, 0, 0, {}, {} -649, WhiteEvokersRobeBlue, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} -650, BlackEvokersRobeBlue, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} -653, ApprenticeRobe, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} -658, WarlordPlate, 5, 100000, 3000, 2600, 0, 27, 0, -170, 0, 2, 512, 0, 0, 0, {}, {} -659, GoldenWarlordPlate, 5, 500000, 4000, 7600, 0, 27, 0, -110, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -688, TankTop, 5, 800, 400, 10, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -689, ShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -720, SilkRobe, 5, 8000, 4000, 5, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -726, GMRobe, 5, 8000, 4000, 40, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {callfunc "RestrictedItem";} -755, AssassinShirt, 5, 10000, 3000, 15, 0, 20, 0, -5, 0, 2, 512, 0, 90, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 15; bonus bSpeedAddRate, 10; bonus bFlee, 20; bonus bHit, 20; bonus bMaxHP, 200;} -767, TerraniteChestArmor, 5, 100000, 3000, 800, 0, 20, 0, -70, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1;bonus bMdef, 10;} -782, ForestArmor, 5, 3000, 1500, 40, 0, 10, 0, -20, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 3;} -783, PlatynaRedDress, 5, 100000, 50000, 35, 0, 15, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -791, YetiSkinShirt, 5, 20000, 10000, 20, 0, 12, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -793, BromenalChest, 5, 100000, 3000, 2000, 0, 25, 0, -170, 0, 2, 512, 0, 0, 0, {}, {} -798, SorcererRed, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -870, FineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -880, LazuriteRobe, 5, 92000, 52000, 30, 0, 7, 0, 60, 0, 2, 512, 0, 90, 0, {}, {set @bStat, Int;set @minbStatVal, 70;callfunc "RequireStat"; set @bStat, Vit;set @minbStatVal, 40;callfunc "RequireStat"; bonus bSpeedAddRate, -15; bonus bDef2Rate, -40; bonus bMdef, 60; bonus bVit, -1; bonus bInt, 7; bonus bLuk, -1; bonus bDex, -1; bonus bStr, -1;} -1178, Contributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -1183, AmberChristmasSweater, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -1184, FunkyChristmasSweater, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -1185, PinkChristmasSweater, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -1186, DarkChristmasSweater, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -1187, BlueChristmasSweater, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -1202, CottonShirt, 5, 300, 5, 13, 0, 2, 0, -2, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2050, RedCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2051, GreenCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2052, DarkBlueCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2053, YellowCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2054, LightBlueCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2055, PinkCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2056, BlackCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2057, OrangeCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2058, PurpleCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2059, DarkGreenCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2060, RedVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2061, GreenVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2062, DarkBlueVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2063, YellowVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2064, LightBlueVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2065, PinkVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2066, BlackVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2067, OrangeVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2068, PurpleVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2069, DarkGreenVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} -2070, RedTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2071, GreenTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2072, DarkBlueTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2073, YellowTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2074, LightBlueTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2075, PinkTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2076, BlackTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2077, OrangeTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2078, PurpleTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2079, DarkGreenTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} -2080, RedSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2081, GreenSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2082, DarkBlueSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2083, YellowSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2084, LightBlueSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2085, PinkSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2086, BlackSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2087, OrangeSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2088, PurpleSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2089, DarkGreenSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} -2090, RedTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2091, GreenTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2092, DarkBlueTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2093, YellowTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2094, LightBlueTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2095, PinkTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2096, BlackTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2097, OrangeTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2098, PurpleTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2099, DarkGreenTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2120, RedShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2121, GreenShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2122, DarkBlueShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2123, YellowShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2124, LightBlueShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2125, PinkShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2126, BlackShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2127, OrangeShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2128, PurpleShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -2129, DarkGreenShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2220, RedSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2221, GreenSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2222, DarkBlueSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2223, YellowSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2224, LightBlueSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2225, PinkSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2226, BlackSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2227, OrangeSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2228, PurpleSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2229, DarkGreenSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -2240, RedFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2241, GreenFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2242, DarkBlueFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2243, YellowFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2244, LightBlueFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2245, PinkFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2246, BlackFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2247, OrangeFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2248, PurpleFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -2249, DarkGreenFineDress, 5, 10000, 5000, 35, 0, 8, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5000, RedSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5001, GreenSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5002, DarkBlueSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5003, YellowSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5004, LightBlueSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5005, PinkSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5006, BlackSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5007, OrangeSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5008, PurpleSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5009, DarkGreenSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5010, SorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5011, RedSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5012, GreenSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5013, DarkBlueSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5014, YellowSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5015, LightBlueSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5016, PinkSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5017, BlackSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5018, OrangeSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5019, PurpleSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5020, DarkGreenSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5021, SorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5022, RedSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5023, GreenSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5024, DarkBlueSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5025, YellowSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5026, LightBlueSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5027, PinkSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5028, BlackSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5029, OrangeSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5030, PurpleSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5031, DarkGreenSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5032, SorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5033, RedSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5034, GreenSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5035, DarkBlueSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5036, YellowSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5037, LightBlueSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5038, PinkSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5039, BlackSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5040, OrangeSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5041, PurpleSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5042, DarkGreenSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5043, SorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5044, RedSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5045, GreenSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5046, DarkBlueSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5047, YellowSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5048, LightBlueSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5049, PinkSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5050, BlackSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5051, OrangeSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5052, PurpleSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5053, DarkGreenSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5054, SorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5055, RedSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5056, GreenSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5057, DarkBlueSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5058, YellowSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5059, LightBlueSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5060, PinkSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5061, BlackSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5062, OrangeSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5063, PurpleSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5064, DarkGreenSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5065, SorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5066, RedSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5067, GreenSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5068, DarkBlueSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5069, YellowSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5070, LightBlueSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5071, PinkSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5072, BlackSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5073, OrangeSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5074, PurpleSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5075, DarkGreenSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5076, SorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5077, RedSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5078, GreenSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5079, DarkBlueSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5080, YellowSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5081, LightBlueSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5082, PinkSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5083, BlackSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5084, OrangeSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5085, PurpleSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5086, DarkGreenSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5087, SorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5088, RedSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5089, GreenSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5090, DarkBlueSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5091, YellowSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5092, LightBlueSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5093, PinkSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5094, BlackSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5095, OrangeSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5096, PurpleSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5097, DarkGreenSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5098, SorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5099, RedSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5100, GreenSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5101, DarkBlueSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5102, YellowSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5103, LightBlueSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5104, PinkSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5105, BlackSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5106, OrangeSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5107, PurpleSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5108, DarkGreenSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -5109, SorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5131, RedContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5132, GreenContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5133, DarkBlueContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5134, YellowContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5135, LightBlueContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5136, PinkContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5137, BlackContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5138, OrangeContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5139, PurpleContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5140, DarkGreenContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} -5254, SaviorArmor, 5, 0, 0, 2000, 0, 24, 0, -90, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bMaxHP, 100;} -5286, RedArmor, 5, 0, 0, 2000, 0, 27, 0, -40, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bAgi, 1; bonus bMaxHP, 1500; set @minLvl, 1;callfunc "RestrictedItem";} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +523, LeatherShirt, 5, 2000, 1000, 20, 0, 4, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +546, DesertShirt, 5, 2000, 1000, 20, 0, 6, 0, -18, 0, 2, 512, 0, 0, 0, {}, {} +564, Turtleneck, 5, 2000, 1000, 30, 0, 6, 0, -18, 0, 2, 512, 0, 0, 0, {}, {} +624, VNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -24, 0, 2, 512, 0, 0, 0, {}, {} +625, ChainmailShirt, 5, 15000, 1500, 800, 0, 20, 0, -120, 0, 2, 512, 0, 0, 0, {}, {} +626, LightPlatemail, 5, 50000, 2500, 1200, 0, 25, 0, -150, 0, 2, 512, 0, 0, 0, {}, {} +645, GoldenPlatemail, 5, 9999000, 3000, 4500, 0, 25, 0, -100, 0, 2, 512, 0, 0, 0, {}, {} +649, WhiteEvokersRobeBlue, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} +650, BlackEvokersRobeBlue, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} +651, WhiteWizardRobe, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +652, BlackWizardRobe, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +653, ApprenticeRobe, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1; bonus bCriticalDef, 10;} +658, WarlordPlate, 5, 100000, 3000, 2600, 0, 27, 0, -170, 0, 2, 512, 0, 0, 0, {}, {} +659, GoldenWarlordPlate, 5, 500000, 4000, 7600, 0, 27, 0, -110, 0, 2, 512, 0, 0, 0, {}, {} +688, TankTop, 5, 800, 400, 10, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +689, ShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +720, SilkRobe, 5, 8000, 4000, 5, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +726, GMRobe, 5, 8000, 4000, 0, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {callfunc "RestrictedItem";} +755, AssassinShirt, 5, 10000, 3000, 15, 0, 15, 0, -5, 0, 2, 512, 0, 90, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 15; bonus bSpeedAddRate, 10; bonus bFlee, 20; bonus bHit, 20; bonus bMaxHP, 200;} +767, TerraniteChestArmor, 5, 100000, 3000, 800, 0, 20, 0, -70, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bMdef, 10;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +782, ForestArmor, 5, 3000, 1500, 40, 0, 10, 0, -20, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 3;} +783, PlatynaRedDress, 5, 100000, 50000, 35, 0, 15, 0, 3, 0, 2, 512, 0, 0, 0, {}, {} +791, YetiSkinShirt, 5, 20000, 10000, 20, 0, 12, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +793, BromenalChest, 5, 100000, 3000, 2000, 0, 25, 0, -170, 0, 2, 512, 0, 0, 0, {}, {} +798, SorcererRed, 5, 8000, 4000, 5, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +870, FineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +880, LazuriteRobe, 5, 92000, 52000, 30, 0, 7, 0, 60, 0, 2, 512, 0, 90, 0, {}, {set @bStat, Int; set @minbStatVal, 70; callfunc "RequireStat"; set @bStat, Vit; set @minbStatVal, 40; callfunc "RequireStat"; bonus bDef2Rate, -40; bonus bMdef, 60; bonus bVit, -1; bonus bInt, 7; bonus bLuk, -1; bonus bDex, -1; bonus bStr, -1;} +1178, Contributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +1183, AmberChristmasSweater, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +1184, FunkyChristmasSweater, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +1185, PinkChristmasSweater, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +1186, DarkChristmasSweater, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +1187, BlueChristmasSweater, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +1202, CottonShirt, 5, 300, 5, 13, 0, 2, 0, -2, 0, 2, 512, 0, 0, 0, {}, {} +2050, RedCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2051, GreenCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2052, DarkBlueCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2053, YellowCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2054, LightBlueCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2055, PinkCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2056, BlackCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2057, OrangeCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2058, PurpleCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2059, DarkGreenCottonShirt, 5, 300, 5, 20, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2060, RedVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2061, GreenVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2062, DarkBlueVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2063, YellowVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2064, LightBlueVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2065, PinkVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2066, BlackVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2067, OrangeVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2068, PurpleVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2069, DarkGreenVNeckSweater, 5, 6000, 3000, 35, 0, 8, 0, -16, 0, 2, 512, 0, 0, 0, {}, {} +2070, RedTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2071, GreenTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2072, DarkBlueTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2073, YellowTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2074, LightBlueTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2075, PinkTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2076, BlackTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2077, OrangeTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2078, PurpleTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2079, DarkGreenTurtleneck, 5, 2000, 1000, 35, 0, 6, 0, -12, 0, 2, 512, 0, 0, 0, {}, {} +2080, RedSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2081, GreenSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2082, DarkBlueSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2083, YellowSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2084, LightBlueSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2085, PinkSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2086, BlackSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2087, OrangeSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2088, PurpleSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2089, DarkGreenSilkRobe, 5, 8000, 4000, 30, 0, 5, 0, 0, 0, 2, 512, 0, 0, 0, {}, {} +2090, RedTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2091, GreenTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2092, DarkBlueTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2093, YellowTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2094, LightBlueTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2095, PinkTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2096, BlackTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2097, OrangeTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2098, PurpleTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2099, DarkGreenTankTop, 5, 800, 400, 12, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2120, RedShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2121, GreenShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2122, DarkBlueShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2123, YellowShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2124, LightBlueShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2125, PinkShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2126, BlackShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2127, OrangeShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2128, PurpleShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2129, DarkGreenShortTankTop, 5, 600, 300, 8, 0, 2, 0, -4, 0, 2, 512, 0, 0, 0, {}, {} +2220, RedSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2221, GreenSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2222, DarkBlueSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2223, YellowSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2224, LightBlueSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2225, PinkSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2226, BlackSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2227, OrangeSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2228, PurpleSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2229, DarkGreenSorcererRed, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +2240, RedFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2241, GreenFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2242, DarkBlueFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2243, YellowFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2244, LightBlueFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2245, PinkFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2246, BlackFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2247, OrangeFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2248, PurpleFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +2249, DarkGreenFineDress, 5, 10000, 5000, 35, 0, 8, 0, 20, 0, 2, 512, 0, 0, 0, {}, {} +5000, RedSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5001, GreenSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5002, DarkBlueSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5003, YellowSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5004, LightBlueSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5005, PinkSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5006, BlackSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5007, OrangeSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5008, PurpleSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5009, DarkGreenSorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5010, SorcererGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5011, RedSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5012, GreenSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5013, DarkBlueSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5014, YellowSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5015, LightBlueSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5016, PinkSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5017, BlackSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5018, OrangeSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5019, PurpleSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5020, DarkGreenSorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5021, SorcererDBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5022, RedSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5023, GreenSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5024, DarkBlueSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5025, YellowSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5026, LightBlueSorcererYellow,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5027, PinkSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5028, BlackSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5029, OrangeSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5030, PurpleSorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5031, DarkGreenSorcererYellow,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5032, SorcererYellow, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5033, RedSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5034, GreenSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5035, DarkBlueSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5036, YellowSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5037, LightBlueSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5038, PinkSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5039, BlackSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5040, OrangeSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5041, PurpleSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5042, DarkGreenSorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5043, SorcererLBlue, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5044, RedSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5045, GreenSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5046, DarkBlueSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5047, YellowSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5048, LightBlueSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5049, PinkSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5050, BlackSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5051, OrangeSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5052, PurpleSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5053, DarkGreenSorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5054, SorcererPink, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5055, RedSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5056, GreenSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5057, DarkBlueSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5058, YellowSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5059, LightBlueSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5060, PinkSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5061, BlackSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5062, OrangeSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5063, PurpleSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5064, DarkGreenSorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5065, SorcererBlack, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5066, RedSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5067, GreenSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5068, DarkBlueSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5069, YellowSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5070, LightBlueSorcererOrange,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5071, PinkSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5072, BlackSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5073, OrangeSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5074, PurpleSorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5075, DarkGreenSorcererOrange,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5076, SorcererOrange, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5077, RedSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5078, GreenSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5079, DarkBlueSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5080, YellowSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5081, LightBlueSorcererPurple,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5082, PinkSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5083, BlackSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5084, OrangeSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5085, PurpleSorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5086, DarkGreenSorcererPurple,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5087, SorcererPurple, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5088, RedSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5089, GreenSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5090, DarkBlueSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5091, YellowSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5092, LightBlueSorcererDGreen,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5093, PinkSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5094, BlackSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5095, OrangeSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5096, PurpleSorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5097, DarkGreenSorcererDGreen,5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5098, SorcererDGreen, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5099, RedSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5100, GreenSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5101, DarkBlueSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5102, YellowSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5103, LightBlueSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5104, PinkSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5105, BlackSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5106, OrangeSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5107, PurpleSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5108, DarkGreenSorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5109, SorcererWhite, 5, 8000, 4000, 30, 0, 5, 0, 20, 0, 2, 512, 0, 0, 0, {}, {bonus bAgi, 1;} +5131, RedContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5132, GreenContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5133, DarkBlueContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5134, YellowContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5135, LightBlueContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5136, PinkContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5137, BlackContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5138, OrangeContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5139, PurpleContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5140, DarkGreenContributor, 5, 0, 0, 20, 0, 5, 0, 5, 0, 2, 512, 0, 0, 0, {}, {} +5254, SaviorArmor, 5, 0, 0, 2000, 0, 24, 0, -90, 0, 2, 512, 0, 0, 0, {}, {bonus bDex, 1; bonus bMaxHP, 100;} +5286, RedArmor, 5, 0, 0, 2000, 0, 27, 0, -40, 0, 2, 512, 0, 0, 0, {}, {callfunc "RestrictedItem"; bonus bDex, 1; bonus bAgi, 1; bonus bMaxHP, 1500;} diff --git a/world/map/db/item_db_foot.txt b/world/map/db/item_db_foot.txt index b65b6335..9592cd8d 100644 --- a/world/map/db/item_db_foot.txt +++ b/world/map/db/item_db_foot.txt @@ -1,20 +1,22 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -528, Boots, 5, 2000, 500, 80, 0, 2, 0, -2, 0, 2, 64, 0, 0, 0, {}, {} -655, FurBoots, 5, 5000, 600, 50, 0, 3, 0, -3, 0, 2, 64, 0, 0, 0, {}, {} -734, BlackBoots, 5, 20000, 3000, 25, 0, 3, 0, -10, 0, 2, 64, 0, 0, 0, {}, {} -735, CottonBoots, 5, 2000, 500, 10, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -757, AssassinBoots, 5, 7000, 2000, 10, 0, 4, 0, -3, 0, 2, 64, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 4; bonus bSpeedAddRate, 5; bonus bFlee, 5;} -792, BromenalBoots, 5, 8000, 500, 30, 0, 1, 0, -2, 0, 2, 64, 0, 0, 0, {}, {} -876, WarlordBoots, 5, 19000, 2000, 550, 0, 5, 0, -22, 0, 2, 64, 0, 0, 0, {}, {} -2150, RedCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2151, GreenCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2152, DarkBlueCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2153, YellowCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2154, LightBlueCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2155, PinkCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2156, BlackCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2157, OrangeCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2158, PurpleCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -2159, DarkGreenCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} -1188, RedStockings, 5, 7000, 2000, 10, 0, 1, 0, 2, 0, 2, 64, 0, 0, 0, {}, {} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +528, Boots, 5, 2000, 500, 80, 0, 2, 0, -2, 0, 2, 64, 0, 0, 0, {}, {} +655, FurBoots, 5, 5000, 600, 50, 0, 3, 0, -3, 0, 2, 64, 0, 0, 0, {}, {} +734, BlackBoots, 5, 20000, 3000, 25, 0, 3, 0, -10, 0, 2, 64, 0, 0, 0, {}, {} +735, CottonBoots, 5, 2000, 500, 10, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +757, AssassinBoots, 5, 7000, 2000, 10, 0, 3, 0, -3, 0, 2, 64, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 4;} +792, BromenalBoots, 5, 8000, 500, 30, 0, 1, 0, -2, 0, 2, 64, 0, 0, 0, {}, {} +876, WarlordBoots, 5, 19000, 2000, 550, 0, 5, 0, -22, 0, 2, 64, 0, 0, 0, {}, {} +1188, RedStockings, 5, 7000, 2000, 10, 0, 1, 0, 2, 0, 2, 64, 0, 0, 0, {}, {} +2150, RedCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2151, GreenCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2152, DarkBlueCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2153, YellowCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2154, LightBlueCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2155, PinkCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2156, BlackCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2157, OrangeCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2158, PurpleCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} +2159, DarkGreenCottonBoots, 5, 2000, 500, 30, 0, 1, 0, 1, 0, 2, 64, 0, 0, 0, {}, {} diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index 0705bbd8..0ff671ae 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -1,256 +1,268 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -503, CasinoCoins, 3, 10, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -504, DecorCandy, 3, 25, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -505, MaggotSlime, 3, 8, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -507, ScorpionStinger, 3, 50, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -515, PurplePresentBox, 3, 50, 25, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -516, BluePresentBox, 3, 60, 30, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -517, RedScorpionStinger, 3, 170, 85, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -518, BugLeg, 3, 100, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -526, CoinBag, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -537, TreasureKey, 3, 100, 50, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -538, GreenPresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -540, EmptyBottle, 3, 20, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -542, BottleOfSand, 3, 70, 35, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -551, AquaHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -552, MagentaHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -553, YellowHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -554, GreenHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -555, TealHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -556, PurpleHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -557, RedHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -558, BlueHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -559, OrangeHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -560, GrayHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -569, RawLog, 3, 20, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -589, Toothbrush, 3, 20, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -611, WhiteFur, 3, 8, 4, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -612, CaveSnakeLamp, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -613, HardSpike, 3, 40, 10, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -614, PinkAntenna, 3, 10, 5, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -631, DarkCrystal, 3, 1000, 250, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -635, SantaCookie, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -640, IronOre, 3, 250, 100, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -641, SnakeSkin, 3, 250, 100, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -660, CottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -661, RedRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -662, WhiteRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -663, DarkRedRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -664, PinkRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -665, YellowRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -666, BlackRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -667, OrangeRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -668, BlueRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -669, YellowTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -670, PurpleTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -671, RedTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -672, WhiteTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -673, PinkTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -674, OrangeTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -680, MauveHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -681, CobaltHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -682, GambogeHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -683, AlizarinHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -690, RedDye, 3, 100, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -691, GreenDye, 3, 2500, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -692, DarkBlueDye, 3, 40000, 15000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -693, YellowDye, 3, 100, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -694, LightBlueDye, 3, 100, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -695, PinkDye, 3, 2500, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -696, BlackDye, 3, 30000, 25000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -697, OrangeDye, 3, 2500, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -698, PurpleDye, 3, 70000, 50000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -699, DarkGreenDye, 3, 2000, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -700, Pearl, 3, 5000, 3000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -701, PileOfAsh, 3, 3000, 100, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -703, SulphurPowder, 3, 1000, 25, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -704, IronPowder, 3, 800, 80, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -706, GoldenScorpionStinger, 3, 2000, 500, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -707, MonsterOilPotion, 3, 10000, 2000, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -708, LeatherPatch, 3, 300, 150, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -709, BlackScorpionStinger, 3, 250, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -710, SnakeTongue, 3, 60, 30, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -711, MountainSnakeTongue, 3, 80, 40, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -712, GrassSnakeTongue, 3, 160, 80, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -713, CaveSnakeTongue, 3, 120, 60, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -718, SilkCocoon, 3, 200, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -727, Iten, 3, 0, 0, 8000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -728, MoubooFigurine, 3, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -729, WarpedLog, 3, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -730, Lifestone, 3, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -732, DruidTreeBranch, 3, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -740, Root, 3, 500, 200, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -746, MopoxCurePotion, 3, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -753, BatWing, 3, 500, 10, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -754, BatTeeth, 3, 600, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -763, TerraniteOre, 3, 1000, 500, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -772, WispPowder, 3, 700, 350, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -773, SpectrePowder, 3, 700, 350, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -774, PoltergeistPowder, 3, 700, 350, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -775, Bone, 3, 140, 70, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -776, Skull, 3, 900, 450, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -777, RottenRags, 3, 100, 50, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -778, DiseasedHeart, 3, 180, 90, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -779, UndeadEar, 3, 30, 15, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -780, UndeadEye, 3, 30, 15, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -799, MylarinDust, 3, 10000, 5000, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -802, EasterBasket, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -803, GrassLiner, 3, 20, 10, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -804, JellyBeans, 3, 20, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -805, ChocolateMouboo, 3, 20, 10, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -806, ReedBundle, 3, 20, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -807, GrassSeed, 3, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -819, DiamondPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -820, RubyPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -821, EmeraldPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -822, SapphirePowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -823, TopazPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -824, AmethystPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -833, BrokenFourLeafAmulet, 3, 100, 1, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -834, BrokenDoll, 3, 20, 5, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -835, HyvernStinger, 3, 100, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -836, GrubSlime, 3, 40, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -841, RedDottedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -842, YellowDottedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -843, BlueDottedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -844, PurpleStripedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -845, RedGoldenStripedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -846, GreenRedStripedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -847, PlushMouboo, 3, 50, 25, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -849, OpenPresentBox, 3, 50, 25, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -850, ClosedChristmasBox, 3, 50, 25, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -851, StickReinboo, 3, 50, 25, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -852, LeatherBall, 3, 50, 25, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -853, Doll, 3, 50, 25, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -858, WolvernTooth, 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -859, WolvernPelt, 3, 500, 250, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -860, SquirrelPelt, 3, 50, 25, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -861, WhiteBellTuber, 3, 20, 10, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -862, IcedWater, 3, 100, 50, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -863, SilverMirror, 3, 500, 250, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -864, BookPage, 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -866, LeatherSuitcase, 3, 4000, 2000, 12000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -869, Antlers, 3, 4000, 2000, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -871, SealedSoul, 3, 12000, 1000, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -872, LockPicks, 3, 5000, 1500, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -873, LazuriteShard, 3, 500, 50, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -874, LazuriteCrystal, 3, 3000, 200, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -875, HeartOfLazurite, 3, 10000, 400, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -891, SilkSheet, 3, 1000, 250, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -892, OrangeSummonFlower, 3, 50, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -893, PurpleSummonFlower, 3, 100, 50, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -894, WhiteSummonFlower, 3, 200, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -895, YellowSummonFlower, 3, 400, 200, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -896, RedSummonFlower, 3, 600, 300, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1191, WhiteWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1192, YellowWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1193, BlueWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1194, PurpleWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1195, GreenWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1198, Soul, 3, 100000, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1207, RedChristmasStocking, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1208, RedEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1209, GreenEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1210, BlueEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1211, YellowEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1212, PinkEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1213, TealEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1233, FakeFangs, 3, 20000, 10000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1234, RedOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1235, YellowOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1236, GreenOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1237, AquaOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1238, BlueOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1239, MagentaOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1240, SantaSnowGlobe, 3, 7500, 5000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1241, SnowmanSnowGlobe, 3, 7500, 5000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1245, BentNeedle, 3, 700, 1, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1246, DarkEasterEgg, 3, 700, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1249, StrangeCoin, 3, 7000, 5000, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1254, DarkPetal, 3, 15000, 8000, 250, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -1257, FlawedLens, 3, 10000, 5000, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -2250, RedCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2251, GreenCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2252, DarkBlueCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2253, YellowCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2254, LightBlueCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2255, PinkCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2256, BlackCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2257, OrangeCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2258, PurpleCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -2259, DarkGreenCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -3000, JackOLantern, 3, 200, 100, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -3002, RealisticBrain, 3, 200, 100, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -3003, JarofBlood, 3, 200, 100, 375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -3004, Tongue, 3, 5, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -3011, PumpkinSeeds, 3, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4000, AngryScorpionStinger, 3, 50, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4001, Coal, 3, 250, 100, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4002, Diamond, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -4003, Ruby, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4004, Emerald, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4005, Sapphire, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4006, Topaz, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4007, Amethyst, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4015, IronIngot, 3, 500, 250, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4016, BanditHood, 3, 100, 50, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4017, RedPowder, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4018, YellowPowder, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4019, BluePowder, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4021, YellowPresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -4022, WhitePresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -4023, AnimalBones, 3, 50, 25, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4024, FrozenYetiTear, 3, 500, 250, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4025, YetiClaw, 3, 150, 75, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4026, IceCube, 3, 200, 100, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4029, GrimaceOfDementia, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -4034, BlackPearl, 3, 8000, 4000, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4037, WhiteBlanket, 3, 600, 125, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4038, WhiteSaddleRug, 3, 1000, 250, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4039, RedSaddleRug, 3, 1200, 300, 110, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4040, RawTalisman, 3, 800, 200, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -4041, FlightTalisman, 3, 5000, 1200, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5110, Bloodstone, 3, 2000, 250, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5111, BrainStem, 3, 180, 90, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5115, VampireBatWing, 3, 700, 20, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5125, UnderworldKey, 3, 10, 10, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5127, JarofOwnBlood, 3, 200, 100, 375, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -1197, SkeletonCharm, 3, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5211, ActivatedSulphur, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5212, FairTradeSoil, 3, 500, 23, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5215, FreeRangeMoss, 3, 830, 20, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5216, JadeEgg, 3, 938, 250, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5217, RawAir, 3, 1999, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5218, RedTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5219, YellowTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5220, GoldTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5221, GreenTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5222, AquaTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5223, BlueTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5224, PurpleTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5225, PinkTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5256, PVPCoin, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5265, LoveLetter, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5279, Carrot, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5288, Naftalin, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -// Unreleased items -//1228, LightCrystal, 3, 1000, 250, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5112, CryptKey, 3, 300, 150, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5113, Ectoplasm, 3, 80, 20, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -//5114, Urn, 3, 40, 20, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5116, WraithHorn, 3, 700, 20, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5117, AstralCube, 3, 10000, 10, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5118, RunestoneA, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5119, RunestoneL, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5120, RunestoneN, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5121, RunestoneT, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5122, RunestoneW, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//5123, QuillOfBinding, 3, 10, 10, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -6000, RESERVED_PINKIE, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -5292, SilverOre, 3, 1600, 800, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +503, CasinoCoins, 3, 10, 5, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +504, DecorCandy, 3, 25, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +505, MaggotSlime, 3, 8, 4, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +507, ScorpionStinger, 3, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +515, PurplePresentBox, 3, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +516, BluePresentBox, 3, 60, 30, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +517, RedScorpionStinger, 3, 170, 85, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +518, BugLeg, 3, 100, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +526, CoinBag, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +537, TreasureKey, 3, 100, 50, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +538, GreenPresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +540, EmptyBottle, 3, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +542, BottleOfSand, 3, 70, 35, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +551, AquaHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +552, MagentaHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +553, YellowHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +554, GreenHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +555, TealHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +556, PurpleHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +557, RedHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +558, BlueHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +559, OrangeHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +560, GrayHint, 3, 20, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +569, RawLog, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +589, Toothbrush, 3, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +611, WhiteFur, 3, 8, 4, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +612, CaveSnakeLamp, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +613, HardSpike, 3, 40, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +614, PinkAntenna, 3, 10, 5, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +631, DarkCrystal, 3, 1000, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +635, SantaCookie, 3, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +640, IronOre, 3, 250, 100, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +641, SnakeSkin, 3, 250, 100, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +660, CottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +661, RedRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +662, WhiteRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +663, DarkRedRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +664, PinkRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +665, YellowRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +666, BlackRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +667, OrangeRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +668, BlueRose, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +669, YellowTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +670, PurpleTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +671, RedTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +672, WhiteTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +673, PinkTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +674, OrangeTulip, 3, 80, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +680, MauveHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +681, CobaltHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +682, GambogeHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +683, AlizarinHerb, 3, 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +690, RedDye, 3, 100, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +691, GreenDye, 3, 2500, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +692, DarkBlueDye, 3, 40000, 15000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +693, YellowDye, 3, 100, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +694, LightBlueDye, 3, 100, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +695, PinkDye, 3, 2500, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +696, BlackDye, 3, 30000, 15000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +697, OrangeDye, 3, 2500, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +698, PurpleDye, 3, 70000, 35000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +699, DarkGreenDye, 3, 2000, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +700, Pearl, 3, 5000, 3000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +701, PileOfAsh, 3, 3000, 100, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +703, SulphurPowder, 3, 1000, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +704, IronPowder, 3, 800, 80, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +706, GoldenScorpionStinger, 3, 2000, 500, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +707, MonsterOilPotion, 3, 10000, 2000, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +708, LeatherPatch, 3, 300, 150, 18, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +709, BlackScorpionStinger, 3, 250, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +710, SnakeTongue, 3, 60, 30, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +711, MountainSnakeTongue, 3, 80, 40, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +712, GrassSnakeTongue, 3, 160, 80, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +713, CaveSnakeTongue, 3, 120, 60, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +718, SilkCocoon, 3, 200, 3, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +727, Iten, 3, 0, 0, 8000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +728, MoubooFigurine, 3, 0, 0, 9, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +729, WarpedLog, 3, 0, 0, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +730, Lifestone, 3, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +732, DruidTreeBranch, 3, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +740, Root, 3, 500, 200, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +746, MopoxCurePotion, 3, 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +753, BatWing, 3, 500, 10, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +754, BatTeeth, 3, 600, 12, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +763, TerraniteOre, 3, 1000, 500, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +772, WispPowder, 3, 700, 350, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +773, SpectrePowder, 3, 700, 350, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +774, PoltergeistPowder, 3, 700, 350, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +775, Bone, 3, 140, 70, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +776, Skull, 3, 900, 450, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +777, RottenRags, 3, 100, 50, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +778, DiseasedHeart, 3, 180, 90, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +779, UndeadEar, 3, 30, 15, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +780, UndeadEye, 3, 30, 15, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +799, MylarinDust, 3, 10000, 5000, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +802, EasterBasket, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +803, GrassLiner, 3, 20, 10, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +804, JellyBeans, 3, 20, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +805, ChocolateMouboo, 3, 20, 10, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +806, ReedBundle, 3, 20, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +807, GrassSeed, 3, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +819, DiamondPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +820, RubyPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +821, EmeraldPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +822, SapphirePowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +823, TopazPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +824, AmethystPowder, 3, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +833, BrokenFourLeafAmulet, 3, 100, 1, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +834, BrokenDoll, 3, 20, 5, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +835, HyvernStinger, 3, 100, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +836, GrubSlime, 3, 40, 10, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +841, RedDottedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +842, YellowDottedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +843, BlueDottedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +844, PurpleStripedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +845, RedGoldenStripedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +846, GreenRedStripedWrap, 3, 50, 25, 500, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +847, PlushMouboo, 3, 50, 25, 200, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +849, OpenPresentBox, 3, 50, 25, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +850, ClosedChristmasBox, 3, 50, 25, 200, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +851, StickReinboo, 3, 50, 25, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +852, LeatherBall, 3, 50, 25, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +853, Doll, 3, 50, 25, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +858, WolvernTooth, 3, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +859, WolvernPelt, 3, 500, 250, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +860, SquirrelPelt, 3, 50, 25, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +861, WhiteBellTuber, 3, 20, 10, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +862, IcedWater, 3, 100, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +863, SilverMirror, 3, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +864, BookPage, 3, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +866, LeatherSuitcase, 3, 4000, 2000, 12000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +869, Antlers, 3, 4000, 2000, 3000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +871, SealedSoul, 3, 12000, 1000, 75, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +872, LockPicks, 3, 5000, 1500, 150, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +873, LazuriteShard, 3, 500, 50, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +874, LazuriteCrystal, 3, 3000, 200, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +875, HeartOfLazurite, 3, 10000, 400, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +891, SilkSheet, 3, 1000, 250, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +892, OrangeSummonFlower, 3, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +893, PurpleSummonFlower, 3, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +894, WhiteSummonFlower, 3, 200, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +895, YellowSummonFlower, 3, 400, 200, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +896, RedSummonFlower, 3, 600, 300, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1191, WhiteWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1192, YellowWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1193, BlueWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1194, PurpleWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1195, GreenWrap, 3, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1197, SkeletonCharm, 3, 0, 0, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1198, Soul, 3, 100000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1207, RedChristmasStocking, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1208, RedEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1209, GreenEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1210, BlueEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1211, YellowEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1212, PinkEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1213, TealEasterEgg, 3, 80, 40, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//1228, LightCrystal, 3, 1000, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1233, FakeFangs, 3, 20000, 10000, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1234, RedOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +1235, YellowOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1236, GreenOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1237, AquaOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1238, BlueOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1239, MagentaOrnament, 3, 5000, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1240, SantaSnowGlobe, 3, 7500, 3750, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1241, SnowmanSnowGlobe, 3, 7500, 3750, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1245, BentNeedle, 3, 700, 1, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1246, DarkEasterEgg, 3, 700, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1249, StrangeCoin, 3, 7000, 3500, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1254, DarkPetal, 3, 15000, 8000, 250, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +1257, FlawedLens, 3, 10000, 5000, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2250, RedCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2251, GreenCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2252, DarkBlueCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2253, YellowCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2254, LightBlueCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2255, PinkCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2256, BlackCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2257, OrangeCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2258, PurpleCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +2259, DarkGreenCottonCloth, 3, 400, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +3000, JackOLantern, 3, 200, 100, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +3002, RealisticBrain, 3, 200, 100, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +3003, JarofBlood, 3, 200, 100, 375, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +3004, Tongue, 3, 5, 1, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +3011, PumpkinSeeds, 3, 5, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//3012, BossMedal, 3, 10, 5, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4000, AngryScorpionStinger, 3, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4001, Coal, 3, 250, 100, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4002, Diamond, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4003, Ruby, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4004, Emerald, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4005, Sapphire, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4006, Topaz, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4007, Amethyst, 3, 5000, 2500, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4015, IronIngot, 3, 500, 250, 200, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4016, BanditHood, 3, 100, 50, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4017, RedPowder, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4018, YellowPowder, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +4019, BluePowder, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4021, YellowPresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4022, WhitePresentBox, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4023, AnimalBones, 3, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4024, FrozenYetiTear, 3, 500, 250, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4025, YetiClaw, 3, 150, 75, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4026, IceCube, 3, 200, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4029, GrimaceOfDementia, 3, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4034, BlackPearl, 3, 8000, 4000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4037, WhiteBlanket, 3, 600, 125, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4038, WhiteSaddleRug, 3, 1000, 250, 100, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4039, RedSaddleRug, 3, 1200, 300, 110, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4040, RawTalisman, 3, 800, 200, 8, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +4041, FlightTalisman, 3, 5000, 1200, 12, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5110, Bloodstone, 3, 2000, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5111, BrainStem, 3, 180, 90, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5112, CryptKey, 3, 300, 150, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5113, Ectoplasm, 3, 80, 20, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5114, Urn, 3, 40, 20, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5115, VampireBatWing, 3, 700, 20, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +//5116, WraithHorn, 3, 700, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5117, AstralCube, 3, 10000, 10, 800, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5118, RunestoneA, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5119, RunestoneL, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5120, RunestoneN, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5121, RunestoneT, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5122, RunestoneW, 3, 1000, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5123, QuillOfBinding, 3, 10, 5, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5124, BloodInk, 3, 10, 5, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5125, UnderworldKey, 3, 10, 5, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5127, JarofOwnBlood, 3, 200, 100, 375, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5211, ActivatedSulphur, 3, 3000, 5, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5212, FairTradeSoil, 3, 500, 23, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5215, FreeRangeMoss, 3, 830, 20, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5216, JadeEgg, 3, 938, 250, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5217, RawAir, 3, 1999, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5218, RedTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5219, YellowTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5220, GoldTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5221, GreenTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5222, AquaTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5223, BlueTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5224, PurpleTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5225, PinkTicket, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5256, PVPCoin, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5265, LoveLetter, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5276, ThermalNapalm, 3, 9999, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5278, XmasTicket, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5279, Carrot, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5288, Naftalin, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +5292, SilverOre, 3, 1600, 800, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} +//5293, CrystallizedDragonBlood,3, 0, 0, 1000, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} diff --git a/world/map/db/item_db_hand.txt b/world/map/db/item_db_hand.txt index a067b7fe..b372254e 100644 --- a/world/map/db/item_db_hand.txt +++ b/world/map/db/item_db_hand.txt @@ -1,20 +1,21 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -531, MinerGloves, 5, 3000, 1000, 30, 0, 2, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -532, LeatherGloves, 5, 6000, 2000, 20, 0, 4, 0, -20, 0, 2, 4, 0, 0, 0, {}, {} -563, WinterGloves, 5, 6000, 3000, 20, 0, 3, 0, -15, 0, 2, 4, 0, 0, 0, {}, {} -741, CottonGloves, 5, 2000, 500, 10, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -756, AssassinGloves, 5, 7000, 2000, 9, 15, 4, 0, -3, 0, 2, 4, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 4; bonus bCritical, 5; bonus bAspdRate, 5;} -794, BromenalGloves, 5, 6000, 2000, 40, 0, 4, 0, -20, 0, 2, 4, 0, 0, 0, {}, {} -868, SilkGloves, 5, 5000, 2500, 4, 0, 1, 0, 0, 0, 2, 4, 0, 0, 0, {}, {} -2160, RedCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2161, GreenCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2162, DarkBlueCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2163, YellowCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2164, LightBlueCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2165, PinkCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2166, BlackCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2167, OrangeCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2168, PurpleCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -2169, DarkGreenCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} -907, FloydBook, 5, 3000, 1000, 30, 0, 2, 0, 0, 0, 2, 4, 0, 0, 0, {}, {} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +531, MinerGloves, 5, 3000, 1000, 30, 0, 2, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +532, LeatherGloves, 5, 6000, 2000, 20, 0, 4, 0, -20, 0, 2, 4, 0, 0, 0, {}, {} +563, WinterGloves, 5, 6000, 3000, 20, 0, 3, 0, -15, 0, 2, 4, 0, 0, 0, {}, {} +741, CottonGloves, 5, 2000, 500, 10, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +756, AssassinGloves, 5, 7000, 2000, 9, 0, 3, 0, -3, 0, 2, 4, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 4;} +794, BromenalGloves, 5, 6000, 2000, 40, 0, 4, 0, -20, 0, 2, 4, 0, 0, 0, {}, {} +868, SilkGloves, 5, 5000, 2500, 4, 0, 1, 0, 0, 0, 2, 4, 0, 0, 0, {}, {} +2160, RedCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2161, GreenCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2162, DarkBlueCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2163, YellowCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2164, LightBlueCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2165, PinkCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2166, BlackCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2167, OrangeCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2168, PurpleCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} +2169, DarkGreenCottonGloves, 5, 2000, 500, 20, 0, 1, 0, -10, 0, 2, 4, 0, 0, 0, {}, {} diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index aed6268a..d5e682c1 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -1,234 +1,239 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -511, SantaHat, 5, 400, 200, 20, 0, 2, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} -524, FancyHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -525, MinersHat, 5, 800, 400, 40, 0, 4, 0, -8, 0, 2, 256, 0, 0, 0, {}, {} -543, StandardHeadband, 5, 800, 400, 10, 0, 3, 0, -3, 0, 2, 256, 0, 0, 0, {}, {} -544, SilkHeadband, 5, 5000, 2000, 10, 0, 10, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} -615, PumpkinHelmet, 5, 2000, 1000, 60, 0, 4, 0, -4, 0, 2, 256, 0, 0, 0, {}, {} -616, AxeHat, 5, 2000, 1000, 50, 0, 4, 0, -4, 0, 2, 256, 0, 0, 0, {}, {} -617, PirateHat, 5, 2000, 1000, 40, 0, 4, 0, -8, 0, 2, 256, 0, 0, 0, {}, {} -618, Goggles, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -619, LeatherGoggles, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -620, Circlet, 5, 2000, 1000, 25, 0, 4, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -621, Eyepatch, 5, 1000, 500, 5, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -622, Bandana, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -627, TopHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -628, FunkyHat, 5, 3000, 1500, 20, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -629, MushHat, 5, 2500, 1250, 30, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -630, ShroomHat, 5, 3000, 1500, 30, 0, 13, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -633, ChristmasElfHat, 5, 3000, 1500, 30, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -634, FaceMask, 5, 2500, 1250, 50, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -636, WarlordHelmet, 5, 30000, 3000, 900, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, {}, {} -637, KnightsHelmet, 5, 20000, 2000, 600, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, {}, {} -638, InfantryHelmet, 5, 15000, 1500, 400, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, {}, {} -639, CrusadeHelmet, 5, 25000, 2500, 1300, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, {}, {} -643, WhiteCowboyHat, 5, 1800, 900, 30, 0, 6, 0, -12, 0, 2, 256, 0, 0, 0, {}, {} -644, BlackCowboyHat, 5, 1800, 900, 30, 0, 6, 0, -12, 0, 2, 256, 0, 0, 0, {}, {} -646, Crown, 5, 5000, 1000, 240, 0, 4, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -647, DevelopersCap, 5, 2000, 500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -654, Cap, 5, 4000000, 500, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -656, SerfHat, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -675, GraduationCap, 5, 1000, 250, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -678, NohMask, 5, 7000, 1000, 18, 0, 3, 0, 1, 0, 2, 256, 0, 0, 0, {}, {} -679, DemonMask, 5, 10000, 5000, 23, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -721, HighPriestCrown, 5, 6000000, 5000, 400, 0, 4, 0, 20, 0, 2, 256, 0, 0, 0, {}, {bonus bMaxSP, 20;} -722, MonsterSkullHelmet, 5, 6000000, 3000, 250, 0, 7, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 20;} -723, DesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -724, CottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -725, GMCap, 5, 2000, 500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, {}, {callfunc "RestrictedItem";} -751, PinkieHat, 5, 5000, 1000, 5, 0, 1, 0, 1, 0, 2, 256, 0, 0, 0, {}, {} -752, FluffyHat, 5, 7000, 2000, 10, 0, 2, 0, -5, 0, 2, 256, 0, 0, 0, {}, {} -759, PaladinsHelmet, 5, 1000, 500, 500, 0, 19, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -760, OverlordsHelmet, 5, 8000, 4000, 1800, 0, 49, 0, -60, 0, 2, 256, 0, 0, 0, {}, {} -//761, DesertHelmet, 5, 0, 0, 0, 0, 21, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -764, SailorHat, 5, 0, 0, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -765, CaptainsHat, 5, 0, 0, 20, 0, 15, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -766, TerraniteHelmet, 5, 30000, 3000, 300, 0, 15, 0, -12, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -769, GuyFawkesMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -770, FairyHat, 5, 2000, 1000, 20, 0, 5, 0, -10, 0, 2, 256, 0, 0, 0, {}, {bonus bLuk, 3;} -781, WitchDoctorsMask, 5, 20000, 100, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -795, BromenalHelmet, 5, 15000, 1500, 400, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, {}, {} -800, BowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -801, PinkieHelmet, 5, 20000, 1500, 800, 0, 10, 0, -20, 0, 2, 256, 0, 0, 0, {}, {bonus bLuk, 1;} -848, Earmuffs, 5, 1000, 500, 20, 0, 2, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -854, ElfNightcap, 5, 1000, 500, 50, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -855, Sunglasses, 5, 1000, 500, 10, 0, 2, 0, 6, 0, 2, 256, 0, 0, 0, {}, {} -856, KnitCap, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -877, BullHelmet, 5, 90000, 60000, 1300, 0, 19, 0, -52, 0, 2, 256, 0, 90, 0, {}, {set @bStat, Str;set @minbStatVal, 70;callfunc "RequireStat"; set @bStat, Vit;set @minbStatVal, 50;callfunc "RequireStat"; set @bStat, Luk;set @minbStatVal, 50;callfunc "RequireStat"; bonus bAtkRange, -10; bonus bDoubleAddRate, 20; bonus bStr, 10; bonus bCritical, 15; bonus bAspdRate, 10; bonus bDef2Rate, -39; bonus bHit, -15;} -882, RedEggshellHat, 5, 7000, 5000, 15, 0, 9, 0, 3, 0, 2, 256, 0, 1, 0, {}, {} -883, BlueEggshellHat, 5, 7000, 5000, 15, 0, 9, 0, 3, 0, 2, 256, 0, 1, 0, {}, {} -884, YellowEggshellHat, 5, 7000, 5000, 15, 0, 9, 0, 3, 0, 2, 256, 0, 1, 0, {}, {} -885, GreenEggshellHat, 5, 7000, 5000, 15, 0, 9, 0, 3, 0, 2, 256, 0, 1, 0, {}, {} -886, OrangeEggshellHat, 5, 7000, 5000, 15, 0, 9, 0, 3, 0, 2, 256, 0, 1, 0, {}, {} -887, DarkEggshellHat, 5, 7000, 5000, 15, 0, 9, 0, 3, 0, 2, 256, 0, 1, 0, {}, {} -888, MagicGMTopHat, 5, 4200, 1900, 30, 0, 60, 0, 20, 0, 2, 256, 0, 0, 0, {}, {set @minLvl, EVT_KILLTHEGM; callfunc "RestrictedItem"; bonus bMaxHP, 31000; bonus bFlee, -200; bonus bHPrecovRate, -400; bonus bCriticalDef, 250; bonus bMdef, 89;} -889, MurdererCrown, 5, 75000, 12000, 240, 0, 4, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -890, BeanieCopter, 5, 8000, 2000, 20, 0, 4, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -897, RedRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} -898, WhiteRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} -899, PinkRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} -900, YellowRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} -901, OrangeRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} -902, BlueRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} -905, BucketHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -1173, TamOShanter, 5, 5000, 500, 20, 0, 9, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} -1174, CashiersShade, 5, 4000, 500, 15, 0, 2, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} -1175, AutumnMask, 5, 5000, 500, 10, 0, 1, 0, 4, 0, 2, 256, 0, 0, 0, {}, {} -1190, NutcrackerHat, 5, 1000, 500, 20, 0, 5, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -1196, Beret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -1203, RangerHat, 5, 1000, 500, 20, 0, 2, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -1204, AntlerHat, 5, 1000, 500, 15, 0, 4, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -1205, ChristmasTreeHat, 5, 2000, 1000, 20, 0, 2, 0, 4, 0, 2, 256, 0, 0, 0, {}, {} -1206, SantaBeardHat, 5, 1000, 500, 20, 0, 5, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -1214, BunnyEars, 5, 5000, 2000, 20, 0, 10, 0, 1, 0, 2, 256, 0, 0, 0, {}, {} -1216, MoubooHead, 5, 10, 1, 80, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -1217, CatEars, 5, 100, 50, 20, 0, 1, 0, 1, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 3;} -1218, PaperBag, 5, 1000, 5, 10, 0, 1, 0, -1, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, -1;} -1219, MoubootaurHead, 5, 10, 1, 80, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {set @minLvl, 1;callfunc "RestrictedItem";} -1220, BunchOfParsley, 5, 3, 1, 1, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bDeaf, 1;} -1221, SkullMask, 5, 10000, 5000, 150, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -1242, SnowGoggles, 5, 7500, 5000, 10, 0, 5, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -1247, HeartGlasses, 5, 7500, 5000, 20, 0, 4, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -1255, RabbitEars, 5, 7000, 5000, 20, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -1256, EggshellHat, 5, 7000, 5000, 15, 0, 12, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bAgi, -1;} -1275, ReadingGlasses, 5, 7500, 5000, 12, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 3;} -1276, OperaMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -1277, JesterMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -1278, WitchHat, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -1279, GoblinMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2130, RedDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2131, GreenDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2132, DarkBlueDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2133, YellowDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2134, LightBlueDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2135, PinkDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2136, BlackDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2137, OrangeDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2138, PurpleDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2139, DarkGreenDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} -2140, RedCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2141, GreenCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2142, DarkBlueCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2143, YellowCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2144, LightBlueCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2145, PinkCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2146, BlackCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2147, OrangeCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2148, PurpleCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2149, DarkGreenCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -2190, RedRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2191, GreenRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2192, DarkBlueRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2193, YellowRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2194, LightBlueRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2195, PinkRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2196, BlackRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2197, OrangeRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2198, PurpleRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2199, DarkGreenRabbitEars, 5, 7000, 5000, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} -2200, RedWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2201, GreenWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2202, DarkBlueWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2203, YellowWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2204, LightBlueWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2205, PinkWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2206, BlackWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2207, OrangeWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2208, PurpleWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2209, DarkGreenWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -2210, RedBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2211, GreenBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2212, DarkBlueBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2213, YellowBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2214, LightBlueBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2215, PinkBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2216, BlackBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2217, OrangeBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2218, PurpleBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2219, DarkGreenBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2230, RedBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2231, GreenBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2232, DarkBlueBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2233, YellowBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2234, LightBlueBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2235, PinkBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2236, BlackBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2237, OrangeBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2238, PurpleBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2239, DarkGreenBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -2260, RedBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2261, GreenBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2262, DarkBlueBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2263, YellowBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2264, LightBlueBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2265, PinkBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2266, BlackBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2267, OrangeBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2268, PurpleBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2269, DarkGreenBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} -2270, BlinkingEvil, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -2271, BlinkingEvilRed, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -2272, BlinkingEvilBlue, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -2273, BlinkingEvilPink, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -2274, BlinkingEvilYellow, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -4020, CandleHelmet, 5, 20000, 2000, 450, 0, 16, 0, -25, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 1;bonus bAgi, -1;} -4027, YetiMask, 5, 6000, 3000, 10, 0, 4, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} -4028, WizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} -4030, BowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -4031, Monocle, 5, 5000, 2500, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10;} -4032, PanHat, 5, 1000, 500, 400, 0, 13, 0, -20, 0, 2, 256, 0, 0, 0, {}, {} -4033, ChefHat, 5, 1000, 500, 30, 0, 2, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -4042, RedNose, 5, 4000, 1000, 4, 0, 2, 0, 7, 0, 2, 256, 0, 0, 0, {}, {} -5128, DarkHelm, 5, 50000, 10000, 800, 0, 19, 0, -80, 0, 2, 256, 0, 0, 0, {}, {bonus bMaxHPrate, 10; bonus bInt, -Int;} -5129, UnderworldMask, 5, 50000, 10000, 100, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAtkRange, 2; bonus bInt, -Int; bonus bAgi, 3; bonus bDex, 2;} -5130, Phylactery, 5, 50000, 10000, 20, 0, 1, 0, 5, 0, 2, 256, 0, 0, 0, {}, {bonus bAspdRate, 30; bonus bDex, -(Dex/2);} -5200, PointyWitchHat, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5201, Pipe, 5, 5000, 2500, 20, 0, 2, 0, 0, 0, 2, 256, 0, 18, 0, {}, {bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10;callfunc "DrugItem";} -5202, PilotHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -5203, MoonshroomHat, 5, 3000, 1500, 30, 0, 15, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} -5204, CarbonGasMask, 5, 2500, 1250, 50, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5205, EskimoHat, 5, 7500, 5000, 10, 0, 5, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} -5209, TerraniteHead, 5, 30000, 3000, 500, 0, 16, 0, -30, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5; bonus bAgi, 3; bonus bDex, 1;} -5226, GroovyHat, 5, 3000, 1500, 20, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -5227, JazzyHat, 5, 3000, 1500, 20, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} -5228, ChicSantaHat, 5, 400, 200, 20, 0, 2, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -//5229, ScentedCandleHelmet, 5, 20000, 1, 450, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 2; addtimer 1, "ScentedCandle::OnEquip";} -5230, AnniversaryHat, 5, 100000, 1, 100, 0, 12, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 2;} -5231, RedPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5232, GreenPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5233, BluePresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5234, YellowPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5238, AFKCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5239, Aureole, 5, 1000, 1, 60, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bFlee, 50;} -5240, SmileyCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5241, RedShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5242, GreenShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5243, DarkBlueShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5244, YellowShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5245, LightBlueShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5246, PinkShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5247, BlackShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5248, OrangeShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5249, PurpleShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5250, DarkGreenShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5255, PVPCap, 5, 500, 100, 60, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5257, GoldenPVPCap, 5, 500, 100, 60, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5258, BlinkingHocus, 5, 10000, 5000, 400, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5259, BlinkingEvilHalloween, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} -5262, MovieCap, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5264, BlueWolfHelmet, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5266, CloverHat, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bLuk, 1;} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5267, AssassinMask, 5, 30000, 3000, 10, 0, 6, 0, -5, 0, 2, 256, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bMdef, 5; bonus bAgi, 9; bonus bDex, 1; bonus bMaxHP, 70; bonus bDoubleAddRate, 15; bonus bCritical, 15; bonus bAspdRate, 15;} -5280, LeprechaunHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5281, PartyHatR, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5282, PartyHatG, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5283, PartyHatB, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5287, HMCPirateHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bMaxHP, 50; bonus bCriticalDef, 5; bonus bMdef, 15;} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +511, SantaHat, 5, 400, 200, 20, 0, 2, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} +524, FancyHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +525, MinersHat, 5, 800, 400, 40, 0, 4, 0, -8, 0, 2, 256, 0, 0, 0, {}, {} +543, StandardHeadband, 5, 800, 400, 10, 0, 3, 0, -3, 0, 2, 256, 0, 0, 0, {}, {} +544, SilkHeadband, 5, 5000, 2000, 10, 0, 10, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} +615, PumpkinHelmet, 5, 2000, 1000, 60, 0, 4, 0, -4, 0, 2, 256, 0, 0, 0, {}, {} +616, AxeHat, 5, 2000, 1000, 50, 0, 4, 0, -4, 0, 2, 256, 0, 0, 0, {}, {} +617, PirateHat, 5, 2000, 1000, 40, 0, 4, 0, -8, 0, 2, 256, 0, 0, 0, {}, {} +618, Goggles, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +619, LeatherGoggles, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +620, Circlet, 5, 2000, 1000, 25, 0, 4, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +621, Eyepatch, 5, 1000, 500, 5, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +622, Bandana, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +627, TopHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +628, FunkyHat, 5, 3000, 1500, 20, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +629, MushHat, 5, 2500, 1250, 30, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +630, ShroomHat, 5, 3000, 1500, 30, 0, 13, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +633, ChristmasElfHat, 5, 3000, 1500, 30, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +634, FaceMask, 5, 2500, 1250, 50, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +636, WarlordHelmet, 5, 30000, 3000, 900, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +637, KnightsHelmet, 5, 20000, 2000, 600, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, {}, {} +638, InfantryHelmet, 5, 15000, 1500, 400, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, {}, {} +639, CrusadeHelmet, 5, 25000, 2500, 1300, 0, 18, 0, -36, 0, 2, 256, 0, 0, 0, {}, {} +643, WhiteCowboyHat, 5, 1800, 900, 30, 0, 6, 0, -12, 0, 2, 256, 0, 0, 0, {}, {} +644, BlackCowboyHat, 5, 1800, 900, 30, 0, 6, 0, -12, 0, 2, 256, 0, 0, 0, {}, {} +646, Crown, 5, 5000, 1000, 240, 0, 4, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +647, DevelopersCap, 5, 2000, 500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +654, Cap, 5, 4000000, 500, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +656, SerfHat, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +675, GraduationCap, 5, 1000, 250, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +678, NohMask, 5, 7000, 1000, 18, 0, 3, 0, 1, 0, 2, 256, 0, 0, 0, {}, {} +679, DemonMask, 5, 10000, 5000, 23, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +721, HighPriestCrown, 5, 6000000, 5000, 400, 0, 4, 0, 20, 0, 2, 256, 0, 0, 0, {}, {bonus bMaxSP, 20;} +722, MonsterSkullHelmet, 5, 6000000, 3000, 250, 0, 7, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 20;} +723, DesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +724, CottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +725, GMCap, 5, 2000, 500, 0, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, {}, {callfunc "RestrictedItem";} +751, PinkieHat, 5, 5000, 1000, 5, 0, 1, 0, 1, 0, 2, 256, 0, 0, 0, {}, {} +752, FluffyHat, 5, 7000, 2000, 10, 0, 2, 0, -5, 0, 2, 256, 0, 0, 0, {}, {} +759, PaladinsHelmet, 5, 0, 0, 500, 0, 19, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +760, OverlordsHelmet, 5, 0, 0, 1800, 0, 44, 0, -60, 0, 2, 256, 0, 0, 0, {}, {bonus bSpeedCap, DEFAULT_WALK_SPEED; bonus bMdef, -60; bonus bFlee, -20;} +//761, DesertHelmet, 5, 0, 0, 600, 0, 21, 0, -25, 0, 2, 256, 0, 0, 0, {}, {} +764, SailorHat, 5, 0, 0, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +765, CaptainsHat, 5, 0, 0, 20, 0, 15, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +766, TerraniteHelmet, 5, 30000, 3000, 300, 0, 15, 0, -12, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +769, GuyFawkesMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +770, FairyHat, 5, 2000, 1000, 20, 0, 5, 0, -10, 0, 2, 256, 0, 0, 0, {}, {bonus bLuk, 3;} +781, WitchDoctorsMask, 5, 20000, 100, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +795, BromenalHelmet, 5, 15000, 1500, 400, 0, 15, 0, -30, 0, 2, 256, 0, 0, 0, {}, {} +800, BowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +801, PinkieHelmet, 5, 20000, 1500, 800, 0, 10, 0, -20, 0, 2, 256, 0, 0, 0, {}, {bonus bLuk, 1;} +848, Earmuffs, 5, 1000, 500, 20, 0, 2, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +854, ElfNightcap, 5, 1000, 500, 50, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +855, Sunglasses, 5, 1000, 500, 10, 0, 2, 0, 6, 0, 2, 256, 0, 0, 0, {}, {} +856, KnitCap, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +877, BullHelmet, 5, 90000, 45000, 1300, 0, 19, 0, -52, 0, 2, 256, 0, 90, 0, {}, {set @bStat, Str; set @minbStatVal, 70; callfunc "RequireStat"; set @bStat, Vit; set @minbStatVal, 50; callfunc "RequireStat"; set @bStat, Luk; set @minbStatVal, 50; callfunc "RequireStat"; bonus bDoubleAddRate, 20; bonus bStr, 10; bonus bCritical, 15; bonus bAspdRate, 10; bonus bDef2Rate, -39; bonus bHit, -15;} +882, RedEggshellHat, 5, 7000, 3500, 15, 0, 9, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bMdef, 3;} +883, BlueEggshellHat, 5, 7000, 3500, 15, 0, 9, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bMdef, 3;} +884, YellowEggshellHat, 5, 7000, 3500, 15, 0, 9, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bMdef, 3;} +885, GreenEggshellHat, 5, 7000, 3500, 15, 0, 9, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bMdef, 3;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +886, OrangeEggshellHat, 5, 7000, 3500, 15, 0, 9, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bMdef, 3;} +887, DarkEggshellHat, 5, 7000, 3500, 15, 0, 9, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bMdef, 3;} +888, MagicGMTopHat, 5, 4200, 1900, 30, 0, 60, 0, 20, 0, 2, 256, 0, 0, 0, {}, {callfunc "RestrictedItem"; bonus bMaxHP, 31000; bonus bFlee, -200; bonus bHPrecovRate, -400; bonus bCriticalDef, 250; bonus bMdef, 89;} +889, MurdererCrown, 5, 75000, 12000, 240, 0, 4, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +890, BeanieCopter, 5, 8000, 2000, 20, 0, 4, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +897, RedRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} +898, WhiteRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} +899, PinkRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} +900, YellowRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} +901, OrangeRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} +902, BlueRoseHat, 5, 5000, 1000, 0, 0, 1, 0, 8, 0, 2, 256, 0, 0, 0, {}, {} +905, BucketHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +1173, TamOShanter, 5, 5000, 500, 20, 0, 9, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} +1174, CashiersShade, 5, 4000, 500, 15, 0, 2, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} +1175, AutumnMask, 5, 5000, 500, 10, 0, 1, 0, 4, 0, 2, 256, 0, 0, 0, {}, {} +1190, NutcrackerHat, 5, 1000, 500, 20, 0, 5, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +1196, Beret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +1203, RangerHat, 5, 1000, 500, 20, 0, 2, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +1204, AntlerHat, 5, 1000, 500, 15, 0, 4, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +1205, ChristmasTreeHat, 5, 2000, 1000, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +1206, SantaBeardHat, 5, 1000, 500, 20, 0, 5, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +1214, BunnyEars, 5, 5000, 2000, 20, 0, 10, 0, 1, 0, 2, 256, 0, 0, 0, {}, {} +1216, MoubooHead, 5, 10, 1, 80, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +1217, CatEars, 5, 100, 50, 20, 0, 1, 0, 1, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 3;} +1218, PaperBag, 5, 1000, 5, 10, 0, 1, 0, -1, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, -1;} +1219, MoubootaurHead, 5, 10, 1, 80, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {callfunc "RestrictedItem";} +1220, BunchOfParsley, 5, 3, 1, 1, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bDeaf, 1;} +1221, SkullMask, 5, 10000, 5000, 150, 0, 3, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +1242, SnowGoggles, 5, 7500, 3750, 10, 0, 5, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} +1247, HeartGlasses, 5, 7500, 3750, 20, 0, 4, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +1255, RabbitEars, 5, 7000, 3500, 20, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +1256, EggshellHat, 5, 7000, 3500, 15, 0, 12, 0, 0, 0, 2, 256, 0, 1, 0, {}, {bonus bAgi, -1;} +1275, ReadingGlasses, 5, 7500, 3750, 12, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 3;} +1276, OperaMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +1277, JesterMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +1278, WitchHat, 5, 1000, 500, 50, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 3;} +1279, GoblinMask, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2130, RedDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2131, GreenDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2132, DarkBlueDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2133, YellowDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2134, LightBlueDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2135, PinkDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2136, BlackDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2137, OrangeDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2138, PurpleDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2139, DarkGreenDesertHat, 5, 2400, 600, 20, 0, 3, 0, -1, 0, 2, 256, 0, 0, 0, {}, {} +2140, RedCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2141, GreenCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2142, DarkBlueCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2143, YellowCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2144, LightBlueCottonHeadband,5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2145, PinkCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2146, BlackCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2147, OrangeCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2148, PurpleCottonHeadband, 5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2149, DarkGreenCottonHeadband,5, 3000, 500, 5, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +2190, RedRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2191, GreenRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2192, DarkBlueRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2193, YellowRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2194, LightBlueRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2195, PinkRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2196, BlackRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2197, OrangeRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2198, PurpleRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2199, DarkGreenRabbitEars, 5, 7000, 3500, 15, 0, 5, 0, 4, 0, 2, 256, 0, 1, 0, {}, {} +2200, RedWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2201, GreenWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2202, DarkBlueWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2203, YellowWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2204, LightBlueWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2205, PinkWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2206, BlackWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2207, OrangeWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2208, PurpleWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2209, DarkGreenWizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +2210, RedBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2211, GreenBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2212, DarkBlueBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2213, YellowBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2214, LightBlueBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2215, PinkBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2216, BlackBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2217, OrangeBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2218, PurpleBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2219, DarkGreenBowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2230, RedBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2231, GreenBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2232, DarkBlueBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2233, YellowBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2234, LightBlueBowlerHatBrown,5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2235, PinkBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2236, BlackBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2237, OrangeBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2238, PurpleBowlerHatBrown, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2239, DarkGreenBowlerHatBrown,5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +2260, RedBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2261, GreenBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2262, DarkBlueBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2263, YellowBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2264, LightBlueBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2265, PinkBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2266, BlackBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2267, OrangeBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2268, PurpleBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2269, DarkGreenBeret, 5, 1000, 500, 20, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAgi, 2;} +2270, BlinkingEvil, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2271, BlinkingEvilRed, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2272, BlinkingEvilBlue, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2273, BlinkingEvilPink, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +2274, BlinkingEvilYellow, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +4020, CandleHelmet, 5, 20000, 2000, 450, 0, 16, 0, -25, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 1; bonus bAgi, -1;} +4027, YetiMask, 5, 6000, 3000, 10, 0, 4, 0, -10, 0, 2, 256, 0, 0, 0, {}, {} +4028, WizardHat, 5, 5000, 2500, 20, 0, 5, 0, 5, 0, 2, 256, 0, 1, 0, {}, {bonus bInt, 3;} +4030, BowlerHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +4031, Monocle, 5, 5000, 2500, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10;} +4032, PanHat, 5, 1000, 500, 400, 0, 13, 0, -20, 0, 2, 256, 0, 0, 0, {}, {} +4033, ChefHat, 5, 1000, 500, 30, 0, 2, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +4042, RedNose, 5, 4000, 1000, 4, 0, 2, 0, 7, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5128, DarkHelm, 5, 50000, 10000, 800, 0, 19, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bMaxHPrate, 10; bonus bInt, -Int;} +5129, UnderworldMask, 5, 50000, 10000, 100, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {callfunc "UnderworldTroll"; bonus bAtkRange, 2; bonus bInt, -Int; bonus bAgi, 3; bonus bDex, 2;} +5130, Phylactery, 5, 50000, 10000, 20, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bAspdRate, 30; bonus bDex, -(Dex)/2;} +5200, PointyWitchHat, 5, 1000, 500, 50, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 3;} +5201, Pipe, 5, 5000, 2500, 20, 0, 2, 0, 0, 0, 2, 256, 0, 18, 0, {}, {bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10;} +5202, PilotHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +5203, MoonshroomHat, 5, 3000, 1500, 30, 0, 15, 0, 5, 0, 2, 256, 0, 0, 0, {}, {} +5204, CarbonGasMask, 5, 2500, 1250, 50, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5205, EskimoHat, 5, 7500, 3750, 10, 0, 5, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} +5209, TerraniteHead, 5, 30000, 3000, 500, 0, 16, 0, -30, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5; bonus bAgi, 3; bonus bDex, 1;} +5226, GroovyHat, 5, 3000, 1500, 20, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +5227, JazzyHat, 5, 3000, 1500, 20, 0, 13, 0, 2, 0, 2, 256, 0, 0, 0, {}, {} +5228, ChicSantaHat, 5, 400, 200, 20, 0, 2, 0, -2, 0, 2, 256, 0, 0, 0, {}, {} +//5229, ScentedCandleHelmet, 5, 20000, 1, 450, 0, 10, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 2; addtimer 1, "ScentedCandle::OnEquip";} +5230, AnniversaryHat, 5, 100000, 1, 100, 0, 12, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bInt, 2;} +5231, RedPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5232, GreenPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5233, BluePresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5234, YellowPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5238, AFKCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5239, Aureole, 5, 1000, 1, 60, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bFlee, 50;} +5240, SmileyCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5241, RedShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5242, GreenShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5243, DarkBlueShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5244, YellowShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5245, LightBlueShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5246, PinkShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5247, BlackShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5248, OrangeShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5249, PurpleShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5250, DarkGreenShades, 5, 500, 100, 20, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5255, PVPCap, 5, 500, 100, 60, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5257, GoldenPVPCap, 5, 500, 100, 60, 0, 2, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5258, BlinkingHocus, 5, 10000, 5000, 400, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5259, BlinkingEvilHalloween, 5, 10000, 5000, 50, 0, 13, 0, 10, 0, 2, 256, 0, 0, 0, {}, {bonus bMdef, 5;} +5262, MovieCap, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5264, BlueWolfHelmet, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5266, CloverHat, 5, 1000, 500, 50, 0, 3, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bLuk, 1;} +5267, AssassinMask, 5, 30000, 3000, 10, 0, 0, 0, -5, 0, 2, 256, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bMdef, 5; bonus bAgi, 9; bonus bDex, 1; bonus bMaxHP, 70; bonus bCritical, 15; bonus bAspdRate, 15; bonus bDoubleAddRate, 15;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5280, LeprechaunHat, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5281, PartyHatR, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5282, PartyHatG, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5283, PartyHatB, 5, 1600, 800, 20, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} diff --git a/world/map/db/item_db_leg.txt b/world/map/db/item_db_leg.txt index 5ff86274..d365de0e 100644 --- a/world/map/db/item_db_leg.txt +++ b/world/map/db/item_db_leg.txt @@ -1,57 +1,58 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -586, CottonShorts, 5, 1000, 500, 15, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -610, JeansShorts, 5, 2000, 1000, 25, 0, 4, 0, -8, 0, 2, 1, 0, 0, 0, {}, {} -632, CottonSkirt, 5, 1000, 500, 10, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -642, JeansChaps, 5, 2000, 1000, 60, 0, 6, 0, -12, 0, 2, 1, 0, 0, 0, {}, {} -648, CottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -731, AssassinPants, 5, 10000, 3000, 20, 0, 5, 0, -5, 0, 2, 1, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 5; bonus bSpeedAddRate, 5; bonus bFlee, 5;} -768, TerraniteLegs, 5, 10000, 3000, 30, 0, 5, 0, -8, 0, 2, 1, 0, 0, 0, {}, {bonus bAgi, 1;bonus bMdef, 5;} -771, Miniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -796, BromenalLegs, 5, 2000, 1000, 150, 0, 6, 0, -12, 0, 2, 1, 0, 0, 0, {}, {} -857, LeatherTrousers, 5, 1000, 500, 25, 0, 5, 0, -4, 0, 2, 1, 0, 0, 0, {}, {bonus bHit, 2;} -881, RaggedShorts, 5, 60, 1, 7, 0, 1, 0, -2, 0, 2, 1, 0, 1, 0, {}, {} -1172, SilkPants, 5, 20000, 750, 10, 0, 2, 0, 0, 0, 2, 1, 0, 1, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2100, RedCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2101, GreenCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2102, DarkBlueCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2103, YellowCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2104, LightBlueCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2105, PinkCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2106, BlackCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2107, OrangeCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2108, PurpleCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2109, DarkGreenCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2110, RedCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2111, GreenCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2112, DarkBlueCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2113, YellowCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2114, LightBlueCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2115, PinkCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2116, BlackCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2117, OrangeCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2118, PurpleCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -2119, DarkGreenCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -2170, RedMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2171, GreenMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2172, DarkBlueMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2173, YellowMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2174, LightBlueMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2175, PinkMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2176, BlackMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2177, OrangeMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2178, PurpleMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2179, DarkGreenMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} -2180, RedCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2181, GreenCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2182, DarkBlueCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2183, YellowCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2184, LightBlueCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2185, PinkCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2186, BlackCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2187, OrangeCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2188, PurpleCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -2189, DarkGreenCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +586, CottonShorts, 5, 1000, 500, 15, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +610, JeansShorts, 5, 2000, 1000, 25, 0, 4, 0, -8, 0, 2, 1, 0, 0, 0, {}, {} +632, CottonSkirt, 5, 1000, 500, 10, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +642, JeansChaps, 5, 2000, 1000, 60, 0, 6, 0, -8, 0, 2, 1, 0, 0, 0, {}, {} +648, CottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +731, AssassinPants, 5, 10000, 3000, 20, 0, 4, 0, -5, 0, 2, 1, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 5;} +768, TerraniteLegs, 5, 10000, 3000, 30, 0, 5, 0, -8, 0, 2, 1, 0, 0, 0, {}, {bonus bAgi, 1; bonus bMdef, 5;} +771, Miniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +796, BromenalLegs, 5, 2000, 1000, 150, 0, 6, 0, -12, 0, 2, 1, 0, 0, 0, {}, {} +857, LeatherTrousers, 5, 1000, 500, 25, 0, 5, 0, -4, 0, 2, 1, 0, 0, 0, {}, {bonus bHit, 2;} +881, RaggedShorts, 5, 60, 1, 7, 0, 1, 0, -2, 0, 2, 1, 0, 1, 0, {}, {} +1172, SilkPants, 5, 20000, 750, 10, 0, 2, 0, 0, 0, 2, 1, 0, 1, 0, {}, {} +2100, RedCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2101, GreenCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2102, DarkBlueCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2103, YellowCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2104, LightBlueCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2105, PinkCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2106, BlackCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2107, OrangeCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2108, PurpleCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2109, DarkGreenCottonSkirt, 5, 1000, 500, 20, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2110, RedCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2111, GreenCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2112, DarkBlueCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2113, YellowCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2114, LightBlueCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2115, PinkCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2116, BlackCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2117, OrangeCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2118, PurpleCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2119, DarkGreenCottonShorts, 5, 1000, 500, 20, 0, 2, 0, -4, 0, 2, 1, 0, 1, 0, {}, {} +2170, RedMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2171, GreenMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2172, DarkBlueMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2173, YellowMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2174, LightBlueMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2175, PinkMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2176, BlackMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2177, OrangeMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +2178, PurpleMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2179, DarkGreenMiniskirt, 5, 1000, 500, 8, 0, 4, 0, -8, 0, 2, 1, 0, 1, 0, {}, {} +2180, RedCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2181, GreenCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2182, DarkBlueCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2183, YellowCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2184, LightBlueCottonTrousers,5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2185, PinkCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2186, BlackCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2187, OrangeCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2188, PurpleCottonTrousers, 5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} +2189, DarkGreenCottonTrousers,5, 1500, 750, 25, 0, 4, 0, -6, 0, 2, 1, 0, 1, 0, {}, {} diff --git a/world/map/db/item_db_offhand.txt b/world/map/db/item_db_offhand.txt index 269227fb..16833262 100644 --- a/world/map/db/item_db_offhand.txt +++ b/world/map/db/item_db_offhand.txt @@ -1,8 +1,10 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -585, ScarabArmlet, 5, 8000, 4000, 200, 0, 0, 0, 5, 0, 2, 32, 0, 1, 0, {}, {} -601, SteelShield, 5, 40000, 3000, 2500, 0, 20, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} -602, WoodenShield, 5, 10000, 2000, 1500, 0, 14, 0, -70, 0, 2, 32, 0, 0, 0, {}, {} -603, LeatherShield, 5, 2000, 1000, 1300, 0, 7, 0, -35, 0, 2, 32, 0, 0, 0, {}, {} -797, BromenalShield, 5, 40000, 3000, 2500, 0, 20, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} -5285, DragonShield, 5, 40000, 3000, 2500, 0, 27, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +585, ScarabArmlet, 5, 8000, 4000, 200, 0, 0, 0, 5, 0, 2, 32, 0, 1, 0, {}, {} +601, SteelShield, 5, 40000, 3000, 2500, 0, 20, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} +602, WoodenShield, 5, 10000, 2000, 1500, 0, 14, 0, -70, 0, 2, 32, 0, 0, 0, {}, {} +603, LeatherShield, 5, 2000, 1000, 1300, 0, 7, 0, -35, 0, 2, 32, 0, 0, 0, {}, {} +//797, BromenalShield, 5, 40000, 3000, 2500, 0, 20, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} +5285, DragonShield, 5, 40000, 3000, 2500, 0, 27, 0, -200, 0, 2, 32, 0, 0, 0, {}, {} diff --git a/world/map/db/item_db_trinket.txt b/world/map/db/item_db_trinket.txt index a62e981e..0f19fd48 100644 --- a/world/map/db/item_db_trinket.txt +++ b/world/map/db/item_db_trinket.txt @@ -1,26 +1,29 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -702, WeddingRing, 5, 1000, 1, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {} -742, FourLeafClover, 5, 10000, 5000, 1, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 1;} -749, Towel, 5, 800, 250, 50, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {} -829, CrozeniteFourLeafAmulet, 5, 10000, 1000, 10, 0, 0, 0, 0, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 1;} -830, BromenalFourLeafAmulet, 5, 20000, 2000, 10, 0, 0, 0, 0, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 2;} -831, SilverFourLeafAmulet, 5, 30000, 3000, 10, 0, 0, 0, 0, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 3;} -832, GoldenFourLeafAmulet, 5, 40000, 4000, 10, 0, 0, 0, 0, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 4;} -865, Grimoire, 5, 5000, 2500, 100, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bMaxSP, 30;} -879, HeartOfIsis, 5, 70000, 35000, 40, 0, 0, 0, 0, 0, 2, 8, 0, 85, 0, {}, {bonus bMaxHPrate, 15; bonus bHPrecovRate, 60;} -1227, EnchantersAmulet, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {bonus bHit, 22;} -1244, DarkTalisman, 5, 0, 0, 0, 0, 0, 0, 100, 0, 2, 8, 0, 0, 0, {}, {bonus bMdef, 30;} -4008, DiamondRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bVit, 1;} -4009, RubyRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bStr, 1;} -4010, EmeraldRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bLuk, 1;} -4011, SapphireRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bInt, 1;} -4012, TopazRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bAgi, 1;} -4013, AmethystRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bDex, 1;} -4014, SimpleRing, 5, 100000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {} -677, HeartNecklace, 5, 2500, 0, 10, 0, 0, 0, 0, 0, 2, 8, 0, 60, 0, {}, {bonus bMaxHP, 50; bonus bHPrecovRate, 25;} -5252, GuardianWings, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {} -5253, MageRing, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bInt, 1;} -//5268, AssassinRing, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 1; bonus bCritical, 5; bonus bAspdRate, 5;} -//5269, AssassinAmulet, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 1; bonus bDoubleAddRate, 5; bonus bHit, 25;} -5270, ManaPearl, 5, 0, 0, 0, 0, 0, 0, 11, 0, 2, 16, 0, 0, 0, {}, {callfunc "ManaPearlItem"; bonus bInt, 1; bonus bMdef, 11; bonus bMaxSP, 55;} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +677, HeartNecklace, 5, 2500, 0, 10, 0, 0, 0, 0, 0, 2, 8, 0, 0, 0, {}, {bonus bMaxHP, 50; bonus bHPrecovRate, 25;} +702, WeddingRing, 5, 1000, 1, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {} +742, FourLeafClover, 5, 10000, 5000, 1, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 1;} +749, Towel, 5, 800, 250, 50, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {} +829, CrozeniteFourLeafAmulet,5, 10000, 1000, 10, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 1;} +830, BromenalFourLeafAmulet, 5, 20000, 2000, 10, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 2;} +831, SilverFourLeafAmulet, 5, 30000, 3000, 10, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 3;} +832, GoldenFourLeafAmulet, 5, 40000, 4000, 10, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bLuk, 4;} +865, Grimoire, 5, 5000, 2500, 100, 0, 0, 0, 5, 0, 2, 8, 0, 0, 0, {}, {bonus bMaxSP, 30;} +879, HeartOfIsis, 5, 70000, 35000, 40, 0, 0, 0, 0, 0, 2, 8, 0, 85, 0, {}, {bonus bMaxHPrate, 15; bonus bHPrecovRate, 60;} +1227, EnchantersAmulet, 5, 1000, 1, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {bonus bHit, 22;} +1244, DarkTalisman, 5, 0, 0, 0, 0, 0, 0, 100, 0, 2, 8, 0, 0, 0, {}, {bonus bMdef, 30;} +4008, DiamondRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bVit, 1;} +4009, RubyRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bStr, 1;} +4010, EmeraldRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bLuk, 1;} +4011, SapphireRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bInt, 1;} +4012, TopazRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bAgi, 1;} +4013, AmethystRing, 5, 5000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bDex, 1;} +4014, SimpleRing, 5, 100000, 2500, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {} +5252, GuardianWings, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5253, MageRing, 5, 0, 0, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {bonus bInt, 1;} +//5268, AssassinRing, 5, 1000, 1, 1, 0, 0, 0, 0, 0, 2, 128, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 1; bonus bCritical, 5; bonus bAspdRate, 5;} +//5269, AssassinAmulet, 5, 1000, 1, 1, 0, 0, 0, 0, 0, 2, 16, 0, 0, 0, {}, {callfunc "BrawlingItem"; bonus bAgi, 1; bonus bDoubleAddRate, 5; bonus bHit, 25;} +5270, ManaPearl, 5, 1000, 1, 1, 0, 0, 0, 22, 0, 2, 16, 0, 0, 0, {}, {bonus bInt, 1; bonus bMaxSP, 55; bonus bMdef, 22; bonus bSPrecovRate, 33;} diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt index 2de922c0..fbf8ce06 100644 --- a/world/map/db/item_db_use.txt +++ b/world/map/db/item_db_use.txt @@ -1,109 +1,114 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -0, DEFAULT, 0, 20, 10, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {}, {} -501, CactusDrink, 0, 50, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} -502, CactusPotion, 0, 70, 35, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 25, 0, 1;}, {} -506, CandyCane, 0, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 5, 0, 1;}, {} -508, XmasCake, 0, 70, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -509, ChocolateBar, 0, 60, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 20, 0, 1;}, {} -510, Candy, 0, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 5, 0, 1;}, {} -512, GingerBreadMan, 0, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 25, 0, 1;}, {} -513, Cake, 0, 30, 15, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} -514, XmasCandyCane, 0, 30, 15, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -519, CherryCake, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 35, 0, 1;}, {} -520, EasterEgg, 0, 200, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} -527, Milk, 0, 300, 150, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} -533, RoastedMaggot, 0, 110, 55, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} -534, OrangeCupcake, 0, 90, 45, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} -535, RedApple, 0, 25, 6, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -539, Beer, 0, 175, 87, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 5, 1;}, {} -541, BottleOfWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1;getitem 540, 1;}, {} -562, ChickenLeg, 0, 250, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 500, 0, 1;}, {} -565, PinkPetal, 0, 100, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -566, SmallMushroom, 0, 125, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -567, IronPotion, 0, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackstrength, 60, 60;}, {} -568, ConcentrationPotion, 0, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackspeed0, 60, 30;}, {} -657, Orange, 0, 40, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 60, 0, 1;}, {} -676, Steak, 0, 275, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1;}, {} -684, TinyHealingPotion, 0, 25, 12, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} -685, SmallHealingPotion, 0, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 0, 1;}, {} -686, MediumHealingPotion, 0, 100, 50, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 400, 0, 1;}, {} -687, LargeHealingPotion, 0, 200, 100, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} -705, ManaPotion, 0, 2000, 300, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 10, 1;callfunc "MagicGainBasic";}, {} -714, SnakeEgg, 0, 50, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 30, 0, 1;}, {} -715, MountainSnakeEgg, 0, 80, 40, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 40, 0, 1;}, {} -716, GrassSnakeEgg, 0, 100, 50, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -717, CaveSnakeEgg, 0, 60, 30, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 20, 0, 1;}, {} -719, GreenApple, 0, 20, 5, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 45, 0, 1;}, {} -733, PurificationPotion, 0, 0, 0, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "usePurificationPotion";}, {} -736, WhiteCake, 0, 500, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -737, ChocolateCake, 0, 550, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 11, 0, 1;}, {} -738, OrangeCake, 0, 600, 150, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 12, 0, 1;}, {} -739, AppleCake, 0, 600, 150, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 12, 0, 1;}, {} -743, Acorn, 0, 50, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 3, 0, 1;}, {} -744, DilutedConcentrationPot, 0, 250, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackspeed0, 30, 20;}, {} -745, DarkConcentrationPotion, 0, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackspeed0, 10, 40;sc_start sc_poison, 1, 50;}, {} -747, LacedChocolateCake, 0, 550, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 11, 0, 1;}, {} -748, LacedOrangeCupcake, 0, 90, 45, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -750, SlowPoisonPotion, 0, 500, 200, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 5, 0, 1;sc_start sc_slowpoison, 180000, 180;}, {} -784, ZombieNachos, 0, 100, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 60, 0, 1;}, {} -785, LadyFingers, 0, 70, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 40, 0, 1;}, {} -786, JellAhh, 0, 80, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -787, Snapple, 0, 110, 55, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 70, 0, 1;}, {} -788, BeetleJuice, 0, 80, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -789, GutBuster, 0, 100, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 60, 0, 1;}, {} -790, BloodWine, 0, 150, 50, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} -808, HitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "HitchhikersTowel"; callfunc "WarpTowel";}, {} -809, WhiteHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "WhiteHitchhikersTowel"; callfunc "WarpTowel";}, {} -810, RedHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "RedHitchhikersTowel"; callfunc "WarpTowel";}, {} -811, GreenHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "GreenHitchhikersTowel"; callfunc "WarpTowel";}, {} -812, BlueHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "BlueHitchhikersTowel"; callfunc "WarpTowel";}, {} -813, YellowHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "YellowHitchhikersTowel"; callfunc "WarpTowel";}, {} -814, PurpleHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "PurpleHitchhikersTowel"; callfunc "WarpTowel";}, {} -815, OrangeHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "OrangeHitchhikersTowel"; callfunc "WarpTowel";}, {} -816, PinkHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "PinkHitchhikersTowel"; callfunc "WarpTowel";}, {} -817, TealHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "TealHitchhikersTowel"; callfunc "WarpTowel";}, {} -818, LimeHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "LimeHitchhikersTowel"; callfunc "WarpTowel";}, {} -825, TinyManaElixir, 0, 100, 10, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 25, 1;}, {} -826, SmallManaElixir, 0, 200, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 50, 1;}, {} -827, MediumManaElixir, 0, 400, 40, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 100, 1;}, {} -828, LargeManaElixir, 0, 800, 80, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 250, 1;}, {} -838, CranberryLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 750, 0, 1;}, {} -839, GrapeLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 750, 0, 1;}, {} -840, OrangeLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 750, 0, 1;}, {} -1189, PollettEgg, 0, 250, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 75, 10, 1;}, {} -1229, CaramelApple, 0, 500, 75, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 1000, 0, 1;}, {} -1230, LollipopColor1, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} -1231, LollipopColor2, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} -1232, LollipopColor3, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} -1248, Blueberries, 0, 50, 25, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 0, 1;}, {} -1250, Pear, 0, 50, 25, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} -1251, Plum, 0, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} -1252, Cherry, 0, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} -1253, GoldenDeliciousApple, 0, 1000, 500, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 0, 0;}, {} -1258, Honey, 0, 100, 80, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 45, 0, 1;}, {} -1280, Scissors, 0, 1000, 500, 120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "useScissors";}, {} -1281, ShockSweet, 0, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "useShockSweet";}, {} -3001, RubberBat, 0, 200, 100, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "rubberBat";}, {} -3006, TonoriDelight, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 2, 1;}, {} -3007, Marshmallow, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -3009, JellySkull, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -3010, CandyPumpkin, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} -4035, PickledBeets, 0, 100, 50, 150, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "usePickledBeets";}, {} -4036, RoastedAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} -5126, MTJarofOwnBlood, 0, 200, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal -250, 0;getitem 5127, 1;}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5210, GrassFedTofu, 0, 50, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal -10, -2, 1;}, {} -5213, VeganWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1;getitem 540, 1;}, {} -5214, LactoseFreeAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} -5235, TMWBirthdayGift, 0, 1000000, 50, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "TMWBirthdayGift";}, {} -5236, GumiCandy, 0, 10000, 250, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex));}, {} -5237, CaramelCandy, 0, 700, 350, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 350, 0, 1;}, {} -5251, Tomato, 0, 700, 350, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 5, 1;}, {} -5263, LovePotion, 0, 90000, 550, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "LovePotion";}, {} -5141, AlizarinScroll, 0, 3000, 1000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} -5142, CobaltScroll, 0, 3000, 1000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} -5143, GambogeScroll, 0, 3000, 1000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} -5144, MauveScroll, 0, 3000, 1000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} -5145, JoyplimScroll, 0, 3000, 1000, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +501, CactusDrink, 0, 50, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} +502, CactusPotion, 0, 70, 35, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 25, 0, 1;}, {} +506, CandyCane, 0, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 5, 0, 1;}, {} +508, XmasCake, 0, 70, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} +509, ChocolateBar, 0, 60, 20, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 20, 0, 1;}, {} +510, Candy, 0, 20, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 5, 0, 1;}, {} +512, GingerBreadMan, 0, 50, 25, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 25, 0, 1;}, {} +513, Cake, 0, 30, 15, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} +514, XmasCandyCane, 0, 30, 15, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} +519, CherryCake, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 35, 0, 1;}, {} +520, EasterEgg, 0, 200, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +527, Milk, 0, 300, 150, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} +533, RoastedMaggot, 0, 110, 55, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} +534, OrangeCupcake, 0, 90, 45, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +535, RedApple, 0, 25, 6, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +539, Beer, 0, 175, 87, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 5, 1;}, {} +541, BottleOfWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1; getitem 540, 1;}, {} +562, ChickenLeg, 0, 250, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 500, 0, 1;}, {} +565, PinkPetal, 0, 100, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +566, SmallMushroom, 0, 125, 50, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +567, IronPotion, 0, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackstrength, 60, 60;}, {} +568, ConcentrationPotion, 0, 500, 250, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackspeed0, 60, 30;}, {} +657, Orange, 0, 40, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 60, 0, 1;}, {} +676, Steak, 0, 275, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1;}, {} +684, TinyHealingPotion, 0, 25, 12, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +685, SmallHealingPotion, 0, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 0, 1;}, {} +686, MediumHealingPotion, 0, 100, 50, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 400, 0, 1;}, {} +687, LargeHealingPotion, 0, 200, 100, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} +705, ManaPotion, 0, 2000, 300, 50, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 10, 1; callfunc "MagicGainBasic";}, {} +714, SnakeEgg, 0, 50, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 30, 0, 1;}, {} +715, MountainSnakeEgg, 0, 80, 40, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 40, 0, 1;}, {} +716, GrassSnakeEgg, 0, 100, 50, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +717, CaveSnakeEgg, 0, 60, 30, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 20, 0, 1;}, {} +719, GreenApple, 0, 20, 5, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 45, 0, 1;}, {} +733, PurificationPotion, 0, 0, 0, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "usePurificationPotion";}, {} +736, WhiteCake, 0, 500, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} +737, ChocolateCake, 0, 550, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 11, 0, 1;}, {} +738, OrangeCake, 0, 600, 150, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 12, 0, 1;}, {} +739, AppleCake, 0, 600, 150, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 12, 0, 1;}, {} +743, Acorn, 0, 50, 10, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 3, 0, 1;}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +744, DilutedConcentrationPot,0, 250, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackspeed0, 30, 20;}, {} +745, DarkConcentrationPotion,0, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {sc_start sc_raiseattackspeed0, 10, 40; sc_start sc_poison, 50, 1;}, {} +747, LacedChocolateCake, 0, 550, 125, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 11, 0, 1;}, {} +748, LacedOrangeCupcake, 0, 90, 45, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +750, SlowPoisonPotion, 0, 500, 200, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 5, 0, 1; sc_start sc_slowpoison, 180, 100;}, {} +784, ZombieNachos, 0, 100, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 60, 0, 1;}, {} +785, LadyFingers, 0, 70, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 40, 0, 1;}, {} +786, JellAhh, 0, 80, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +787, Snapple, 0, 110, 55, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 70, 0, 1;}, {} +788, BeetleJuice, 0, 80, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +789, GutBuster, 0, 100, 30, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 60, 0, 1;}, {} +790, BloodWine, 0, 150, 50, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +808, HitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "HitchhikersTowel"; callfunc "WarpTowel";}, {} +809, WhiteHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "WhiteHitchhikersTowel"; callfunc "WarpTowel";}, {} +810, RedHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "RedHitchhikersTowel"; callfunc "WarpTowel";}, {} +811, GreenHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "GreenHitchhikersTowel"; callfunc "WarpTowel";}, {} +812, BlueHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "BlueHitchhikersTowel"; callfunc "WarpTowel";}, {} +813, YellowHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "YellowHitchhikersTowel"; callfunc "WarpTowel";}, {} +814, PurpleHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "PurpleHitchhikersTowel"; callfunc "WarpTowel";}, {} +815, OrangeHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "OrangeHitchhikersTowel"; callfunc "WarpTowel";}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +816, PinkHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "PinkHitchhikersTowel"; callfunc "WarpTowel";}, {} +817, TealHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "TealHitchhikersTowel"; callfunc "WarpTowel";}, {} +818, LimeHitchhikersTowel, 0, 0, 0, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set @warpTowelName$, "LimeHitchhikersTowel"; callfunc "WarpTowel";}, {} +825, TinyManaElixir, 0, 100, 10, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 25, 1;}, {} +826, SmallManaElixir, 0, 200, 20, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 50, 1;}, {} +827, MediumManaElixir, 0, 400, 40, 15, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 100, 1;}, {} +828, LargeManaElixir, 0, 800, 80, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 0, 250, 1;}, {} +838, CranberryLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 750, 0, 1;}, {} +839, GrapeLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 750, 0, 1;}, {} +840, OrangeLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 750, 0, 1;}, {} +1189, PollettEgg, 0, 250, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 75, 10, 1;}, {} +1229, CaramelApple, 0, 500, 75, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 1000, 0, 1;}, {} +1230, LollipopColor1, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} +1231, LollipopColor2, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} +1232, LollipopColor3, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 800, 0, 1;}, {} +1248, Blueberries, 0, 50, 25, 6, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 0, 1;}, {} +1250, Pear, 0, 50, 25, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} +1251, Plum, 0, 50, 25, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 100, 0, 1;}, {} +1252, Cherry, 0, 50, 25, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 50, 0, 1;}, {} +1253, GoldenDeliciousApple, 0, 1000, 500, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 0, 0;}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +1258, Honey, 0, 100, 50, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 45, 0, 1;}, {} +1280, Scissors, 0, 1000, 500, 120, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "useScissors";}, {} +1281, ShockSweet, 0, 1000, 500, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "useShockSweet";}, {} +3001, RubberBat, 0, 200, 100, 30, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "rubberBat";}, {} +3006, TonoriDelight, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 2, 1;}, {} +3007, Marshmallow, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} +3009, JellySkull, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} +3010, CandyPumpkin, 0, 5, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 10, 0, 1;}, {} +4035, PickledBeets, 0, 1500, 50, 150, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "usePickledBeets";}, {} +4036, RoastedAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} +5126, MTJarofOwnBlood, 0, 200, 100, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal -250, 0, 1; getitem 5127, 1;}, {} +5141, AlizarinScroll, 0, 5000, 1000, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} +5142, CobaltScroll, 0, 5000, 1000, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} +5143, GambogeScroll, 0, 5000, 1000, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} +5144, MauveScroll, 0, 5000, 1000, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} +5145, JoyplimScroll, 0, 5000, 1000, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "UnreleasedScroll";}, {} +5210, GrassFedTofu, 0, 50, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal -10, -2, 1;}, {} +5213, VeganWater, 0, 200, 100, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 250, 0, 1; getitem 540, 1;}, {} +5214, LactoseFreeAcorn, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 15, 0, 1;}, {} +5235, TMWBirthdayGift, 0, 1000000, 50, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {// 5231..5234 callfunc "TMWBirthdayGift";}, {} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +5236, GumiCandy, 0, 10000, 250, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {set Sex, if_then_else(Sex == 3, rand(0, 1), if_then_else(rand(0,1), 3, !Sex));},{} +5237, CaramelCandy, 0, 700, 350, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 350, 0, 1;}, {} +5251, Tomato, 0, 40, 10, 7, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 200, 5, 1;}, {} +5263, LovePotion, 0, 90000, 550, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {callfunc "LovePotion";}, {} +//5277, XmasSeeds, 0, 9999, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, {heal 150, 0, 1;}, {} diff --git a/world/map/db/item_db_weapon.txt b/world/map/db/item_db_weapon.txt index f390ba96..33410dc7 100644 --- a/world/map/db/item_db_weapon.txt +++ b/world/map/db/item_db_weapon.txt @@ -1,72 +1,60 @@ -// Name and Label MUST NOT exceed 23 characters (as marked) -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -521, Dagger, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -522, SharpKnife, 4, 100, 50, 150, 10, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -529, IronArrow, 10, 4, 2, 1, 40, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} -530, ShortBow, 4, 2000, 2000, 600, 50, 0, 5, 0, 0, 2, 34, 1, 4, 11, {}, {set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} -536, ShortSword, 4, 8000, 4000, 2000, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -545, ForestBow, 4, 20000, 5000, 1200, 70, 0, 5, 0, 0, 2, 34, 1, 0, 11, {}, {set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} -547, Bardiche, 4, 20, 10, 10, 0, 100, 1, -200, 0, 2, 2, 0, 0, 1, {}, {callfunc "UnreleasedItem";} -548, Halberd, 4, 20, 10, 1400, 100, 0, 1, 0, 0, 2, 2, 1, 0, 1, {}, {callfunc "UnreleasedItem";} -549, Axe, 4, 20, 10, 1200, 100, 0, 1, 0, 0, 2, 2, 1, 0, 1, {}, {callfunc "UnreleasedItem";} -550, BlacksmithsAxe, 4, 20, 10, 1200, 100, 0, 1, 0, 0, 2, 2, 1, 0, 1, {}, {callfunc "UnreleasedItem";} -561, Sabre, 4, 10000, 5000, 300, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -570, BoneKnife, 4, 10000, 6000, 450, 115, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -571, Setzer, 4, 20000, 8000, 900, 100, 0, 1, 0, 0, 2, 2, 1, 1, 3, {}, {} -572, Scimitar, 4, 8000, 4000, 200, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -573, Falchion, 4, 8000, 4000, 300, 270, 0, 1, 0, 0, 2, 2, 1, 1, 6, {}, {callfunc "UnreleasedItem"; bonus bDoubleAddRate, 40; bonus bHit, -25; bonus bCritical, -25;} -574, Scorpion, 4, 8000, 4000, 600, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -575, DesertBow, 4, 8000, 4000, 1200, 100, 0, 1, 0, 0, 2, 34, 1, 1, 11, {}, {callfunc "UnreleasedItem";set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} -576, Beheader, 4, 8000, 4000, 2000, 999, 0, 1, 0, 0, 2, 2, 1, 1, 4, {}, {callfunc "NoBowItem"; set @bStat, Int; set @maxbStatVal, 1; callfunc "RequireMaxStat"; bonus bDoubleAddRate, 50; bonus bAspdRate, 10; bonus bHit, -20; bonus bCritical, -25;} -577, BoneDarts, 4, 8000, 4000, 300, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem"; } -578, SandCutter, 4, 30000, 15000, 1500, 140, 0, 1, 0, 0, 2, 2, 1, 80, 10, {}, {bonus bDoubleAddRate, 5; bonus bHit, 3;} -579, RockKnife, 4, 15000, 7500, 500, 110, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {bonus bVit, 3;} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -580, StaffOfLife, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -581, CrescentRod, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -582, StaffOfFire, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -583, StaffOfIce, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -584, Jackal, 4, 8000, 4000, 1000, 125, 2, 1, 0, 0, 2, 2, 1, 90, 10, {}, {bonus bMaxHP, 50; bonus2 bHPDrainRate, 100, 5; bonus bCriticalDef, 2; bonus bStr, 1; bonus bAspdRate, 1; bonus bHit, 5;} -587, Sword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -588, BastardSword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -590, DragonSword, 4, 8000, 4000, 1000, 141, -2, 1, 0, 0, 2, 2, 1, 90, 3, {}, {bonus bMaxHP, -100; bonus2 bHPDrainRate, 100, -1; bonus bCriticalDef, -2; bonus bStr, 5; bonus bAspdRate, 2; bonus bHit, 5;} -591, LongSword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -//592, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//593, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -594, Spear, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -//595, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//596, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//597, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//598, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//599, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -//605, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//606, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//607, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -//608, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -609, ImperialBow, 4, 101000, 40000, 900, 110, 0, 6, 0, 0, 2, 34, 1, 90, 11, {}, {set @bStat, Dex;set @minbStatVal, 80;callfunc "RequireStat"; bonus2 bHPDrainRate, 100, 4; bonus bCriticalDef, 10; bonus bFlee, 10; bonus bAspdRate, 1; set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} -623, Scythe, 4, 100, 50, 1200, 100, 0, 1, 0, 0, 2, 34, 1, 1, 3, {}, {} -758, WoodenStaff, 4, 4000, 2000, 1000, 50, 0, 1, 10, 0, 2, 34, 1, 1, 10, {}, {set @bStat, Int;set @minbStatVal, 60;callfunc "RequireStat";} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -1170, SweetTooth, 4, 4000, 2000, 1000, 50, 0, 1, 15, 0, 2, 34, 1, 1, 10, {}, {set @bStat, Int;set @minbStatVal, 60;callfunc "RequireStat";} -1171, Wand, 4, 400, 200, 100, 1, 0, 1, 5, 0, 2, 2, 1, 1, 1, {}, {set @bStat, Int;set @minbStatVal, 5;callfunc "RequireStat";} -762, TerraniteArrow, 10, 80, 20, 1, 50, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 20;set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} -867, IceGladius, 4, 2000, 1000, 1000, 110, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {bonus bLuk, 1;} -878, BansheeBow, 4, 101000, 40000, 900, 140, 0, 6, 0, 0, 2, 34, 1, 90, 11, {}, {set @bStat, Dex;set @minbStatVal, 80;callfunc "RequireStat"; bonus2 bHPDrainRate, 100, -2; bonus bAspdRate, 20; bonus bMaxHP, -150; bonus bSpeedAddRate, 10; bonus bDefRate, -40; bonus bDef2Rate, -35;set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} -903, SlingShot, 4, 500, 50, 10, 5, 0, 3, 0, 0, 2, 34, 1, 1, 11, {}, {set @LauncherType, AMMO_SLING; callfunc "CheckLauncher";} -904, SlingBullet, 10, 1, 0, 1, 3, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_SLING; callfunc "CheckAmmo";} -906, KidBook, 4, 10000, 5000, 100, 1, 0, 3, 0, 0, 2, 34, 1, 1, 1, {}, {} -1199, Arrow, 10, 1, 1, 1, 20, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} -1200, Bow, 4, 1000, 500, 20, 20, 0, 5, 0, 0, 2, 34, 1, 4, 11, {}, {set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} -1201, Knife, 4, 50, 25, 120, 5, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -1215, ToySabre, 4, 2000000, 25, 1, 1, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {} -1282, BoneArrows, 10, 40, 20, 1, 55, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 1;set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} -//ID, Name___________________, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} -5260, Snowball, 10, 1, 0, 1, 20, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_XMAS; callfunc "CheckAmmo";} -5261, SnowLauncher, 4, 500, 50, 10, 20, 0, 3, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_XMAS; callfunc "CheckLauncher";} -5284, Revolver, 4, 1500000, 500000, 3000, 120, 0, 5, 0, 0, 2, 2, 1, 1, 11, {}, {set @LauncherType, AMMO_SLING; callfunc "CheckLauncher"; set @minLvl, 1;callfunc "RestrictedItem";} - -5289, ArmorBreaker, 10, 90, 40, 2, -120, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 75; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} -5290, SilverArrow, 10, 60, 30, 1, 65, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 1; bonus bAtkRange, 2; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} -5291, ThornArrow, 10, 90, 40, 1, 65, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 10; bonus bHit, 25; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} - +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit item_db.conf instead! +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +521, Dagger, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +522, SharpKnife, 4, 100, 50, 150, 10, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +529, IronArrow, 10, 4, 2, 1, 40, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} +530, ShortBow, 4, 2500, 1000, 600, 50, 0, 5, -5, 0, 2, 2, 0, 4, 11, {}, {set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} +536, ShortSword, 4, 8000, 4000, 1500, 90, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +545, ForestBow, 4, 20000, 5000, 1200, 70, 0, 5, -7, 0, 2, 2, 0, 0, 11, {}, {set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} +547, Bardiche, 4, 20, 10, 10, 0, 100, 1, 0, 0, 2, 2, 0, 0, 1, {}, {callfunc "UnreleasedItem";} +548, Halberd, 4, 20, 10, 1400, 180, 0, 2, 0, 0, 2, 2, 0, 0, 1, {}, {callfunc "UnreleasedItem";} +549, Axe, 4, 20, 10, 1200, 100, 0, 1, 0, 0, 2, 2, 0, 0, 1, {}, {callfunc "UnreleasedItem";} +550, BlacksmithsAxe, 4, 20, 10, 1200, 100, 0, 1, 0, 0, 2, 2, 0, 0, 1, {}, {callfunc "UnreleasedItem";} +561, Sabre, 4, 10000, 5000, 300, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +570, BoneKnife, 4, 10000, 6000, 450, 115, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +571, Setzer, 4, 20000, 8000, 900, 100, 0, 1, 0, 0, 2, 2, 0, 1, 3, {}, {} +572, Scimitar, 4, 8000, 4000, 200, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +573, Falchion, 4, 8000, 4000, 300, 270, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem"; bonus bDoubleAddRate, 40; bonus bHit, -25; bonus bCritical, -25;} +574, ScorpionKing, 4, 8000, 4000, 600, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +575, DesertBow, 4, 8000, 4000, 1200, 85, 0, 7, -10, 0, 2, 2, 0, 1, 11, {}, {callfunc "UnreleasedItem"; set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} +576, Beheader, 4, 8000, 4000, 2000, 999, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "NoBowItem"; set @bStat, Int; set @maxbStatVal, 1; callfunc "RequireMaxStat"; bonus bDoubleAddRate, 50; bonus bSpeedAddRate, 10; bonus bHit, -20; bonus bCritical, -25;} +577, BoneDarts, 4, 8000, 4000, 300, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +578, SandCutter, 4, 30000, 15000, 1500, 140, 0, 1, 0, 0, 2, 2, 0, 80, 10, {}, {bonus bDoubleAddRate, 5; bonus bHit, 3;} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +579, RockKnife, 4, 15000, 7500, 500, 110, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {bonus bVit, 3;} +580, StaffOfLife, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +581, CrescentRod, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +582, StaffOfFire, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +583, StaffOfIce, 4, 8000, 4000, 1500, 100, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +584, Jackal, 4, 8000, 4000, 100, 120, 0, 1, 0, 0, 2, 2, 0, 1, 10, {}, {bonus bMaxHP, 50; bonus2 bHPDrainRate, 100, 5; bonus bCriticalDef, 2; bonus bStr, 1; bonus bAspdRate, 1; bonus bHit, 5;} +587, Sword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +588, BastardSword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +590, DragonSword, 4, 8000, 4000, 100, 141, -2, 1, 0, 0, 2, 2, 0, 1, 1, {}, {bonus bMaxHP, -100; bonus2 bHPDrainRate, 100, -1; bonus bCriticalDef, -2; bonus bStr, 5; bonus bAspdRate, 2; bonus bHit, 5;} +591, LongSword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +594, Spear, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {callfunc "UnreleasedItem";} +596, Pike, 4, 20, 10, 1600, 140, 0, 2, 0, 0, 2, 2, 0, 0, 1, {}, {callfunc "UnreleasedItem";} +609, ImperialBow, 4, 101000, 40000, 900, 110, 0, 6, -9, 0, 2, 2, 0, 90, 11, {}, {set @bStat, Dex; set @minbStatVal, 80; callfunc "RequireStat"; bonus2 bHPDrainRate, 100, 4; bonus bCriticalDef, 10; bonus bFlee, 10; bonus bAspdRate, 10; set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} +623, Scythe, 4, 100, 50, 1200, 100, 0, 2, 0, 0, 2, 2, 0, 1, 3, {}, {} +758, WoodenStaff, 4, 4000, 2000, 1000, 50, 0, 1, 10, 0, 2, 2, 0, 1, 10, {}, {set @bStat, Int; set @minbStatVal, 60; callfunc "RequireStat";} +762, TerraniteArrow, 10, 80, 20, 1, 50, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 20; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} +867, IceGladius, 4, 2000, 1000, 1000, 110, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {bonus bLuk, 1;} +878, BansheeBow, 4, 101000, 40000, 900, 140, 0, 6, -9, 0, 2, 2, 0, 90, 11, {}, {set @bStat, Dex; set @minbStatVal, 80; callfunc "RequireStat"; bonus2 bHPDrainRate, 100, -2; bonus bAspdRate, 20; bonus bMaxHP, -150; bonus bSpeedAddRate, 20; bonus bDefRate, -40; bonus bDef2Rate, -35; set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} +903, SlingShot, 4, 500, 50, 10, 5, 0, 4, 0, 0, 2, 2, 0, 1, 11, {}, {set @LauncherType, AMMO_SLING; callfunc "CheckLauncher";} +904, SlingBullet, 10, 1, 0, 1, 3, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_SLING; callfunc "CheckAmmo";} +//ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} +906, KidBook, 4, 10000, 5000, 100, 1, 0, 3, 0, 0, 2, 2, 0, 1, 1, {}, {} +1170, SweetTooth, 4, 4000, 2000, 1000, 50, 0, 1, 15, 0, 2, 2, 0, 1, 10, {}, {set @bStat, Int; set @minbStatVal, 60; callfunc "RequireStat";} +1171, Wand, 4, 400, 200, 100, 1, 0, 1, 5, 0, 2, 2, 0, 1, 1, {}, {set @bStat, Int; set @minbStatVal, 5; callfunc "RequireStat";} +1199, Arrow, 10, 1, 0, 1, 20, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} +1200, Bow, 4, 1000, 500, 20, 20, 0, 5, -2, 0, 2, 2, 0, 4, 11, {}, {set @LauncherType, AMMO_BOW; callfunc "CheckLauncher";} +1201, Knife, 4, 50, 25, 120, 5, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +1215, ToySabre, 4, 2000000, 25, 1, 1, 0, 1, 0, 0, 2, 2, 0, 1, 1, {}, {} +1282, BoneArrows, 10, 50, 20, 0, 55, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 1; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} +5260, Snowball, 10, 1, 0, 1, 20, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {set @AmmoType, AMMO_XMAS; callfunc "CheckAmmo";} +5261, SnowLauncher, 4, 500, 50, 10, 20, 0, 3, 0, 0, 2, 2, 0, 1, 11, {}, {set @LauncherType, AMMO_XMAS; callfunc "CheckLauncher";} +5284, Revolver, 4, 150000, 500, 3000, 120, 0, 5, 0, 0, 2, 2, 0, 1, 11, {}, {callfunc "RestrictedItem"; set @LauncherType, AMMO_SLING; callfunc "CheckLauncher";} +5289, ArmorBreaker, 10, 90, 40, 2, -120, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 75; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} +5290, SilverArrow, 10, 60, 30, 1, 65, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 1; bonus bAtkRange, 2; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} +5291, ThornArrow, 10, 90, 40, 1, 65, 0, 0, 0, 0, 2, 32768, 0, 0, 0, {}, {bonus bCritical, 10; bonus bHit, 25; set @AmmoType, AMMO_BOW; callfunc "CheckAmmo";} diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index 9c98b491..841d43d1 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -1126,11 +1126,12 @@ mob_db: ( MutationCount: 1 MutationStrength: 20 Drops: { - IceCube: 200 - Diamond: 20 + Snowball: 4000 BottleOfWater: 500 - SilverMirror: 100 + IceCube: 200 BookPage: 200 + SilverMirror: 100 + Diamond: 20 } }, { @@ -1407,6 +1408,7 @@ mob_db: ( PollettEgg: 400 PollettEgg: 400 WhiteFur: 500 + Snowball: 3000 } }, //ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength @@ -6719,8 +6721,8 @@ mob_db: ( Drops: { RedApple: 100 EmptyBottle: 10 - Arrow: 100 CoinBag: 400 + Snowball: 600 WhiteBellTuber: 5000 } }, diff --git a/world/map/db/mob_db_0_19.txt b/world/map/db/mob_db_0_19.txt index 661e0ca6..e87223b5 100644 --- a/world/map/db/mob_db_0_19.txt +++ b/world/map/db/mob_db_0_19.txt @@ -16,10 +16,11 @@ 1063, Pumpkin, Pumpkin, 1, 200, 0, 17, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 3000, 100, 3001, 20, 3002, 10, 3003, 15, 3011, 500, 3006, 1500, 3007, 2000, 3010, 2500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1082, Serqet, Serqet, 10, 100, 0, 12, 2, 1, 10, 15, 0, 5, 0, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 10, 129, 2000, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1092, SlimeBlast, SlimeBlast, 10, 100, 0, 20, 8, 1, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 0, 31, 143, 250, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1095, WhiteBell, WhiteBell, 10, 100, 0, 25, 40, 2, 70, 75, 0, 5, 0, 16, 12, 20, 20, 20, 50, 2, 10, 1, 3, 12, 128, 800, 800, 672, 480, 535, 100, 540, 10, 1199, 100, 526, 400, 861, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 +1095, WhiteBell, WhiteBell, 10, 100, 0, 25, 40, 2, 70, 75, 0, 5, 0, 16, 12, 20, 20, 20, 50, 2, 10, 1, 3, 12, 128, 800, 800, 672, 480, 535, 100, 540, 10, 526, 400, 5260, 600, 861, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 1105, ViciousSquirrel, ViciousSquirrel, 15, 140, 1, 35, 7, 1, 20, 25, 1, 6, 0, 3, 3, 1, 0, 15, 40, 9, 10, 1, 3, 10, 133, 800, 800, 672, 480, 704, 7000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 807, 800, 4005, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15 1135, LovelyMaggot, LovelyMaggot, 1, 50, 0, 1, 1, 1, 69, 6969, 0, 5, 0, 5, 5, 1, 0, 6, 5, 9, 10, 1, 3, 11, 133, 200, 1872, 672, 480, 505, 400, 501, 70, 518, 200, 533, 75, 502, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1136, LesserGhost, LesserGhost, 1, 1, 0, 1, 1, 0, 150, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10, 1, 1, 17, 131, 340, 1800, 672, 950, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 1162, Grinchboo, Grinchboo, 5, 50, 0, 6, 1, 1, 5, 10, 0, 5, 0, 1, 1, 1, 0, 6, 5, 9, 10, 1, 3, 11, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 527, 50, 527, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 742, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength 1172, Bif, Bif, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 12, 0, 800, 800, 672, 480, 704, 1200, 640, 1000, 4001, 800, 5292, 500, 763, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/world/map/db/mob_db_20_39.txt b/world/map/db/mob_db_20_39.txt index ce25ae4b..b5f394f8 100644 --- a/world/map/db/mob_db_20_39.txt +++ b/world/map/db/mob_db_20_39.txt @@ -22,12 +22,13 @@ 1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 430, 86, 1, 75, 175, 15, 45, 0, 15, 30, 10, 10, 25, 25, 9, 10, 1, 0, 22, 133, 750, 1350, 672, 480, 523, 300, 518, 1000, 509, 300, 512, 300, 535, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1087, Larvern, Larvern, 20, 550, 0, 165, 26, 1, 50, 200, 30, 65, 0, 35, 20, 50, 0, 70, 20, 9, 10, 1, 0, 12, 139, 1500, 1500, 672, 480, 836, 2000, 518, 1000, 807, 300, 806, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1089, HungryFluffy, HungryFluffy, 30, 500, 0, 111, 10, 1, 6, 10, 1, 5, 0, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 10, 133, 800, 1600, 672, 480, 611, 500, 527, 150, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 0, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 31, 137, 500, 1872, 672, 480, 4026, 200, 4002, 20, 541, 500, 863, 100, 864, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength +1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 0, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 31, 137, 500, 1872, 672, 480, 5260, 4000, 541, 500, 4026, 200, 864, 200, 863, 100, 4002, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 1094, Reinboo, Reinboo, 35, 1100, 0, 275, 29, 2, 40, 75, 35, 5, 0, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 10, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 869, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 1099, SleepingBandit, SleepingBandit, 20, 25, 0, 3, 1, 1, 0, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 17, 0, 500, 1500, 672, 900, 4016, 800, 521, 200, 526, 500, 535, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1100, AzulSlime, AzulSlime, 20, 200, 0, 55, 10, 1, 80, 120, 10, 10, 0, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 31, 131, 500, 1872, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 1107, Bluepar, Bluepar, 30, 350, 0, 77, 8, 2, 7, 15, 0, 5, 0, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 10, 133, 800, 1872, 672, 480, 567, 800, 568, 800, 4002, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 85, 12, 1, 25, 40, 0, 10, 0, 3, 3, 3, 2, 10, 50, 9, 10, 1, 3, 13, 133, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 701, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1113, Pollett, Pollett, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 0, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 10, 129, 800, 1600, 672, 480, 4026, 1000, 4023, 500, 700, 300, 862, 100, 1189, 400, 1189, 400, 1189, 400, 611, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1113, Pollett, Pollett, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 0, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 10, 129, 800, 1600, 672, 480, 4026, 1000, 4023, 500, 700, 300, 862, 100, 1189, 400, 1189, 400, 1189, 400, 611, 500, 5260, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 1131, ManaBug, ManaBug, 25, 300, 0, 52, 5, 2, 10, 17, 4, 6, 0, 1, 4, 1, 4, 5, 4, 2, 10, 1, 3, 12, 137, 800, 1800, 672, 480, 505, 1000, 518, 800, 533, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 1168, Floyd, Floyd, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 0, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 12, 129, 800, 1872, 672, 480, 515, 1000, 505, 800, 516, 500, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 diff --git a/world/map/db/mob_db_80_99.txt b/world/map/db/mob_db_80_99.txt index feca7acc..6157bbdc 100644 --- a/world/map/db/mob_db_80_99.txt +++ b/world/map/db/mob_db_80_99.txt @@ -22,6 +22,7 @@ 1104, DemonicMouboo, DemonicMouboo, 85, 800, 0, 290, 32, 2, 40, 70, 35, 15, 0, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 10, 133, 600, 1872, 672, 480, 703, 3000, 660, 1000, 660, 500, 4004, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 1109, AngrySeaSlime, AngrySeaSlime, 80, 1200, 0, 505, 42, 1, 40, 70, 13, 17, 0, 3, 30, 3, 0, 35, 35, 9, 10, 1, 0, 21, 135, 1500, 1872, 672, 480, 535, 800, 657, 800, 518, 500, 510, 1000, 700, 100, 1199, 5000, 568, 100, 541, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1115, SeaSlimeMother, SeaSlimeMother, 90, 8000, 0, 3131, 900, 5, 100, 150, 10, 20, 0, 1, 15, 10, 10, 10, 10, 9, 10, 1, 0, 22, 175, 1500, 1872, 672, 480, 535, 800, 657, 800, 518, 500, 510, 1000, 700, 100, 1199, 5000, 568, 100, 541, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength 1116, UndeadWitch, UndeadWitch, 80, 4200, 0, 1875, 722, 3, 50, 110, 8, 31, 0, 15, 20, 10, 25, 50, 40, 9, 10, 1, 1, 17, 175, 550, 1500, 672, 700, 631, 1000, 775, 400, 776, 300, 704, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1118, GreenSlimeMother, GreenSlimeMother, 90, 8000, 0, 3550, 900, 5, 100, 150, 15, 20, 0, 20, 25, 20, 30, 20, 20, 9, 10, 1, 0, 11, 175, 1400, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 535, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1124, Wight, Wight, 90, 8000, 0, 9000, 1900, 2, 56, 294, 32, 15, 0, 28, 25, 15, 15, 50, 65, 3, 10, 1, 1, 17, 175, 340, 1400, 672, 950, 775, 100, 775, 140, 776, 150, 631, 50, 631, 500, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 diff --git a/world/map/db/mob_db_over_100.txt b/world/map/db/mob_db_over_100.txt index 3aa2e057..d991bbd1 100644 --- a/world/map/db/mob_db_over_100.txt +++ b/world/map/db/mob_db_over_100.txt @@ -22,6 +22,7 @@ 1096, SoulSnake, SoulSnake, 115, 850, 0, 325, 56, 1, 75, 90, 4, 6, 0, 20, 11, 10, 10, 35, 10, 9, 10, 1, 0, 10, 137, 900, 1300, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1102, Luvia, Luvia, 127, 48044, 60, 315973, 12172, 5, 339, 364, 50, 92, 0, 1, 29, 55, 255, 255, 255, 31, 10, 1, 1, 37, 181, 220, 1200, 672, 50, 5141, 10, 5142, 10, 5143, 10, 5144, 10, 5145, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1106, WickedMushroom, WickedMushroom, 110, 550, 0, 220, 30, 1, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 800, 1800, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 1000, 5145, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength 1114, Nutcracker, Nutcracker, 110, 6000, 0, 4226, 769, 1, 81, 281, 20, 37, 0, 40, 20, 10, 5, 60, 40, 9, 10, 1, 1, 17, 133, 400, 872, 672, 900, 569, 1000, 660, 750, 539, 750, 503, 250, 640, 200, 4004, 200, 4001, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 1123, DreadPirateMarleyClone, DreadPirateMarleyClone, 150, 2000, 0, 1652, 0, 4, 175, 250, 18, 22, 0, 10, 40, 30, 20, 80, 40, 9, 10, 1, 0, 10, 175, 500, 1200, 672, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1126, PsiBrain, PsiBrain, 100, 10000, 0, 7255, 4000, 2, 220, 500, 23, 30, 0, 35, 15, 3, 50, 50, 50, 2, 10, 1, 1, 17, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 5111, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 @@ -42,5 +43,6 @@ 1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 1327, 37, 1, 60, 90, 4, 6, 0, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 10, 133, 700, 1700, 672, 480, 523, 150, 509, 100, 518, 800, 709, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1160, VoidShroom, VoidShroom, 110, 5500, 0, 1223, 30, 3, 70, 80, 4, 4, 0, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 12, 133, 550, 1700, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1166, Snowman, Snowman, 100, 4200, 0, 2897, 689, 1, 60, 80, 5, 20, 0, 15, 25, 40, 15, 75, 30, 8, 10, 1, 3, 10, 133, 800, 1872, 672, 480, 567, 800, 568, 800, 4002, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength 1167, SnowmanBoss, SnowmanBoss, 100, 35000, 0, 28970, 1689, 3, 60, 80, 20, 20, 0, 15, 15, 10, 15, 95, 50, 14, 16, 1, 3, 10, 165, 700, 1672, 672, 480, 567, 800, 568, 800, 4002, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1169, CrystalSpider, CrystalSpider, 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 0, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 22, 139, 1000, 1500, 672, 480, 537, 500, 535, 100, 638, 20, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 diff --git a/world/map/db/mob_db_over_150.txt b/world/map/db/mob_db_over_150.txt index f06c12a0..ca1b36ef 100644 --- a/world/map/db/mob_db_over_150.txt +++ b/world/map/db/mob_db_over_150.txt @@ -22,6 +22,7 @@ 1145, KageGolem, KageGolem, 180, 29999, 280, 150000, 15000, 6, 140, 174, 72, 55, 0, 31, 22, 90, 127, 255, 125, 31, 10, 1, 1, 37, 181, 410, 1000, 672, 50, 5251, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1146, Flashmob, Flashmob, 181, 27000, 280, 72000, 5000, 1, 40, 60, 57, 57, 0, 31, 22, 90, 127, 255, 95, 31, 10, 1, 1, 37, 149, 160, 600, 672, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 1147, Koyntety, Koyntety, 181, 27000, 280, 72000, 5000, 4, 220, 240, 52, 52, 0, 31, 22, 90, 127, 255, 105, 31, 10, 1, 1, 37, 149, 240, 1400, 672, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +//ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, CRITDEF,STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop0id,Drop0%, Drop1id,Drop1%, Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Drop9id,Drop9%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength 1148, DoomGolem, DoomGolem, 180, 22000, 280, 65000, 2000, 3, 160, 180, 60, 30, 0, 31, 22, 90, 127, 255, 105, 31, 10, 1, 1, 37, 149, 320, 1000, 672, 50, 537, 800, 779, 150, 780, 150, 777, 70, 1198, 50, 666, 30, 5253, 4, 5258, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 1149, Enchanter, Enchanter, 181, 19000, 280, 55000, 2000, 8, 140, 180, 30, 60, 0, 31, 22, 90, 127, 255, 105, 31, 10, 1, 1, 37, 149, 240, 800, 672, 50, 537, 800, 779, 90, 780, 80, 777, 70, 1198, 50, 666, 30, 1227, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 1150, ManaTyrant, ManaTyrant, 180, 24000, 280, 27000, 5000, 2, 300, 325, 42, 67, 0, 31, 22, 90, 127, 255, 95, 31, 10, 1, 1, 37, 149, 180, 1050, 672, 50, 759, 1, 5237, 20, 1253, 5, 720, 100, 825, 500, 868, 20, 1172, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |