From 58e4b21b96d2bc4dae2c7132ec675faef0538bee Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Mon, 24 Oct 2022 23:39:58 +0000 Subject: magic use cooldown symbols. Also, restrict magic on Kimarr. --- world/map/db/const.txt | 5 ++++ world/map/npc/magic/event-summon-managuardian.txt | 17 ++++++++++-- world/map/npc/magic/event-summon-manatyrant.txt | 17 ++++++++++-- world/map/npc/magic/level0-wand.txt | 1 + world/map/npc/magic/level1-aggravate.txt | 1 + world/map/npc/magic/level1-detect-magic.txt | 1 + world/map/npc/magic/level1-experience.txt | 1 + world/map/npc/magic/level1-flare-dart.txt | 1 + world/map/npc/magic/level1-grow-alizarin.txt | 1 + world/map/npc/magic/level1-grow-cobalt.txt | 1 + world/map/npc/magic/level1-grow-gamboge.txt | 1 + world/map/npc/magic/level1-grow-mauve.txt | 1 + world/map/npc/magic/level1-lesser-heal.txt | 12 +++++++++ world/map/npc/magic/level1-magic-blade.txt | 1 + world/map/npc/magic/level1-make-sulphur.txt | 1 + world/map/npc/magic/level1-summon-maggots.txt | 11 ++++++++ world/map/npc/magic/level1-transmute-wood.txt | 1 + world/map/npc/magic/level2-arrow-hail.txt | 31 +++++++++++++++++++--- world/map/npc/magic/level2-barrier.txt | 19 +++++++++---- world/map/npc/magic/level2-detect-players.txt | 1 + world/map/npc/magic/level2-enchant-lifestone.txt | 1 + world/map/npc/magic/level2-flying-backpack.txt | 27 +++++++++++++------ world/map/npc/magic/level2-happy-curse.txt | 1 + world/map/npc/magic/level2-hide.txt | 1 + world/map/npc/magic/level2-lay-on-hands.txt | 15 ++++++++--- world/map/npc/magic/level2-lightning-strike.txt | 1 + world/map/npc/magic/level2-magic-knuckles.txt | 1 + world/map/npc/magic/level2-make-arrows.txt | 1 + world/map/npc/magic/level2-make-iron-powder.txt | 1 + world/map/npc/magic/level2-make-shirt.txt | 1 + world/map/npc/magic/level2-make-short-tanktop.txt | 1 + world/map/npc/magic/level2-make-tanktop.txt | 1 + world/map/npc/magic/level2-protect.txt | 17 +++++++++--- world/map/npc/magic/level2-rain.txt | 27 ++++++++++++++++--- world/map/npc/magic/level2-shear.txt | 1 + world/map/npc/magic/level2-summon-fluffies.txt | 11 ++++++++ world/map/npc/magic/level2-summon-mouboo.txt | 11 ++++++++ world/map/npc/magic/level2-summon-pinkie.txt | 11 ++++++++ world/map/npc/magic/level2-summon-snakes.txt | 11 ++++++++ .../map/npc/magic/level2-summon-spiky-mushroom.txt | 11 ++++++++ .../map/npc/magic/level2-summon-wickedmushroom.txt | 11 ++++++++ world/map/npc/magic/level2-toxic-dart.txt | 1 + world/map/npc/magic/level3-necromancy.txt | 1 + 43 files changed, 258 insertions(+), 32 deletions(-) diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 335ab687..f4625294 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -237,6 +237,11 @@ SC_FLYING_BACKPACK 196 SC_MBARRIER 197 SC_HASTE 198 SC_PHYS_SHIELD 199 +SC_COOLDOWN 71 +SC_COOLDOWN_MG 72 +SC_COOLDOWN_MT 73 +SC_COOLDOWN_R 74 +SC_COOLDOWN_AR 75 // Emotions EMOTE_DISGUST 1 diff --git a/world/map/npc/magic/event-summon-managuardian.txt b/world/map/npc/magic/event-summon-managuardian.txt index bad1213c..4e91ee06 100644 --- a/world/map/npc/magic/event-summon-managuardian.txt +++ b/world/map/npc/magic/event-summon-managuardian.txt @@ -10,10 +10,16 @@ OnCast: if (getskilllv(SKILL_MAGIC) < .level) end; if (countitem("TinyManaElixir") < 1) end; if (!$DOOMSDAY_SUMMON) end; - if (@ddcooldown > gettimetick(2)) goto L_Cooldown; +// if (@ddcooldown > gettimetick(2)) goto L_Cooldown; + if (sc_check(SC_COOLDOWN_MG)) goto L_Cooldown; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "TinyManaElixir", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 15000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 15000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 100; misceffect FX_MAGIC_MAGGOT_CAST, strcharinfo(0); @@ -23,7 +29,8 @@ OnCast: if (.@puppet < 1) end; set .master, BL_ID, .@puppet; set .lifetime, (@spellpower*9)+60000, .@puppet; - set @ddcooldown, gettimetick(2)+70; // This is measured in seconds +// set @ddcooldown, gettimetick(2)+70; // This is measured in seconds + sc_start SC_COOLDOWN_MG, (@spellpower*9)+70000, 0, BL_ID; // .lifetime + OnSummon addnpctimer 10000, .@puppet$+"::OnSummon"; addnpctimer 11000, .@puppet$+"::OnDestroy"; end; @@ -50,6 +57,12 @@ L_Cooldown: message strcharinfo(0), "This skill is in forced cooldown; Please wait your first summon to expire."; end; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "jande"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/event-summon-manatyrant.txt b/world/map/npc/magic/event-summon-manatyrant.txt index f91b2a87..fe1bf89b 100644 --- a/world/map/npc/magic/event-summon-manatyrant.txt +++ b/world/map/npc/magic/event-summon-manatyrant.txt @@ -9,10 +9,16 @@ OnCast: if (Sp < 100) end; if (getskilllv(SKILL_MAGIC) < .level) end; if (countitem("LargeManaElixir") < 1) end; - if (@dd4cooldown > gettimetick(2)) goto L_Cooldown; +// if (@dd4cooldown > gettimetick(2)) goto L_Cooldown; + if (sc_check(SC_COOLDOWN_MT)) goto L_Cooldown; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "LargeManaElixir", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 15000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 15000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 100; misceffect FX_MAGIC_MAGGOT_CAST, strcharinfo(0); @@ -22,7 +28,8 @@ OnCast: if (.@puppet < 1) end; set .master, BL_ID, .@puppet; set .lifetime, (@spellpower*9)+150000, .@puppet; - set @dd4cooldown, gettimetick(2)+160; // This is measured in seconds +// set @dd4cooldown, gettimetick(2)+160; // This is measured in seconds + sc_start SC_COOLDOWN_MT, (@spellpower*9)+160000, 0, BL_ID; // .lifetime + OnSummon addnpctimer 10000, .@puppet$+"::OnSummon"; addnpctimer 11000, .@puppet$+"::OnDestroy"; // Causes caster to heal (I thought in converting MP to HP but meh) @@ -51,6 +58,12 @@ L_Cooldown: message strcharinfo(0), "This skill is in forced cooldown; Please wait your first summon to expire."; end; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "manatez"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level0-wand.txt b/world/map/npc/magic/level0-wand.txt index 1dd36624..b1dfb686 100644 --- a/world/map/npc/magic/level0-wand.txt +++ b/world/map/npc/magic/level0-wand.txt @@ -9,6 +9,7 @@ // here we install set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; misceffect FX_MAGIC_WAND_CAST, strcharinfo(0); callfunc "magic_exp"; diff --git a/world/map/npc/magic/level1-aggravate.txt b/world/map/npc/magic/level1-aggravate.txt index c550efc3..97ae4151 100644 --- a/world/map/npc/magic/level1-aggravate.txt +++ b/world/map/npc/magic/level1-aggravate.txt @@ -5,6 +5,7 @@ if (getskilllv(SKILL_MAGIC) < .level) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; set @args$, ""; callfunc "adjust_spellpower"; // we reset @args$ because this spell should not have a target set @distance, (2 + (@spellpower / 50)); set Sp, Sp - 3; diff --git a/world/map/npc/magic/level1-detect-magic.txt b/world/map/npc/magic/level1-detect-magic.txt index e8a588a5..bfe320a4 100644 --- a/world/map/npc/magic/level1-detect-magic.txt +++ b/world/map/npc/magic/level1-detect-magic.txt @@ -5,6 +5,7 @@ if (getskilllv(SKILL_MAGIC) < .level) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 6000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 6000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 3; misceffect FX_MAGIC_DETECT_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-experience.txt b/world/map/npc/magic/level1-experience.txt index c29f57b3..76d6b888 100644 --- a/world/map/npc/magic/level1-experience.txt +++ b/world/map/npc/magic/level1-experience.txt @@ -9,6 +9,7 @@ if (Sp < 1) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; set @level, getskilllv(.school); if (@level < .level) end; callfunc "adjust_spellpower"; diff --git a/world/map/npc/magic/level1-flare-dart.txt b/world/map/npc/magic/level1-flare-dart.txt index e85ce3e8..1f23ec4f 100644 --- a/world/map/npc/magic/level1-flare-dart.txt +++ b/world/map/npc/magic/level1-flare-dart.txt @@ -8,6 +8,7 @@ elif (@level <= 2) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 10; misceffect FX_MAGIC_DART_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-grow-alizarin.txt b/world/map/npc/magic/level1-grow-alizarin.txt index 1d7bc696..476b215f 100644 --- a/world/map/npc/magic/level1-grow-alizarin.txt +++ b/world/map/npc/magic/level1-grow-alizarin.txt @@ -8,6 +8,7 @@ delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 2000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 2000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 4; misceffect FX_MAGIC_GROW_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-grow-cobalt.txt b/world/map/npc/magic/level1-grow-cobalt.txt index dc84318d..ed34d7e4 100644 --- a/world/map/npc/magic/level1-grow-cobalt.txt +++ b/world/map/npc/magic/level1-grow-cobalt.txt @@ -8,6 +8,7 @@ delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 2000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 2000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 4; misceffect FX_MAGIC_GROW_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-grow-gamboge.txt b/world/map/npc/magic/level1-grow-gamboge.txt index 25df5b03..741c4d2a 100644 --- a/world/map/npc/magic/level1-grow-gamboge.txt +++ b/world/map/npc/magic/level1-grow-gamboge.txt @@ -8,6 +8,7 @@ delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 2000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 2000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 4; misceffect FX_MAGIC_GROW_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-grow-mauve.txt b/world/map/npc/magic/level1-grow-mauve.txt index 8c0d32ff..cebf34bc 100644 --- a/world/map/npc/magic/level1-grow-mauve.txt +++ b/world/map/npc/magic/level1-grow-mauve.txt @@ -8,6 +8,7 @@ delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 2000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 2000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 4; misceffect FX_MAGIC_GROW_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-lesser-heal.txt b/world/map/npc/magic/level1-lesser-heal.txt index b2cd4741..051445fb 100644 --- a/world/map/npc/magic/level1-lesser-heal.txt +++ b/world/map/npc/magic/level1-lesser-heal.txt @@ -12,8 +12,13 @@ if (distance(BL_ID, @target_id) >= .@range) end; if (PVP_CHANNEL != get(PVP_CHANNEL, @target_id) && get(PVP_CHANNEL, @target_id) != 0) end; if (countitem("Lifestone") < 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; delitem "Lifestone", 1; callfunc "adjust_spellpower"; set Sp, Sp - 6; @@ -45,6 +50,13 @@ L_Mouboo: mes "Magic : ##3##BThis spell has no effect on animals."; close; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if (@target_id == BL_ID) goto L_Pay; + if ($@Fluffy_FighterID != @target_id) goto L_Pay; + message strcharinfo(0), "You can't heal others hunting here."; + end; + OnInit: set .school, SKILL_MAGIC_LIFE; set .invocation$, chr(MAGIC_SYMBOL) + "lum"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level1-magic-blade.txt b/world/map/npc/magic/level1-magic-blade.txt index 1c6c891f..377cdd2d 100644 --- a/world/map/npc/magic/level1-magic-blade.txt +++ b/world/map/npc/magic/level1-magic-blade.txt @@ -10,6 +10,7 @@ if (.@component$ != "") delitem .@component$, 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 9; misceffect FX_MAGIC_BLADE_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-make-sulphur.txt b/world/map/npc/magic/level1-make-sulphur.txt index 89584954..fa728106 100644 --- a/world/map/npc/magic/level1-make-sulphur.txt +++ b/world/map/npc/magic/level1-make-sulphur.txt @@ -6,6 +6,7 @@ if (countitem("PileOfAsh") >= 1) delitem "PileOfAsh", 1; else end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 4000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 4000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 4; misceffect FX_MAGIC_SULPHUR_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level1-summon-maggots.txt b/world/map/npc/magic/level1-summon-maggots.txt index 98ca6096..04e50bf8 100644 --- a/world/map/npc/magic/level1-summon-maggots.txt +++ b/world/map/npc/magic/level1-summon-maggots.txt @@ -8,10 +8,15 @@ OnCast: if (getmapflag(getmap(), MF_TOWN)) end; if (getskilllv(SKILL_MAGIC) < .level) end; if (countitem("MaggotSlime") < 1 || countitem("Root") < 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "MaggotSlime", 1; delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 20000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 20000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 21; misceffect FX_MAGIC_MAGGOT_CAST, strcharinfo(0); @@ -47,6 +52,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "kalmurk"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level1-transmute-wood.txt b/world/map/npc/magic/level1-transmute-wood.txt index c2763f1c..2bb07251 100644 --- a/world/map/npc/magic/level1-transmute-wood.txt +++ b/world/map/npc/magic/level1-transmute-wood.txt @@ -6,6 +6,7 @@ if (countitem("RawLog") >= 1) delitem "RawLog", 1; else end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 4000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 4000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 5; misceffect FX_MAGIC_WOOD_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-arrow-hail.txt b/world/map/npc/magic/level2-arrow-hail.txt index 24866b1c..6b6c78b9 100644 --- a/world/map/npc/magic/level2-arrow-hail.txt +++ b/world/map/npc/magic/level2-arrow-hail.txt @@ -11,13 +11,24 @@ OnCast: explode .@map_ext[0], getmap(), "-"; if (.@map_ext[1] != 1 && getmap() != "099-5") end; // XXX this is fugly, in the future let's use MF_OUTSIDE to detect if a map is "outside" or "inside" if (getmapflag(getmap(), MF_TOWN)) end; - if (countitem("Arrow") >= 20 && countitem("SulphurPowder") >= 1) delitem "Arrow", 20; - elif (countitem("IronArrow") >= 20 && countitem("SulphurPowder") >= 1) delitem "IronArrow", 20; + if (countitem("Arrow") >= 20 && countitem("SulphurPowder") >= 1) goto L_Continue; + elif (countitem("IronArrow") >= 20 && countitem("SulphurPowder") >= 1) goto L_Continue; else end; + goto L_Continue; + +L_Continue: + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: + if (countitem("Arrow") >= 20) delitem "Arrow", 20; + else delitem "IronArrow", 20; delitem "SulphurPowder", 1; set Sp, Sp - 25; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; + sc_start SC_COOLDOWN_AR, 30000, 0, BL_ID; // Set it to lenght of timeout setarray @away[0], POS_X, POS_Y, getdir(), (.range + 1), 0; callsub S_AwayFrom; @@ -70,7 +81,10 @@ OnLaunch: if(get(Hp, .caster) < 1) destroy; // destroy if caster is missing if(getmap(.caster) != strnpcinfo(3)) destroy; // destroy if caster left the map set .hit, .hit + 1; - if(.hit > .max_hit) destroy; + if(.hit > .max_hit) goto L_Destroy; + goto L_Launch; + +L_Launch: set .launch, 0; callsub S_Launch; addnpctimer 250 + rand(50) + rand(50), strnpcinfo(0)+"::OnLaunch"; // loop until max @@ -87,8 +101,13 @@ S_Launch: set Hp, get(Hp, .caster) - (.damage + rand(.damage_bonus) + rand(.damage_bonus)), .caster; // injure caster set .launch, .launch + 1; if(.launch < 3) goto S_Launch; + return; +L_Destroy: + if (attachrid(.caster)) sc_end SC_COOLDOWN_AR; + destroy; + OnTimer30000: debugmes "frillyar timeout! [this shouldn't happen]"; destroy; @@ -107,6 +126,12 @@ OnHit: set .done, 1; end; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't use this spell here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_WAR; set .range, 7; diff --git a/world/map/npc/magic/level2-barrier.txt b/world/map/npc/magic/level2-barrier.txt index ed695b77..284209c0 100644 --- a/world/map/npc/magic/level2-barrier.txt +++ b/world/map/npc/magic/level2-barrier.txt @@ -5,24 +5,27 @@ set .@level, getskilllv(.school); if (.@level < .level) end; if (getskilllv(SKILL_MAGIC) < .level) end; - if (.@level <= 3 && countitem("SmallMushroom") >= 1) delitem "SmallMushroom", 1; - elif (.@level <= 3) end; + if (.@level <= 3 && countitem("SmallMushroom") < 1) end; set @target_id, getcharid(3, @args$); if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id) == 1) set @target_id, BL_ID; // fallback to self + if (distance(BL_ID, @target_id) >= (@spellpower/30)+2) set @target_id, BL_ID; + if (BL_ID == @target_id) set @args$, strcharinfo(0); if (get(GM, @target_id) == 1) end; if (get(Hp, @target_id) < 1) end; if (getequipid(equip_head, strcharinfo(0, @target_id)) == 888) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; +L_Pay: + if (.@level <= 3) delitem "SmallMushroom", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 15; misceffect FX_MAGIC_BARRIER_CAST, strcharinfo(0); callfunc "magic_exp"; - - if (distance(BL_ID, @target_id) >= (@spellpower/30)+2) set @target_id, BL_ID; - if (BL_ID == @target_id) set @args$, strcharinfo(0); if (BL_ID != @target_id) misceffect FX_MAGIC_BARRIER_HIT, @args$; set .@time, (@spellpower*200)+2000; set @asorm_time, .@time, @target_id; @@ -39,6 +42,12 @@ OnEnd: misceffect FX_MAGIC_BARRIER_END, strcharinfo(0); end; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if (@target_id == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't cast this spell at others here."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "asorm"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-detect-players.txt b/world/map/npc/magic/level2-detect-players.txt index 20961ec6..828733a4 100644 --- a/world/map/npc/magic/level2-detect-players.txt +++ b/world/map/npc/magic/level2-detect-players.txt @@ -5,6 +5,7 @@ if (getskilllv(.school) < .level) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 300, "Magic Timer::OnClear"; + sc_start SC_COOLDOWN, 300, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 7; misceffect FX_MAGIC_WHO_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-enchant-lifestone.txt b/world/map/npc/magic/level2-enchant-lifestone.txt index b64f9855..178bf18c 100644 --- a/world/map/npc/magic/level2-enchant-lifestone.txt +++ b/world/map/npc/magic/level2-enchant-lifestone.txt @@ -19,6 +19,7 @@ L_Herbs: L_Proceed: set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 4000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 4000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 15; misceffect FX_MAGIC_STONE_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-flying-backpack.txt b/world/map/npc/magic/level2-flying-backpack.txt index 84c95e70..f8857120 100644 --- a/world/map/npc/magic/level2-flying-backpack.txt +++ b/world/map/npc/magic/level2-flying-backpack.txt @@ -5,21 +5,26 @@ set .@level, getskilllv(.school); if (.@level < .level) end; if (getskilllv(SKILL_MAGIC) < .level) end; - if (.@level <= 3 && countitem("SilkCocoon") >= 1) delitem "SilkCocoon", 1; - elif (.@level <= 3) end; + if (.@level <= 3 && countitem("SilkCocoon") < 1) end; + set @target_id, getcharid(3, @args$); + if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id) == 1) + set @target_id, BL_ID; // fallback to self + if (distance(BL_ID, @target_id) >= (@spellpower/30)+2) set @target_id, BL_ID; + if (BL_ID == @target_id) set @args$, strcharinfo(0); + if (get(GM, @target_id) == 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: + if (.@level <= 3) delitem "SilkCocoon", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 12; misceffect FX_MAGIC_FLYING_CAST, strcharinfo(0); callfunc "magic_exp"; - set @target_id, getcharid(3, @args$); - if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id) == 1) - set @target_id, BL_ID; // fallback to self - if (distance(BL_ID, @target_id) >= (@spellpower/30)+2) set @target_id, BL_ID; - if (get(GM, @target_id) == 1) end; if (BL_ID != @target_id) misceffect FX_MAGIC_FLYING_HIT, @args$; - if (BL_ID == @target_id) set @args$, strcharinfo(0); set @plugh_time, (@spellpower*500)+5000, @target_id; sc_start SC_FLYING_BACKPACK, @plugh_time, 0, @target_id; message @args$, "Backpack : Your backpack is lifted by a mystical force; you no longer feel it pressing on your back."; @@ -34,6 +39,12 @@ OnEnd: misceffect FX_MAGIC_FLYING_END, strcharinfo(0); end; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if (@target_id == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't cast this spell at others here."; + end; + OnInit: set .school, SKILL_MAGIC_NATURE; set .invocation$, chr(MAGIC_SYMBOL) + "plugh"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-happy-curse.txt b/world/map/npc/magic/level2-happy-curse.txt index 535afa11..55516541 100644 --- a/world/map/npc/magic/level2-happy-curse.txt +++ b/world/map/npc/magic/level2-happy-curse.txt @@ -10,6 +10,7 @@ set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 13; misceffect FX_MAGIC_JOY_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-hide.txt b/world/map/npc/magic/level2-hide.txt index b129a163..6f78f1cf 100644 --- a/world/map/npc/magic/level2-hide.txt +++ b/world/map/npc/magic/level2-hide.txt @@ -13,6 +13,7 @@ if (get(GM, @target_id) == 1) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 11; misceffect FX_MAGIC_HIDE_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-lay-on-hands.txt b/world/map/npc/magic/level2-lay-on-hands.txt index 29d9292b..ee75a0d0 100644 --- a/world/map/npc/magic/level2-lay-on-hands.txt +++ b/world/map/npc/magic/level2-lay-on-hands.txt @@ -9,18 +9,20 @@ if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id) || BL_ID == @target_id) end; if (get(GM, @target_id) == 1) end; if (Hp <= get(MaxHp, @target_id) / 20) end; // hp needs to be > 1/20 * target hp - callfunc "adjust_spellpower"; - if (getmap() == "099-4") goto L_SpecialRules4; - if (getmap() == "099-5") goto L_SpecialRules5; if (distance(BL_ID, @target_id) >= (((sqrt(@spellpower)*12)+@spellpower)/100)+2) end; if (sc_check(SC_HALT_REGENERATE,@target_id)) end; if (getequipid(equip_head, @args$) == 888) end; // magic gm top hat - set @needed, get(MaxHp, @target_id) - get(Hp, @target_id); + if (getmap() == "099-4") goto L_SpecialRules4; + if (getmap() == "099-5") goto L_SpecialRules5; + if (getmap() == "033-1") goto L_SpecialRules6; goto L_Pay; L_Pay: + set @needed, get(MaxHp, @target_id) - get(Hp, @target_id); set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // XXX should this be 0 ? + sc_start SC_COOLDOWN, 500, 0, BL_ID; + callfunc "adjust_spellpower"; set Sp, Sp - 10; misceffect FX_MAGIC_LAY_CAST, strcharinfo(0); // on caster misceffect FX_MAGIC_LAY_HIT, @args$; // on target @@ -70,6 +72,11 @@ L_SpecialRules5: if (getequipid(equip_head, @args$) == 888) end; // magic gm top hat set @needed, get(MaxHp, @target_id) - get(Hp, @target_id); goto L_Pay; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID != @target_id) goto L_Pay; + message strcharinfo(0), "You can't heal others hunting here."; + end; OnInit: set .school, SKILL_MAGIC_LIFE; diff --git a/world/map/npc/magic/level2-lightning-strike.txt b/world/map/npc/magic/level2-lightning-strike.txt index d454abc6..19083dfa 100644 --- a/world/map/npc/magic/level2-lightning-strike.txt +++ b/world/map/npc/magic/level2-lightning-strike.txt @@ -9,6 +9,7 @@ elif (.@level <= 3) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 20; misceffect FX_MAGIC_BOLT_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-magic-knuckles.txt b/world/map/npc/magic/level2-magic-knuckles.txt index 2063ad12..da276811 100644 --- a/world/map/npc/magic/level2-magic-knuckles.txt +++ b/world/map/npc/magic/level2-magic-knuckles.txt @@ -10,6 +10,7 @@ elif (.@level <= 3) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 20; misceffect FX_MAGIC_KNUCKLE_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-make-arrows.txt b/world/map/npc/magic/level2-make-arrows.txt index fa0a6b31..4451128f 100644 --- a/world/map/npc/magic/level2-make-arrows.txt +++ b/world/map/npc/magic/level2-make-arrows.txt @@ -8,6 +8,7 @@ delitem "RawLog", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 8; misceffect FX_MAGIC_ARROW_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-make-iron-powder.txt b/world/map/npc/magic/level2-make-iron-powder.txt index 6f1c11b2..6181be8d 100644 --- a/world/map/npc/magic/level2-make-iron-powder.txt +++ b/world/map/npc/magic/level2-make-iron-powder.txt @@ -8,6 +8,7 @@ delitem "IronOre", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 8; misceffect FX_MAGIC_IRONP_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-make-shirt.txt b/world/map/npc/magic/level2-make-shirt.txt index 838ffadd..dd42f79a 100644 --- a/world/map/npc/magic/level2-make-shirt.txt +++ b/world/map/npc/magic/level2-make-shirt.txt @@ -6,6 +6,7 @@ if (countitem("CottonCloth") >= 5) delitem "CottonCloth", 5; else end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 25; misceffect FX_MAGIC_SHIRT_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-make-short-tanktop.txt b/world/map/npc/magic/level2-make-short-tanktop.txt index b722d9dd..0fd5d6d3 100644 --- a/world/map/npc/magic/level2-make-short-tanktop.txt +++ b/world/map/npc/magic/level2-make-short-tanktop.txt @@ -6,6 +6,7 @@ if (countitem("CottonCloth") >= 3) delitem "CottonCloth", 3; else end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 25; misceffect FX_MAGIC_SHIRT_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-make-tanktop.txt b/world/map/npc/magic/level2-make-tanktop.txt index b8f40932..a416e7a0 100644 --- a/world/map/npc/magic/level2-make-tanktop.txt +++ b/world/map/npc/magic/level2-make-tanktop.txt @@ -6,6 +6,7 @@ if (countitem("CottonCloth") >= 4) delitem "CottonCloth", 4; else end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 5000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 5000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 25; misceffect FX_MAGIC_SHIRT_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-protect.txt b/world/map/npc/magic/level2-protect.txt index 4e3b9f88..98380d7b 100644 --- a/world/map/npc/magic/level2-protect.txt +++ b/world/map/npc/magic/level2-protect.txt @@ -9,21 +9,24 @@ set @target_id, getcharid(3, @args$); if (@target_id < 1 || !(isloggedin(@target_id)) || get(INVISIBLE, @target_id)) set @target_id, BL_ID; // fallback to self + if (distance(BL_ID, @target_id) >= (@spellpower/30)+2) set @target_id, BL_ID; + if (BL_ID == @target_id) set @args$, strcharinfo(0); if (get(GM, @target_id) == 1) end; if (get(Hp, @target_id) < 1) end; if (getequipid(equip_head, strcharinfo(0, @target_id)) == 888) end; - - if (distance(BL_ID, @target_id) >= (@spellpower/30)+2) set @target_id, BL_ID; if (get(@antiprotect, @target_id) > 0) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: if (.@level <= 3) delitem "HardSpike", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1500, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 14; misceffect FX_MAGIC_SHIELD_CAST, strcharinfo(0); callfunc "magic_exp"; - - if (BL_ID == @target_id) set @args$, strcharinfo(0); misceffect FX_MAGIC_SHIELD, @args$; set .@time, (@spellpower*1000)+5000; set @betsanc_time, .@time, @target_id; @@ -40,6 +43,12 @@ OnEnd: misceffect FX_MAGIC_SHIELD_ENDS, strcharinfo(0); end; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if (@target_id == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't cast this spell at others here."; + end; + OnInit: set .school, SKILL_MAGIC_NATURE; set .invocation$, chr(MAGIC_SYMBOL) + "betsanc"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-rain.txt b/world/map/npc/magic/level2-rain.txt index fac98690..89ded96d 100644 --- a/world/map/npc/magic/level2-rain.txt +++ b/world/map/npc/magic/level2-rain.txt @@ -7,15 +7,21 @@ OnCast: if(call("magic_checks")) end; if (getskilllv(.school) < .level) end; if (getskilllv(SKILL_MAGIC) < .level) end; + if (getskilllv(.school) < 4 && countitem("BottleOfWater") < 1) end; if (Sp < 17) end; explode .@map_ext[0], getmap(), "-"; if (.@map_ext[1] != 1 && getmap() != "099-5") end; // XXX this is fugly, in the future let's use MF_OUTSIDE to detect if a map is "outside" or "inside" if (getmapflag(getmap(), MF_TOWN)) end; - if (getskilllv(.school) < 4 && countitem("BottleOfWater") >= 1) delitem "BottleOfWater", 1; - elif (getskilllv(.school) < 4) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: + if (getskilllv(.school) < 4) delitem "BottleOfWater", 1; set Sp, Sp - 17; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 3000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 3000, 0, BL_ID; + sc_start SC_COOLDOWN_R, 30000, 0, BL_ID; // Set it to lenght of timeout callfunc "adjust_spellpower"; set @krad, min(.max_radius,(min(@spellpower,200)/30)+3); // kaflosh radius @@ -47,7 +53,7 @@ L_Absorb: OnNearbyNpc: explode .@nearby$[0], strnpcinfo(0,@target_id), "#"; - if(.@nearby$[1] == "DruidTree0" || .@nearby$[1] == "DruidTree0") goto L_Tree; + if(.@nearby$[0] == "DruidTree0" || .@nearby$[1] == "DruidTree0") goto L_Tree; if(.@nearby$[0] == "rain" || .@nearby$[1] == "rain") set @nearby, @nearby + 1; end; @@ -68,7 +74,10 @@ OnLaunch: if(get(Hp, .caster) < 1) destroy; // destroy if caster is missing if(getmap(.caster) != strnpcinfo(3)) destroy; // destroy if caster left the map set .count, .count + 1; - if(.count > .max) destroy; + if(.count > .max) goto L_Destroy; + goto L_Launch; + +L_Launch: set .launch, 0; callsub S_Launch; addnpctimer 400 + rand(100), strnpcinfo(0)+"::OnLaunch"; // loop until max @@ -82,6 +91,10 @@ S_Launch: if(.launch < .max_launch) goto S_Launch; return; +L_Destroy: + if (attachrid(.caster)) sc_end SC_COOLDOWN_R; + destroy; + OnHit: if (!(isloggedin(.caster))) destroy; if(get(Hp, .caster) < 1) destroy; // destroy if caster is missing @@ -96,6 +109,12 @@ OnDestroy: debugmes "kaflosh timeout! [this shouldn't happen]"; // XXX: looks like this CAN happen with higher levels of magic, so we might want to cap max charges destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't use this spell here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_NATURE; set .invocation$, chr(MAGIC_SYMBOL) + "kaflosh"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-shear.txt b/world/map/npc/magic/level2-shear.txt index 325e0863..c6141a1c 100644 --- a/world/map/npc/magic/level2-shear.txt +++ b/world/map/npc/magic/level2-shear.txt @@ -6,6 +6,7 @@ if (getskilllv(.school) < .level) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 1000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 1000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 23; misceffect FX_MAGIC_SHEAR_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level2-summon-fluffies.txt b/world/map/npc/magic/level2-summon-fluffies.txt index b614e4a3..942f48d4 100644 --- a/world/map/npc/magic/level2-summon-fluffies.txt +++ b/world/map/npc/magic/level2-summon-fluffies.txt @@ -9,10 +9,15 @@ OnCast: if (getskilllv(SKILL_MAGIC) < .level) end; if (getskilllv(.school) < .level) end; if (countitem("WhiteFur") < 1 || countitem("Root") < 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "WhiteFur", 1; delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 20000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 20000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 39; misceffect FX_MAGIC_FLUFFY_CAST, strcharinfo(0); @@ -48,6 +53,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "kalakarenk"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-summon-mouboo.txt b/world/map/npc/magic/level2-summon-mouboo.txt index dfa60e57..abf54379 100644 --- a/world/map/npc/magic/level2-summon-mouboo.txt +++ b/world/map/npc/magic/level2-summon-mouboo.txt @@ -9,10 +9,15 @@ OnCast: if (getskilllv(SKILL_MAGIC) < .level) end; if (getskilllv(.school) < .level) end; if (countitem("MoubooFigurine") < 1 || countitem("Root") < 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "MoubooFigurine", 1; delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 20000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 20000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 35; misceffect FX_MAGIC_MOUBOO_CAST, strcharinfo(0); @@ -48,6 +53,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "kalboo"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-summon-pinkie.txt b/world/map/npc/magic/level2-summon-pinkie.txt index efcb014c..773ab0c2 100644 --- a/world/map/npc/magic/level2-summon-pinkie.txt +++ b/world/map/npc/magic/level2-summon-pinkie.txt @@ -9,10 +9,15 @@ OnCast: if (getskilllv(SKILL_MAGIC) < .level) end; if (getskilllv(.school) < .level) end; if (countitem("PinkAntenna") < 1 || countitem("Root") < 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "PinkAntenna", 1; delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 20000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 20000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 35; misceffect FX_MAGIC_PINKY_CAST, strcharinfo(0); @@ -48,6 +53,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "kalgina"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-summon-snakes.txt b/world/map/npc/magic/level2-summon-snakes.txt index 2e2021ae..a2bd5278 100644 --- a/world/map/npc/magic/level2-summon-snakes.txt +++ b/world/map/npc/magic/level2-summon-snakes.txt @@ -10,10 +10,15 @@ OnCast: if (getskilllv(.school) < .level) end; if (countitem("DarkCrystal") < 1 || countitem("SnakeEgg") < 1) end; if (OrumQuest <= 40) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "DarkCrystal", 1; delitem "SnakeEgg", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 15000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 15000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 40; misceffect FX_MAGIC_SNAKE_CAST, strcharinfo(0); @@ -54,6 +59,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_DARK; set .invocation$, chr(MAGIC_SYMBOL) + "halhiss"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-summon-spiky-mushroom.txt b/world/map/npc/magic/level2-summon-spiky-mushroom.txt index ff861283..326c0d06 100644 --- a/world/map/npc/magic/level2-summon-spiky-mushroom.txt +++ b/world/map/npc/magic/level2-summon-spiky-mushroom.txt @@ -9,10 +9,15 @@ OnCast: if (getskilllv(SKILL_MAGIC) < .level) end; if (getskilllv(.school) < .level) end; if (countitem("HardSpike") < 1 || countitem("Root") < 1) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "HardSpike", 1; delitem "Root", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 20000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 20000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 33; misceffect FX_MAGIC_SPIKY_CAST, strcharinfo(0); @@ -48,6 +53,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_ASTRAL; set .invocation$, chr(MAGIC_SYMBOL) + "kalrenk"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-summon-wickedmushroom.txt b/world/map/npc/magic/level2-summon-wickedmushroom.txt index dc5fb72d..c81904cf 100644 --- a/world/map/npc/magic/level2-summon-wickedmushroom.txt +++ b/world/map/npc/magic/level2-summon-wickedmushroom.txt @@ -10,10 +10,15 @@ OnCast: if (getskilllv(.school) < .level) end; if (countitem("DarkCrystal") < 1 || countitem("SmallMushroom") < 1) end; if (OrumQuest <= 36) end; + if (getmap() == "033-1") goto L_SpecialRules6; + goto L_Pay; + +L_Pay: delitem "DarkCrystal", 1; delitem "SmallMushroom", 1; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 15000, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 15000, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 35; misceffect FX_MAGIC_WICKED_CAST, strcharinfo(0); @@ -53,6 +58,12 @@ S_SummonAll: if (.@i < .count) goto S_SummonAll; destroy; +L_SpecialRules6: + if ($@KIMARR_EVENT < 1) goto L_Pay; + if ($@Fluffy_FighterID == BL_ID) goto L_Pay; + message strcharinfo(0), "You can't summon here unless hunting fluffies."; + end; + OnInit: set .school, SKILL_MAGIC_DARK; set .invocation$, chr(MAGIC_SYMBOL) + "helorp"; // used in npcs that refer to this spell diff --git a/world/map/npc/magic/level2-toxic-dart.txt b/world/map/npc/magic/level2-toxic-dart.txt index 5f611262..6f5e6da9 100644 --- a/world/map/npc/magic/level2-toxic-dart.txt +++ b/world/map/npc/magic/level2-toxic-dart.txt @@ -9,6 +9,7 @@ elif (.@level <= 2) end; set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 500, "Magic Timer::OnClear"; // set the new debuff + sc_start SC_COOLDOWN, 500, 0, BL_ID; callfunc "adjust_spellpower"; set Sp, Sp - 15; misceffect FX_MAGIC_TDART_CAST, strcharinfo(0); diff --git a/world/map/npc/magic/level3-necromancy.txt b/world/map/npc/magic/level3-necromancy.txt index 2cd6724d..48dc1ebf 100644 --- a/world/map/npc/magic/level3-necromancy.txt +++ b/world/map/npc/magic/level3-necromancy.txt @@ -18,6 +18,7 @@ set @_M_BLOCK, 1; // block casting, until the timer clears it addtimer 20000, "Magic Timer::OnClear"; + sc_start SC_COOLDOWN, 20000, 0, BL_ID; set Sp, Sp - 50; misceffect FX_MAGIC_DARKRED, strcharinfo(0); // on caster misceffect FX_PENTAGRAM_BUILDUP, @args$; // on target -- cgit v1.2.3-60-g2f50 From 937fe930c2e316a5f7fdc36a92f555ff2343f86b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Oct 2022 20:41:27 -0300 Subject: Submodule update --- client-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-data b/client-data index 880fc088..272ccfd8 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit 880fc088b03de52e7ec3101f74b1d648a233e067 +Subproject commit 272ccfd8d34c1bb61c4da972be8021b18500581c -- cgit v1.2.3-60-g2f50 From 05e6ffa722923ad7b587273e6326dcd644900915 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Oct 2022 22:21:14 -0300 Subject: Take advantage of a TMWA bug and use it to export data. This allows TMW Legacy to make near full use of the Mirror Lake Protocol. --- world/map/db/const.txt | 6 ++++ world/map/npc/functions/vault.txt | 61 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/world/map/db/const.txt b/world/map/db/const.txt index f4625294..54df1324 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -499,3 +499,9 @@ SMSG_LEGAL 6 SMSG_MOTD 7 SMSG_AUTOMATIC 8 SMSG_EVENT 9 + +// API Export Protocols +API_VAULT 607 +API_SENDMAIL 501 +//API_DISCORD 301 +//API_PINCODE 302 diff --git a/world/map/npc/functions/vault.txt b/world/map/npc/functions/vault.txt index 25e6d263..1c08dba1 100644 --- a/world/map/npc/functions/vault.txt +++ b/world/map/npc/functions/vault.txt @@ -39,6 +39,8 @@ S_Preset: set #X21, (#X21 & ~(BYTE_3_MASK)) | (##PRESET << BYTE_3_SHIFT); // Each preset is 5 levels (Preset 1 = Lv 5, Preset 10 = Lv 50, Max Preset 20 - hard limit is 127) + // TODO: Give more ammo, iron powder, sulphur powder, etc. instead of equips + // Give also some bug legs and maggot slime if applicable? /* Handle weapons */ if (##PRESET >= 1 && @last_preset < 1) getitem "SharpKnife",1; @@ -109,3 +111,62 @@ S_Preset: return; } + +// Remember: ##VAULT_EXP, ##VAULT_GOTO, ##VAULT_MLTO for Mirror Lake Protocol +// However, without kick(7), it is not really worth anything +// Remember: Quote symbols are illegal, simple or double, except for parameter +// To reset the database: +// cleararray $EXPORT_DATA$[0], "", 254; +// set $EXPORT_MAX_ID, 0; + +// Schemas: +//API_VAULT: "UID", ##VAULT, "GID", getcharid(3) +//API_SENDMAIL: "UID": ##VAULT, "MSG": "message", "TITLE": "subject line" +// +// Using the API_EXPORT hack for TMWA: +// +// set $@API_PROTOCOL, API_SENDMAIL; +// set $@API_DATA$, "'UID': 0, 'TITLE': 'About TMWA', 'MSG': 'I hate it!'"; +// callfunc "FlushAPI"; +// +// (The curly brace is added to DATA on its own) +function|script|FlushAPI +{ + // Function called improperly + // DATA cannot be null or the array order will crash + if ($@API_PROTO <= 0) goto L_Dumb; + if ($@API_DATA$ == "") goto L_Dumb; + + // Save it to mapreg + // The script will strip "##" + // and convert the part after to a JSON dict + set $EXPORT_DATA$[$EXPORT_MAX_ID], $@API_PROTO + "##" + $@API_DATA$; + set $@API_PROTO, ""; + set $@API_DATA$, ""; + + // Update TMWA tracker + set $EXPORT_MAX_ID, $EXPORT_MAX_ID + 1; + + // Keep in mind an array can only go up to 255 + // Trying to go past that, causes a SIGSEGV and map server dies + // So we periodically truncate the table when it's full + if ($EXPORT_MAX_ID > 240) goto L_Flush; + if ($EXPORT_MAX_ID == 120) goto L_Flush2; + return; + +L_Dumb: + debugmes "FlushAPI called without enough arguments"; + debugmes " - $@API_PROTO, API_* constant"; + debugmes " - $@API_DATA$, json dict without curly braces"; + return; + +L_Flush: + cleararray $EXPORT_DATA$[0], "", 220; + set $EXPORT_MAX_ID, 0; + return; + +L_Flush2: + cleararray $EXPORT_DATA$[220], "", 25; + return; +} + -- cgit v1.2.3-60-g2f50 From f8ccd420cb13c4e8c3e32ac64ae0e6a43576526e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 Oct 2022 01:32:27 -0300 Subject: I forgot, but previous commit does nothing without being on global_event_handler --- world/map/npc/functions/global_event_handler.txt | 4 ++++ world/map/npc/functions/vault.txt | 15 +++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/world/map/npc/functions/global_event_handler.txt b/world/map/npc/functions/global_event_handler.txt index dab56fde..690b0566 100644 --- a/world/map/npc/functions/global_event_handler.txt +++ b/world/map/npc/functions/global_event_handler.txt @@ -38,6 +38,10 @@ OnPCDieEvent: set @killerrid, 0; // reset killer rid end; +OnPCLogoutEvent: + callfunc "VaultLogout"; + end; + OnInit: callfunc "ClearGlobalVars"; callfunc "MOTD"; // set the MOTD array diff --git a/world/map/npc/functions/vault.txt b/world/map/npc/functions/vault.txt index 1c08dba1..ee30863c 100644 --- a/world/map/npc/functions/vault.txt +++ b/world/map/npc/functions/vault.txt @@ -6,6 +6,7 @@ function|script|VaultLogin { if (##VAULT < 1) goto L_Return; + // TODO: Or #VAULT ? Which of the two is set? callsub S_Exp; callsub S_Gold; @@ -170,3 +171,17 @@ L_Flush2: return; } +function|script|VaultLogout +{ + if (##VAULT < 1) goto L_Return; + // TODO: Or #VAULT ? Which of the two is set? + set $@API_PROTOCOL, API_VAULT; + set $@API_DATA$, "'UID': "+##VAULT+", 'GID': "+getcharid(3); + callfunc "FlushAPI"; + + return; + +L_Return: + return; +} + -- cgit v1.2.3-60-g2f50 From c833dc9cd20f081931c9e06556935beb007d067d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 31 Oct 2022 10:35:08 -0300 Subject: Fix Balthasar's name, for consistency with the Sages of Kaizei. Evolved backport. See also: https://wiki.themanaworld.org/index.php/Sages_of_Kaizei --- world/map/npc/030-2/eljas.txt | 2 +- world/map/npc/030-3/orum_homunculus.txt | 40 ++++++++++++++++----------------- world/map/npc/030-4/mana_battery.txt | 30 ++++++++++++------------- world/map/npc/annuals/xmas/barriers.txt | 2 +- 4 files changed, 37 insertions(+), 37 deletions(-) diff --git a/world/map/npc/030-2/eljas.txt b/world/map/npc/030-2/eljas.txt index 09e549e7..9437c3d5 100644 --- a/world/map/npc/030-2/eljas.txt +++ b/world/map/npc/030-2/eljas.txt @@ -186,7 +186,7 @@ L_Research: L_NotWelcome: mes "... You hear a voice calling your name ... "; - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Come See me in the caves below.\""; mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; warp "020-1",33,94; diff --git a/world/map/npc/030-3/orum_homunculus.txt b/world/map/npc/030-3/orum_homunculus.txt index aa5d6953..503374ff 100644 --- a/world/map/npc/030-3/orum_homunculus.txt +++ b/world/map/npc/030-3/orum_homunculus.txt @@ -15,7 +15,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Not that way!\""; mes "\"Use the southernmost exit.\""; close; @@ -38,7 +38,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"That is the long way!\""; mes "\"Just go south from here to the southernmost exit.\""; close; @@ -61,7 +61,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Ok. You are getting closer, I can feel it!\""; mes "\"You are heading in the right direction - to the southern most exit.\""; close; @@ -84,7 +84,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Ok, you are getting closer, I can feel it.!\""; mes "\"Go take the south west path towards the brazier.\""; close; @@ -107,7 +107,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Wrong way!\""; mes "\"I am in the northeastern corner.\""; close; @@ -130,7 +130,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Wrong Way!\""; mes "\"I am in the northeastern corner.\""; close; @@ -153,7 +153,7 @@ L_XmasMain: goto L_End; L_Telepathy: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Wrong Way!\""; mes "\"I am in the northeastern corner.\""; close; @@ -162,7 +162,7 @@ L_End: end; } -030-3,100,49,0|script|Orum's Homunculus|385 +030-3,100,49,0|script|Balthasar|385 { callfunc "XmasStates"; @@ -171,7 +171,7 @@ L_End: goto L_OffSeason; L_OffSeason: - mes "Orums Homunculus looks up, inspects you briefly, and looks away again."; + mes "Balthasar looks up, inspects you briefly, and looks away again."; end; L_XmasMain: @@ -200,7 +200,7 @@ L_SetPath: goto L_XmasMain; L_QuestStart1: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Greetings traveler, Do you have any time to help me out?\""; menu "No. I really have to go.", L_Close, @@ -218,7 +218,7 @@ L_Next: goto L_Close; L_QuestStart2: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Greetings traveler, Do you have any time to help me out?\""; menu "No. I really have to go.", L_Close, @@ -236,7 +236,7 @@ L_KeepGoing: goto L_Close; L_HaveList2: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Have you got the missing lists?\""; menu "What were those names again?", L_ListNames, @@ -267,7 +267,7 @@ L_Foo: goto L_Close; L_ListReturn: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"This had better be important, I've got enough to worry about.\""; menu "Sorry for interrupting, but I've come down here because I delivered the fake list", L_FakeList; @@ -322,7 +322,7 @@ L_FakeList: goto L_Close; L_HelperQuest: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Welcome back!\""; mes "\"How is the sabotage coming along?\""; menu @@ -386,7 +386,7 @@ L_IngredientList: goto L_Close; L_PowerReagents: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Have you gotten the reagents?\""; menu "Yes.", L_CheckReagents, @@ -407,7 +407,7 @@ L_CheckReagents: mes "He positions the four potions in a stand so all the openings are mostly facing each other."; mes "He begins to chant."; next; - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "O"; next; mes "wat"; @@ -419,7 +419,7 @@ L_CheckReagents: mes "The potions begin to pulse with mana."; mes "He continues to chant"; next; - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "Aye"; next; mes "Am"; @@ -441,13 +441,13 @@ L_CheckReagents: goto L_Close; L_Quick: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"What are you still doing here?\""; mes "\"Quickly, to the warehouse.\""; goto L_Close; L_Reward: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Revenge is a dish best served cold..\""; if (@xmas_reward2_done_state) set @xmas_state, $@xmas_reward_done; @@ -459,7 +459,7 @@ L_Reward: goto L_Close; L_Thanks: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Please feel free to continue to sabotage whats left of the Inn while I prepare your reward.\""; goto L_Close; diff --git a/world/map/npc/030-4/mana_battery.txt b/world/map/npc/030-4/mana_battery.txt index 406f4b24..9499507a 100644 --- a/world/map/npc/030-4/mana_battery.txt +++ b/world/map/npc/030-4/mana_battery.txt @@ -47,7 +47,7 @@ L_InitiateBattle: goto L_BattleGood; L_BattleBad: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"So this is where this whole shallow charade will end...\""; mes "\"Good. Are you ready to get this over with?\""; menu @@ -56,7 +56,7 @@ L_BattleBad: "Well... since you ask... I prefer to leave now, this is way to dangerous. I have responsibities.", L_Coward; L_KeepGoing: - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"Okay now listen closely, at least for once.\""; mes "\"Put the mana battery into that vessel in front of you.\""; next; @@ -362,33 +362,33 @@ L_Restart: "Scrrreeeeeeeeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaaaatch", "Scrrreeeeeeeeeeeeeeeeeeeeeaaaaaaaaaaaaaaaaaaaaatch", "Avalia : I am getting a weird sensation ... ", - "Orum's Homunculus : I think they know what we are up to!", + "Balthasar : I think they know what we are up to!", "Avalia : Oh no! This is going to blow up", - "Orum's Homunculus : The Door is locked you idiot, fight for your life.", + "Balthasar : The Door is locked you idiot, fight for your life.", "Avalia : Guards of Honor I demand you: STOP!", - "Orum's Homunculus : Okay, this is somewhat funny... why are they coming back?!?", + "Balthasar : Okay, this is somewhat funny... why are they coming back?!?", "Avalia : You brave fighters! Deactivate the nutcrackers! they are out of control!", - "Orum's Homunculus : The good news is: if we make it this time we will never have to do that again!", + "Balthasar : The good news is: if we make it this time we will never have to do that again!", "Avalia : Oh boy we are so screwed.", - "Orum's Homunculus : Report: I am an Idiot", + "Balthasar : Report: I am an Idiot", "Avalia : Quick, we need to kill the nutcrackers, before they ruin everything we've been working for.", - "Orum's Homunculus : Strange they are getting more and not less.", + "Balthasar : Strange they are getting more and not less.", "Avalia : Oh no, they are too powerful. Fight my warriors, Fight for the spirit of Christmas.", - "Orum's Homunculus : If I was smart enough to stop talking, it would have happened already..", + "Balthasar : If I was smart enough to stop talking, it would have happened already..", "Avalia : I cannot believe it, this is making them stronger. More and more of them are coming.", - "Orum's Homunculus : I think we are almost done, the bomb should explode any second.", + "Balthasar : I think we are almost done, the bomb should explode any second.", "Avalia : Those poor creatures. Just kill them all.", - "Orum's Homunculus : A N Y S E C O N D.", + "Balthasar : A N Y S E C O N D.", "Avalia : Oh well... just try again, I trust in you.", - "Orum's Homunculus : just lol.", + "Balthasar : just lol.", "Avalia : Wow! You saved christmas.", - "Orum's Homunculus : Yep, it's over... and strange enough you survived."; + "Balthasar : Yep, it's over... and strange enough you survived."; setarray $@xmas_final_announce$, "Avalia : Oh no, not only did you slay half my Guard of Honour, but also the issue was not fixed, try to install the battery again!", - "Orum's Homunculus : Boy are you lame. So what now? The battery is still not placed! Go try again!", + "Balthasar : Boy are you lame. So what now? The battery is still not placed! Go try again!", "Avalia : W00t you actually made it through. I think now that the manabattery lost some of its abundant power this seems to have given those nutcrackers that didn't go crazy a good boost of life energy. Thank you for your help all and come see me for a reward.", - "Orum's Homunculus : Good. They are dead. Now GET OUT OF THERE, this bomb is dangerous!"; + "Balthasar : Good. They are dead. Now GET OUT OF THERE, this bomb is dangerous!"; // Danger Cells to attack sitters // 0: 19,20,29,29 // 1: 30,20,40,29 diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt index 8460e7bf..63af8eaf 100644 --- a/world/map/npc/annuals/xmas/barriers.txt +++ b/world/map/npc/annuals/xmas/barriers.txt @@ -16,7 +16,7 @@ L_SideOut: L_Hint: message strcharinfo(0), "I said get out! We've got no time for your kind here."; - mes "[Orum's Homunculus]"; + mes "[Balthasar]"; mes "\"What are you doing? Come, see me in the caves below!\""; mes "\"I said go south till you reach the snowman. Then head into the cave to the east.\""; close2; -- cgit v1.2.3-60-g2f50 From 30a978ce0c22ed8e5c4daddec1c01d43838b2162 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 14:31:58 -0300 Subject: getusers(0) causes a SEGV, but leave code ready anyway. Fix bugs. --- world/map/npc/annuals/fathertime.txt | 37 ++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index 8726d29b..c4720032 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -81,17 +81,19 @@ L_Friday: end; L_Pirate: - areamonster "001-1", 20, 20, 120, 120, "Blanc's Minion", 1121, 2, "#HolidayConfig::OnLameShield"; - areamonster "002-1", 20, 20, 120, 120, "Blanc's Minion", 1119, 2, "#HolidayConfig::OnLameShield"; - areamonster "003-4", 20, 20, 170, 120, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameShield"; - areamonster "004-1", 20, 20, 100, 110, "Blanc's Minion", 1120, 2, "#HolidayConfig::OnLameShield"; - areamonster "007-1", 20, 20, 120, 100, "Blanc's Minion", 1120, 2, "#HolidayConfig::OnLameShield"; - areamonster "011-6", 20, 140, 180, 280, "Blanc's Minion", 1121, 2, "#HolidayConfig::OnLameShield"; - areamonster "018-1", 20, 20, 180, 100, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameShield"; - areamonster "041-1", 20, 20, 75, 100, "Blanc's Minion", 1119, 2, "#HolidayConfig::OnLameShield"; - areamonster "042-1", 20, 20, 140, 120, "Blanc's Minion", 1120, 2, "#HolidayConfig::OnLameShield"; - areamonster "043-1", 20, 20, 100, 130, "Blanc's Minion", 1121, 2, "#HolidayConfig::OnLameShield"; - areamonster "057-1", 20, 60, 150, 100, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameShield"; + //set $@BLANC, (getusers(0) / 5) + 1; // "Segmentation fault (core dumped)" + set $@BLANC, 2; + areamonster "001-1", 20, 20, 120, 120, "Blanc's Minion", 1121, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "002-1", 20, 20, 120, 120, "Blanc's Minion", 1119, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "003-4", 20, 20, 170, 120, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameHat"; + areamonster "004-1", 20, 20, 100, 110, "Blanc's Minion", 1120, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "007-1", 20, 20, 120, 100, "Blanc's Minion", 1120, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "011-6", 20, 140, 180, 280, "Blanc's Minion", 1121, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "018-1", 20, 20, 180, 100, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameHat"; + areamonster "041-1", 20, 20, 75, 100, "Blanc's Minion", 1119, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "042-1", 20, 20, 140, 120, "Blanc's Minion", 1120, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "043-1", 20, 20, 100, 130, "Blanc's Minion", 1121, $@BLANC, "#HolidayConfig::OnLameShield"; + areamonster "057-1", 20, 60, 150, 100, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameHat"; end; OnFriday: @@ -99,11 +101,18 @@ OnFriday: end; OnLameShield: - // Chance: 0.1% + // Chance: 0.1% - 0.01% // TODO: Once MLP brings the Dragon Shield, replace with HMC Hat. - if (rand(1000) > 1) + if (rand(10000) > 9) goto L_Die; - getitem DragonShield, 1; + getitem "DragonShield", 1; + end; + +OnLameHat: + // Chance: 0.1% + if (rand(1000) > 1) + goto OnLameShield; + getitem "HMCPirateHat", 1; end; L_Die: -- cgit v1.2.3-60-g2f50 From 67e508b97c7bf58f3a5677e9a215e9a4f4e2f26f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 14:34:15 -0300 Subject: Fix news --- world/map/news.d/97-news-2022-10-02.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/world/map/news.d/97-news-2022-10-02.txt b/world/map/news.d/97-news-2022-10-02.txt index d36eeb3b..1ec765ca 100644 --- a/world/map/news.d/97-news-2022-10-02.txt +++ b/world/map/news.d/97-news-2022-10-02.txt @@ -1,14 +1,15 @@ {title:The Mana World} -{date:2022-10-02} +{date:2022-11-02} {b}New Weekly Event{/b} -Every Friday, Blanc, the infamous pirate, Mirror Lake user and +Every Saturday, Blanc, the infamous pirate, Mirror Lake user and CRC enemy will be sending hourly waves to TMW coasts. Killing them may yield you a Dragon Shield. Maybe. It is low chance, but an experiment on weekly events. +Some of these mobs may drop a corsair hat too? -- The Mana World Team -- cgit v1.2.3-60-g2f50 From 30bdc5e446b4881ee5dec2b20cc8e58fd079b370 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 19:44:01 -0300 Subject: I can fix getusers() myself --- world/map/npc/annuals/fathertime.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index c4720032..0670c3c9 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -81,8 +81,7 @@ L_Friday: end; L_Pirate: - //set $@BLANC, (getusers(0) / 5) + 1; // "Segmentation fault (core dumped)" - set $@BLANC, 2; + set $@BLANC, (getusers(1) / 5) + 1; areamonster "001-1", 20, 20, 120, 120, "Blanc's Minion", 1121, $@BLANC, "#HolidayConfig::OnLameShield"; areamonster "002-1", 20, 20, 120, 120, "Blanc's Minion", 1119, $@BLANC, "#HolidayConfig::OnLameShield"; areamonster "003-4", 20, 20, 170, 120, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameHat"; -- cgit v1.2.3-60-g2f50 From 27bcea7cdda6b1e86ed172e7902bd8f89c77715f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 22:18:15 -0300 Subject: Add some lore to Mike, so in a later release, the Skull may come back. --- world/map/npc/018-1/mike.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/world/map/npc/018-1/mike.txt b/world/map/npc/018-1/mike.txt index 38fce03d..4e819e86 100644 --- a/world/map/npc/018-1/mike.txt +++ b/world/map/npc/018-1/mike.txt @@ -1,7 +1,10 @@ 018-1,77,60,0|script|Mike|113 { mes "[Mike]"; - mes "\"I need black stingers to make some medicine to cure my sister.\""; + mes "\"Be careful with the mines over there, during digging they broke in a monster nest and dangerous monsters inhabit it now. All mining operations have been suspended, but unfortunately, not everyone managed to get out in time or unharmed.\""; + next; + mes "[Mike]"; + mes "\"So, I need black stingers to make some medicine to cure my sister.\""; next; set @dq_level, 40; -- cgit v1.2.3-60-g2f50 From eb68a150f45112ce36cd243466f4729fdb79f0d6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 22:24:33 -0300 Subject: Update the loose ends of lore --- world/map/npc/018-2/receptionist.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/world/map/npc/018-2/receptionist.txt b/world/map/npc/018-2/receptionist.txt index efac07d9..2efd73c7 100644 --- a/world/map/npc/018-2/receptionist.txt +++ b/world/map/npc/018-2/receptionist.txt @@ -6,6 +6,7 @@ mes "[Receptionist]"; mes "\"Welcome to the mining camp!"; + mes "Mining operations are currently suspended."; mes "Do you need anything?\""; next; goto L_Menu; @@ -28,6 +29,12 @@ L_Mine: mes "[Receptionist]"; mes "\"Minerals have been easy to find in this area historically. The mine entrance we're using collapsed from the mountain side when the volcano errupted. Plenty of minerals were exposed then.\""; next; + mes "[Receptionist]"; + mes "\"Unfortunately, some miners dug into a monster nest and not everyone made back unharmed. Since then, operations have been officially suspended, which increases the ore price as Tulimshar's mines becomes the only viable source of minerals.\""; + next; + mes "[Receptionist]"; + mes "\"Well, with the increased ore prices, there are still some people who go inside trying to get rich quick. The insurance company however will not cover for accidents with monsters.\""; + next; goto L_Question_End; L_Enter: -- cgit v1.2.3-60-g2f50 From 52a5b01243377ae59c12e102e22495d483a34bc5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 22:25:34 -0300 Subject: Submodule update --- client-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-data b/client-data index 272ccfd8..9cf0e485 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit 272ccfd8d34c1bb61c4da972be8021b18500581c +Subproject commit 9cf0e4851dcf1a5f45e173dafaafee88cf105a2b -- cgit v1.2.3-60-g2f50 From f3da8b214f5a0171503341fd1075d2e74b7f8de7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 23:22:16 -0300 Subject: Phylactery ASPD +25% -> +30% --- world/map/db/item_db_head.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index 122cd0c4..f2ed3ece 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -187,7 +187,7 @@ 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, 2; bonus bDex, 2;} -5130, Phylactery, 5, 50000, 10000, 20, 0, 1, 0, 5, 0, 2, 256, 0, 0, 0, {}, {bonus bAspdRate, 25; bonus bDex, -(Dex/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, {}, {} -- cgit v1.2.3-60-g2f50 From 57fc77820f086210601dc626b18dfd2f7d7daa7f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 23:55:40 -0300 Subject: Boost asorm greatly. --- world/map/npc/magic/level2-barrier.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/world/map/npc/magic/level2-barrier.txt b/world/map/npc/magic/level2-barrier.txt index 284209c0..def8856e 100644 --- a/world/map/npc/magic/level2-barrier.txt +++ b/world/map/npc/magic/level2-barrier.txt @@ -28,8 +28,10 @@ L_Pay: callfunc "magic_exp"; if (BL_ID != @target_id) misceffect FX_MAGIC_BARRIER_HIT, @args$; set .@time, (@spellpower*200)+2000; + set .@time, .@time+5000; // FIXME: Temporary Boost! set @asorm_time, .@time, @target_id; - sc_start SC_MBARRIER, .@time, max(30,(@spellpower/8))+20, @target_id; + // FIXME: max(30,(@spellpower/8))+20 + sc_start SC_MBARRIER, .@time, max(30,(@spellpower/7))+22, @target_id; message @args$, "Barrier : You are surrounded by a magical barrier."; set @asorm_future, gettimetick(0) + @asorm_time - 100, @target_id; addtimer @asorm_time - 100, strnpcinfo(0)+"::OnEnd", @target_id; -- cgit v1.2.3-60-g2f50 From ed1328be9b9ffc66efb9e8991a59ae52341ada42 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 23:56:35 -0300 Subject: Update news with the news spotlights --- world/map/news.d/97-news-2022-10-02.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/world/map/news.d/97-news-2022-10-02.txt b/world/map/news.d/97-news-2022-10-02.txt index 1ec765ca..dd77616b 100644 --- a/world/map/news.d/97-news-2022-10-02.txt +++ b/world/map/news.d/97-news-2022-10-02.txt @@ -11,6 +11,19 @@ It is low chance, but an experiment on weekly events. Some of these mobs may drop a corsair hat too? +{b}New Attack Speed Rules{/b} + +Jesusalva's nerf machine gun is back to action, unfortunately. +Magic is now affected by ASPD potions, Speed focus, and betsanc. +Attack Speed bonuses are less effective, see details on forums: +{link:https://forums.themanaworld.org/viewtopic.php?p=164230#p164230} + +{b}Some other changes and buffs{/b} + +NPC dialog in Hurnscald Mines slightly tweaked to prepare for the +Skulls comeback in the next release. +Phylactery ASPD bonus went from +25% to +30%. + -- The Mana World Team {author:Jesusalva} -- cgit v1.2.3-60-g2f50 From 6899199eba4de98f6a19f84066e96420e5be7c13 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 9 Nov 2022 00:42:50 -0300 Subject: Final touches on the news --- world/map/news.d/97-news-2022-10-02.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/world/map/news.d/97-news-2022-10-02.txt b/world/map/news.d/97-news-2022-10-02.txt index dd77616b..f23f63c4 100644 --- a/world/map/news.d/97-news-2022-10-02.txt +++ b/world/map/news.d/97-news-2022-10-02.txt @@ -11,11 +11,19 @@ It is low chance, but an experiment on weekly events. Some of these mobs may drop a corsair hat too? +{b}We Test in Production!{/b} +Gentlemen, it is my pleasure to inform you that the +machine gun version of lightning is coming. + +For about one week, mages will be able to use concentration +potions, speed focus, etc. +Do note that this may have unintended side effects as it was not +extensively tested. Please report any bugs, misbehavior, etc. + {b}New Attack Speed Rules{/b} Jesusalva's nerf machine gun is back to action, unfortunately. -Magic is now affected by ASPD potions, Speed focus, and betsanc. -Attack Speed bonuses are less effective, see details on forums: +Attack Speed bonuses are slightly less effective, details on forums: {link:https://forums.themanaworld.org/viewtopic.php?p=164230#p164230} {b}Some other changes and buffs{/b} -- cgit v1.2.3-60-g2f50 From 1efb744847a5af9e162ec3101f6702c5ebaf0805 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 9 Nov 2022 22:09:52 -0300 Subject: ASPD Nerf Testing - Phase II --- world/map/news.d/97-news-2022-10-02.txt | 7 +++++-- world/map/npc/magic/level2-magic-knuckles.txt | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/world/map/news.d/97-news-2022-10-02.txt b/world/map/news.d/97-news-2022-10-02.txt index f23f63c4..71a77201 100644 --- a/world/map/news.d/97-news-2022-10-02.txt +++ b/world/map/news.d/97-news-2022-10-02.txt @@ -11,7 +11,7 @@ It is low chance, but an experiment on weekly events. Some of these mobs may drop a corsair hat too? -{b}We Test in Production!{/b} +{b}We Test in Production! (Phase II){/b} Gentlemen, it is my pleasure to inform you that the machine gun version of lightning is coming. @@ -20,11 +20,14 @@ potions, speed focus, etc. Do note that this may have unintended side effects as it was not extensively tested. Please report any bugs, misbehavior, etc. +This is part of a major nerf described below: +{link:https://forums.themanaworld.org/viewtopic.php?t=21500} + {b}New Attack Speed Rules{/b} Jesusalva's nerf machine gun is back to action, unfortunately. Attack Speed bonuses are slightly less effective, details on forums: -{link:https://forums.themanaworld.org/viewtopic.php?p=164230#p164230} +{link:https://forums.themanaworld.org/viewtopic.php?t=21498} {b}Some other changes and buffs{/b} diff --git a/world/map/npc/magic/level2-magic-knuckles.txt b/world/map/npc/magic/level2-magic-knuckles.txt index da276811..3f2d5da1 100644 --- a/world/map/npc/magic/level2-magic-knuckles.txt +++ b/world/map/npc/magic/level2-magic-knuckles.txt @@ -17,7 +17,7 @@ setarray @upmarmuspell[0], max(1, BASE_ATK - 100 + min(100, Int)), // dmg ((@spellpower/10) + ((Dex * 8)/(sqrt(BaseLevel + 34)) + 20)), // charges (you get more at lower levels) - (sqrt(300 - (Agi * 2)) + (5/2)), // delay + (sqrt(190)), // delay - see conf/battle_athena.conf @ max_aspd ((Agi + Int) / 2), // dmg bonus (((BaseLevel/5) + Str) * 2); // do not allow to equip light armor, cast, and then switch to heavy armor to get bonus str callfunc "magic_exp"; -- cgit v1.2.3-60-g2f50 From e7c7b5f4331a50cd1d64cefa98f6522a0e24461e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 14:39:08 -0300 Subject: Raise EXP for swamp chest (+50%) and for Beheader (+25%) --- world/map/npc/012-3/beheader.txt | 2 +- world/map/npc/099-7/boss.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/world/map/npc/012-3/beheader.txt b/world/map/npc/012-3/beheader.txt index 89fa51ce..17abc129 100644 --- a/world/map/npc/012-3/beheader.txt +++ b/world/map/npc/012-3/beheader.txt @@ -176,7 +176,7 @@ L_Finish: goto L_Nope; getitem "Beheader", 1; - getexp 750000, 0; + getexp 1000000, 0; set FLAGS, FLAGS | FLAG_GOT_BEHEADER_SWORD; set TERRAC, 0; diff --git a/world/map/npc/099-7/boss.txt b/world/map/npc/099-7/boss.txt index c621c68f..3980b2bb 100644 --- a/world/map/npc/099-7/boss.txt +++ b/world/map/npc/099-7/boss.txt @@ -681,7 +681,7 @@ L_Yes: L_FlawedLens: getitem "FlawedLens", 1; - getexp 20000000, 0; + getexp 30000000, 0; set FLAGS, FLAGS | FLAG_KESHLAM_FLAWEDLENS; mes "[Chest]"; mes "You opened it and found...! Some flawed lens?! Meh."; @@ -692,7 +692,7 @@ L_FlawedLens: close; L_Rare: - getexp 10000000, 0; + getexp 15000000, 0; set FLAGS, FLAGS | FLAG_KESHLAM_RAREDROP; if (rand(4) == 1) goto L_Amulet; // 25% chance goto L_Ring; // 75% chance -- cgit v1.2.3-60-g2f50 From 76d64d3d03eb800662fdc3aa2f8e208745354c6b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:07:07 -0300 Subject: Add constants for all NPCs and Items --- world/map/conf/tmwa-map.conf | 1 + world/map/db/const-aegis.txt | 1142 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1143 insertions(+) create mode 100644 world/map/db/const-aegis.txt diff --git a/world/map/conf/tmwa-map.conf b/world/map/conf/tmwa-map.conf index 53926ffb..c7965071 100644 --- a/world/map/conf/tmwa-map.conf +++ b/world/map/conf/tmwa-map.conf @@ -15,6 +15,7 @@ const_db: db/const-magic.txt const_db: db/const-quest.txt const_db: db/const-mapflags.txt const_db: db/const-debugflag.txt +const_db: db/const-aegis.txt const_db: conf/permissions.txt const_db: conf/permissions_local.txt diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt new file mode 100644 index 00000000..2c494465 --- /dev/null +++ b/world/map/db/const-aegis.txt @@ -0,0 +1,1142 @@ +UnknownMonster 0 +FireGoblin 1011 +Bat 1017 +ManaBug 1131 +Pinkie 1018 +SpikyMushroom 1019 +Fluffy 1020 +CaveSnake 1021 +LogHead 1025 +EasterFluffy 1027 +Silkworm 1035 +Snail 1041 +Bee 1049 +Butterfly 1055 +AngryScorpion 1057 +IceGoblin 1058 +Archant 1060 +Bandit 1064 +HuntsmanSpider 1083 +CrotcherScorpion 1084 +Larvern 1087 +HungryFluffy 1089 +WhiteSlime 1093 +Reinboo 1094 +SleepingBandit 1099 +AzulSlime 1100 +Bluepar 1107 +AngryFireGoblin 1108 +Pollett 1113 +BlackScorpion 1009 +Snake 1010 +Spider 1012 +EvilMushroom 1013 +PinkFlower 1014 +SantaSlime 1015 +JackO 1022 +FireSkull 1023 +PoisonSkull 1024 +MountainSnake 1026 +GrassSnake 1034 +Zombie 1036 +Spectre 1042 +Fallen 1045 +Terranite 1062 +Reaper 1068 +IceElement 1071 +Yeti 1072 +Stalker 1075 +IceSkull 1085 +SoulSnake 1096 +Luvia 1102 +WickedMushroom 1106 +Nutcracker 1114 +Thug 1119 +Swashbuckler 1120 +Grenadier 1121 +DreadPirateMarley 1122 +DreadPirateMarleyClone 1123 +PsiBrain 1126 +GeneralKrukan 1127 +GeneralRazha 1128 +GeneralTerogan 1129 +Moonshroom 1130 +LavaSlime 1132 +Anne 1133 +SUSAN 1134 +LovelyMaggot 1135 +LesserGhost 1136 +Tormenta 1137 +ManaGuard 1138 +Virus 1139 +Tengu 1140 +Sasquatch 1141 +Kage 1142 +ManaSlayer 1143 +Dragon 1144 +KageGolem 1145 +Flashmob 1146 +Koyntety 1147 +DoomGolem 1148 +Enchanter 1149 +ManaTyrant 1150 +VoidFlower 1151 +VoidArchant 1152 +VoidSlime 1153 +VoidSnake 1154 +VoidBat 1155 +VoidMaggot 1156 +VoidSoldier 1157 +VoidMouboo 1158 +VoidScorpion 1159 +VoidShroom 1160 +Xakelbael 1161 +RedScorpion 1004 +GiantMaggot 1006 +Mouboo 1028 +Skeleton 1043 +LadySkeleton 1044 +Poltergeist 1047 +GCMaggot 1059 +VampireBat 1066 +ScytheMob 1069 +BallLightning 1070 +TheLost 1073 +RedBone 1074 +DrunkenSkeleton 1077 +TipsySkeleton 1078 +DrunkenLadySkeleton 1079 +SoulEater 1097 +WitchGuard 1103 +DemonicMouboo 1104 +AngrySeaSlime 1109 +SeaSlimeMother 1115 +UndeadWitch 1116 +GreenSlimeMother 1118 +Wight 1124 +ManaGhost 1125 +YellowSlime 1007 +RedSlime 1008 +SeaSlime 1033 +Wisp 1040 +Troll 1054 +Moggun 1061 +DemonicSpirit 1101 +AngryGreenSlime 1110 +UndeadTroll 1117 +Maggot 1002 +TameScorpion 1046 +HouseMaggot 1050 +Scorpion 1003 +MauvePlant 1029 +CobaltPlant 1030 +GambogePlant 1031 +AlizarinPlant 1032 +CloverPatch 1037 +Squirrel 1038 +CaveMaggot 1056 +Pumpkin 1063 +Serqet 1082 +SlimeBlast 1092 +WhiteBell 1095 +ViciousSquirrel 1105 +Grinchboo 1162 +GreenSlime 1005 +RudolphSlime 1016 +BanditLord 1065 +BlueSpark 1080 +RedSpark 1081 +FeyElement 1086 +Hyvern 1088 +Wolvern 1090 +BlueSlime 1091 +CopperSlime 1098 +CandiedSlime 1111 +Santaboo 1112 +FridayCat 1163 +ChristmasTree 1164 +ChristmasGift 1165 +Snowman 1166 +SnowmanBoss 1167 +Floyd 1168 +UnknownItem 0 +Dagger 521 +SharpKnife 522 +IronArrow 529 +ShortBow 530 +ShortSword 536 +ForestBow 545 +Bardiche 547 +Halberd 548 +Axe 549 +BlacksmithsAxe 550 +Sabre 561 +BoneKnife 570 +Setzer 571 +Scimitar 572 +Falchion 573 +ScorpionKing 574 +DesertBow 575 +Beheader 576 +BoneDarts 577 +SandCutter 578 +RockKnife 579 +StaffOfLife 580 +CrescentRod 581 +StaffOfFire 582 +StaffOfIce 583 +Jackal 584 +Sword 587 +BastardSword 588 +LongSword 591 +Spear 594 +Pike 596 +Scythe 623 +WoodenStaff 758 +Wand 1171 +TerraniteArrow 762 +IceGladius 867 +BansheeBow 878 +SlingShot 903 +SlingBullet 904 +KidBook 906 +Arrow 1199 +Bow 1200 +Knife 1201 +ToySabre 1215 +BoneArrows 1282 +Snowball 5260 +SnowLauncher 5261 +Revolver 5284 +WeddingRing 702 +FourLeafClover 742 +Towel 749 +CrozeniteFourLeafAmulet 829 +BromenalFourLeafAmulet 830 +SilverFourLeafAmulet 831 +GoldenFourLeafAmulet 832 +Grimoire 865 +HeartOfIsis 879 +EnchantersAmulet 1227 +DarkTalisman 1244 +DiamondRing 4008 +RubyRing 4009 +EmeraldRing 4010 +SapphireRing 4011 +TopazRing 4012 +AmethystRing 4013 +SimpleRing 4014 +HeartNecklace 677 +GuardianWings 5252 +MageRing 5253 +ManaPearl 5272 +AssassinRing 5274 +AssassinAmulet 5275 +Boots 528 +FurBoots 655 +BlackBoots 734 +CottonBoots 735 +AssassinBoots 757 +BromenalBoots 792 +WarlordBoots 876 +RedCottonBoots 2150 +GreenCottonBoots 2151 +DarkBlueCottonBoots 2152 +YellowCottonBoots 2153 +LightBlueCottonBoots 2154 +PinkCottonBoots 2155 +BlackCottonBoots 2156 +OrangeCottonBoots 2157 +PurpleCottonBoots 2158 +DarkGreenCottonBoots 2159 +RedStockings 1188 +CasinoCoins 503 +DecorCandy 504 +MaggotSlime 505 +ScorpionStinger 507 +PurplePresentBox 515 +BluePresentBox 516 +RedScorpionStinger 517 +BugLeg 518 +CoinBag 526 +TreasureKey 537 +GreenPresentBox 538 +EmptyBottle 540 +BottleOfSand 542 +AquaHint 551 +MagentaHint 552 +YellowHint 553 +GreenHint 554 +TealHint 555 +PurpleHint 556 +RedHint 557 +BlueHint 558 +OrangeHint 559 +GrayHint 560 +RawLog 569 +Toothbrush 589 +WhiteFur 611 +CaveSnakeLamp 612 +HardSpike 613 +PinkAntenna 614 +DarkCrystal 631 +SantaCookie 635 +IronOre 640 +SnakeSkin 641 +CottonCloth 660 +RedRose 661 +WhiteRose 662 +DarkRedRose 663 +PinkRose 664 +YellowRose 665 +BlackRose 666 +OrangeRose 667 +BlueRose 668 +YellowTulip 669 +PurpleTulip 670 +RedTulip 671 +WhiteTulip 672 +PinkTulip 673 +OrangeTulip 674 +MauveHerb 680 +CobaltHerb 681 +GambogeHerb 682 +AlizarinHerb 683 +RedDye 690 +GreenDye 691 +DarkBlueDye 692 +YellowDye 693 +LightBlueDye 694 +PinkDye 695 +BlackDye 696 +OrangeDye 697 +PurpleDye 698 +DarkGreenDye 699 +Pearl 700 +PileOfAsh 701 +SulphurPowder 703 +IronPowder 704 +GoldenScorpionStinger 706 +MonsterOilPotion 707 +LeatherPatch 708 +BlackScorpionStinger 709 +SnakeTongue 710 +MountainSnakeTongue 711 +GrassSnakeTongue 712 +CaveSnakeTongue 713 +SilkCocoon 718 +Iten 727 +MoubooFigurine 728 +WarpedLog 729 +Lifestone 730 +DruidTreeBranch 732 +Root 740 +MopoxCurePotion 746 +BatWing 753 +BatTeeth 754 +TerraniteOre 763 +WispPowder 772 +SpectrePowder 773 +PoltergeistPowder 774 +Bone 775 +Skull 776 +RottenRags 777 +DiseasedHeart 778 +UndeadEar 779 +UndeadEye 780 +MylarinDust 799 +EasterBasket 802 +GrassLiner 803 +JellyBeans 804 +ChocolateMouboo 805 +ReedBundle 806 +GrassSeed 807 +DiamondPowder 819 +RubyPowder 820 +EmeraldPowder 821 +SapphirePowder 822 +TopazPowder 823 +AmethystPowder 824 +BrokenFourLeafAmulet 833 +BrokenDoll 834 +HyvernStinger 835 +GrubSlime 836 +RedDottedWrap 841 +YellowDottedWrap 842 +BlueDottedWrap 843 +PurpleStripedWrap 844 +RedGoldenStripedWrap 845 +GreenRedStripedWrap 846 +PlushMouboo 847 +OpenPresentBox 849 +ClosedChristmasBox 850 +StickReinboo 851 +LeatherBall 852 +Doll 853 +WolvernTooth 858 +WolvernPelt 859 +SquirrelPelt 860 +WhiteBellTuber 861 +IcedWater 862 +SilverMirror 863 +BookPage 864 +LeatherSuitcase 866 +Antlers 869 +SealedSoul 871 +LockPicks 872 +LazuriteShard 873 +LazuriteCrystal 874 +HeartOfLazurite 875 +SilkSheet 891 +OrangeSummonFlower 892 +PurpleSummonFlower 893 +WhiteSummonFlower 894 +YellowSummonFlower 895 +RedSummonFlower 896 +WhiteWrap 1191 +YellowWrap 1192 +BlueWrap 1193 +PurpleWrap 1194 +GreenWrap 1195 +Soul 1198 +RedChristmasStocking 1207 +RedEasterEgg 1208 +GreenEasterEgg 1209 +BlueEasterEgg 1210 +YellowEasterEgg 1211 +PinkEasterEgg 1212 +TealEasterEgg 1213 +LightCrystal 1228 +FakeFangs 1233 +RedOrnament 1234 +YellowOrnament 1235 +GreenOrnament 1236 +AquaOrnament 1237 +BlueOrnament 1238 +MagentaOrnament 1239 +SantaSnowGlobe 1240 +SnowmanSnowGlobe 1241 +BentNeedle 1245 +DarkEasterEgg 1246 +StrangeCoin 1249 +DarkPetal 1254 +FlawedLens 1257 +RedCottonCloth 2250 +GreenCottonCloth 2251 +DarkBlueCottonCloth 2252 +YellowCottonCloth 2253 +LightBlueCottonCloth 2254 +PinkCottonCloth 2255 +BlackCottonCloth 2256 +OrangeCottonCloth 2257 +PurpleCottonCloth 2258 +DarkGreenCottonCloth 2259 +JackOLantern 3000 +RealisticBrain 3002 +JarofBlood 3003 +Tongue 3004 +PumpkinSeeds 3011 +BossMedal 3012 +AngryScorpionStinger 4000 +Coal 4001 +Diamond 4002 +Ruby 4003 +Emerald 4004 +Sapphire 4005 +Topaz 4006 +Amethyst 4007 +IronIngot 4015 +BanditHood 4016 +RedPowder 4017 +YellowPowder 4018 +BluePowder 4019 +YellowPresentBox 4021 +WhitePresentBox 4022 +AnimalBones 4023 +FrozenYetiTear 4024 +YetiClaw 4025 +IceCube 4026 +GrimaceOfDementia 4029 +BlackPearl 4034 +WhiteBlanket 4037 +WhiteSaddleRug 4038 +RedSaddleRug 4039 +RawTalisman 4040 +FlightTalisman 4041 +Bloodstone 5110 +BrainStem 5111 +CryptKey 5112 +Ectoplasm 5113 +Urn 5114 +VampireBatWing 5115 +WraithHorn 5116 +AstralCube 5117 +RunestoneA 5118 +RunestoneL 5119 +RunestoneN 5120 +RunestoneT 5121 +RunestoneW 5122 +QuillOfBinding 5123 +BloodInk 5124 +UnderworldKey 5125 +JarofOwnBlood 5127 +SkeletonCharm 1197 +ActivatedSulphur 5211 +FairTradeSoil 5212 +FreeRangeMoss 5215 +JadeEgg 5216 +RawAir 5217 +RedTicket 5218 +YellowTicket 5219 +GoldTicket 5220 +GreenTicket 5221 +AquaTicket 5222 +BlueTicket 5223 +PurpleTicket 5224 +PinkTicket 5225 +PVPCoin 5256 +LoveLetter 5265 +ThermalNapalm 5276 +XmasTicket 5278 +Carrot 5279 +LeatherShirt 523 +DesertShirt 546 +Turtleneck 564 +VNeckSweater 624 +ChainmailShirt 625 +LightPlatemail 626 +GoldenPlatemail 645 +WhiteEvokersRobeBlue 649 +BlackEvokersRobeBlue 650 +WhiteWizardRobe 651 +BlackWizardRobe 652 +ApprenticeRobe 653 +WarlordPlate 658 +GoldenWarlordPlate 659 +TankTop 688 +ShortTankTop 689 +SilkRobe 720 +GMRobe 726 +AssassinShirt 755 +TerraniteChestArmor 767 +ForestArmor 782 +PlatynaRedDress 783 +YetiSkinShirt 791 +BromenalChest 793 +SorcererRed 798 +FineDress 870 +LazuriteRobe 880 +Contributor 1178 +AmberChristmasSweater 1183 +FunkyChristmasSweater 1184 +PinkChristmasSweater 1185 +DarkChristmasSweater 1186 +BlueChristmasSweater 1187 +CottonShirt 1202 +RedCottonShirt 2050 +GreenCottonShirt 2051 +DarkBlueCottonShirt 2052 +YellowCottonShirt 2053 +LightBlueCottonShirt 2054 +PinkCottonShirt 2055 +BlackCottonShirt 2056 +OrangeCottonShirt 2057 +PurpleCottonShirt 2058 +DarkGreenCottonShirt 2059 +RedVNeckSweater 2060 +GreenVNeckSweater 2061 +DarkBlueVNeckSweater 2062 +YellowVNeckSweater 2063 +LightBlueVNeckSweater 2064 +PinkVNeckSweater 2065 +BlackVNeckSweater 2066 +OrangeVNeckSweater 2067 +PurpleVNeckSweater 2068 +DarkGreenVNeckSweater 2069 +RedTurtleneck 2070 +GreenTurtleneck 2071 +DarkBlueTurtleneck 2072 +YellowTurtleneck 2073 +LightBlueTurtleneck 2074 +PinkTurtleneck 2075 +BlackTurtleneck 2076 +OrangeTurtleneck 2077 +PurpleTurtleneck 2078 +DarkGreenTurtleneck 2079 +RedSilkRobe 2080 +GreenSilkRobe 2081 +DarkBlueSilkRobe 2082 +YellowSilkRobe 2083 +LightBlueSilkRobe 2084 +PinkSilkRobe 2085 +BlackSilkRobe 2086 +OrangeSilkRobe 2087 +PurpleSilkRobe 2088 +DarkGreenSilkRobe 2089 +RedTankTop 2090 +GreenTankTop 2091 +DarkBlueTankTop 2092 +YellowTankTop 2093 +LightBlueTankTop 2094 +PinkTankTop 2095 +BlackTankTop 2096 +OrangeTankTop 2097 +PurpleTankTop 2098 +DarkGreenTankTop 2099 +RedShortTankTop 2120 +GreenShortTankTop 2121 +DarkBlueShortTankTop 2122 +YellowShortTankTop 2123 +LightBlueShortTankTop 2124 +PinkShortTankTop 2125 +BlackShortTankTop 2126 +OrangeShortTankTop 2127 +PurpleShortTankTop 2128 +DarkGreenShortTankTop 2129 +RedSorcererRed 2220 +GreenSorcererRed 2221 +DarkBlueSorcererRed 2222 +YellowSorcererRed 2223 +LightBlueSorcererRed 2224 +PinkSorcererRed 2225 +BlackSorcererRed 2226 +OrangeSorcererRed 2227 +PurpleSorcererRed 2228 +DarkGreenSorcererRed 2229 +RedFineDress 2240 +GreenFineDress 2241 +DarkBlueFineDress 2242 +YellowFineDress 2243 +LightBlueFineDress 2244 +PinkFineDress 2245 +BlackFineDress 2246 +OrangeFineDress 2247 +PurpleFineDress 2248 +DarkGreenFineDress 2249 +RedSorcererGreen 5000 +GreenSorcererGreen 5001 +DarkBlueSorcererGreen 5002 +YellowSorcererGreen 5003 +LightBlueSorcererGreen 5004 +PinkSorcererGreen 5005 +BlackSorcererGreen 5006 +OrangeSorcererGreen 5007 +PurpleSorcererGreen 5008 +DarkGreenSorcererGreen 5009 +SorcererGreen 5010 +RedSorcererDBlue 5011 +GreenSorcererDBlue 5012 +DarkBlueSorcererDBlue 5013 +YellowSorcererDBlue 5014 +LightBlueSorcererDBlue 5015 +PinkSorcererDBlue 5016 +BlackSorcererDBlue 5017 +OrangeSorcererDBlue 5018 +PurpleSorcererDBlue 5019 +DarkGreenSorcererDBlue 5020 +SorcererDBlue 5021 +RedSorcererYellow 5022 +GreenSorcererYellow 5023 +DarkBlueSorcererYellow 5024 +YellowSorcererYellow 5025 +LightBlueSorcererYellow 5026 +PinkSorcererYellow 5027 +BlackSorcererYellow 5028 +OrangeSorcererYellow 5029 +PurpleSorcererYellow 5030 +DarkGreenSorcererYellow 5031 +SorcererYellow 5032 +RedSorcererLBlue 5033 +GreenSorcererLBlue 5034 +DarkBlueSorcererLBlue 5035 +YellowSorcererLBlue 5036 +LightBlueSorcererLBlue 5037 +PinkSorcererLBlue 5038 +BlackSorcererLBlue 5039 +OrangeSorcererLBlue 5040 +PurpleSorcererLBlue 5041 +DarkGreenSorcererLBlue 5042 +SorcererLBlue 5043 +RedSorcererPink 5044 +GreenSorcererPink 5045 +DarkBlueSorcererPink 5046 +YellowSorcererPink 5047 +LightBlueSorcererPink 5048 +PinkSorcererPink 5049 +BlackSorcererPink 5050 +OrangeSorcererPink 5051 +PurpleSorcererPink 5052 +DarkGreenSorcererPink 5053 +SorcererPink 5054 +RedSorcererBlack 5055 +GreenSorcererBlack 5056 +DarkBlueSorcererBlack 5057 +YellowSorcererBlack 5058 +LightBlueSorcererBlack 5059 +PinkSorcererBlack 5060 +BlackSorcererBlack 5061 +OrangeSorcererBlack 5062 +PurpleSorcererBlack 5063 +DarkGreenSorcererBlack 5064 +SorcererBlack 5065 +RedSorcererOrange 5066 +GreenSorcererOrange 5067 +DarkBlueSorcererOrange 5068 +YellowSorcererOrange 5069 +LightBlueSorcererOrange 5070 +PinkSorcererOrange 5071 +BlackSorcererOrange 5072 +OrangeSorcererOrange 5073 +PurpleSorcererOrange 5074 +DarkGreenSorcererOrange 5075 +SorcererOrange 5076 +RedSorcererPurple 5077 +GreenSorcererPurple 5078 +DarkBlueSorcererPurple 5079 +YellowSorcererPurple 5080 +LightBlueSorcererPurple 5081 +PinkSorcererPurple 5082 +BlackSorcererPurple 5083 +OrangeSorcererPurple 5084 +PurpleSorcererPurple 5085 +DarkGreenSorcererPurple 5086 +SorcererPurple 5087 +RedSorcererDGreen 5088 +GreenSorcererDGreen 5089 +DarkBlueSorcererDGreen 5090 +YellowSorcererDGreen 5091 +LightBlueSorcererDGreen 5092 +PinkSorcererDGreen 5093 +BlackSorcererDGreen 5094 +OrangeSorcererDGreen 5095 +PurpleSorcererDGreen 5096 +DarkGreenSorcererDGreen 5097 +SorcererDGreen 5098 +RedSorcererWhite 5099 +GreenSorcererWhite 5100 +DarkBlueSorcererWhite 5101 +YellowSorcererWhite 5102 +LightBlueSorcererWhite 5103 +PinkSorcererWhite 5104 +BlackSorcererWhite 5105 +OrangeSorcererWhite 5106 +PurpleSorcererWhite 5107 +DarkGreenSorcererWhite 5108 +SorcererWhite 5109 +RedContributor 5131 +GreenContributor 5132 +DarkBlueContributor 5133 +YellowContributor 5134 +LightBlueContributor 5135 +PinkContributor 5136 +BlackContributor 5137 +OrangeContributor 5138 +PurpleContributor 5139 +DarkGreenContributor 5140 +SaviorArmor 5254 +RedArmor 5286 +SantaHat 511 +FancyHat 524 +MinersHat 525 +StandardHeadband 543 +SilkHeadband 544 +PumpkinHelmet 615 +AxeHat 616 +PirateHat 617 +Goggles 618 +LeatherGoggles 619 +Circlet 620 +Eyepatch 621 +Bandana 622 +TopHat 627 +FunkyHat 628 +MushHat 629 +ShroomHat 630 +ChristmasElfHat 633 +FaceMask 634 +WarlordHelmet 636 +KnightsHelmet 637 +InfantryHelmet 638 +CrusadeHelmet 639 +WhiteCowboyHat 643 +BlackCowboyHat 644 +Crown 646 +DevelopersCap 647 +Cap 654 +SerfHat 656 +GraduationCap 675 +NohMask 678 +DemonMask 679 +HighPriestCrown 721 +MonsterSkullHelmet 722 +DesertHat 723 +CottonHeadband 724 +GMCap 725 +PinkieHat 751 +FluffyHat 752 +PaladinsHelmet 759 +OverlordsHelmet 760 +DesertHelmet 761 +SailorHat 764 +CaptainsHat 765 +TerraniteHelmet 766 +GuyFawkesMask 769 +FairyHat 770 +WitchDoctorsMask 781 +BromenalHelmet 795 +BowlerHatBrown 800 +PinkieHelmet 801 +Earmuffs 848 +ElfNightcap 854 +Sunglasses 855 +KnitCap 856 +BullHelmet 877 +RedEggshellHat 882 +BlueEggshellHat 883 +YellowEggshellHat 884 +GreenEggshellHat 885 +OrangeEggshellHat 886 +DarkEggshellHat 887 +MagicGMTopHat 888 +MurdererCrown 889 +BeanieCopter 890 +RedRoseHat 897 +WhiteRoseHat 898 +PinkRoseHat 899 +YellowRoseHat 900 +OrangeRoseHat 901 +BlueRoseHat 902 +BucketHat 905 +TamOShanter 1173 +CashiersShade 1174 +AutumnMask 1175 +NutcrackerHat 1190 +Beret 1196 +RangerHat 1203 +AntlerHat 1204 +ChristmasTreeHat 1205 +SantaBeardHat 1206 +BunnyEars 1214 +MoubooHead 1216 +CatEars 1217 +PaperBag 1218 +MoubootaurHead 1219 +BunchOfParsley 1220 +SkullMask 1221 +SnowGoggles 1242 +HeartGlasses 1247 +RabbitEars 1255 +EggshellHat 1256 +ReadingGlasses 1275 +OperaMask 1276 +JesterMask 1277 +WitchHat 1278 +GoblinMask 1279 +RedDesertHat 2130 +GreenDesertHat 2131 +DarkBlueDesertHat 2132 +YellowDesertHat 2133 +LightBlueDesertHat 2134 +PinkDesertHat 2135 +BlackDesertHat 2136 +OrangeDesertHat 2137 +PurpleDesertHat 2138 +DarkGreenDesertHat 2139 +RedCottonHeadband 2140 +GreenCottonHeadband 2141 +DarkBlueCottonHeadband 2142 +YellowCottonHeadband 2143 +LightBlueCottonHeadband 2144 +PinkCottonHeadband 2145 +BlackCottonHeadband 2146 +OrangeCottonHeadband 2147 +PurpleCottonHeadband 2148 +DarkGreenCottonHeadband 2149 +RedRabbitEars 2190 +GreenRabbitEars 2191 +DarkBlueRabbitEars 2192 +YellowRabbitEars 2193 +LightBlueRabbitEars 2194 +PinkRabbitEars 2195 +BlackRabbitEars 2196 +OrangeRabbitEars 2197 +PurpleRabbitEars 2198 +DarkGreenRabbitEars 2199 +RedWizardHat 2200 +GreenWizardHat 2201 +DarkBlueWizardHat 2202 +YellowWizardHat 2203 +LightBlueWizardHat 2204 +PinkWizardHat 2205 +BlackWizardHat 2206 +OrangeWizardHat 2207 +PurpleWizardHat 2208 +DarkGreenWizardHat 2209 +RedBowlerHat 2210 +GreenBowlerHat 2211 +DarkBlueBowlerHat 2212 +YellowBowlerHat 2213 +LightBlueBowlerHat 2214 +PinkBowlerHat 2215 +BlackBowlerHat 2216 +OrangeBowlerHat 2217 +PurpleBowlerHat 2218 +DarkGreenBowlerHat 2219 +RedBowlerHatBrown 2230 +GreenBowlerHatBrown 2231 +DarkBlueBowlerHatBrown 2232 +YellowBowlerHatBrown 2233 +LightBlueBowlerHatBrown 2234 +PinkBowlerHatBrown 2235 +BlackBowlerHatBrown 2236 +OrangeBowlerHatBrown 2237 +PurpleBowlerHatBrown 2238 +DarkGreenBowlerHatBrown 2239 +RedBeret 2260 +GreenBeret 2261 +DarkBlueBeret 2262 +YellowBeret 2263 +LightBlueBeret 2264 +PinkBeret 2265 +BlackBeret 2266 +OrangeBeret 2267 +PurpleBeret 2268 +DarkGreenBeret 2269 +BlinkingEvil 2270 +BlinkingEvilRed 2271 +BlinkingEvilBlue 2272 +BlinkingEvilPink 2273 +BlinkingEvilYellow 2274 +CandleHelmet 4020 +YetiMask 4027 +WizardHat 4028 +BowlerHat 4030 +Monocle 4031 +PanHat 4032 +ChefHat 4033 +RedNose 4042 +DarkHelm 5128 +UnderworldMask 5129 +Phylactery 5130 +PointyWitchHat 5200 +Pipe 5201 +PilotHat 5202 +MoonshroomHat 5203 +CarbonGasMask 5204 +EskimoHat 5205 +TerraniteHead 5209 +GroovyHat 5226 +JazzyHat 5227 +ChicSantaHat 5228 +ScentedCandleHelmet 5229 +AnniversaryHat 5230 +RedPresentHat 5231 +GreenPresentHat 5232 +BluePresentHat 5233 +YellowPresentHat 5234 +AFKCap 5238 +Aureole 5239 +SmileyCap 5240 +RedShades 5241 +GreenShades 5242 +DarkBlueShades 5243 +YellowShades 5244 +LightBlueShades 5245 +PinkShades 5246 +BlackShades 5247 +OrangeShades 5248 +PurpleShades 5249 +DarkGreenShades 5250 +PVPCap 5255 +GoldenPVPCap 5257 +BlinkingHocus 5258 +BlinkingEvilHalloween 5259 +MovieCap 5262 +BlueWolfHelmet 5264 +CloverHat 5266 +AssassinMask 5273 +LeprechaunHat 5280 +PartyHatR 5281 +PartyHatG 5282 +PartyHatB 5283 +CactusDrink 501 +CactusPotion 502 +CandyCane 506 +XmasCake 508 +ChocolateBar 509 +Candy 510 +GingerBreadMan 512 +Cake 513 +XmasCandyCane 514 +CherryCake 519 +EasterEgg 520 +Milk 527 +RoastedMaggot 533 +OrangeCupcake 534 +RedApple 535 +Beer 539 +BottleOfWater 541 +ChickenLeg 562 +PinkPetal 565 +SmallMushroom 566 +IronPotion 567 +ConcentrationPotion 568 +Orange 657 +Steak 676 +TinyHealingPotion 684 +SmallHealingPotion 685 +MediumHealingPotion 686 +LargeHealingPotion 687 +ManaPotion 705 +SnakeEgg 714 +MountainSnakeEgg 715 +GrassSnakeEgg 716 +CaveSnakeEgg 717 +GreenApple 719 +PurificationPotion 733 +WhiteCake 736 +ChocolateCake 737 +OrangeCake 738 +AppleCake 739 +Acorn 743 +DilutedConcentrationPot 744 +DarkConcentrationPotion 745 +LacedChocolateCake 747 +LacedOrangeCupcake 748 +SlowPoisonPotion 750 +ZombieNachos 784 +LadyFingers 785 +JellAhh 786 +Snapple 787 +BeetleJuice 788 +GutBuster 789 +BloodWine 790 +HitchhikersTowel 808 +WhiteHitchhikersTowel 809 +RedHitchhikersTowel 810 +GreenHitchhikersTowel 811 +BlueHitchhikersTowel 812 +YellowHitchhikersTowel 813 +PurpleHitchhikersTowel 814 +OrangeHitchhikersTowel 815 +PinkHitchhikersTowel 816 +TealHitchhikersTowel 817 +LimeHitchhikersTowel 818 +TinyManaElixir 825 +SmallManaElixir 826 +MediumManaElixir 827 +LargeManaElixir 828 +CranberryLollipop 838 +GrapeLollipop 839 +OrangeLollipop 840 +PollettEgg 1189 +CaramelApple 1229 +LollipopColor1 1230 +LollipopColor2 1231 +LollipopColor3 1232 +Blueberries 1248 +Pear 1250 +Plum 1251 +Cherry 1252 +GoldenDeliciousApple 1253 +Honey 1258 +Scissors 1280 +ShockSweet 1281 +RubberBat 3001 +TonoriDelight 3006 +Marshmallow 3007 +JellySkull 3009 +CandyPumpkin 3010 +PickledBeets 4035 +RoastedAcorn 4036 +MTJarofOwnBlood 5126 +GrassFedTofu 5210 +VeganWater 5213 +LactoseFreeAcorn 5214 +TMWBirthdayGift 5235 +GumiCandy 5236 +CaramelCandy 5237 +LovePotion 5263 +AlizarinScroll 5267 +CobaltScroll 5268 +GambogeScroll 5269 +MauveScroll 5270 +JoyplimScroll 5271 +XmasSeeds 5277 +Tomato 5251 +CottonShorts 586 +JeansShorts 610 +CottonSkirt 632 +JeansChaps 642 +CottonTrousers 648 +AssassinPants 731 +TerraniteLegs 768 +Miniskirt 771 +BromenalLegs 796 +LeatherTrousers 857 +RaggedShorts 881 +SilkPants 1172 +RedCottonSkirt 2100 +GreenCottonSkirt 2101 +DarkBlueCottonSkirt 2102 +YellowCottonSkirt 2103 +LightBlueCottonSkirt 2104 +PinkCottonSkirt 2105 +BlackCottonSkirt 2106 +OrangeCottonSkirt 2107 +PurpleCottonSkirt 2108 +DarkGreenCottonSkirt 2109 +RedCottonShorts 2110 +GreenCottonShorts 2111 +DarkBlueCottonShorts 2112 +YellowCottonShorts 2113 +LightBlueCottonShorts 2114 +PinkCottonShorts 2115 +BlackCottonShorts 2116 +OrangeCottonShorts 2117 +PurpleCottonShorts 2118 +DarkGreenCottonShorts 2119 +RedMiniskirt 2170 +GreenMiniskirt 2171 +DarkBlueMiniskirt 2172 +YellowMiniskirt 2173 +LightBlueMiniskirt 2174 +PinkMiniskirt 2175 +BlackMiniskirt 2176 +OrangeMiniskirt 2177 +PurpleMiniskirt 2178 +DarkGreenMiniskirt 2179 +RedCottonTrousers 2180 +GreenCottonTrousers 2181 +DarkBlueCottonTrousers 2182 +YellowCottonTrousers 2183 +LightBlueCottonTrousers 2184 +PinkCottonTrousers 2185 +BlackCottonTrousers 2186 +OrangeCottonTrousers 2187 +PurpleCottonTrousers 2188 +DarkGreenCottonTrousers 2189 +MinerGloves 531 +LeatherGloves 532 +WinterGloves 563 +CottonGloves 741 +AssassinGloves 756 +BromenalGloves 794 +SilkGloves 868 +RedCottonGloves 2160 +GreenCottonGloves 2161 +DarkBlueCottonGloves 2162 +YellowCottonGloves 2163 +LightBlueCottonGloves 2164 +PinkCottonGloves 2165 +BlackCottonGloves 2166 +OrangeCottonGloves 2167 +PurpleCottonGloves 2168 +DarkGreenCottonGloves 2169 +ScarabArmlet 585 +SteelShield 601 +WoodenShield 602 +LeatherShield 603 +BromenalShield 797 +DragonShield 5285 +PinkieScroll 6000 -- cgit v1.2.3-60-g2f50 From 25de219350855790c91f3a1600371704f456b95c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:07:31 -0300 Subject: Try out a more explosive CI --- .gitlab-ci.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38a3425e..a27382aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,45 @@ stages: +- sync - deploy image: ubuntu:18.04 before_script: - uname -a +legacy: + stage: sync + tags: + - glados + script: + - apt-get -qq update + - apt-get install -qq -y make zip zlib1g-dev zlibc python ssh rsync python3 git + - git config --global credential.helper store + - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials + - ./tools/evolved.py + - git commit -a -m "Regenerate databases" --author="Numa " + - git push # may cause a CI loop >.< + only: + - master + allow_failure: true + +evolved: + stage: deploy + tags: + - glados + script: + - apt-get -qq update + - apt-get install -qq -y make zip zlib1g-dev zlibc python ssh rsync python3 git + - git config --global credential.helper store + - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials + - git clone https://git.themanaworld.org/evolved/serverdata.git evolved + - cp -v world/map/db/mob_db.conf evolved/db/pre-re/ + - cp -v world/map/db/item_db.conf evolved/db/pre-re/ + - cd evolved + - git commit -a -m "Sync with Legacy repo" --author="Numa " + - git push + only: + - master + pages: stage: deploy variables: -- cgit v1.2.3-60-g2f50 From 2c1a03be4dc0b94c2d86384f74b633a38ceec850 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:39:31 -0300 Subject: Mirror fixes --- .gitlab-ci.yml | 1 + world/map/db/item_db.conf | 15142 ++++++++++++++++++++++++++++++++++++++++++++ world/map/db/mob_db.conf | 7210 +++++++++++++++++++++ 3 files changed, 22353 insertions(+) create mode 100644 world/map/db/item_db.conf create mode 100644 world/map/db/mob_db.conf diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a27382aa..bf66727c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ legacy: - apt-get install -qq -y make zip zlib1g-dev zlibc python ssh rsync python3 git - git config --global credential.helper store - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials + - git submodule update --init - ./tools/evolved.py - git commit -a -m "Regenerate databases" --author="Numa " - git push # may cause a CI loop >.< diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf new file mode 100644 index 00000000..b5cbc267 --- /dev/null +++ b/world/map/db/item_db.conf @@ -0,0 +1,15142 @@ +//========================================================================= +//= Items Database +//========================================================================= + +item_db: ( +// Items Database +// +/****************************************************************************** + ************* Entry structure ************************************************ + ****************************************************************************** +{ + // =================== Mandatory fields =============================== + Id: ID (int) + AegisName: "Aegis_Name" (string) + Name: "Item Name" (string) + // =================== Optional fields ================================ + Type: Item Type (string, defaults to "IT_ETC") + Buy: Buy Price (int, defaults to Sell * 2) + Sell: Sell Price (int, defaults to Buy / 2) + Weight: Item Weight (int, defaults to 0) + Atk: Attack (int, defaults to 0) + Matk: Magical Attack (int, defaults to 0, ignored in pre-re) + Def: Defense (int, defaults to 0) + Range: Attack Range (int, defaults to 0) + MinRange: Minimal Attack Range (int, defaults to 0) + Slots: Slots (int, defaults to 0) + Job: Job mask (int, defaults to all jobs = 0xFFFFFFFF) + Upper: Upper mask (bitmask array, string or int, defaults to "ITEMUPPER_ALL") + Gender: Gender (string, defaults to "SEX_ANY") + Loc: Equip location (bitmask array, string or int, required value for equipment) + WeaponLv: Weapon Level (int, defaults to 0) + EquipLv: Equip required level (int, defaults to 0) + EquipLv: [min, max] (alternative syntax with min / max level) + Refine: Refineable (boolean, defaults to true) + DisableOptions: true/false (boolean, defaults to false !!for equipments only!!) [Smokexyz] + Subtype: Item Subtype (int, defaults to 0) + W_FIST, ///< Bare hands + W_DAGGER, //1 + W_1HSWORD, //2 + W_2HSWORD, //3 + W_1HSPEAR, //4 + W_2HSPEAR, //5 + W_1HAXE, //6 + W_2HAXE, //7 + W_MACE, //8 + W_2HMACE, //9 + W_STAFF, //10 + W_BOW, //11 + W_KNUCKLE, //12 + W_MUSICAL, //13 + W_WHIP, //14 + W_BOOK, //15 + W_KATAR, //16 + W_REVOLVER, //17 + W_RIFLE, //18 + W_GATLING, //19 + W_SHOTGUN, //20 + W_GRENADE, //21 + W_HUUMA, //22 + W_2HSTAFF, //23 + ViewSprite: Sprite view ID (int, defaults to 0) + BindOnEquip: true/false (boolean, defaults to false) + ForceSerial: true/false (boolean, defaults to false) + BuyingStore: true/false (boolean, defaults to false) + Delay: Delay to use item (int, defaults to 0) + FloorLifeTime: Delay to remove item from ground (int, default flooritem_lifetime) + KeepAfterUse: true/false (boolean, defaults to false) + DropAnnounce: true/false (boolean, defaults to false) + AllowPickup: true/false (boolean, defaults to true) + Charm: true/false (boolean, defaults to false) + MaxFloorOffset: [x, y] (int, defaults to 8) + MaxFloorOffset: offset (int, defaults to 8) + Identified: true/false (boolean, default to true) + RequiredStr: required strength (int, default to 0) + RequiredAgi: required agility (int, default to 0) + RequiredVit: required vitality (int, default to 0) + RequiredInt: required intellect (int, default to 0) + RequiredDex: required dexterity (int, default to 0) + RequiredLuk: required luck (int, default to 0) + RequiredMaxHp: required max hp (int, default to 0) + RequiredMaxSp: required max sp (int, default to 0) + RequiredAtk: required attack (int, default to 0) + RequiredMAtkMin: required minimal magic attack (int, default to 0) + RequiredMAtkMax: required maximum magic attack (int, default to 0) + RequiredDef: required defence (int, default to 0) + RequiredMDef: required magic defence (int, default to 0) + RequiredSkill: required skill (int, default to 0) + UseEffect: effect if use/equip item success (int, default to -1) + UseFailEffect: effect if use/equip item failed (int, default to -1) + UnequipEffect: effect if unequip item success (int, default to -1) + UnequipFailEffect: effect if unequip item failed (int, default to -1) + Trade: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + nodrop: true/false (boolean, defaults to false) + notrade: true/false (boolean, defaults to false) + partneroverride: true/false (boolean, defaults to false) + noselltonpc: true/false (boolean, defaults to false) + nocart: true/false (boolean, defaults to false) + nostorage: true/false (boolean, defaults to false) + nogstorage: true/false (boolean, defaults to false) + nomail: true/false (boolean, defaults to false) + noauction: true/false (boolean, defaults to false) + } + Nouse: { (defaults to no restrictions) + override: GroupID (int, defaults to 100) + sitting: true/false (boolean, defaults to false) + } + Stack: [amount, type] (int, defaults to 0) + Sprite: SpriteID (int, defaults to 0) + Script: <" + Script + (it can be multi-line) + "> + OnEquipScript: <" OnEquip Script (can also be multi-line) "> + OnUnequipScript: <" OnUnequip Script (can also be multi-line) "> + OnDropScript: <" OnDrop Script (can also be multi-line) "> + OnTakeScript: <" OnTake Script (can also be multi-line) "> + OnInsertCardScript: <" OnInsert card Script (can also be multi-line) "> + AllowCards: { + idNUM: amount (NUM is id number, amount is amount) + } + AllowAmmo: { + idNUM: something (NUM is id number) + } +}, +******************************************************************************/ +{ + Id: 521 + AegisName: "Dagger" + Name: "Dagger" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id: 522 + AegisName: "SharpKnife" + Name: "SharpKnife" + Type: "IT_WEAPON" + Buy: 100 + Sell: 50 + Weight: 150 + Atk: 10 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id: 529 + AegisName: "IronArrow" + Name: "IronArrow" + Type: "IT_AMMO" + Buy: 4 + Sell: 2 + Weight: 1 + Atk: 40 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 529 + Subtype: "A_ARROW" +}, +{ + Id: 530 + AegisName: "ShortBow" + Name: "ShortBow" + Type: "IT_WEAPON" + Buy: 2500 + Sell: 1000 + Weight: 600 + Atk: 50 + Range: 5 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 4 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -5; + "> +}, +{ + Id: 536 + AegisName: "ShortSword" + Name: "ShortSword" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 90 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" +}, +{ + Id: 545 + AegisName: "ForestBow" + Name: "ForestBow" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 5000 + Weight: 1200 + Atk: 70 + Range: 5 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -7; + "> +}, +{ + Id: 547 + AegisName: "Bardiche" + Name: "Bardiche" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 548 + AegisName: "Halberd" + Name: "Halberd" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1400 + Atk: 180 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 549 + AegisName: "Axe" + Name: "Axe" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1200 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_1HAXE" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 550 + AegisName: "BlacksmithsAxe" + Name: "BlacksmithsAxe" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1200 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_1HAXE" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 561 + AegisName: "Sabre" + Name: "Sabre" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 5000 + Weight: 300 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" +}, +{ + Id: 570 + AegisName: "BoneKnife" + Name: "BoneKnife" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 6000 + Weight: 450 + Atk: 115 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id: 571 + AegisName: "Setzer" + Name: "Setzer" + Type: "IT_WEAPON" + Buy: 20000 + Sell: 8000 + Weight: 900 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id: 572 + AegisName: "Scimitar" + Name: "Scimitar" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 200 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 573 + AegisName: "Falchion" + Name: "Falchion" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 300 + Atk: 270 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + bonus bDoubleAddRate, 40; + bonus bHit, -25; + bonus bCritical, -25; + "> +}, +{ + Id: 574 + AegisName: "ScorpionKing" + Name: "Scorpion King" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 600 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 575 + AegisName: "DesertBow" + Name: "DesertBow" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1200 + Atk: 85 + Range: 7 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -10; + "> +}, +{ + Id: 576 + AegisName: "Beheader" + Name: "Beheader" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 2000 + Atk: 999 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_2HAXE" + OnEquipScript: <" + callfunc "NoBowItem", EQI_HAND_R; + if (readparam(bInt) > 1) + unequip(EQI_HAND_R); + "> + Script: <" + bonus bDoubleAddRate, 50; + bonus bSpeedAddRate, 10; + bonus bHit, -20; + bonus bCritical, -25; + "> +}, +{ + Id: 577 + AegisName: "BoneDarts" + Name: "BoneDarts" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 300 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_HUUMA" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 578 + AegisName: "SandCutter" + Name: "SandCutter" + Type: "IT_WEAPON" + Buy: 30000 + Sell: 15000 + Weight: 1500 + Atk: 140 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 2 + EquipLv: 80 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + bonus bDoubleAddRate, 5; + "> +}, +{ + Id: 579 + AegisName: "RockKnife" + Name: "RockKnife" + Type: "IT_WEAPON" + Buy: 15000 + Sell: 7500 + Weight: 500 + Atk: 110 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" + Script: <" + bonus bVit, 3; + "> +}, +{ + Id: 580 + AegisName: "StaffOfLife" + Name: "StaffOfLife" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 581 + AegisName: "CrescentRod" + Name: "CrescentRod" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 582 + AegisName: "StaffOfFire" + Name: "StaffOfFire" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 583 + AegisName: "StaffOfIce" + Name: "StaffOfIce" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 1500 + Atk: 100 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 584 + AegisName: "Jackal" + Name: "Jackal" + Type: "IT_WEAPON" + Buy: 8000 + Sell: 4000 + Weight: 100 + Atk: 120 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + bonus bDoubleAddRate, 30; + "> +}, +{ + Id: 587 + AegisName: "Sword" + Name: "Sword" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 588 + AegisName: "BastardSword" + Name: "BastardSword" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 591 + AegisName: "LongSword" + Name: "LongSword" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 594 + AegisName: "Spear" + Name: "Spear" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 200 + Atk: 15 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 596 + AegisName: "Pike" + Name: "Pike" + Type: "IT_WEAPON" + Buy: 20 + Sell: 10 + Weight: 1600 + Atk: 140 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 + EquipLv: 0 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSPEAR" + Script: <" + callfunc "UnreleasedItem", EQI_HAND_R; + "> +}, +{ + Id: 623 + AegisName: "Scythe" + Name: "Scythe" + Type: "IT_WEAPON" + Buy: 100 + Sell: 50 + Weight: 1200 + Atk: 75 + Range: 2 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 2 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_2HSPEAR" +}, +{ + Id: 758 + AegisName: "WoodenStaff" + Name: "WoodenStaff" + Type: "IT_WEAPON" + Buy: 4000 + Sell: 2000 + Weight: 1000 + Atk: 50 + 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, 10; + if (getskilllv(SKILL_CONFRINGO)) + addtoskill(SKILL_CONFRINGO, 1, 2); + "> +}, +{ + Id: 1171 + AegisName: "Wand" + Name: "Wand" + Type: "IT_WEAPON" + Buy: 400 + Sell: 200 + Weight: 100 + Atk: 1 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_STAFF" + OnEquipScript: <" + callfunc "RequireStat", bInt, 5, EQI_HAND_R; + "> + Script: <" + bonus bMatkRate, 5; + "> +}, +{ + Id: 762 + AegisName: "TerraniteArrow" + Name: "TerraniteArrow" + Type: "IT_AMMO" + Buy: 80 + Sell: 20 + Weight: 1 + Atk: 50 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 762 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 20; + "> +}, +{ + Id: 867 + AegisName: "IceGladius" + Name: "IceGladius" + Type: "IT_WEAPON" + Buy: 2000 + Sell: 1000 + Weight: 1000 + Atk: 110 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id: 878 + AegisName: "BansheeBow" + Name: "BansheeBow" + Type: "IT_WEAPON" + Buy: 101000 + Sell: 40000 + Weight: 900 + Atk: 140 + 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: <" + bonus2 bHPDrainRate, 100, -2; + bonus bAspdRate, 20; + bonus bMaxHP, -150; + bonus bSpeedAddRate, 10; + bonus bDefRate, -40; + bonus bDef2Rate, -35; + bonus bMatkRate, -9; + "> +}, +{ + Id: 903 + AegisName: "SlingShot" + Name: "SlingShot" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 10 + Atk: 5 + Range: 4 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id904: 1 + } +}, +{ + Id: 904 + AegisName: "SlingBullet" + Name: "SlingBullet" + Type: "IT_AMMO" + Buy: 1 + Sell: 0 + Weight: 1 + Atk: 3 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 904 + Subtype: "A_ARROW" +}, +{ + Id: 906 + AegisName: "KidBook" + Name: "KidBook" + Type: "IT_WEAPON" + Buy: 10000 + Sell: 5000 + Weight: 100 + Atk: 1 + Range: 3 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 1 + Refine: false + Subtype: "W_HUUMA" +}, +{ + Id: 1199 + AegisName: "Arrow" + Name: "Arrow" + Type: "IT_AMMO" + Buy: 1 + Sell: 0 + Weight: 1 + Atk: 20 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 1199 + Subtype: "A_ARROW" +}, +{ + Id: 1200 + AegisName: "Bow" + Name: "Bow" + Type: "IT_WEAPON" + Buy: 1000 + Sell: 500 + Weight: 20 + Atk: 20 + Range: 5 + Slots: 0 + Loc: ["EQP_HAND_L", "EQP_HAND_R"] + WeaponLv: 1 + EquipLv: 4 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id529: 1 + Id762: 1 + Id1199: 1 + Id1282: 1 + } + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 1201 + AegisName: "Knife" + Name: "Knife" + Type: "IT_WEAPON" + Buy: 50 + Sell: 25 + Weight: 120 + Atk: 5 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_DAGGER" +}, +{ + Id: 1215 + AegisName: "ToySabre" + Name: "ToySabre" + Type: "IT_WEAPON" + Buy: 2000000 + Sell: 25 + Weight: 1 + Atk: 1 + Range: 1 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_1HSWORD" +}, +{ + Id: 1282 + AegisName: "BoneArrows" + Name: "BoneArrows" + Type: "IT_AMMO" + Buy: 50 + Sell: 20 + Weight: 0 + Atk: 55 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 1282 + Subtype: "A_ARROW" + Script: <" + bonus bCritical, 1; + "> +}, +{ + Id: 5260 + AegisName: "Snowball" + Name: "Snowball" + Type: "IT_AMMO" + Buy: 1 + Sell: 0 + Weight: 1 + Atk: 20 + Slots: 0 + Loc: "EQP_AMMO" + Refine: false + ViewSprite: 5260 + Subtype: "A_SHELL" +}, +{ + Id: 5261 + AegisName: "SnowLauncher" + Name: "SnowLauncher" + Type: "IT_WEAPON" + Buy: 500 + Sell: 50 + Weight: 10 + Atk: 20 + Range: 3 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 1 + Subtype: "W_BOW" + AllowAmmo: { + Id5260: 1 + } +}, +{ + Id: 5284 + AegisName: "Revolver" + Name: "Revolver" + Type: "IT_WEAPON" + Buy: 150000 + Sell: 500 + Weight: 3000 + Atk: 120 + Range: 5 + Slots: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: false + ViewSprite: 5284 + Subtype: "W_BOW" + AllowAmmo: { + Id904: 1 + } + Nouse: { + override: 1 + } +}, + +/* Rings & Accessories */ +{ + Id: 702 + AegisName: "WeddingRing" + Name: "WeddingRing" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 702 +}, +{ + Id: 742 + AegisName: "FourLeafClover" + Name: "FourLeafClover" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 742 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id: 749 + AegisName: "Towel" + Name: "Towel" + Type: "IT_ARMOR" + Buy: 800 + Sell: 250 + Weight: 50 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 749 +}, +{ + Id: 829 + AegisName: "CrozeniteFourLeafAmulet" + Name: "CrozeniteFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 829 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id: 830 + AegisName: "BromenalFourLeafAmulet" + Name: "BromenalFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 2000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 830 + Script: <" + bonus bLuk, 2; + "> +}, +{ + Id: 831 + AegisName: "SilverFourLeafAmulet" + Name: "SilverFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 831 + Script: <" + bonus bLuk, 3; + "> +}, +{ + Id: 832 + AegisName: "GoldenFourLeafAmulet" + Name: "GoldenFourLeafAmulet" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 4000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 832 + Script: <" + bonus bLuk, 4; + "> +}, +{ + Id: 865 + AegisName: "Grimoire" + Name: "Grimoire" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 100 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 865 + Script: <" + bonus bMaxSP, 30; + "> +}, +{ + Id: 879 + AegisName: "HeartOfIsis" + Name: "HeartOfIsis" + Type: "IT_ARMOR" + Buy: 70000 + Sell: 35000 + Weight: 40 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + WeaponLv: 0 + EquipLv: 85 + Refine: false + ViewSprite: 879 + Script: <" + bonus bMaxHPrate, 15; + bonus bHPrecovRate, 65; + "> +}, +{ + Id: 1227 + AegisName: "EnchantersAmulet" + Name: "EnchantersAmulet" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 1227 + Script: <" + bonus bHit, 22; + "> +}, +{ + Id: 1244 + AegisName: "DarkTalisman" + Name: "DarkTalisman" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 1244 + Script: <" + bonus bMatkRate, 10; + bonus bMdef, 30; + "> +}, +{ + Id: 4008 + AegisName: "DiamondRing" + Name: "DiamondRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4008 + Script: <" + bonus bVit, 1; + "> +}, +{ + Id: 4009 + AegisName: "RubyRing" + Name: "RubyRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4009 + Script: <" + bonus bStr, 1; + "> +}, +{ + Id: 4010 + AegisName: "EmeraldRing" + Name: "EmeraldRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4010 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id: 4011 + AegisName: "SapphireRing" + Name: "SapphireRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4011 + Script: <" + bonus bInt, 1; + "> +}, +{ + Id: 4012 + AegisName: "TopazRing" + Name: "TopazRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4012 + Script: <" + bonus bAgi, 1; + "> +}, +{ + Id: 4013 + AegisName: "AmethystRing" + Name: "AmethystRing" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4013 + Script: <" + bonus bDex, 1; + "> +}, +{ + Id: 4014 + AegisName: "SimpleRing" + Name: "SimpleRing" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 2500 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 4014 +}, +{ + Id: 677 + AegisName: "HeartNecklace" + Name: "HeartNecklace" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 0 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_L" + Refine: false + ViewSprite: 677 +}, +{ + Id: 5252 + AegisName: "GuardianWings" + Name: "GuardianWings" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 5252 +}, +{ + Id: 5253 + AegisName: "MageRing" + Name: "MageRing" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 5253 + Script: <" + bonus bInt, 1; + "> +}, +{ + Id: 5272 + AegisName: "ManaPearl" + Name: "Mana Pearl" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 5272 + Script: <" + bonus bInt, 1; + bonus bMatkRate, 1; + bonus bMaxSP, 55; + bonus bMdef, 11; + "> +}, +{ + Id: 5274 + AegisName: "AssassinRing" + Name: "Assassin Ring" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ACC_R" + Refine: false + ViewSprite: 5274 + Script: <" + callfunc "BrawlingItem", EQI_ACC_R; + bonus bAgi, 1; + bonus bCritical, 5; + bonus bAspdRate, 5; + "> +}, +{ + Id: 5275 + AegisName: "AssassinAmulet" + Name: "Assassin Amulet" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Loc: "EQP_ARMOR" + Refine: false + ViewSprite: 5275 + Script: <" + callfunc "BrawlingItem", EQI_ARMOR; + bonus bAgi, 1; + bonus bDoubleAddRate, 5; + bonus bHit, 25; + "> +}, +/* Boots */ +{ + Id: 528 + AegisName: "Boots" + Name: "Boots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 80 + Def: 2 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 528 +}, +{ + Id: 655 + AegisName: "FurBoots" + Name: "FurBoots" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 600 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 655 +}, +{ + Id: 734 + AegisName: "BlackBoots" + Name: "BlackBoots" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 3000 + Weight: 25 + Def: 3 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 734 +}, +{ + Id: 735 + AegisName: "CottonBoots" + Name: "CottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 735 +}, +{ + Id: 757 + AegisName: "AssassinBoots" + Name: "AssassinBoots" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 10 + Def: 3 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 757 + Script: <" + callfunc "BrawlingItem", EQI_SHOES; + bonus bAgi, 4; + bonus bMatkRate, -1; + "> +}, +{ + Id: 792 + AegisName: "BromenalBoots" + Name: "BromenalBoots" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 792 +}, +{ + Id: 876 + AegisName: "WarlordBoots" + Name: "WarlordBoots" + Type: "IT_ARMOR" + Buy: 19000 + Sell: 2000 + Weight: 550 + Def: 5 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 876 + Script: <" + bonus bMatkRate, -4; + "> +}, +{ + Id: 2150 + AegisName: "RedCottonBoots" + Name: "RedCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2150 +}, +{ + Id: 2151 + AegisName: "GreenCottonBoots" + Name: "GreenCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2151 +}, +{ + Id: 2152 + AegisName: "DarkBlueCottonBoots" + Name: "DarkBlueCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2152 +}, +{ + Id: 2153 + AegisName: "YellowCottonBoots" + Name: "YellowCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2153 +}, +{ + Id: 2154 + AegisName: "LightBlueCottonBoots" + Name: "LightBlueCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2154 +}, +{ + Id: 2155 + AegisName: "PinkCottonBoots" + Name: "PinkCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2155 +}, +{ + Id: 2156 + AegisName: "BlackCottonBoots" + Name: "BlackCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2156 +}, +{ + Id: 2157 + AegisName: "OrangeCottonBoots" + Name: "OrangeCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2157 +}, +{ + Id: 2158 + AegisName: "PurpleCottonBoots" + Name: "PurpleCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2158 +}, +{ + Id: 2159 + AegisName: "DarkGreenCottonBoots" + Name: "DarkGreenCottonBoots" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 30 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 2159 +}, +{ + Id: 1188 + AegisName: "RedStockings" + Name: "RedStockings" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_SHOES" + Refine: false + ViewSprite: 1188 +}, +{ + Id: 503 + AegisName: "CasinoCoins" + Name: "CasinoCoins" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 503 +}, +{ + Id: 504 + AegisName: "DecorCandy" + Name: "DecorCandy" + Type: "IT_ETC" + Buy: 25 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 504 +}, +{ + Id: 505 + AegisName: "MaggotSlime" + Name: "MaggotSlime" + Type: "IT_ETC" + Buy: 8 + Sell: 4 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 505 +}, +{ + Id: 507 + AegisName: "ScorpionStinger" + Name: "ScorpionStinger" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 507 +}, +{ + Id: 515 + AegisName: "PurplePresentBox" + Name: "PurplePresentBox" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 515 +}, +{ + Id: 516 + AegisName: "BluePresentBox" + Name: "BluePresentBox" + Type: "IT_ETC" + Buy: 60 + Sell: 30 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 516 +}, +{ + Id: 517 + AegisName: "RedScorpionStinger" + Name: "RedScorpionStinger" + Type: "IT_ETC" + Buy: 170 + Sell: 85 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 517 +}, +{ + Id: 518 + AegisName: "BugLeg" + Name: "BugLeg" + Type: "IT_ETC" + Buy: 100 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 518 +}, +{ + Id: 526 + AegisName: "CoinBag" + Name: "CoinBag" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 526 +}, +{ + Id: 537 + AegisName: "TreasureKey" + Name: "TreasureKey" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 537 +}, +{ + Id: 538 + AegisName: "GreenPresentBox" + Name: "GreenPresentBox" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 538 +}, +{ + Id: 540 + AegisName: "EmptyBottle" + Name: "EmptyBottle" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 540 +}, +{ + Id: 542 + AegisName: "BottleOfSand" + Name: "BottleOfSand" + Type: "IT_ETC" + Buy: 70 + Sell: 35 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 542 +}, +{ + Id: 551 + AegisName: "AquaHint" + Name: "AquaHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 551 +}, +{ + Id: 552 + AegisName: "MagentaHint" + Name: "MagentaHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 552 +}, +{ + Id: 553 + AegisName: "YellowHint" + Name: "YellowHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 553 +}, +{ + Id: 554 + AegisName: "GreenHint" + Name: "GreenHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 554 +}, +{ + Id: 555 + AegisName: "TealHint" + Name: "TealHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 555 +}, +{ + Id: 556 + AegisName: "PurpleHint" + Name: "PurpleHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 556 +}, +{ + Id: 557 + AegisName: "RedHint" + Name: "RedHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 557 +}, +{ + Id: 558 + AegisName: "BlueHint" + Name: "BlueHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 558 +}, +{ + Id: 559 + AegisName: "OrangeHint" + Name: "OrangeHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 559 +}, +{ + Id: 560 + AegisName: "GrayHint" + Name: "GrayHint" + Type: "IT_ETC" + Buy: 20 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 560 +}, +{ + Id: 569 + AegisName: "RawLog" + Name: "RawLog" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 569 +}, +{ + Id: 589 + AegisName: "Toothbrush" + Name: "Toothbrush" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 589 +}, +{ + Id: 611 + AegisName: "WhiteFur" + Name: "WhiteFur" + Type: "IT_ETC" + Buy: 8 + Sell: 4 + Weight: 8 + Def: 0 + Refine: false + ViewSprite: 611 +}, +{ + Id: 612 + AegisName: "CaveSnakeLamp" + Name: "CaveSnakeLamp" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 612 +}, +{ + Id: 613 + AegisName: "HardSpike" + Name: "HardSpike" + Type: "IT_ETC" + Buy: 40 + Sell: 10 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 613 +}, +{ + Id: 614 + AegisName: "PinkAntenna" + Name: "PinkAntenna" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 614 +}, +{ + Id: 631 + AegisName: "DarkCrystal" + Name: "DarkCrystal" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 631 +}, +{ + Id: 635 + AegisName: "SantaCookie" + Name: "SantaCookie" + Type: "IT_ETC" + Buy: 1 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 635 +}, +{ + Id: 640 + AegisName: "IronOre" + Name: "IronOre" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 640 +}, +{ + Id: 641 + AegisName: "SnakeSkin" + Name: "SnakeSkin" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 15 + Def: 0 + Refine: false + ViewSprite: 641 +}, +{ + Id: 660 + AegisName: "CottonCloth" + Name: "CottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 660 +}, +{ + Id: 661 + AegisName: "RedRose" + Name: "RedRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 661 +}, +{ + Id: 662 + AegisName: "WhiteRose" + Name: "WhiteRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 662 +}, +{ + Id: 663 + AegisName: "DarkRedRose" + Name: "DarkRedRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 663 +}, +{ + Id: 664 + AegisName: "PinkRose" + Name: "PinkRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 664 +}, +{ + Id: 665 + AegisName: "YellowRose" + Name: "YellowRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 665 +}, +{ + Id: 666 + AegisName: "BlackRose" + Name: "BlackRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 666 +}, +{ + Id: 667 + AegisName: "OrangeRose" + Name: "OrangeRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 667 +}, +{ + Id: 668 + AegisName: "BlueRose" + Name: "BlueRose" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 668 +}, +{ + Id: 669 + AegisName: "YellowTulip" + Name: "YellowTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 669 +}, +{ + Id: 670 + AegisName: "PurpleTulip" + Name: "PurpleTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 670 +}, +{ + Id: 671 + AegisName: "RedTulip" + Name: "RedTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 671 +}, +{ + Id: 672 + AegisName: "WhiteTulip" + Name: "WhiteTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 672 +}, +{ + Id: 673 + AegisName: "PinkTulip" + Name: "PinkTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 673 +}, +{ + Id: 674 + AegisName: "OrangeTulip" + Name: "OrangeTulip" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 674 +}, +{ + Id: 680 + AegisName: "MauveHerb" + Name: "MauveHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 680 +}, +{ + Id: 681 + AegisName: "CobaltHerb" + Name: "CobaltHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 681 +}, +{ + Id: 682 + AegisName: "GambogeHerb" + Name: "GambogeHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 682 +}, +{ + Id: 683 + AegisName: "AlizarinHerb" + Name: "AlizarinHerb" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 683 +}, +{ + Id: 690 + AegisName: "RedDye" + Name: "RedDye" + Type: "IT_ETC" + Buy: 100 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 690 +}, +{ + Id: 691 + AegisName: "GreenDye" + Name: "GreenDye" + Type: "IT_ETC" + Buy: 2500 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 691 +}, +{ + Id: 692 + AegisName: "DarkBlueDye" + Name: "DarkBlueDye" + Type: "IT_ETC" + Buy: 40000 + Sell: 15000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 692 +}, +{ + Id: 693 + AegisName: "YellowDye" + Name: "YellowDye" + Type: "IT_ETC" + Buy: 100 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 693 +}, +{ + Id: 694 + AegisName: "LightBlueDye" + Name: "LightBlueDye" + Type: "IT_ETC" + Buy: 100 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 694 +}, +{ + Id: 695 + AegisName: "PinkDye" + Name: "PinkDye" + Type: "IT_ETC" + Buy: 2500 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 695 +}, +{ + Id: 696 + AegisName: "BlackDye" + Name: "BlackDye" + Type: "IT_ETC" + Buy: 30000 + Sell: 15000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 696 +}, +{ + Id: 697 + AegisName: "OrangeDye" + Name: "OrangeDye" + Type: "IT_ETC" + Buy: 2500 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 697 +}, +{ + Id: 698 + AegisName: "PurpleDye" + Name: "PurpleDye" + Type: "IT_ETC" + Buy: 70000 + Sell: 35000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 698 +}, +{ + Id: 699 + AegisName: "DarkGreenDye" + Name: "DarkGreenDye" + Type: "IT_ETC" + Buy: 2000 + Sell: 1000 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 699 +}, +{ + Id: 700 + AegisName: "Pearl" + Name: "Pearl" + Type: "IT_ETC" + Buy: 5000 + Sell: 3000 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 700 +}, +{ + Id: 701 + AegisName: "PileOfAsh" + Name: "PileOfAsh" + Type: "IT_ETC" + Buy: 3000 + Sell: 100 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 701 +}, +{ + Id: 703 + AegisName: "SulphurPowder" + Name: "SulphurPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 25 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 703 +}, +{ + Id: 704 + AegisName: "IronPowder" + Name: "IronPowder" + Type: "IT_ETC" + Buy: 800 + Sell: 80 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 704 +}, +{ + Id: 706 + AegisName: "GoldenScorpionStinger" + Name: "GoldenScorpionStinger" + Type: "IT_ETC" + Buy: 2000 + Sell: 500 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 706 +}, +{ + Id: 707 + AegisName: "MonsterOilPotion" + Name: "MonsterOilPotion" + Type: "IT_ETC" + Buy: 10000 + Sell: 2000 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 707 +}, +{ + Id: 708 + AegisName: "LeatherPatch" + Name: "LeatherPatch" + Type: "IT_ETC" + Buy: 300 + Sell: 150 + Weight: 18 + Def: 0 + Refine: false + ViewSprite: 708 +}, +{ + Id: 709 + AegisName: "BlackScorpionStinger" + Name: "BlackScorpionStinger" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 709 +}, +{ + Id: 710 + AegisName: "SnakeTongue" + Name: "SnakeTongue" + Type: "IT_ETC" + Buy: 60 + Sell: 30 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 710 +}, +{ + Id: 711 + AegisName: "MountainSnakeTongue" + Name: "MountainSnakeTongue" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 711 +}, +{ + Id: 712 + AegisName: "GrassSnakeTongue" + Name: "GrassSnakeTongue" + Type: "IT_ETC" + Buy: 160 + Sell: 80 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 712 +}, +{ + Id: 713 + AegisName: "CaveSnakeTongue" + Name: "CaveSnakeTongue" + Type: "IT_ETC" + Buy: 120 + Sell: 60 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 713 +}, +{ + Id: 718 + AegisName: "SilkCocoon" + Name: "SilkCocoon" + Type: "IT_ETC" + Buy: 200 + Sell: 3 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 718 +}, +{ + Id: 727 + AegisName: "Iten" + Name: "Iten" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 8000 + Def: 0 + Refine: false + ViewSprite: 727 +}, +{ + Id: 728 + AegisName: "MoubooFigurine" + Name: "MoubooFigurine" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 9 + Def: 0 + Refine: false + ViewSprite: 728 +}, +{ + Id: 729 + AegisName: "WarpedLog" + Name: "WarpedLog" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 8 + Def: 0 + Refine: false + ViewSprite: 729 +}, +{ + Id: 730 + AegisName: "Lifestone" + Name: "Lifestone" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 730 +}, +{ + Id: 732 + AegisName: "DruidTreeBranch" + Name: "DruidTreeBranch" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 732 +}, +{ + Id: 740 + AegisName: "Root" + Name: "Root" + Type: "IT_ETC" + Buy: 500 + Sell: 200 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 740 +}, +{ + Id: 746 + AegisName: "MopoxCurePotion" + Name: "MopoxCurePotion" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 746 +}, +{ + Id: 753 + AegisName: "BatWing" + Name: "BatWing" + Type: "IT_ETC" + Buy: 500 + Sell: 10 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 753 +}, +{ + Id: 754 + AegisName: "BatTeeth" + Name: "BatTeeth" + Type: "IT_ETC" + Buy: 600 + Sell: 12 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 754 +}, +{ + Id: 763 + AegisName: "TerraniteOre" + Name: "TerraniteOre" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 763 +}, +{ + Id: 772 + AegisName: "WispPowder" + Name: "WispPowder" + Type: "IT_ETC" + Buy: 700 + Sell: 350 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 772 +}, +{ + Id: 773 + AegisName: "SpectrePowder" + Name: "SpectrePowder" + Type: "IT_ETC" + Buy: 700 + Sell: 350 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 773 +}, +{ + Id: 774 + AegisName: "PoltergeistPowder" + Name: "PoltergeistPowder" + Type: "IT_ETC" + Buy: 700 + Sell: 350 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 774 +}, +{ + Id: 775 + AegisName: "Bone" + Name: "Bone" + Type: "IT_ETC" + Buy: 140 + Sell: 70 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 775 +}, +{ + Id: 776 + AegisName: "Skull" + Name: "Skull" + Type: "IT_ETC" + Buy: 900 + Sell: 450 + Weight: 30 + Def: 0 + Refine: false + ViewSprite: 776 +}, +{ + Id: 777 + AegisName: "RottenRags" + Name: "RottenRags" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 15 + Def: 0 + Refine: false + ViewSprite: 777 +}, +{ + Id: 778 + AegisName: "DiseasedHeart" + Name: "DiseasedHeart" + Type: "IT_ETC" + Buy: 180 + Sell: 90 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 778 +}, +{ + Id: 779 + AegisName: "UndeadEar" + Name: "UndeadEar" + Type: "IT_ETC" + Buy: 30 + Sell: 15 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 779 +}, +{ + Id: 780 + AegisName: "UndeadEye" + Name: "UndeadEye" + Type: "IT_ETC" + Buy: 30 + Sell: 15 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 780 +}, +{ + Id: 799 + AegisName: "MylarinDust" + Name: "MylarinDust" + Type: "IT_ETC" + Buy: 10000 + Sell: 5000 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 799 +}, +{ + Id: 802 + AegisName: "EasterBasket" + Name: "EasterBasket" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 802 +}, +{ + Id: 803 + AegisName: "GrassLiner" + Name: "GrassLiner" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 803 +}, +{ + Id: 804 + AegisName: "JellyBeans" + Name: "JellyBeans" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 804 +}, +{ + Id: 805 + AegisName: "ChocolateMouboo" + Name: "ChocolateMouboo" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 805 +}, +{ + Id: 806 + AegisName: "ReedBundle" + Name: "ReedBundle" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 806 +}, +{ + Id: 807 + AegisName: "GrassSeed" + Name: "GrassSeed" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 807 +}, +{ + Id: 819 + AegisName: "DiamondPowder" + Name: "DiamondPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 819 +}, +{ + Id: 820 + AegisName: "RubyPowder" + Name: "RubyPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 820 +}, +{ + Id: 821 + AegisName: "EmeraldPowder" + Name: "EmeraldPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 821 +}, +{ + Id: 822 + AegisName: "SapphirePowder" + Name: "SapphirePowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 822 +}, +{ + Id: 823 + AegisName: "TopazPowder" + Name: "TopazPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 823 +}, +{ + Id: 824 + AegisName: "AmethystPowder" + Name: "AmethystPowder" + Type: "IT_ETC" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 824 +}, +{ + Id: 833 + AegisName: "BrokenFourLeafAmulet" + Name: "BrokenFourLeafAmulet" + Type: "IT_ETC" + Buy: 100 + Sell: 1 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 833 +}, +{ + Id: 834 + AegisName: "BrokenDoll" + Name: "BrokenDoll" + Type: "IT_ETC" + Buy: 20 + Sell: 5 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 834 +}, +{ + Id: 835 + AegisName: "HyvernStinger" + Name: "HyvernStinger" + Type: "IT_ETC" + Buy: 100 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 835 +}, +{ + Id: 836 + AegisName: "GrubSlime" + Name: "GrubSlime" + Type: "IT_ETC" + Buy: 40 + Sell: 10 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 836 +}, +{ + Id: 841 + AegisName: "RedDottedWrap" + Name: "RedDottedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 841 +}, +{ + Id: 842 + AegisName: "YellowDottedWrap" + Name: "YellowDottedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 842 +}, +{ + Id: 843 + AegisName: "BlueDottedWrap" + Name: "BlueDottedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 843 +}, +{ + Id: 844 + AegisName: "PurpleStripedWrap" + Name: "PurpleStripedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 844 +}, +{ + Id: 845 + AegisName: "RedGoldenStripedWrap" + Name: "RedGoldenStripedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 845 +}, +{ + Id: 846 + AegisName: "GreenRedStripedWrap" + Name: "GreenRedStripedWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 500 + Def: 0 + Refine: false + ViewSprite: 846 +}, +{ + Id: 847 + AegisName: "PlushMouboo" + Name: "PlushMouboo" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 200 + Def: 0 + Refine: false + ViewSprite: 847 +}, +{ + Id: 849 + AegisName: "OpenPresentBox" + Name: "OpenPresentBox" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 849 +}, +{ + Id: 850 + AegisName: "ClosedChristmasBox" + Name: "ClosedChristmasBox" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 200 + Def: 0 + Refine: false + ViewSprite: 850 +}, +{ + Id: 851 + AegisName: "StickReinboo" + Name: "StickReinboo" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 851 +}, +{ + Id: 852 + AegisName: "LeatherBall" + Name: "LeatherBall" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 852 +}, +{ + Id: 853 + AegisName: "Doll" + Name: "Doll" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 30 + Def: 0 + Refine: false + ViewSprite: 853 +}, +{ + Id: 858 + AegisName: "WolvernTooth" + Name: "WolvernTooth" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 858 +}, +{ + Id: 859 + AegisName: "WolvernPelt" + Name: "WolvernPelt" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 859 +}, +{ + Id: 860 + AegisName: "SquirrelPelt" + Name: "SquirrelPelt" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 860 +}, +{ + Id: 861 + AegisName: "WhiteBellTuber" + Name: "WhiteBellTuber" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 3 + Def: 0 + Refine: false + ViewSprite: 861 +}, +{ + Id: 862 + AegisName: "IcedWater" + Name: "IcedWater" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 862 +}, +{ + Id: 863 + AegisName: "SilverMirror" + Name: "SilverMirror" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 863 +}, +{ + Id: 864 + AegisName: "BookPage" + Name: "BookPage" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 864 +}, +{ + Id: 866 + AegisName: "LeatherSuitcase" + Name: "LeatherSuitcase" + Type: "IT_ETC" + Buy: 4000 + Sell: 2000 + Weight: 12000 + Def: 0 + Refine: false + ViewSprite: 866 +}, +{ + Id: 869 + AegisName: "Antlers" + Name: "Antlers" + Type: "IT_ETC" + Buy: 4000 + Sell: 2000 + Weight: 3000 + Def: 0 + Refine: false + ViewSprite: 869 +}, +{ + Id: 871 + AegisName: "SealedSoul" + Name: "SealedSoul" + Type: "IT_ETC" + Buy: 12000 + Sell: 1000 + Weight: 75 + Def: 0 + Refine: false + ViewSprite: 871 +}, +{ + Id: 872 + AegisName: "LockPicks" + Name: "LockPicks" + Type: "IT_ETC" + Buy: 5000 + Sell: 1500 + Weight: 150 + Def: 0 + Refine: false + ViewSprite: 872 +}, +{ + Id: 873 + AegisName: "LazuriteShard" + Name: "LazuriteShard" + Type: "IT_ETC" + Buy: 500 + Sell: 50 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 873 +}, +{ + Id: 874 + AegisName: "LazuriteCrystal" + Name: "LazuriteCrystal" + Type: "IT_ETC" + Buy: 3000 + Sell: 200 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 874 +}, +{ + Id: 875 + AegisName: "HeartOfLazurite" + Name: "HeartOfLazurite" + Type: "IT_ETC" + Buy: 10000 + Sell: 400 + Weight: 15 + Def: 0 + Refine: false + ViewSprite: 875 +}, +{ + Id: 891 + AegisName: "SilkSheet" + Name: "SilkSheet" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 891 +}, +{ + Id: 892 + AegisName: "OrangeSummonFlower" + Name: "OrangeSummonFlower" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 892 +}, +{ + Id: 893 + AegisName: "PurpleSummonFlower" + Name: "PurpleSummonFlower" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 893 +}, +{ + Id: 894 + AegisName: "WhiteSummonFlower" + Name: "WhiteSummonFlower" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 894 +}, +{ + Id: 895 + AegisName: "YellowSummonFlower" + Name: "YellowSummonFlower" + Type: "IT_ETC" + Buy: 400 + Sell: 200 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 895 +}, +{ + Id: 896 + AegisName: "RedSummonFlower" + Name: "RedSummonFlower" + Type: "IT_ETC" + Buy: 600 + Sell: 300 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 896 +}, +{ + Id: 1191 + AegisName: "WhiteWrap" + Name: "WhiteWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1191 +}, +{ + Id: 1192 + AegisName: "YellowWrap" + Name: "YellowWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1192 +}, +{ + Id: 1193 + AegisName: "BlueWrap" + Name: "BlueWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1193 +}, +{ + Id: 1194 + AegisName: "PurpleWrap" + Name: "PurpleWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1194 +}, +{ + Id: 1195 + AegisName: "GreenWrap" + Name: "GreenWrap" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 1195 +}, +{ + Id: 1198 + AegisName: "Soul" + Name: "Soul" + Type: "IT_ETC" + Buy: 100000 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 1198 +}, +{ + Id: 1207 + AegisName: "RedChristmasStocking" + Name: "RedChristmasStocking" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1207 +}, +{ + Id: 1208 + AegisName: "RedEasterEgg" + Name: "RedEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1208 +}, +{ + Id: 1209 + AegisName: "GreenEasterEgg" + Name: "GreenEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1209 +}, +{ + Id: 1210 + AegisName: "BlueEasterEgg" + Name: "BlueEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1210 +}, +{ + Id: 1211 + AegisName: "YellowEasterEgg" + Name: "YellowEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1211 +}, +{ + Id: 1212 + AegisName: "PinkEasterEgg" + Name: "PinkEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1212 +}, +{ + Id: 1213 + AegisName: "TealEasterEgg" + Name: "TealEasterEgg" + Type: "IT_ETC" + Buy: 80 + Sell: 40 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1213 +}, +{ + Id: 1228 + AegisName: "LightCrystal" + Name: "LightCrystal" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1228 +}, +{ + Id: 1233 + AegisName: "FakeFangs" + Name: "FakeFangs" + Type: "IT_ETC" + Buy: 20000 + Sell: 10000 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1233 +}, +{ + Id: 1234 + AegisName: "RedOrnament" + Name: "RedOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1234 +}, +{ + Id: 1235 + AegisName: "YellowOrnament" + Name: "YellowOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1235 +}, +{ + Id: 1236 + AegisName: "GreenOrnament" + Name: "GreenOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1236 +}, +{ + Id: 1237 + AegisName: "AquaOrnament" + Name: "AquaOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1237 +}, +{ + Id: 1238 + AegisName: "BlueOrnament" + Name: "BlueOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1238 +}, +{ + Id: 1239 + AegisName: "MagentaOrnament" + Name: "MagentaOrnament" + Type: "IT_ETC" + Buy: 5000 + Sell: 1 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1239 +}, +{ + Id: 1240 + AegisName: "SantaSnowGlobe" + Name: "SantaSnowGlobe" + Type: "IT_ETC" + Buy: 7500 + Sell: 3750 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1240 +}, +{ + Id: 1241 + AegisName: "SnowmanSnowGlobe" + Name: "SnowmanSnowGlobe" + Type: "IT_ETC" + Buy: 7500 + Sell: 3750 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1241 +}, +{ + Id: 1245 + AegisName: "BentNeedle" + Name: "BentNeedle" + Type: "IT_ETC" + Buy: 700 + Sell: 1 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1245 +}, +{ + Id: 1246 + AegisName: "DarkEasterEgg" + Name: "DarkEasterEgg" + Type: "IT_ETC" + Buy: 700 + Sell: 50 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1246 +}, +{ + Id: 1249 + AegisName: "StrangeCoin" + Name: "StrangeCoin" + Type: "IT_ETC" + Buy: 7000 + Sell: 3500 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1249 +}, +{ + Id: 1254 + AegisName: "DarkPetal" + Name: "DarkPetal" + Type: "IT_ETC" + Buy: 15000 + Sell: 8000 + Weight: 250 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1254 +}, +{ + Id: 1257 + AegisName: "FlawedLens" + Name: "FlawedLens" + Type: "IT_ETC" + Buy: 10000 + Sell: 5000 + Weight: 3 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1257 +}, +{ + Id: 2250 + AegisName: "RedCottonCloth" + Name: "RedCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2250 +}, +{ + Id: 2251 + AegisName: "GreenCottonCloth" + Name: "GreenCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2251 +}, +{ + Id: 2252 + AegisName: "DarkBlueCottonCloth" + Name: "DarkBlueCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2252 +}, +{ + Id: 2253 + AegisName: "YellowCottonCloth" + Name: "YellowCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2253 +}, +{ + Id: 2254 + AegisName: "LightBlueCottonCloth" + Name: "LightBlueCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2254 +}, +{ + Id: 2255 + AegisName: "PinkCottonCloth" + Name: "PinkCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2255 +}, +{ + Id: 2256 + AegisName: "BlackCottonCloth" + Name: "BlackCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2256 +}, +{ + Id: 2257 + AegisName: "OrangeCottonCloth" + Name: "OrangeCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2257 +}, +{ + Id: 2258 + AegisName: "PurpleCottonCloth" + Name: "PurpleCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2258 +}, +{ + Id: 2259 + AegisName: "DarkGreenCottonCloth" + Name: "DarkGreenCottonCloth" + Type: "IT_ETC" + Buy: 400 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 2259 +}, +{ + Id: 3000 + AegisName: "JackOLantern" + Name: "JackOLantern" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 1000 + Def: 0 + Refine: false + ViewSprite: 3000 +}, +{ + Id: 3002 + AegisName: "RealisticBrain" + Name: "RealisticBrain" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 3002 +}, +{ + Id: 3003 + AegisName: "JarofBlood" + Name: "JarofBlood" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 375 + Def: 0 + Refine: false + ViewSprite: 3003 +}, +{ + Id: 3004 + AegisName: "Tongue" + Name: "Tongue" + Type: "IT_ETC" + Buy: 5 + Sell: 1 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 3004 +}, +{ + Id: 3011 + AegisName: "PumpkinSeeds" + Name: "PumpkinSeeds" + Type: "IT_ETC" + Buy: 5 + Sell: 1 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 3011 +}, +{ + Id: 3012 + AegisName: "BossMedal" + Name: "Boss Medal" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 1 + ViewSprite: 3012 + Trade: { + override: 60 + nodrop: true + notrade: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ + Id: 4000 + AegisName: "AngryScorpionStinger" + Name: "AngryScorpionStinger" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4000 +}, +{ + Id: 4001 + AegisName: "Coal" + Name: "Coal" + Type: "IT_ETC" + Buy: 250 + Sell: 100 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4001 +}, +{ + Id: 4002 + AegisName: "Diamond" + Name: "Diamond" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4002 +}, +{ + Id: 4003 + AegisName: "Ruby" + Name: "Ruby" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4003 +}, +{ + Id: 4004 + AegisName: "Emerald" + Name: "Emerald" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4004 +}, +{ + Id: 4005 + AegisName: "Sapphire" + Name: "Sapphire" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4005 +}, +{ + Id: 4006 + AegisName: "Topaz" + Name: "Topaz" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4006 +}, +{ + Id: 4007 + AegisName: "Amethyst" + Name: "Amethyst" + Type: "IT_ETC" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 0 + Refine: false + ViewSprite: 4007 +}, +{ + Id: 4015 + AegisName: "IronIngot" + Name: "IronIngot" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 200 + Def: 0 + Refine: false + ViewSprite: 4015 +}, +{ + Id: 4016 + AegisName: "BanditHood" + Name: "BanditHood" + Type: "IT_ETC" + Buy: 100 + Sell: 50 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 4016 +}, +{ + Id: 4017 + AegisName: "RedPowder" + Name: "RedPowder" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 4017 +}, +{ + Id: 4018 + AegisName: "YellowPowder" + Name: "YellowPowder" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 4018 +}, +{ + Id: 4019 + AegisName: "BluePowder" + Name: "BluePowder" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 4019 +}, +{ + Id: 4021 + AegisName: "YellowPresentBox" + Name: "YellowPresentBox" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4021 +}, +{ + Id: 4022 + AegisName: "WhitePresentBox" + Name: "WhitePresentBox" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4022 +}, +{ + Id: 4023 + AegisName: "AnimalBones" + Name: "AnimalBones" + Type: "IT_ETC" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4023 +}, +{ + Id: 4024 + AegisName: "FrozenYetiTear" + Name: "FrozenYetiTear" + Type: "IT_ETC" + Buy: 500 + Sell: 250 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4024 +}, +{ + Id: 4025 + AegisName: "YetiClaw" + Name: "YetiClaw" + Type: "IT_ETC" + Buy: 150 + Sell: 75 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4025 +}, +{ + Id: 4026 + AegisName: "IceCube" + Name: "IceCube" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 4026 +}, +{ + Id: 4029 + AegisName: "GrimaceOfDementia" + Name: "GrimaceOfDementia" + Type: "IT_ETC" + Buy: 20 + Sell: 10 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4029 +}, +{ + Id: 4034 + AegisName: "BlackPearl" + Name: "BlackPearl" + Type: "IT_ETC" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 4034 +}, +{ + Id: 4037 + AegisName: "WhiteBlanket" + Name: "WhiteBlanket" + Type: "IT_ETC" + Buy: 600 + Sell: 125 + Weight: 50 + Def: 0 + Refine: false + ViewSprite: 4037 +}, +{ + Id: 4038 + AegisName: "WhiteSaddleRug" + Name: "WhiteSaddleRug" + Type: "IT_ETC" + Buy: 1000 + Sell: 250 + Weight: 100 + Def: 0 + Refine: false + ViewSprite: 4038 +}, +{ + Id: 4039 + AegisName: "RedSaddleRug" + Name: "RedSaddleRug" + Type: "IT_ETC" + Buy: 1200 + Sell: 300 + Weight: 110 + Def: 0 + Refine: false + ViewSprite: 4039 +}, +{ + Id: 4040 + AegisName: "RawTalisman" + Name: "RawTalisman" + Type: "IT_ETC" + Buy: 800 + Sell: 200 + Weight: 8 + Def: 0 + Refine: false + ViewSprite: 4040 +}, +{ + Id: 4041 + AegisName: "FlightTalisman" + Name: "FlightTalisman" + Type: "IT_ETC" + Buy: 5000 + Sell: 1200 + Weight: 12 + Def: 0 + Refine: false + ViewSprite: 4041 +}, +{ + Id: 5110 + AegisName: "Bloodstone" + Name: "Bloodstone" + Type: "IT_ETC" + Buy: 2000 + Sell: 250 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5110 +}, +{ + Id: 5111 + AegisName: "BrainStem" + Name: "BrainStem" + Type: "IT_ETC" + Buy: 180 + Sell: 90 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5111 +}, +{ + Id: 5112 + AegisName: "CryptKey" + Name: "CryptKey" + Type: "IT_ETC" + Buy: 300 + Sell: 150 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 5112 +}, +{ + Id: 5113 + AegisName: "Ectoplasm" + Name: "Ectoplasm" + Type: "IT_ETC" + Buy: 80 + Sell: 20 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5113 +}, +{ + Id: 5114 + AegisName: "Urn" + Name: "Urn" + Type: "IT_ETC" + Buy: 40 + Sell: 20 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 5114 +}, +{ + Id: 5115 + AegisName: "VampireBatWing" + Name: "VampireBatWing" + Type: "IT_ETC" + Buy: 700 + Sell: 20 + Weight: 4 + Def: 0 + Refine: false + ViewSprite: 5115 +}, +{ + Id: 5116 + AegisName: "WraithHorn" + Name: "WraithHorn" + Type: "IT_ETC" + Buy: 700 + Sell: 20 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5116 +}, +{ + Id: 5117 + AegisName: "AstralCube" + Name: "AstralCube" + Type: "IT_ETC" + Buy: 10000 + Sell: 10 + Weight: 800 + Def: 0 + Refine: false + ViewSprite: 5117 +}, +{ + Id: 5118 + AegisName: "RunestoneA" + Name: "RunestoneA" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5118 +}, +{ + Id: 5119 + AegisName: "RunestoneL" + Name: "RunestoneL" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5119 +}, +{ + Id: 5120 + AegisName: "RunestoneN" + Name: "RunestoneN" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5120 +}, +{ + Id: 5121 + AegisName: "RunestoneT" + Name: "RunestoneT" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5121 +}, +{ + Id: 5122 + AegisName: "RunestoneW" + Name: "RunestoneW" + Type: "IT_ETC" + Buy: 1000 + Sell: 100 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5122 +}, +{ + Id: 5123 + AegisName: "QuillOfBinding" + Name: "QuillOfBinding" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5123 +}, +{ + Id: 5124 + AegisName: "BloodInk" + Name: "BloodInk" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 4 + Def: 0 + Refine: false + ViewSprite: 5124 +}, +{ + Id: 5125 + AegisName: "UnderworldKey" + Name: "UnderworldKey" + Type: "IT_ETC" + Buy: 10 + Sell: 5 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 5125 +}, +{ + Id: 5127 + AegisName: "JarofOwnBlood" + Name: "JarofOwnBlood" + Type: "IT_ETC" + Buy: 200 + Sell: 100 + Weight: 375 + Def: 0 + Refine: false + ViewSprite: 5127 +}, +{ + Id: 1197 + AegisName: "SkeletonCharm" + Name: "SkeletonCharm" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 1197 +}, +{ + Id: 5211 + AegisName: "ActivatedSulphur" + Name: "ActivatedSulphur" + Type: "IT_ETC" + Buy: 3000 + Sell: 5 + Weight: 10 + Def: 0 + Refine: false + ViewSprite: 5211 +}, +{ + Id: 5212 + AegisName: "FairTradeSoil" + Name: "FairTradeSoil" + Type: "IT_ETC" + Buy: 500 + Sell: 23 + Weight: 40 + Def: 0 + Refine: false + ViewSprite: 5212 +}, +{ + Id: 5215 + AegisName: "FreeRangeMoss" + Name: "FreeRangeMoss" + Type: "IT_ETC" + Buy: 830 + Sell: 20 + Weight: 5 + Def: 0 + Refine: false + ViewSprite: 5215 +}, +{ + Id: 5216 + AegisName: "JadeEgg" + Name: "JadeEgg" + Type: "IT_ETC" + Buy: 938 + Sell: 250 + Weight: 2 + Def: 0 + Refine: false + ViewSprite: 5216 +}, +{ + Id: 5217 + AegisName: "RawAir" + Name: "RawAir" + Type: "IT_ETC" + Buy: 1999 + Sell: 10 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5217 +}, +{ + Id: 5218 + AegisName: "RedTicket" + Name: "RedTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5218 +}, +{ + Id: 5219 + AegisName: "YellowTicket" + Name: "YellowTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5219 +}, +{ + Id: 5220 + AegisName: "GoldTicket" + Name: "GoldTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5220 +}, +{ + Id: 5221 + AegisName: "GreenTicket" + Name: "GreenTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5221 +}, +{ + Id: 5222 + AegisName: "AquaTicket" + Name: "AquaTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5222 +}, +{ + Id: 5223 + AegisName: "BlueTicket" + Name: "BlueTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5223 +}, +{ + Id: 5224 + AegisName: "PurpleTicket" + Name: "PurpleTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5224 +}, +{ + Id: 5225 + AegisName: "PinkTicket" + Name: "PinkTicket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5225 +}, +{ + Id: 5256 + AegisName: "PVPCoin" + Name: "PVPCoin" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5256 +}, +{ + Id: 5265 + AegisName: "LoveLetter" + Name: "LoveLetter" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 1 + Def: 0 + Refine: false + ViewSprite: 5265 +}, +{ + Id: 5276 + AegisName: "ThermalNapalm" + Name: "Thermal Napalm" + Type: "IT_ETC" + Buy: 9999 + Sell: 0 + Weight: 1 + ViewSprite: 5276 + Trade: { + partneroverride: true + notrade: false + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } +}, +{ + Id: 5278 + AegisName: "XmasTicket" + Name: "Christmas Ticket" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + ViewSprite: 5278 +}, +{ + Id: 5279 + AegisName: "Carrot" + Name: "Legendary Carrot" + Type: "IT_ETC" + Buy: 0 + Sell: 0 + Weight: 0 + ViewSprite: 5279 + Trade: { + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } +}, +/* Chest Armor */ +{ + Id: 523 + AegisName: "LeatherShirt" + Name: "LeatherShirt" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 523 + Script: <" + bonus bMatkRate, -1; + "> +}, +{ + Id: 546 + AegisName: "DesertShirt" + Name: "DesertShirt" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 546 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 564 + AegisName: "Turtleneck" + Name: "Turtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 30 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 564 +}, +{ + Id: 624 + AegisName: "VNeckSweater" + Name: "VNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 624 +}, +{ + Id: 625 + AegisName: "ChainmailShirt" + Name: "ChainmailShirt" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1500 + Weight: 800 + Def: 20 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 625 + Script: <" + bonus bMatkRate, -36; + "> +}, +{ + Id: 626 + AegisName: "LightPlatemail" + Name: "LightPlatemail" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 2500 + Weight: 1200 + Def: 25 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 626 + Script: <" + bonus bMatkRate, -45; + "> +}, +{ + Id: 645 + AegisName: "GoldenPlatemail" + Name: "GoldenPlatemail" + Type: "IT_ARMOR" + Buy: 9999000 + Sell: 3000 + Weight: 4500 + Def: 25 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 645 + Script: <" + bonus bMatkRate, -30; + "> +}, +{ + Id: 649 + AegisName: "WhiteEvokersRobeBlue" + Name: "WhiteEvokersRobeBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 649 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + bonus bCriticalDef, 10; + "> +}, +{ + Id: 650 + AegisName: "BlackEvokersRobeBlue" + Name: "BlackEvokersRobeBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 650 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + bonus bCriticalDef, 10; + "> +}, +{ + Id: 651 + AegisName: "WhiteWizardRobe" + Name: "WhiteWizardRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 651 + Script: <" + bonus bMatkRate, 1; + "> +}, +{ + Id: 652 + AegisName: "BlackWizardRobe" + Name: "BlackWizardRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 652 + Script: <" + bonus bMatkRate, 1; + "> +}, +{ + Id: 653 + AegisName: "ApprenticeRobe" + Name: "ApprenticeRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 653 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + bonus bCriticalDef, 10; + "> +}, +{ + Id: 658 + AegisName: "WarlordPlate" + Name: "WarlordPlate" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 3000 + Weight: 2600 + Def: 27 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 658 + Script: <" + bonus bMatkRate, -51; + "> +}, +{ + Id: 659 + AegisName: "GoldenWarlordPlate" + Name: "GoldenWarlordPlate" + Type: "IT_ARMOR" + Buy: 500000 + Sell: 4000 + Weight: 7600 + Def: 27 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 659 + Script: <" + bonus bMatkRate, -33; + "> +}, +{ + Id: 688 + AegisName: "TankTop" + Name: "TankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 688 +}, +{ + Id: 689 + AegisName: "ShortTankTop" + Name: "ShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 689 +}, +{ + Id: 720 + AegisName: "SilkRobe" + Name: "SilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 720 +}, +{ + Id: 726 + AegisName: "GMRobe" + Name: "GMRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 0 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 726 + Nouse: { + override: 60 + } +}, +{ + Id: 755 + AegisName: "AssassinShirt" + Name: "AssassinShirt" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 3000 + Weight: 15 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 755 + Script: <" + callfunc "BrawlingItem", EQI_HEAD_MID; + bonus bAgi, 15; + bonus bSpeedAddRate, 10; + bonus bFlee, 20; + bonus bHit, 20; + bonus bMaxHP, 200; + bonus bMatkRate, -3; + "> +}, +{ + Id: 767 + AegisName: "TerraniteChestArmor" + Name: "TerraniteChestArmor" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 3000 + Weight: 800 + Def: 20 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 767 + Script: <" + bonus bMatkRate, -14; + bonus bDex, 1; + bonus bMdef, 10; + "> +}, +{ + Id: 782 + AegisName: "ForestArmor" + Name: "ForestArmor" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 40 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 782 + Script: <" + bonus bMatkRate, -6; + bonus bDex, 3; + "> +}, +{ + Id: 783 + AegisName: "PlatynaRedDress" + Name: "PlatynaRedDress" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 50000 + Weight: 35 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 783 +}, +{ + Id: 791 + AegisName: "YetiSkinShirt" + Name: "YetiSkinShirt" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 10000 + Weight: 20 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 791 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id: 793 + AegisName: "BromenalChest" + Name: "BromenalChest" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 3000 + Weight: 2000 + Def: 25 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 793 + Script: <" + bonus bMatkRate, -50; + "> +}, +{ + Id: 798 + AegisName: "SorcererRed" + Name: "SorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 5 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 798 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 870 + AegisName: "FineDress" + Name: "FineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 870 +}, +{ + Id: 880 + AegisName: "LazuriteRobe" + Name: "LazuriteRobe" + Type: "IT_ARMOR" + Buy: 92000 + Sell: 52000 + Weight: 30 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_MID" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 880 + OnEquipScript: <" + callfunc "RequireStat", bInt, 70, EQI_HEAD_MID; + 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; + "> +}, +{ + Id: 1178 + AegisName: "Contributor" + Name: "Contributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1178 +}, +{ + Id: 1183 + AegisName: "AmberChristmasSweater" + Name: "AmberChristmasSweater" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1183 +}, +{ + Id: 1184 + AegisName: "FunkyChristmasSweater" + Name: "FunkyChristmasSweater" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1184 +}, +{ + Id: 1185 + AegisName: "PinkChristmasSweater" + Name: "PinkChristmasSweater" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1185 +}, +{ + Id: 1186 + AegisName: "DarkChristmasSweater" + Name: "DarkChristmasSweater" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1186 +}, +{ + Id: 1187 + AegisName: "BlueChristmasSweater" + Name: "BlueChristmasSweater" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1187 +}, +{ + Id: 1202 + AegisName: "CottonShirt" + Name: "CottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 13 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 1202 +}, +{ + Id: 2050 + AegisName: "RedCottonShirt" + Name: "RedCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2050 +}, +{ + Id: 2051 + AegisName: "GreenCottonShirt" + Name: "GreenCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2051 +}, +{ + Id: 2052 + AegisName: "DarkBlueCottonShirt" + Name: "DarkBlueCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2052 +}, +{ + Id: 2053 + AegisName: "YellowCottonShirt" + Name: "YellowCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2053 +}, +{ + Id: 2054 + AegisName: "LightBlueCottonShirt" + Name: "LightBlueCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2054 +}, +{ + Id: 2055 + AegisName: "PinkCottonShirt" + Name: "PinkCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2055 +}, +{ + Id: 2056 + AegisName: "BlackCottonShirt" + Name: "BlackCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2056 +}, +{ + Id: 2057 + AegisName: "OrangeCottonShirt" + Name: "OrangeCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2057 +}, +{ + Id: 2058 + AegisName: "PurpleCottonShirt" + Name: "PurpleCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2058 +}, +{ + Id: 2059 + AegisName: "DarkGreenCottonShirt" + Name: "DarkGreenCottonShirt" + Type: "IT_ARMOR" + Buy: 300 + Sell: 5 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2059 +}, +{ + Id: 2060 + AegisName: "RedVNeckSweater" + Name: "RedVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2060 +}, +{ + Id: 2061 + AegisName: "GreenVNeckSweater" + Name: "GreenVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2061 +}, +{ + Id: 2062 + AegisName: "DarkBlueVNeckSweater" + Name: "DarkBlueVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2062 +}, +{ + Id: 2063 + AegisName: "YellowVNeckSweater" + Name: "YellowVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2063 +}, +{ + Id: 2064 + AegisName: "LightBlueVNeckSweater" + Name: "LightBlueVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2064 +}, +{ + Id: 2065 + AegisName: "PinkVNeckSweater" + Name: "PinkVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2065 +}, +{ + Id: 2066 + AegisName: "BlackVNeckSweater" + Name: "BlackVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2066 +}, +{ + Id: 2067 + AegisName: "OrangeVNeckSweater" + Name: "OrangeVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2067 +}, +{ + Id: 2068 + AegisName: "PurpleVNeckSweater" + Name: "PurpleVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2068 +}, +{ + Id: 2069 + AegisName: "DarkGreenVNeckSweater" + Name: "DarkGreenVNeckSweater" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2069 +}, +{ + Id: 2070 + AegisName: "RedTurtleneck" + Name: "RedTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2070 +}, +{ + Id: 2071 + AegisName: "GreenTurtleneck" + Name: "GreenTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2071 +}, +{ + Id: 2072 + AegisName: "DarkBlueTurtleneck" + Name: "DarkBlueTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2072 +}, +{ + Id: 2073 + AegisName: "YellowTurtleneck" + Name: "YellowTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2073 +}, +{ + Id: 2074 + AegisName: "LightBlueTurtleneck" + Name: "LightBlueTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2074 +}, +{ + Id: 2075 + AegisName: "PinkTurtleneck" + Name: "PinkTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2075 +}, +{ + Id: 2076 + AegisName: "BlackTurtleneck" + Name: "BlackTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2076 +}, +{ + Id: 2077 + AegisName: "OrangeTurtleneck" + Name: "OrangeTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2077 +}, +{ + Id: 2078 + AegisName: "PurpleTurtleneck" + Name: "PurpleTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2078 +}, +{ + Id: 2079 + AegisName: "DarkGreenTurtleneck" + Name: "DarkGreenTurtleneck" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 35 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2079 +}, +{ + Id: 2080 + AegisName: "RedSilkRobe" + Name: "RedSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2080 +}, +{ + Id: 2081 + AegisName: "GreenSilkRobe" + Name: "GreenSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2081 +}, +{ + Id: 2082 + AegisName: "DarkBlueSilkRobe" + Name: "DarkBlueSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2082 +}, +{ + Id: 2083 + AegisName: "YellowSilkRobe" + Name: "YellowSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2083 +}, +{ + Id: 2084 + AegisName: "LightBlueSilkRobe" + Name: "LightBlueSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2084 +}, +{ + Id: 2085 + AegisName: "PinkSilkRobe" + Name: "PinkSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2085 +}, +{ + Id: 2086 + AegisName: "BlackSilkRobe" + Name: "BlackSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2086 +}, +{ + Id: 2087 + AegisName: "OrangeSilkRobe" + Name: "OrangeSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2087 +}, +{ + Id: 2088 + AegisName: "PurpleSilkRobe" + Name: "PurpleSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2088 +}, +{ + Id: 2089 + AegisName: "DarkGreenSilkRobe" + Name: "DarkGreenSilkRobe" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2089 +}, +{ + Id: 2090 + AegisName: "RedTankTop" + Name: "RedTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2090 +}, +{ + Id: 2091 + AegisName: "GreenTankTop" + Name: "GreenTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2091 +}, +{ + Id: 2092 + AegisName: "DarkBlueTankTop" + Name: "DarkBlueTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2092 +}, +{ + Id: 2093 + AegisName: "YellowTankTop" + Name: "YellowTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2093 +}, +{ + Id: 2094 + AegisName: "LightBlueTankTop" + Name: "LightBlueTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2094 +}, +{ + Id: 2095 + AegisName: "PinkTankTop" + Name: "PinkTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2095 +}, +{ + Id: 2096 + AegisName: "BlackTankTop" + Name: "BlackTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2096 +}, +{ + Id: 2097 + AegisName: "OrangeTankTop" + Name: "OrangeTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2097 +}, +{ + Id: 2098 + AegisName: "PurpleTankTop" + Name: "PurpleTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2098 +}, +{ + Id: 2099 + AegisName: "DarkGreenTankTop" + Name: "DarkGreenTankTop" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 12 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2099 +}, +{ + Id: 2120 + AegisName: "RedShortTankTop" + Name: "RedShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2120 +}, +{ + Id: 2121 + AegisName: "GreenShortTankTop" + Name: "GreenShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2121 +}, +{ + Id: 2122 + AegisName: "DarkBlueShortTankTop" + Name: "DarkBlueShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2122 +}, +{ + Id: 2123 + AegisName: "YellowShortTankTop" + Name: "YellowShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2123 +}, +{ + Id: 2124 + AegisName: "LightBlueShortTankTop" + Name: "LightBlueShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2124 +}, +{ + Id: 2125 + AegisName: "PinkShortTankTop" + Name: "PinkShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2125 +}, +{ + Id: 2126 + AegisName: "BlackShortTankTop" + Name: "BlackShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2126 +}, +{ + Id: 2127 + AegisName: "OrangeShortTankTop" + Name: "OrangeShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2127 +}, +{ + Id: 2128 + AegisName: "PurpleShortTankTop" + Name: "PurpleShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2128 +}, +{ + Id: 2129 + AegisName: "DarkGreenShortTankTop" + Name: "DarkGreenShortTankTop" + Type: "IT_ARMOR" + Buy: 600 + Sell: 300 + Weight: 8 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2129 +}, +{ + Id: 2220 + AegisName: "RedSorcererRed" + Name: "RedSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2220 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2221 + AegisName: "GreenSorcererRed" + Name: "GreenSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2221 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2222 + AegisName: "DarkBlueSorcererRed" + Name: "DarkBlueSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2222 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2223 + AegisName: "YellowSorcererRed" + Name: "YellowSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2223 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2224 + AegisName: "LightBlueSorcererRed" + Name: "LightBlueSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2224 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2225 + AegisName: "PinkSorcererRed" + Name: "PinkSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2225 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2226 + AegisName: "BlackSorcererRed" + Name: "BlackSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2226 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2227 + AegisName: "OrangeSorcererRed" + Name: "OrangeSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2227 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2228 + AegisName: "PurpleSorcererRed" + Name: "PurpleSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2228 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2229 + AegisName: "DarkGreenSorcererRed" + Name: "DarkGreenSorcererRed" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2229 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 2240 + AegisName: "RedFineDress" + Name: "RedFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2240 +}, +{ + Id: 2241 + AegisName: "GreenFineDress" + Name: "GreenFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2241 +}, +{ + Id: 2242 + AegisName: "DarkBlueFineDress" + Name: "DarkBlueFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2242 +}, +{ + Id: 2243 + AegisName: "YellowFineDress" + Name: "YellowFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2243 +}, +{ + Id: 2244 + AegisName: "LightBlueFineDress" + Name: "LightBlueFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2244 +}, +{ + Id: 2245 + AegisName: "PinkFineDress" + Name: "PinkFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2245 +}, +{ + Id: 2246 + AegisName: "BlackFineDress" + Name: "BlackFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2246 +}, +{ + Id: 2247 + AegisName: "OrangeFineDress" + Name: "OrangeFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2247 +}, +{ + Id: 2248 + AegisName: "PurpleFineDress" + Name: "PurpleFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2248 +}, +{ + Id: 2249 + AegisName: "DarkGreenFineDress" + Name: "DarkGreenFineDress" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 35 + Def: 8 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 2249 +}, +{ + Id: 5000 + AegisName: "RedSorcererGreen" + Name: "RedSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5000 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5001 + AegisName: "GreenSorcererGreen" + Name: "GreenSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5001 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5002 + AegisName: "DarkBlueSorcererGreen" + Name: "DarkBlueSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5002 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5003 + AegisName: "YellowSorcererGreen" + Name: "YellowSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5003 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5004 + AegisName: "LightBlueSorcererGreen" + Name: "LightBlueSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5004 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5005 + AegisName: "PinkSorcererGreen" + Name: "PinkSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5005 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5006 + AegisName: "BlackSorcererGreen" + Name: "BlackSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5006 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5007 + AegisName: "OrangeSorcererGreen" + Name: "OrangeSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5007 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5008 + AegisName: "PurpleSorcererGreen" + Name: "PurpleSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5008 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5009 + AegisName: "DarkGreenSorcererGreen" + Name: "DarkGreenSorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5009 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5010 + AegisName: "SorcererGreen" + Name: "SorcererGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5010 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5011 + AegisName: "RedSorcererDBlue" + Name: "RedSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5011 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5012 + AegisName: "GreenSorcererDBlue" + Name: "GreenSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5012 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5013 + AegisName: "DarkBlueSorcererDBlue" + Name: "DarkBlueSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5013 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5014 + AegisName: "YellowSorcererDBlue" + Name: "YellowSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5014 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5015 + AegisName: "LightBlueSorcererDBlue" + Name: "LightBlueSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5015 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5016 + AegisName: "PinkSorcererDBlue" + Name: "PinkSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5016 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5017 + AegisName: "BlackSorcererDBlue" + Name: "BlackSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5017 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5018 + AegisName: "OrangeSorcererDBlue" + Name: "OrangeSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5018 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5019 + AegisName: "PurpleSorcererDBlue" + Name: "PurpleSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5019 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5020 + AegisName: "DarkGreenSorcererDBlue" + Name: "DarkGreenSorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5020 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5021 + AegisName: "SorcererDBlue" + Name: "SorcererDBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5021 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5022 + AegisName: "RedSorcererYellow" + Name: "RedSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5022 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5023 + AegisName: "GreenSorcererYellow" + Name: "GreenSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5023 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5024 + AegisName: "DarkBlueSorcererYellow" + Name: "DarkBlueSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5024 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5025 + AegisName: "YellowSorcererYellow" + Name: "YellowSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5025 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5026 + AegisName: "LightBlueSorcererYellow" + Name: "LightBlueSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5026 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5027 + AegisName: "PinkSorcererYellow" + Name: "PinkSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5027 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5028 + AegisName: "BlackSorcererYellow" + Name: "BlackSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5028 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5029 + AegisName: "OrangeSorcererYellow" + Name: "OrangeSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5029 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5030 + AegisName: "PurpleSorcererYellow" + Name: "PurpleSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5030 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5031 + AegisName: "DarkGreenSorcererYellow" + Name: "DarkGreenSorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5031 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5032 + AegisName: "SorcererYellow" + Name: "SorcererYellow" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5032 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5033 + AegisName: "RedSorcererLBlue" + Name: "RedSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5033 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5034 + AegisName: "GreenSorcererLBlue" + Name: "GreenSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5034 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5035 + AegisName: "DarkBlueSorcererLBlue" + Name: "DarkBlueSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5035 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5036 + AegisName: "YellowSorcererLBlue" + Name: "YellowSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5036 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5037 + AegisName: "LightBlueSorcererLBlue" + Name: "LightBlueSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5037 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5038 + AegisName: "PinkSorcererLBlue" + Name: "PinkSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5038 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5039 + AegisName: "BlackSorcererLBlue" + Name: "BlackSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5039 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5040 + AegisName: "OrangeSorcererLBlue" + Name: "OrangeSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5040 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5041 + AegisName: "PurpleSorcererLBlue" + Name: "PurpleSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5041 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5042 + AegisName: "DarkGreenSorcererLBlue" + Name: "DarkGreenSorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5042 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5043 + AegisName: "SorcererLBlue" + Name: "SorcererLBlue" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5043 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5044 + AegisName: "RedSorcererPink" + Name: "RedSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5044 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5045 + AegisName: "GreenSorcererPink" + Name: "GreenSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5045 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5046 + AegisName: "DarkBlueSorcererPink" + Name: "DarkBlueSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5046 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5047 + AegisName: "YellowSorcererPink" + Name: "YellowSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5047 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5048 + AegisName: "LightBlueSorcererPink" + Name: "LightBlueSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5048 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5049 + AegisName: "PinkSorcererPink" + Name: "PinkSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5049 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5050 + AegisName: "BlackSorcererPink" + Name: "BlackSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5050 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5051 + AegisName: "OrangeSorcererPink" + Name: "OrangeSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5051 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5052 + AegisName: "PurpleSorcererPink" + Name: "PurpleSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5052 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5053 + AegisName: "DarkGreenSorcererPink" + Name: "DarkGreenSorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5053 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5054 + AegisName: "SorcererPink" + Name: "SorcererPink" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5054 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5055 + AegisName: "RedSorcererBlack" + Name: "RedSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5055 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5056 + AegisName: "GreenSorcererBlack" + Name: "GreenSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5056 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5057 + AegisName: "DarkBlueSorcererBlack" + Name: "DarkBlueSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5057 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5058 + AegisName: "YellowSorcererBlack" + Name: "YellowSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5058 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5059 + AegisName: "LightBlueSorcererBlack" + Name: "LightBlueSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5059 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5060 + AegisName: "PinkSorcererBlack" + Name: "PinkSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5060 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5061 + AegisName: "BlackSorcererBlack" + Name: "BlackSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5061 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5062 + AegisName: "OrangeSorcererBlack" + Name: "OrangeSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5062 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5063 + AegisName: "PurpleSorcererBlack" + Name: "PurpleSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5063 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5064 + AegisName: "DarkGreenSorcererBlack" + Name: "DarkGreenSorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5064 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5065 + AegisName: "SorcererBlack" + Name: "SorcererBlack" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5065 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5066 + AegisName: "RedSorcererOrange" + Name: "RedSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5066 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5067 + AegisName: "GreenSorcererOrange" + Name: "GreenSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5067 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5068 + AegisName: "DarkBlueSorcererOrange" + Name: "DarkBlueSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5068 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5069 + AegisName: "YellowSorcererOrange" + Name: "YellowSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5069 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5070 + AegisName: "LightBlueSorcererOrange" + Name: "LightBlueSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5070 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5071 + AegisName: "PinkSorcererOrange" + Name: "PinkSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5071 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5072 + AegisName: "BlackSorcererOrange" + Name: "BlackSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5072 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5073 + AegisName: "OrangeSorcererOrange" + Name: "OrangeSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5073 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5074 + AegisName: "PurpleSorcererOrange" + Name: "PurpleSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5074 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5075 + AegisName: "DarkGreenSorcererOrange" + Name: "DarkGreenSorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5075 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5076 + AegisName: "SorcererOrange" + Name: "SorcererOrange" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5076 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5077 + AegisName: "RedSorcererPurple" + Name: "RedSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5077 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5078 + AegisName: "GreenSorcererPurple" + Name: "GreenSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5078 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5079 + AegisName: "DarkBlueSorcererPurple" + Name: "DarkBlueSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5079 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5080 + AegisName: "YellowSorcererPurple" + Name: "YellowSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5080 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5081 + AegisName: "LightBlueSorcererPurple" + Name: "LightBlueSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5081 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5082 + AegisName: "PinkSorcererPurple" + Name: "PinkSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5082 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5083 + AegisName: "BlackSorcererPurple" + Name: "BlackSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5083 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5084 + AegisName: "OrangeSorcererPurple" + Name: "OrangeSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5084 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5085 + AegisName: "PurpleSorcererPurple" + Name: "PurpleSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5085 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5086 + AegisName: "DarkGreenSorcererPurple" + Name: "DarkGreenSorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5086 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5087 + AegisName: "SorcererPurple" + Name: "SorcererPurple" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5087 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5088 + AegisName: "RedSorcererDGreen" + Name: "RedSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5088 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5089 + AegisName: "GreenSorcererDGreen" + Name: "GreenSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5089 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5090 + AegisName: "DarkBlueSorcererDGreen" + Name: "DarkBlueSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5090 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5091 + AegisName: "YellowSorcererDGreen" + Name: "YellowSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5091 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5092 + AegisName: "LightBlueSorcererDGreen" + Name: "LightBlueSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5092 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5093 + AegisName: "PinkSorcererDGreen" + Name: "PinkSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5093 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5094 + AegisName: "BlackSorcererDGreen" + Name: "BlackSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5094 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5095 + AegisName: "OrangeSorcererDGreen" + Name: "OrangeSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5095 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5096 + AegisName: "PurpleSorcererDGreen" + Name: "PurpleSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5096 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5097 + AegisName: "DarkGreenSorcererDGreen" + Name: "DarkGreenSorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5097 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5098 + AegisName: "SorcererDGreen" + Name: "SorcererDGreen" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5098 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5099 + AegisName: "RedSorcererWhite" + Name: "RedSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5099 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5100 + AegisName: "GreenSorcererWhite" + Name: "GreenSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5100 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5101 + AegisName: "DarkBlueSorcererWhite" + Name: "DarkBlueSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5101 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5102 + AegisName: "YellowSorcererWhite" + Name: "YellowSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5102 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5103 + AegisName: "LightBlueSorcererWhite" + Name: "LightBlueSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5103 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5104 + AegisName: "PinkSorcererWhite" + Name: "PinkSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5104 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5105 + AegisName: "BlackSorcererWhite" + Name: "BlackSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5105 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5106 + AegisName: "OrangeSorcererWhite" + Name: "OrangeSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5106 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5107 + AegisName: "PurpleSorcererWhite" + Name: "PurpleSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5107 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5108 + AegisName: "DarkGreenSorcererWhite" + Name: "DarkGreenSorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5108 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5109 + AegisName: "SorcererWhite" + Name: "SorcererWhite" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5109 + Script: <" + bonus bMatkRate, 2; + bonus bAgi, 1; + "> +}, +{ + Id: 5131 + AegisName: "RedContributor" + Name: "RedContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5131 +}, +{ + Id: 5132 + AegisName: "GreenContributor" + Name: "GreenContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5132 +}, +{ + Id: 5133 + AegisName: "DarkBlueContributor" + Name: "DarkBlueContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5133 +}, +{ + Id: 5134 + AegisName: "YellowContributor" + Name: "YellowContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5134 +}, +{ + Id: 5135 + AegisName: "LightBlueContributor" + Name: "LightBlueContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5135 +}, +{ + Id: 5136 + AegisName: "PinkContributor" + Name: "PinkContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5136 +}, +{ + Id: 5137 + AegisName: "BlackContributor" + Name: "BlackContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5137 +}, +{ + Id: 5138 + AegisName: "OrangeContributor" + Name: "OrangeContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5138 +}, +{ + Id: 5139 + AegisName: "PurpleContributor" + Name: "PurpleContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5139 +}, +{ + Id: 5140 + AegisName: "DarkGreenContributor" + Name: "DarkGreenContributor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5140 +}, +{ + Id: 5254 + AegisName: "SaviorArmor" + Name: "SaviorArmor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 2000 + Def: 24 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5254 + Script: <" + bonus bMatkRate, -27; + bonus bDex, 1; + bonus bMaxHP, 100; + "> +}, +{ + Id: 5286 + AegisName: "RedArmor" + Name: "Red Knight Armor" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 2000 + Def: 27 + Slots: 0 + Loc: "EQP_HEAD_MID" + Refine: false + ViewSprite: 5286 + Script: <" + bonus bMatkRate, -4; + bonus bDex, 1; + bonus bAgi, 1; + bonus bMaxHP, 1500; + "> + Nouse: { + override: 1 + } +}, +////////////////////////////////////////////////////////// +// Hats +{ + Id: 511 + AegisName: "SantaHat" + Name: "SantaHat" + Type: "IT_ARMOR" + Buy: 400 + Sell: 200 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 511 +}, +{ + Id: 524 + AegisName: "FancyHat" + Name: "FancyHat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 524 +}, +{ + Id: 525 + AegisName: "MinersHat" + Name: "MinersHat" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 525 +}, +{ + Id: 543 + AegisName: "StandardHeadband" + Name: "StandardHeadband" + Type: "IT_ARMOR" + Buy: 800 + Sell: 400 + Weight: 10 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 543 +}, +{ + Id: 544 + AegisName: "SilkHeadband" + Name: "SilkHeadband" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2000 + Weight: 10 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 544 +}, +{ + Id: 615 + AegisName: "PumpkinHelmet" + Name: "PumpkinHelmet" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 60 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 615 +}, +{ + Id: 616 + AegisName: "AxeHat" + Name: "AxeHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 50 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 616 +}, +{ + Id: 617 + AegisName: "PirateHat" + Name: "PirateHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 617 +}, +{ + Id: 618 + AegisName: "Goggles" + Name: "Goggles" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 618 +}, +{ + Id: 619 + AegisName: "LeatherGoggles" + Name: "LeatherGoggles" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 619 +}, +{ + Id: 620 + AegisName: "Circlet" + Name: "Circlet" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 620 +}, +{ + Id: 621 + AegisName: "Eyepatch" + Name: "Eyepatch" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 621 +}, +{ + Id: 622 + AegisName: "Bandana" + Name: "Bandana" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 622 +}, +{ + Id: 627 + AegisName: "TopHat" + Name: "TopHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 627 +}, +{ + Id: 628 + AegisName: "FunkyHat" + Name: "FunkyHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 20 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 628 +}, +{ + Id: 629 + AegisName: "MushHat" + Name: "MushHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 629 +}, +{ + Id: 630 + AegisName: "ShroomHat" + Name: "ShroomHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 630 +}, +{ + Id: 633 + AegisName: "ChristmasElfHat" + Name: "ChristmasElfHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 633 +}, +{ + Id: 634 + AegisName: "FaceMask" + Name: "FaceMask" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 50 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 634 +}, +{ + Id: 636 + AegisName: "WarlordHelmet" + Name: "WarlordHelmet" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 900 + Def: 18 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 636 + Script: <" + bonus bMatkRate, -8; + "> +}, +{ + Id: 637 + AegisName: "KnightsHelmet" + Name: "KnightsHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 2000 + Weight: 600 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 637 + Script: <" + bonus bMatkRate, -7; + "> +}, +{ + Id: 638 + AegisName: "InfantryHelmet" + Name: "InfantryHelmet" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1500 + Weight: 400 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 638 + Script: <" + bonus bMatkRate, -8; + "> +}, +{ + Id: 639 + AegisName: "CrusadeHelmet" + Name: "CrusadeHelmet" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 2500 + Weight: 1300 + Def: 18 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 639 + Script: <" + bonus bMatkRate, -8; + "> +}, +{ + Id: 643 + AegisName: "WhiteCowboyHat" + Name: "WhiteCowboyHat" + Type: "IT_ARMOR" + Buy: 1800 + Sell: 900 + Weight: 30 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 643 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 644 + AegisName: "BlackCowboyHat" + Name: "BlackCowboyHat" + Type: "IT_ARMOR" + Buy: 1800 + Sell: 900 + Weight: 30 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 644 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 646 + AegisName: "Crown" + Name: "Crown" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 240 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 646 +}, +{ + Id: 647 + AegisName: "DevelopersCap" + Name: "DevelopersCap" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 647 +}, +{ + Id: 654 + AegisName: "Cap" + Name: "Cap" + Type: "IT_ARMOR" + Buy: 4000000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 654 +}, +{ + Id: 656 + AegisName: "SerfHat" + Name: "SerfHat" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 656 +}, +{ + Id: 675 + AegisName: "GraduationCap" + Name: "GraduationCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 250 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 675 +}, +{ + Id: 678 + AegisName: "NohMask" + Name: "NohMask" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 1000 + Weight: 18 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 678 +}, +{ + Id: 679 + AegisName: "DemonMask" + Name: "DemonMask" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 23 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 679 +}, +{ + Id: 721 + AegisName: "HighPriestCrown" + Name: "HighPriestCrown" + Type: "IT_ARMOR" + Buy: 6000000 + Sell: 5000 + Weight: 400 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 721 + Script: <" + bonus bMatkRate, 2; + bonus bMaxSP, 20; + "> +}, +{ + Id: 722 + AegisName: "MonsterSkullHelmet" + Name: "MonsterSkullHelmet" + Type: "IT_ARMOR" + Buy: 6000000 + Sell: 3000 + Weight: 250 + Def: 7 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 722 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 20; + "> +}, +{ + Id: 723 + AegisName: "DesertHat" + Name: "DesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 723 +}, +{ + Id: 724 + AegisName: "CottonHeadband" + Name: "CottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 724 +}, +{ + Id: 725 + AegisName: "GMCap" + Name: "GMCap" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 0 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 725 + Nouse: { + override: 60 + } +}, +{ + Id: 751 + AegisName: "PinkieHat" + Name: "PinkieHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 5 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 751 +}, +{ + Id: 752 + AegisName: "FluffyHat" + Name: "FluffyHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 752 +}, +{ + Id: 759 + AegisName: "PaladinsHelmet" + Name: "PaladinsHelmet" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 19 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 759 +}, +{ + Id: 760 + AegisName: "OverlordsHelmet" + Name: "OverlordsHelmet" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 50 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 760 + Script: <" + bonus bMdef, -50; + bonus bStr, -2; + bonus bAgi, -2; + bonus bDex, -2; + "> +}, +{ + Id: 761 + AegisName: "DesertHelmet" + Name: "DesertHelmet" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 21 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 761 +}, +{ + Id: 764 + AegisName: "SailorHat" + Name: "SailorHat" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 764 +}, +{ + Id: 765 + AegisName: "CaptainsHat" + Name: "CaptainsHat" + Type: "IT_ARMOR" + Buy: 0 + Sell: 0 + Weight: 0 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 765 +}, +{ + Id: 766 + AegisName: "TerraniteHelmet" + Name: "TerraniteHelmet" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 300 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 766 + Script: <" + bonus bMatkRate, -2; + bonus bMdef, 5; + "> +}, +{ + Id: 769 + AegisName: "GuyFawkesMask" + Name: "GuyFawkesMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 769 +}, +{ + Id: 770 + AegisName: "FairyHat" + Name: "FairyHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 770 + Script: <" + bonus bMatkRate, -6; + bonus bLuk, 3; + "> +}, +{ + Id: 781 + AegisName: "WitchDoctorsMask" + Name: "WitchDoctorsMask" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 100 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 781 +}, +{ + Id: 795 + AegisName: "BromenalHelmet" + Name: "BromenalHelmet" + Type: "IT_ARMOR" + Buy: 15000 + Sell: 1500 + Weight: 400 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 795 + Script: <" + bonus bMatkRate, -6; + "> +}, +{ + Id: 800 + AegisName: "BowlerHatBrown" + Name: "BowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 800 +}, +{ + Id: 801 + AegisName: "PinkieHelmet" + Name: "PinkieHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1500 + Weight: 800 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 801 + Script: <" + bonus bMatkRate, -3; + bonus bLuk, 1; + "> +}, +{ + Id: 848 + AegisName: "Earmuffs" + Name: "Earmuffs" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 848 +}, +{ + Id: 854 + AegisName: "ElfNightcap" + Name: "ElfNightcap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 854 +}, +{ + Id: 855 + AegisName: "Sunglasses" + Name: "Sunglasses" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 855 +}, +{ + Id: 856 + AegisName: "KnitCap" + Name: "KnitCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 856 +}, +{ + Id: 877 + AegisName: "BullHelmet" + Name: "BullHelmet" + Type: "IT_ARMOR" + Buy: 90000 + Sell: 45000 + Weight: 1300 + Def: 19 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 90 + Refine: false + ViewSprite: 877 + OnEquipScript: <" + callfunc "RequireStat", bStr, 70, EQI_HEAD_TOP; + callfunc "RequireStat", bVit, 50, EQI_HEAD_TOP; + callfunc "RequireStat", bLuk, 50, EQI_HEAD_TOP; + "> + Script: <" + bonus bMatkRate, -14; + bonus bDoubleAddRate, 20; + bonus bStr, 10; + bonus bCritical, 15; + bonus bAspdRate, 10; + bonus bDef2Rate, -39; + bonus bHit, -15; + "> +}, +{ + Id: 882 + AegisName: "RedEggshellHat" + Name: "RedEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 882 +}, +{ + Id: 883 + AegisName: "BlueEggshellHat" + Name: "BlueEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 883 +}, +{ + Id: 884 + AegisName: "YellowEggshellHat" + Name: "YellowEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 884 +}, +{ + Id: 885 + AegisName: "GreenEggshellHat" + Name: "GreenEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 885 +}, +{ + Id: 886 + AegisName: "OrangeEggshellHat" + Name: "OrangeEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 886 +}, +{ + Id: 887 + AegisName: "DarkEggshellHat" + Name: "DarkEggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 887 +}, +{ + Id: 888 + AegisName: "MagicGMTopHat" + Name: "MagicGMTopHat" + Type: "IT_ARMOR" + Buy: 4200 + Sell: 1900 + Weight: 30 + Def: 60 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 888 + Nouse: { + override: 50 + } + Script: <" + bonus bMaxHP, 31000; + bonus bFlee, -200; + bonus bHPrecovRate, -400; + bonus bCriticalDef, 250; + bonus bMdef, 89; + bonus bMatkRate, 2; + "> +}, +{ + Id: 889 + AegisName: "MurdererCrown" + Name: "MurdererCrown" + Type: "IT_ARMOR" + Buy: 75000 + Sell: 12000 + Weight: 240 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 889 +}, +{ + Id: 890 + AegisName: "BeanieCopter" + Name: "BeanieCopter" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 2000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 890 +}, +{ + Id: 897 + AegisName: "RedRoseHat" + Name: "RedRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 897 +}, +{ + Id: 898 + AegisName: "WhiteRoseHat" + Name: "WhiteRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 898 +}, +{ + Id: 899 + AegisName: "PinkRoseHat" + Name: "PinkRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 899 +}, +{ + Id: 900 + AegisName: "YellowRoseHat" + Name: "YellowRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 900 +}, +{ + Id: 901 + AegisName: "OrangeRoseHat" + Name: "OrangeRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 901 +}, +{ + Id: 902 + AegisName: "BlueRoseHat" + Name: "BlueRoseHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 1000 + Weight: 0 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 902 +}, +{ + Id: 905 + AegisName: "BucketHat" + Name: "BucketHat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 905 +}, +{ + Id: 1173 + AegisName: "TamOShanter" + Name: "TamOShanter" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 500 + Weight: 20 + Def: 9 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1173 +}, +{ + Id: 1174 + AegisName: "CashiersShade" + Name: "CashiersShade" + Type: "IT_ARMOR" + Buy: 4000 + Sell: 500 + Weight: 15 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1174 +}, +{ + Id: 1175 + AegisName: "AutumnMask" + Name: "AutumnMask" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 500 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1175 +}, +{ + Id: 1190 + AegisName: "NutcrackerHat" + Name: "NutcrackerHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1190 +}, +{ + Id: 1196 + AegisName: "Beret" + Name: "Beret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1196 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 1203 + AegisName: "RangerHat" + Name: "RangerHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1203 +}, +{ + Id: 1204 + AegisName: "AntlerHat" + Name: "AntlerHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 15 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1204 +}, +{ + Id: 1205 + AegisName: "ChristmasTreeHat" + Name: "ChristmasTreeHat" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1205 +}, +{ + Id: 1206 + AegisName: "SantaBeardHat" + Name: "SantaBeardHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1206 +}, +{ + Id: 1214 + AegisName: "BunnyEars" + Name: "BunnyEars" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2000 + Weight: 20 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1214 +}, +{ + Id: 1216 + AegisName: "MoubooHead" + Name: "MoubooHead" + Type: "IT_ARMOR" + Buy: 10 + Sell: 1 + Weight: 80 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1216 +}, +{ + Id: 1217 + AegisName: "CatEars" + Name: "CatEars" + Type: "IT_ARMOR" + Buy: 100 + Sell: 50 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1217 + Script: <" + bonus bAgi, 3; + "> +}, +{ + Id: 1218 + AegisName: "PaperBag" + Name: "PaperBag" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 5 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1218 + Script: <" + bonus bAgi, -1; + "> +}, +{ + Id: 1219 + AegisName: "MoubootaurHead" + Name: "MoubootaurHead" + Type: "IT_ARMOR" + Buy: 10 + Sell: 1 + Weight: 80 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1219 + Nouse: { + override: 1 + } +}, +{ + Id: 1220 + AegisName: "BunchOfParsley" + Name: "BunchOfParsley" + Type: "IT_ARMOR" + Buy: 3 + Sell: 1 + Weight: 1 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1220 + Script: <" + bonus bDeaf, 1; // FIXME SC_SILENCE or Manner = 0 or whatever + "> +}, +{ + Id: 1221 + AegisName: "SkullMask" + Name: "SkullMask" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 150 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1221 +}, +{ + Id: 1242 + AegisName: "SnowGoggles" + Name: "SnowGoggles" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 10 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1242 +}, +{ + Id: 1247 + AegisName: "HeartGlasses" + Name: "HeartGlasses" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1247 +}, +{ + Id: 1255 + AegisName: "RabbitEars" + Name: "RabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1255 +}, +{ + Id: 1256 + AegisName: "EggshellHat" + Name: "EggshellHat" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1256 + Script: <" + bonus bAgi, -1; + "> +}, +{ + Id: 1275 + AegisName: "ReadingGlasses" + Name: "ReadingGlasses" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 12 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1275 + Script: <" + bonus bInt, 3; + "> +}, +{ + Id: 1276 + AegisName: "OperaMask" + Name: "OperaMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1276 +}, +{ + Id: 1277 + AegisName: "JesterMask" + Name: "JesterMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1277 +}, +{ + Id: 1278 + AegisName: "WitchHat" + Name: "WitchHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1278 + Script: <" + bonus bMatkRate, 2; + "> +}, +{ + Id: 1279 + AegisName: "GoblinMask" + Name: "GoblinMask" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 1279 +}, +{ + Id: 2130 + AegisName: "RedDesertHat" + Name: "RedDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2130 +}, +{ + Id: 2131 + AegisName: "GreenDesertHat" + Name: "GreenDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2131 +}, +{ + Id: 2132 + AegisName: "DarkBlueDesertHat" + Name: "DarkBlueDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2132 +}, +{ + Id: 2133 + AegisName: "YellowDesertHat" + Name: "YellowDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2133 +}, +{ + Id: 2134 + AegisName: "LightBlueDesertHat" + Name: "LightBlueDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2134 +}, +{ + Id: 2135 + AegisName: "PinkDesertHat" + Name: "PinkDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2135 +}, +{ + Id: 2136 + AegisName: "BlackDesertHat" + Name: "BlackDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2136 +}, +{ + Id: 2137 + AegisName: "OrangeDesertHat" + Name: "OrangeDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2137 +}, +{ + Id: 2138 + AegisName: "PurpleDesertHat" + Name: "PurpleDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2138 +}, +{ + Id: 2139 + AegisName: "DarkGreenDesertHat" + Name: "DarkGreenDesertHat" + Type: "IT_ARMOR" + Buy: 2400 + Sell: 600 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2139 +}, +{ + Id: 2140 + AegisName: "RedCottonHeadband" + Name: "RedCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2140 +}, +{ + Id: 2141 + AegisName: "GreenCottonHeadband" + Name: "GreenCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2141 +}, +{ + Id: 2142 + AegisName: "DarkBlueCottonHeadband" + Name: "DarkBlueCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2142 +}, +{ + Id: 2143 + AegisName: "YellowCottonHeadband" + Name: "YellowCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2143 +}, +{ + Id: 2144 + AegisName: "LightBlueCottonHeadband" + Name: "LightBlueCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2144 +}, +{ + Id: 2145 + AegisName: "PinkCottonHeadband" + Name: "PinkCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2145 +}, +{ + Id: 2146 + AegisName: "BlackCottonHeadband" + Name: "BlackCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2146 +}, +{ + Id: 2147 + AegisName: "OrangeCottonHeadband" + Name: "OrangeCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2147 +}, +{ + Id: 2148 + AegisName: "PurpleCottonHeadband" + Name: "PurpleCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2148 +}, +{ + Id: 2149 + AegisName: "DarkGreenCottonHeadband" + Name: "DarkGreenCottonHeadband" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 500 + Weight: 5 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2149 +}, +{ + Id: 2190 + AegisName: "RedRabbitEars" + Name: "RedRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2190 +}, +{ + Id: 2191 + AegisName: "GreenRabbitEars" + Name: "GreenRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2191 +}, +{ + Id: 2192 + AegisName: "DarkBlueRabbitEars" + Name: "DarkBlueRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2192 +}, +{ + Id: 2193 + AegisName: "YellowRabbitEars" + Name: "YellowRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2193 +}, +{ + Id: 2194 + AegisName: "LightBlueRabbitEars" + Name: "LightBlueRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2194 +}, +{ + Id: 2195 + AegisName: "PinkRabbitEars" + Name: "PinkRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2195 +}, +{ + Id: 2196 + AegisName: "BlackRabbitEars" + Name: "BlackRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2196 +}, +{ + Id: 2197 + AegisName: "OrangeRabbitEars" + Name: "OrangeRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2197 +}, +{ + Id: 2198 + AegisName: "PurpleRabbitEars" + Name: "PurpleRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2198 +}, +{ + Id: 2199 + AegisName: "DarkGreenRabbitEars" + Name: "DarkGreenRabbitEars" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 3500 + Weight: 15 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2199 +}, +{ + Id: 2200 + AegisName: "RedWizardHat" + Name: "RedWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2200 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2201 + AegisName: "GreenWizardHat" + Name: "GreenWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2201 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2202 + AegisName: "DarkBlueWizardHat" + Name: "DarkBlueWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2202 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2203 + AegisName: "YellowWizardHat" + Name: "YellowWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2203 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2204 + AegisName: "LightBlueWizardHat" + Name: "LightBlueWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2204 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2205 + AegisName: "PinkWizardHat" + Name: "PinkWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2205 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2206 + AegisName: "BlackWizardHat" + Name: "BlackWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2206 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2207 + AegisName: "OrangeWizardHat" + Name: "OrangeWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2207 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2208 + AegisName: "PurpleWizardHat" + Name: "PurpleWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2208 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2209 + AegisName: "DarkGreenWizardHat" + Name: "DarkGreenWizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2209 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 2210 + AegisName: "RedBowlerHat" + Name: "RedBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2210 +}, +{ + Id: 2211 + AegisName: "GreenBowlerHat" + Name: "GreenBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2211 +}, +{ + Id: 2212 + AegisName: "DarkBlueBowlerHat" + Name: "DarkBlueBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2212 +}, +{ + Id: 2213 + AegisName: "YellowBowlerHat" + Name: "YellowBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2213 +}, +{ + Id: 2214 + AegisName: "LightBlueBowlerHat" + Name: "LightBlueBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2214 +}, +{ + Id: 2215 + AegisName: "PinkBowlerHat" + Name: "PinkBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2215 +}, +{ + Id: 2216 + AegisName: "BlackBowlerHat" + Name: "BlackBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2216 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id: 2217 + AegisName: "OrangeBowlerHat" + Name: "OrangeBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2217 +}, +{ + Id: 2218 + AegisName: "PurpleBowlerHat" + Name: "PurpleBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2218 +}, +{ + Id: 2219 + AegisName: "DarkGreenBowlerHat" + Name: "DarkGreenBowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2219 +}, +{ + Id: 2230 + AegisName: "RedBowlerHatBrown" + Name: "RedBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2230 +}, +{ + Id: 2231 + AegisName: "GreenBowlerHatBrown" + Name: "GreenBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2231 +}, +{ + Id: 2232 + AegisName: "DarkBlueBowlerHatBrown" + Name: "DarkBlueBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2232 +}, +{ + Id: 2233 + AegisName: "YellowBowlerHatBrown" + Name: "YellowBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2233 +}, +{ + Id: 2234 + AegisName: "LightBlueBowlerHatBrown" + Name: "LightBlueBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2234 +}, +{ + Id: 2235 + AegisName: "PinkBowlerHatBrown" + Name: "PinkBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2235 +}, +{ + Id: 2236 + AegisName: "BlackBowlerHatBrown" + Name: "BlackBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2236 +}, +{ + Id: 2237 + AegisName: "OrangeBowlerHatBrown" + Name: "OrangeBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2237 +}, +{ + Id: 2238 + AegisName: "PurpleBowlerHatBrown" + Name: "PurpleBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2238 +}, +{ + Id: 2239 + AegisName: "DarkGreenBowlerHatBrown" + Name: "DarkGreenBowlerHatBrown" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2239 +}, +{ + Id: 2260 + AegisName: "RedBeret" + Name: "RedBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2260 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2261 + AegisName: "GreenBeret" + Name: "GreenBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2261 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2262 + AegisName: "DarkBlueBeret" + Name: "DarkBlueBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2262 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2263 + AegisName: "YellowBeret" + Name: "YellowBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2263 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2264 + AegisName: "LightBlueBeret" + Name: "LightBlueBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2264 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2265 + AegisName: "PinkBeret" + Name: "PinkBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2265 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2266 + AegisName: "BlackBeret" + Name: "BlackBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2266 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2267 + AegisName: "OrangeBeret" + Name: "OrangeBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2267 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2268 + AegisName: "PurpleBeret" + Name: "PurpleBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2268 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2269 + AegisName: "DarkGreenBeret" + Name: "DarkGreenBeret" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2269 + Script: <" + bonus bAgi, 2; + "> +}, +{ + Id: 2270 + AegisName: "BlinkingEvil" + Name: "BlinkingEvil" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2270 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id: 2271 + AegisName: "BlinkingEvilRed" + Name: "BlinkingEvilRed" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2271 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id: 2272 + AegisName: "BlinkingEvilBlue" + Name: "BlinkingEvilBlue" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2272 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id: 2273 + AegisName: "BlinkingEvilPink" + Name: "BlinkingEvilPink" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2273 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id: 2274 + AegisName: "BlinkingEvilYellow" + Name: "BlinkingEvilYellow" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 2274 + Script: <" + bonus bMatkRate, 1; + bonus bMdef, 5; + "> +}, +{ + Id: 4020 + AegisName: "CandleHelmet" + Name: "CandleHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 2000 + Weight: 450 + Def: 16 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4020 + Script: <" + bonus bMatkRate, -6; + bonus bInt, 1; + bonus bAgi, -1; + "> +}, +{ + Id: 4027 + AegisName: "YetiMask" + Name: "YetiMask" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 10 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4027 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 4028 + AegisName: "WizardHat" + Name: "WizardHat" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 4028 + Script: <" + bonus bMatkRate, 1; + bonus bInt, 3; + "> +}, +{ + Id: 4030 + AegisName: "BowlerHat" + Name: "BowlerHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4030 +}, +{ + Id: 4031 + AegisName: "Monocle" + Name: "Monocle" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4031 + Script: <" + bonus bDex, 1; + bonus bLuk, 1; + bonus bCritical, 10; + "> +}, +{ + Id: 4032 + AegisName: "PanHat" + Name: "PanHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 400 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4032 + Script: <" + bonus bMatkRate, -4; + "> +}, +{ + Id: 4033 + AegisName: "ChefHat" + Name: "ChefHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 30 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4033 +}, +{ + Id: 4042 + AegisName: "RedNose" + Name: "RedNose" + Type: "IT_ARMOR" + Buy: 4000 + Sell: 1000 + Weight: 4 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 4042 +}, +{ + Id: 5128 + AegisName: "DarkHelm" + Name: "DarkHelm" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 10000 + Weight: 800 + Def: 19 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5128 + Script: <" + bonus bMatkRate, -22; + bonus bMaxHPrate, 10; + bonus bInt, -readparam(bInt); + "> +}, +{ + Id: 5129 + AegisName: "UnderworldMask" + Name: "UnderworldMask" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 10000 + Weight: 100 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5129 + Script: <" + bonus bAtkRange, 2; + bonus bInt, -readparam(bInt); + bonus bAgi, 2; + bonus bDex, 2; + "> +}, +{ + Id: 5130 + AegisName: "Phylactery" + Name: "Phylactery" + Type: "IT_ARMOR" + Buy: 50000 + Sell: 10000 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5130 + Script: <" + bonus bAspdRate, 15; + bonus bDex, -(readparam(bDex)/2); + "> +}, +{ + Id: 5200 + AegisName: "PointyWitchHat" + Name: "PointyWitchHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5200 + Script: <" + bonus bMatkRate, 2; + "> +}, +{ + Id: 5201 + AegisName: "Pipe" + Name: "Pipe" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 18 + Refine: false + ViewSprite: 5201 + Script: <" + bonus bDex, 1; + bonus bLuk, 1; + bonus bCritical, 10; + "> +}, +{ + Id: 5202 + AegisName: "PilotHat" + Name: "PilotHat" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 30 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5202 +}, +{ + Id: 5203 + AegisName: "MoonshroomHat" + Name: "MoonshroomHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 30 + Def: 15 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5203 + Script: <" + bonus bMatkRate, 1; + "> +}, +{ + Id: 5204 + AegisName: "CarbonGasMask" + Name: "CarbonGasMask" + Type: "IT_ARMOR" + Buy: 2500 + Sell: 1250 + Weight: 50 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5204 +}, +{ + Id: 5205 + AegisName: "EskimoHat" + Name: "EskimoHat" + Type: "IT_ARMOR" + Buy: 7500 + Sell: 3750 + Weight: 10 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5205 +}, +{ + Id: 5209 + AegisName: "TerraniteHead" + Name: "TerraniteHead" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 500 + Def: 16 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5209 + Script: <" + bonus bMatkRate, -6; + bonus bMdef, 5; + bonus bAgi, 3; + bonus bDex, 1; + "> +}, +{ + Id: 5226 + AegisName: "GroovyHat" + Name: "GroovyHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 20 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5226 +}, +{ + Id: 5227 + AegisName: "JazzyHat" + Name: "JazzyHat" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1500 + Weight: 20 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5227 +}, +{ + Id: 5228 + AegisName: "ChicSantaHat" + Name: "ChicSantaHat" + Type: "IT_ARMOR" + Buy: 400 + Sell: 200 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5228 +}, +{ + Id: 5229 + AegisName: "ScentedCandleHelmet" + Name: "ScentedCandleHelmet" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 1 + Weight: 450 + Def: 10 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5229 + Script: <" + bonus bInt, 2; + addtimer 1, "ScentedCandle::OnEquip"; + "> +}, +{ + Id: 5230 + AegisName: "AnniversaryHat" + Name: "AnniversaryHat" + Type: "IT_ARMOR" + Buy: 100000 + Sell: 1 + Weight: 100 + Def: 12 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5230 + Script: <" + bonus bInt, 2; + "> +}, +{ + Id: 5231 + AegisName: "RedPresentHat" + Name: "RedPresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5231 +}, +{ + Id: 5232 + AegisName: "GreenPresentHat" + Name: "GreenPresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5232 +}, +{ + Id: 5233 + AegisName: "BluePresentHat" + Name: "BluePresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5233 +}, +{ + Id: 5234 + AegisName: "YellowPresentHat" + Name: "YellowPresentHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5234 +}, +{ + Id: 5238 + AegisName: "AFKCap" + Name: "AFKCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5238 +}, +{ + Id: 5239 + AegisName: "Aureole" + Name: "Aureole" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5239 + Script: <" + bonus bFlee, 50; + "> +}, +{ + Id: 5240 + AegisName: "SmileyCap" + Name: "SmileyCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 1 + Weight: 60 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5240 +}, +{ + Id: 5241 + AegisName: "RedShades" + Name: "RedShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5241 +}, +{ + Id: 5242 + AegisName: "GreenShades" + Name: "GreenShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5242 +}, +{ + Id: 5243 + AegisName: "DarkBlueShades" + Name: "DarkBlueShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5243 +}, +{ + Id: 5244 + AegisName: "YellowShades" + Name: "YellowShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5244 +}, +{ + Id: 5245 + AegisName: "LightBlueShades" + Name: "LightBlueShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5245 +}, +{ + Id: 5246 + AegisName: "PinkShades" + Name: "PinkShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5246 +}, +{ + Id: 5247 + AegisName: "BlackShades" + Name: "BlackShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5247 +}, +{ + Id: 5248 + AegisName: "OrangeShades" + Name: "OrangeShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5248 +}, +{ + Id: 5249 + AegisName: "PurpleShades" + Name: "PurpleShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5249 +}, +{ + Id: 5250 + AegisName: "DarkGreenShades" + Name: "DarkGreenShades" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5250 +}, +{ + Id: 5255 + AegisName: "PVPCap" + Name: "PVPCap" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 60 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5255 +}, +{ + Id: 5257 + AegisName: "GoldenPVPCap" + Name: "GoldenPVPCap" + Type: "IT_ARMOR" + Buy: 500 + Sell: 100 + Weight: 60 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5257 +}, +{ + Id: 5258 + AegisName: "BlinkingHocus" + Name: "BlinkingHocus" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 400 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5258 +}, +{ + Id: 5259 + AegisName: "BlinkingEvilHalloween" + Name: "BlinkingEvilHalloween" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 5000 + Weight: 50 + Def: 13 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5259 + Script: <" + bonus bMdef, 5; + "> +}, +{ + Id: 5262 + AegisName: "MovieCap" + Name: "MovieCap" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5262 +}, +{ + Id: 5264 + AegisName: "BlueWolfHelmet" + Name: "BlueWolfHelmet" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5264 +}, +{ + Id: 5266 + AegisName: "CloverHat" + Name: "CloverHat" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 50 + Def: 3 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5266 + Script: <" + bonus bLuk, 1; + "> +}, +{ + Id: 5273 + AegisName: "AssassinMask" + Name: "Assassin Mask" + Type: "IT_ARMOR" + Buy: 30000 + Sell: 3000 + Weight: 10 + Def: 0 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5273 + Script: <" + callfunc "BrawlingItem", EQI_HEAD_TOP; + bonus bMdef, 5; + bonus bAgi, 9; + bonus bDex, 1; + bonus bMaxHP, 70; + bonus bCritical, 15; + bonus bAspdRate, 15; + bonus bDoubleAddRate, 15; + bonus bMatkRate, -5; + "> +}, +{ + Id: 5280 + AegisName: "LeprechaunHat" + Name: "Leprechaun Hat" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5280 +}, +{ + Id: 5281 + AegisName: "PartyHatR" + Name: "Party Hat Red" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5281 +}, +{ + Id: 5282 + AegisName: "PartyHatG" + Name: "Party Hat Green" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5282 +}, +{ + Id: 5283 + AegisName: "PartyHatB" + Name: "Party Hat Blue" + Type: "IT_ARMOR" + Buy: 1600 + Sell: 800 + Weight: 20 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_TOP" + Refine: false + ViewSprite: 5283 +}, +/* Usable items */ +{ + Id: 501 + AegisName: "CactusDrink" + Name: "CactusDrink" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 501 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id: 502 + AegisName: "CactusPotion" + Name: "CactusPotion" + Type: "IT_USABLE" + Buy: 70 + Sell: 35 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 502 + Script: <" + callfunc "itheal", 25, 0; + "> +}, +{ + Id: 506 + AegisName: "CandyCane" + Name: "CandyCane" + Type: "IT_USABLE" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 506 + Script: <" + callfunc "itheal", 5, 0; + "> +}, +{ + Id: 508 + AegisName: "XmasCake" + Name: "XmasCake" + Type: "IT_USABLE" + Buy: 70 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 508 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id: 509 + AegisName: "ChocolateBar" + Name: "ChocolateBar" + Type: "IT_USABLE" + Buy: 60 + Sell: 20 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 509 + Script: <" + callfunc "itheal", 20, 0; + "> +}, +{ + Id: 510 + AegisName: "Candy" + Name: "Candy" + Type: "IT_USABLE" + Buy: 20 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 510 + Script: <" + callfunc "itheal", 5, 0; + "> +}, +{ + Id: 512 + AegisName: "GingerBreadMan" + Name: "GingerBreadMan" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 512 + Script: <" + callfunc "itheal", 25, 0; + "> +}, +{ + Id: 513 + AegisName: "Cake" + Name: "Cake" + Type: "IT_USABLE" + Buy: 30 + Sell: 15 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 513 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id: 514 + AegisName: "XmasCandyCane" + Name: "XmasCandyCane" + Type: "IT_USABLE" + Buy: 30 + Sell: 15 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 514 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id: 519 + AegisName: "CherryCake" + Name: "CherryCake" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 519 + Script: <" + callfunc "itheal", 35, 0; + "> +}, +{ + Id: 520 + AegisName: "EasterEgg" + Name: "EasterEgg" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 520 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 527 + AegisName: "Milk" + Name: "Milk" + Type: "IT_USABLE" + Buy: 300 + Sell: 150 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 527 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id: 533 + AegisName: "RoastedMaggot" + Name: "RoastedMaggot" + Type: "IT_USABLE" + Buy: 110 + Sell: 55 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 533 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id: 534 + AegisName: "OrangeCupcake" + Name: "OrangeCupcake" + Type: "IT_USABLE" + Buy: 90 + Sell: 45 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 534 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 535 + AegisName: "RedApple" + Name: "RedApple" + Type: "IT_USABLE" + Buy: 25 + Sell: 6 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 535 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 539 + AegisName: "Beer" + Name: "Beer" + Type: "IT_USABLE" + Buy: 175 + Sell: 87 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 539 + Script: <" + callfunc "itheal", 200, 5; + "> +}, +{ + Id: 541 + AegisName: "BottleOfWater" + Name: "BottleOfWater" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 541 + Script: <" + callfunc "itheal", 250, 0; + getitem 540, 1; + "> +}, +{ + Id: 562 + AegisName: "ChickenLeg" + Name: "ChickenLeg" + Type: "IT_USABLE" + Buy: 250 + Sell: 125 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 562 + Script: <" + callfunc "itheal", 500, 0; + "> +}, +{ + Id: 565 + AegisName: "PinkPetal" + Name: "PinkPetal" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 565 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 566 + AegisName: "SmallMushroom" + Name: "SmallMushroom" + Type: "IT_USABLE" + Buy: 125 + Sell: 50 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 566 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 567 + AegisName: "IronPotion" + Name: "IronPotion" + Type: "IT_USABLE" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 567 + Script: <" + callfunc("SC_Bonus", 60, SC_PLUSATTACKPOWER, 60); + "> +}, +{ + Id: 568 + AegisName: "ConcentrationPotion" + Name: "ConcentrationPotion" + Type: "IT_USABLE" + Buy: 500 + Sell: 250 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 568 + Script: <" + callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION1, 30); + "> +}, +{ + Id: 657 + AegisName: "Orange" + Name: "Orange" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 657 + Script: <" + callfunc "itheal", 60, 0; + "> +}, +{ + Id: 676 + AegisName: "Steak" + Name: "Steak" + Type: "IT_USABLE" + Buy: 275 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 676 + Script: <" + callfunc "itheal", 250, 0; + "> +}, +{ + Id: 684 + AegisName: "TinyHealingPotion" + Name: "TinyHealingPotion" + Type: "IT_USABLE" + Buy: 25 + Sell: 12 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 684 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 685 + AegisName: "SmallHealingPotion" + Name: "SmallHealingPotion" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 685 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id: 686 + AegisName: "MediumHealingPotion" + Name: "MediumHealingPotion" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 686 + Script: <" + callfunc "itheal", 400, 0; + "> +}, +{ + Id: 687 + AegisName: "LargeHealingPotion" + Name: "LargeHealingPotion" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 25 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 687 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id: 705 + AegisName: "ManaPotion" + Name: "ManaPotion" + Type: "IT_USABLE" + Buy: 2000 + Sell: 300 + Weight: 50 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 705 + Script: <" + callfunc "itheal", 0, 10; + callfunc "MagicGainBasic"; + "> +}, +{ + Id: 714 + AegisName: "SnakeEgg" + Name: "SnakeEgg" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 714 + Script: <" + callfunc "itheal", 30, 0; + "> +}, +{ + Id: 715 + AegisName: "MountainSnakeEgg" + Name: "MountainSnakeEgg" + Type: "IT_USABLE" + Buy: 80 + Sell: 40 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 715 + Script: <" + callfunc "itheal", 40, 0; + "> +}, +{ + Id: 716 + AegisName: "GrassSnakeEgg" + Name: "GrassSnakeEgg" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 716 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 717 + AegisName: "CaveSnakeEgg" + Name: "CaveSnakeEgg" + Type: "IT_USABLE" + Buy: 60 + Sell: 30 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 717 + Script: <" + callfunc "itheal", 20, 0; + "> +}, +{ + Id: 719 + AegisName: "GreenApple" + Name: "GreenApple" + Type: "IT_USABLE" + Buy: 20 + Sell: 5 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 719 + Script: <" + callfunc "itheal", 45, 0; + "> +}, +{ + Id: 733 + AegisName: "PurificationPotion" + Name: "PurificationPotion" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 733 + Script: <" + callfunc "usePurificationPotion"; + "> +}, +{ + Id: 736 + AegisName: "WhiteCake" + Name: "WhiteCake" + Type: "IT_USABLE" + Buy: 500 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 736 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id: 737 + AegisName: "ChocolateCake" + Name: "ChocolateCake" + Type: "IT_USABLE" + Buy: 550 + Sell: 125 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 737 + Script: <" + callfunc "itheal", 11, 0; + "> +}, +{ + Id: 738 + AegisName: "OrangeCake" + Name: "OrangeCake" + Type: "IT_USABLE" + Buy: 600 + Sell: 150 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 738 + Script: <" + callfunc "itheal", 12, 0; + "> +}, +{ + Id: 739 + AegisName: "AppleCake" + Name: "AppleCake" + Type: "IT_USABLE" + Buy: 600 + Sell: 150 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 739 + Script: <" + callfunc "itheal", 12, 0; + "> +}, +{ + Id: 743 + AegisName: "Acorn" + Name: "Acorn" + Type: "IT_USABLE" + Buy: 50 + Sell: 10 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 743 + Script: <" + callfunc "itheal", 3, 0; + "> +}, +{ + Id: 744 + AegisName: "DilutedConcentrationPot" + Name: "DilutedConcentrationPot" + Type: "IT_USABLE" + Buy: 250 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 744 + Script: <" + callfunc("SC_Bonus", 30, SC_ATTHASTE_POTION1, 20); + "> +}, +{ + Id: 745 + AegisName: "DarkConcentrationPotion" + Name: "DarkConcentrationPotion" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 745 + Script: <" + callfunc("SC_Bonus", 10, SC_ATTHASTE_POTION1, 40); + callfunc("SC_Bonus", 50, SC_BLOODING, 1); + "> +}, +{ + Id: 747 + AegisName: "LacedChocolateCake" + Name: "LacedChocolateCake" + Type: "IT_USABLE" + Buy: 550 + Sell: 125 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 747 + Script: <" + callfunc "itheal", 11, 0; + "> +}, +{ + Id: 748 + AegisName: "LacedOrangeCupcake" + Name: "LacedOrangeCupcake" + Type: "IT_USABLE" + Buy: 90 + Sell: 45 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 748 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 750 + AegisName: "SlowPoisonPotion" + Name: "SlowPoisonPotion" + Type: "IT_USABLE" + Buy: 500 + Sell: 200 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 750 + Script: <" + callfunc "itheal", 5, 0; + callfunc("SC_Bonus", 180, SC_SLOWPOISON, 100); + "> +}, +{ + Id: 784 + AegisName: "ZombieNachos" + Name: "ZombieNachos" + Type: "IT_USABLE" + Buy: 100 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 784 + Script: <" + callfunc "itheal", 60, 0; + "> +}, +{ + Id: 785 + AegisName: "LadyFingers" + Name: "LadyFingers" + Type: "IT_USABLE" + Buy: 70 + Sell: 25 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 785 + Script: <" + callfunc "itheal", 40, 0; + "> +}, +{ + Id: 786 + AegisName: "JellAhh" + Name: "JellAhh" + Type: "IT_USABLE" + Buy: 80 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 786 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 787 + AegisName: "Snapple" + Name: "Snapple" + Type: "IT_USABLE" + Buy: 110 + Sell: 55 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 787 + Script: <" + callfunc "itheal", 70, 0; + "> +}, +{ + Id: 788 + AegisName: "BeetleJuice" + Name: "BeetleJuice" + Type: "IT_USABLE" + Buy: 80 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 788 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 789 + AegisName: "GutBuster" + Name: "GutBuster" + Type: "IT_USABLE" + Buy: 100 + Sell: 30 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 789 + Script: <" + callfunc "itheal", 60, 0; + "> +}, +{ + Id: 790 + AegisName: "BloodWine" + Name: "BloodWine" + Type: "IT_USABLE" + Buy: 150 + Sell: 50 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 790 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 808 + AegisName: "HitchhikersTowel" + Name: "HitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 808 + Script: <" + set @warpTowelName$, "HitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 809 + AegisName: "WhiteHitchhikersTowel" + Name: "WhiteHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 809 + Script: <" + set @warpTowelName$, "WhiteHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 810 + AegisName: "RedHitchhikersTowel" + Name: "RedHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 810 + Script: <" + set @warpTowelName$, "RedHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 811 + AegisName: "GreenHitchhikersTowel" + Name: "GreenHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 811 + Script: <" + set @warpTowelName$, "GreenHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 812 + AegisName: "BlueHitchhikersTowel" + Name: "BlueHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 812 + Script: <" + set @warpTowelName$, "BlueHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 813 + AegisName: "YellowHitchhikersTowel" + Name: "YellowHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 813 + Script: <" + set @warpTowelName$, "YellowHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 814 + AegisName: "PurpleHitchhikersTowel" + Name: "PurpleHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 814 + Script: <" + set @warpTowelName$, "PurpleHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 815 + AegisName: "OrangeHitchhikersTowel" + Name: "OrangeHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 815 + Script: <" + set @warpTowelName$, "OrangeHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 816 + AegisName: "PinkHitchhikersTowel" + Name: "PinkHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 816 + Script: <" + set @warpTowelName$, "PinkHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 817 + AegisName: "TealHitchhikersTowel" + Name: "TealHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 817 + Script: <" + set @warpTowelName$, "TealHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 818 + AegisName: "LimeHitchhikersTowel" + Name: "LimeHitchhikersTowel" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 818 + Script: <" + set @warpTowelName$, "LimeHitchhikersTowel"; + callfunc "WarpTowel"; + "> +}, +{ + Id: 825 + AegisName: "TinyManaElixir" + Name: "TinyManaElixir" + Type: "IT_USABLE" + Buy: 100 + Sell: 10 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 825 + Script: <" + callfunc "itheal", 0, 25; + "> +}, +{ + Id: 826 + AegisName: "SmallManaElixir" + Name: "SmallManaElixir" + Type: "IT_USABLE" + Buy: 200 + Sell: 20 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 826 + Script: <" + callfunc "itheal", 0, 50; + "> +}, +{ + Id: 827 + AegisName: "MediumManaElixir" + Name: "MediumManaElixir" + Type: "IT_USABLE" + Buy: 400 + Sell: 40 + Weight: 15 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 827 + Script: <" + callfunc "itheal", 0, 100; + "> +}, +{ + Id: 828 + AegisName: "LargeManaElixir" + Name: "LargeManaElixir" + Type: "IT_USABLE" + Buy: 800 + Sell: 80 + Weight: 25 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 828 + Script: <" + callfunc "itheal", 0, 250; + "> +}, +{ + Id: 838 + AegisName: "CranberryLollipop" + Name: "CranberryLollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 838 + Script: <" + callfunc "itheal", 750, 0; + "> +}, +{ + Id: 839 + AegisName: "GrapeLollipop" + Name: "GrapeLollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 839 + Script: <" + callfunc "itheal", 750, 0; + "> +}, +{ + Id: 840 + AegisName: "OrangeLollipop" + Name: "OrangeLollipop" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 840 + Script: <" + callfunc "itheal", 750, 0; + "> +}, +{ + Id: 1189 + AegisName: "PollettEgg" + Name: "PollettEgg" + Type: "IT_USABLE" + Buy: 250 + Sell: 25 + Weight: 4 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1189 + Script: <" + callfunc "itheal", 75, 10; + "> +}, +{ + Id: 1229 + AegisName: "CaramelApple" + Name: "CaramelApple" + Type: "IT_USABLE" + Buy: 500 + Sell: 75 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1229 + Script: <" + callfunc "itheal", 1000, 0; + "> +}, +{ + Id: 1230 + AegisName: "LollipopColor1" + Name: "LollipopColor1" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1230 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id: 1231 + AegisName: "LollipopColor2" + Name: "LollipopColor2" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1231 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id: 1232 + AegisName: "LollipopColor3" + Name: "LollipopColor3" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1232 + Script: <" + callfunc "itheal", 800, 0; + "> +}, +{ + Id: 1248 + AegisName: "Blueberries" + Name: "Blueberries" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 6 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1248 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id: 1250 + AegisName: "Pear" + Name: "Pear" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1250 + Script: <" + callfunc "itheal", 150, 0; + "> +}, +{ + Id: 1251 + AegisName: "Plum" + Name: "Plum" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1251 + Script: <" + callfunc "itheal", 100, 0; + "> +}, +{ + Id: 1252 + AegisName: "Cherry" + Name: "Cherry" + Type: "IT_USABLE" + Buy: 50 + Sell: 25 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1252 + Script: <" + callfunc "itheal", 50, 0; + "> +}, +{ + Id: 1253 + AegisName: "GoldenDeliciousApple" + Name: "GoldenDeliciousApple" + Type: "IT_USABLE" + Buy: 1000 + Sell: 500 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1253 + Script: <" + callfunc "itheal", 200, 0; + "> +}, +{ + Id: 1258 + AegisName: "Honey" + Name: "Honey" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 20 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1258 + Script: <" + callfunc "itheal", 45, 0; + "> +}, +{ + Id: 1280 + AegisName: "Scissors" + Name: "Scissors" + Type: "IT_USABLE" + Buy: 1000 + Sell: 500 + Weight: 120 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1280 + Script: <" + callfunc "useScissors"; + "> +}, +{ + Id: 1281 + AegisName: "ShockSweet" + Name: "ShockSweet" + Type: "IT_USABLE" + Buy: 1000 + Sell: 500 + Weight: 5 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 1281 + Script: <" + callfunc "useShockSweet"; + "> +}, +{ + Id: 3001 + AegisName: "RubberBat" + Name: "RubberBat" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 30 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3001 + Script: <" + callfunc "rubberBat"; + "> +}, +{ + Id: 3006 + AegisName: "TonoriDelight" + Name: "TonoriDelight" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3006 + Script: <" + callfunc "itheal", 10, 2; + "> +}, +{ + Id: 3007 + AegisName: "Marshmallow" + Name: "Marshmallow" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3007 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id: 3009 + AegisName: "JellySkull" + Name: "JellySkull" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3009 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id: 3010 + AegisName: "CandyPumpkin" + Name: "CandyPumpkin" + Type: "IT_USABLE" + Buy: 5 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 3010 + Script: <" + callfunc "itheal", 10, 0; + "> +}, +{ + Id: 4035 + AegisName: "PickledBeets" + Name: "PickledBeets" + Type: "IT_USABLE" + Buy: 1500 + Sell: 50 + Weight: 150 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4035 + Script: <" + callfunc "usePickledBeets"; + "> +}, +{ + Id: 4036 + AegisName: "RoastedAcorn" + Name: "RoastedAcorn" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 4036 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id: 5126 + AegisName: "MTJarofOwnBlood" + Name: "MTJarofOwnBlood" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5126 + Script: <" + callfunc "itheal", -250, 0; + getitem 5127, 1; + "> +}, +{ + Id: 5210 + AegisName: "GrassFedTofu" + Name: "GrassFedTofu" + Type: "IT_USABLE" + Buy: 50 + Sell: 1 + Weight: 2 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5210 + Script: <" + callfunc "itheal", -10, -2; + "> +}, +{ + Id: 5213 + AegisName: "VeganWater" + Name: "VeganWater" + Type: "IT_USABLE" + Buy: 200 + Sell: 100 + Weight: 10 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5213 + Script: <" + callfunc "itheal", 250, 0; + getitem 540, 1; + "> +}, +{ + Id: 5214 + AegisName: "LactoseFreeAcorn" + Name: "LactoseFreeAcorn" + Type: "IT_USABLE" + Buy: 100 + Sell: 50 + Weight: 1 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5214 + Script: <" + callfunc "itheal", 15, 0; + "> +}, +{ + Id: 5235 + AegisName: "TMWBirthdayGift" + Name: "TMWBirthdayGift" + Type: "IT_USABLE" + Buy: 1000000 + Sell: 50 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5235 + Script: <" + // 5231..5234 + .@it=callfunc("any", + RedPresentHat, GreenPresentHat, BluePresentHat, YellowPresentHat); + getitem .@it, 1; + "> +}, +{ + Id: 5236 + AegisName: "GumiCandy" + Name: "GumiCandy" + Type: "IT_USABLE" + Buy: 10000 + Sell: 250 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5236 + Script: <" + set Sex, Sex == 3 ? rand(0, 1) : (rand(0, 1) ? 3 : !Sex); + "> +}, +{ + Id: 5237 + AegisName: "CaramelCandy" + Name: "CaramelCandy" + Type: "IT_USABLE" + Buy: 700 + Sell: 350 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5237 + Script: <" + callfunc "itheal", 350, 0; + "> +}, +{ + Id: 5263 + AegisName: "LovePotion" + Name: "LovePotion" + Type: "IT_USABLE" + Buy: 90000 + Sell: 550 + Weight: 0 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 5263 + Script: <" + callfunc "LovePotion"; + "> +}, +{ + Id: 5267 + AegisName: "AlizarinScroll" + Name: "Alizarin Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRIPHOO; + @skillId = SKILL_MODRIPHOO; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id: 5268 + AegisName: "CobaltScroll" + Name: "Cobalt Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRISUMP; + @skillId = SKILL_MODRISUMP; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id: 5269 + AegisName: "GambogeScroll" + Name: "Gamboge Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRIYIKAM; + @skillId = SKILL_MODRIYIKAM; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id: 5270 + AegisName: "MauveScroll" + Name: "Mauve Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_MODRILAX; + @skillId = SKILL_MODRILAX; + @skillLv = 1; + callfunc "SK_GrowPlants", false; + "> +}, +{ + Id: 5271 + AegisName: "JoyplimScroll" + Name: "Joyplim Scroll" + Type: "IT_USABLE" + Buy: 5000 + Sell: 1000 + Weight: 7 + Script: <" + callfunc "learnskill", SKILL_JOYPLIM; + @skillId = SKILL_JOYPLIM; + @skillLv = 10; + callfunc "SK_Joyplim", false; + "> +}, +{ + Id: 5277 + AegisName: "XmasSeeds" + Name: "Christmas Seeds" + Type: "IT_USABLE" + Buy: 9999 + Sell: 0 + Weight: 1 + ViewSprite: 5277 + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } + Script: <" + callfunc "X21_SEEDS"; + "> +}, +{ + Id: 5251 + AegisName: "Tomato" + Name: "Tomato" + Type: "IT_USABLE" + Buy: 40 + Sell: 10 + Weight: 7 + Def: 0 + Slots: 0 + Refine: false + ViewSprite: 657 + Script: <" + callfunc "itheal", 200, 5; + "> +}, + +/* Legs Armor */ +{ + Id: 586 + AegisName: "CottonShorts" + Name: "CottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 15 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 586 +}, +{ + Id: 610 + AegisName: "JeansShorts" + Name: "JeansShorts" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 610 +}, +{ + Id: 632 + AegisName: "CottonSkirt" + Name: "CottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 10 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 632 +}, +{ + Id: 642 + AegisName: "JeansChaps" + Name: "JeansChaps" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 60 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 642 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 648 + AegisName: "CottonTrousers" + Name: "CottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 648 +}, +{ + Id: 731 + AegisName: "AssassinPants" + Name: "AssassinPants" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 3000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 731 + Script: <" + callfunc "BrawlingItem", EQI_HEAD_LOW; + bonus bAgi, 5; + bonus bMatkRate, -2; + "> +}, +{ + Id: 768 + AegisName: "TerraniteLegs" + Name: "TerraniteLegs" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 3000 + Weight: 30 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 768 + Script: <" + bonus bAgi, 1; + bonus bMdef, 5; + "> +}, +{ + Id: 771 + AegisName: "Miniskirt" + Name: "Miniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 771 +}, +{ + Id: 796 + AegisName: "BromenalLegs" + Name: "BromenalLegs" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 150 + Def: 6 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 796 +}, +{ + Id: 857 + AegisName: "LeatherTrousers" + Name: "LeatherTrousers" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 25 + Def: 5 + Slots: 0 + Loc: "EQP_HEAD_LOW" + Refine: false + ViewSprite: 857 + Script: <" + bonus bHit, 2; + "> +}, +{ + Id: 881 + AegisName: "RaggedShorts" + Name: "RaggedShorts" + Type: "IT_ARMOR" + Buy: 60 + Sell: 1 + Weight: 7 + Def: 1 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 881 +}, +{ + Id: 1172 + AegisName: "SilkPants" + Name: "SilkPants" + Type: "IT_ARMOR" + Buy: 20000 + Sell: 750 + Weight: 10 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 1172 +}, +{ + Id: 2100 + AegisName: "RedCottonSkirt" + Name: "RedCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2100 +}, +{ + Id: 2101 + AegisName: "GreenCottonSkirt" + Name: "GreenCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2101 +}, +{ + Id: 2102 + AegisName: "DarkBlueCottonSkirt" + Name: "DarkBlueCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2102 +}, +{ + Id: 2103 + AegisName: "YellowCottonSkirt" + Name: "YellowCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2103 +}, +{ + Id: 2104 + AegisName: "LightBlueCottonSkirt" + Name: "LightBlueCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2104 +}, +{ + Id: 2105 + AegisName: "PinkCottonSkirt" + Name: "PinkCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2105 +}, +{ + Id: 2106 + AegisName: "BlackCottonSkirt" + Name: "BlackCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2106 +}, +{ + Id: 2107 + AegisName: "OrangeCottonSkirt" + Name: "OrangeCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2107 +}, +{ + Id: 2108 + AegisName: "PurpleCottonSkirt" + Name: "PurpleCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2108 +}, +{ + Id: 2109 + AegisName: "DarkGreenCottonSkirt" + Name: "DarkGreenCottonSkirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2109 +}, +{ + Id: 2110 + AegisName: "RedCottonShorts" + Name: "RedCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2110 +}, +{ + Id: 2111 + AegisName: "GreenCottonShorts" + Name: "GreenCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2111 +}, +{ + Id: 2112 + AegisName: "DarkBlueCottonShorts" + Name: "DarkBlueCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2112 +}, +{ + Id: 2113 + AegisName: "YellowCottonShorts" + Name: "YellowCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2113 +}, +{ + Id: 2114 + AegisName: "LightBlueCottonShorts" + Name: "LightBlueCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2114 +}, +{ + Id: 2115 + AegisName: "PinkCottonShorts" + Name: "PinkCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2115 +}, +{ + Id: 2116 + AegisName: "BlackCottonShorts" + Name: "BlackCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2116 +}, +{ + Id: 2117 + AegisName: "OrangeCottonShorts" + Name: "OrangeCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2117 +}, +{ + Id: 2118 + AegisName: "PurpleCottonShorts" + Name: "PurpleCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2118 +}, +{ + Id: 2119 + AegisName: "DarkGreenCottonShorts" + Name: "DarkGreenCottonShorts" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 20 + Def: 2 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2119 +}, +{ + Id: 2170 + AegisName: "RedMiniskirt" + Name: "RedMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2170 +}, +{ + Id: 2171 + AegisName: "GreenMiniskirt" + Name: "GreenMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2171 +}, +{ + Id: 2172 + AegisName: "DarkBlueMiniskirt" + Name: "DarkBlueMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2172 +}, +{ + Id: 2173 + AegisName: "YellowMiniskirt" + Name: "YellowMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2173 +}, +{ + Id: 2174 + AegisName: "LightBlueMiniskirt" + Name: "LightBlueMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2174 +}, +{ + Id: 2175 + AegisName: "PinkMiniskirt" + Name: "PinkMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2175 +}, +{ + Id: 2176 + AegisName: "BlackMiniskirt" + Name: "BlackMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2176 +}, +{ + Id: 2177 + AegisName: "OrangeMiniskirt" + Name: "OrangeMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2177 +}, +{ + Id: 2178 + AegisName: "PurpleMiniskirt" + Name: "PurpleMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2178 +}, +{ + Id: 2179 + AegisName: "DarkGreenMiniskirt" + Name: "DarkGreenMiniskirt" + Type: "IT_ARMOR" + Buy: 1000 + Sell: 500 + Weight: 8 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2179 +}, +{ + Id: 2180 + AegisName: "RedCottonTrousers" + Name: "RedCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2180 +}, +{ + Id: 2181 + AegisName: "GreenCottonTrousers" + Name: "GreenCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2181 +}, +{ + Id: 2182 + AegisName: "DarkBlueCottonTrousers" + Name: "DarkBlueCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2182 +}, +{ + Id: 2183 + AegisName: "YellowCottonTrousers" + Name: "YellowCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2183 +}, +{ + Id: 2184 + AegisName: "LightBlueCottonTrousers" + Name: "LightBlueCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2184 +}, +{ + Id: 2185 + AegisName: "PinkCottonTrousers" + Name: "PinkCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2185 +}, +{ + Id: 2186 + AegisName: "BlackCottonTrousers" + Name: "BlackCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2186 +}, +{ + Id: 2187 + AegisName: "OrangeCottonTrousers" + Name: "OrangeCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2187 +}, +{ + Id: 2188 + AegisName: "PurpleCottonTrousers" + Name: "PurpleCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2188 +}, +{ + Id: 2189 + AegisName: "DarkGreenCottonTrousers" + Name: "DarkGreenCottonTrousers" + Type: "IT_ARMOR" + Buy: 1500 + Sell: 750 + Weight: 25 + Def: 4 + Slots: 0 + Loc: "EQP_HEAD_LOW" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 2189 +}, +{ + Id: 531 + AegisName: "MinerGloves" + Name: "MinerGloves" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 1000 + Weight: 30 + Def: 2 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 531 + Script: <" + bonus bMatkRate, -2; + "> +}, +{ + Id: 532 + AegisName: "LeatherGloves" + Name: "LeatherGloves" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 2000 + Weight: 20 + Def: 4 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 532 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id: 563 + AegisName: "WinterGloves" + Name: "WinterGloves" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 3000 + Weight: 20 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 563 +}, +{ + Id: 741 + AegisName: "CottonGloves" + Name: "CottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 10 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 741 +}, +{ + Id: 756 + AegisName: "AssassinGloves" + Name: "AssassinGloves" + Type: "IT_ARMOR" + Buy: 7000 + Sell: 2000 + Weight: 9 + Def: 3 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 756 + Script: <" + callfunc "BrawlingItem", EQI_GARMENT; + bonus bAgi, 4; + bonus bMatkRate, -1; + "> +}, +{ + Id: 794 + AegisName: "BromenalGloves" + Name: "BromenalGloves" + Type: "IT_ARMOR" + Buy: 6000 + Sell: 2000 + Weight: 40 + Def: 4 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 794 + Script: <" + bonus bMatkRate, -3; + "> +}, +{ + Id: 868 + AegisName: "SilkGloves" + Name: "SilkGloves" + Type: "IT_ARMOR" + Buy: 5000 + Sell: 2500 + Weight: 4 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 868 +}, +{ + Id: 2160 + AegisName: "RedCottonGloves" + Name: "RedCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2160 +}, +{ + Id: 2161 + AegisName: "GreenCottonGloves" + Name: "GreenCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2161 +}, +{ + Id: 2162 + AegisName: "DarkBlueCottonGloves" + Name: "DarkBlueCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2162 +}, +{ + Id: 2163 + AegisName: "YellowCottonGloves" + Name: "YellowCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2163 +}, +{ + Id: 2164 + AegisName: "LightBlueCottonGloves" + Name: "LightBlueCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2164 +}, +{ + Id: 2165 + AegisName: "PinkCottonGloves" + Name: "PinkCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2165 +}, +{ + Id: 2166 + AegisName: "BlackCottonGloves" + Name: "BlackCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2166 +}, +{ + Id: 2167 + AegisName: "OrangeCottonGloves" + Name: "OrangeCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2167 +}, +{ + Id: 2168 + AegisName: "PurpleCottonGloves" + Name: "PurpleCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2168 +}, +{ + Id: 2169 + AegisName: "DarkGreenCottonGloves" + Name: "DarkGreenCottonGloves" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 500 + Weight: 20 + Def: 1 + Slots: 0 + Loc: "EQP_GARMENT" + Refine: false + ViewSprite: 2169 +}, +//////////////////////////////////////////////////////// +// Shields +{ + Id: 585 + AegisName: "ScarabArmlet" + Name: "ScarabArmlet" + Type: "IT_ARMOR" + Buy: 8000 + Sell: 4000 + Weight: 200 + Def: 0 + Slots: 0 + Loc: "EQP_HAND_L" + WeaponLv: 0 + EquipLv: 1 + Refine: false + ViewSprite: 585 +}, +{ + Id: 601 + AegisName: "SteelShield" + Name: "SteelShield" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 20 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 601 + Script: <" + bonus bMatkRate, -20; + "> +}, +{ + Id: 602 + AegisName: "WoodenShield" + Name: "WoodenShield" + Type: "IT_ARMOR" + Buy: 10000 + Sell: 2000 + Weight: 1500 + Def: 14 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 602 + Script: <" + bonus bMatkRate, -10; + "> +}, +{ + Id: 603 + AegisName: "LeatherShield" + Name: "LeatherShield" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 1000 + Weight: 1300 + Def: 7 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 603 + Script: <" + bonus bMatkRate, -5; + "> +}, +{ + Id: 797 + AegisName: "BromenalShield" + Name: "BromenalShield" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 20 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 797 + Script: <" + bonus bMatkRate, -15; + "> +}, +{ + Id: 5285 + AegisName: "DragonShield" + Name: "Dragon Shield" + Type: "IT_ARMOR" + Buy: 40000 + Sell: 3000 + Weight: 2500 + Def: 30 + Slots: 0 + Loc: "EQP_HAND_L" + Refine: false + ViewSprite: 5285 + Script: <" + bonus bMatkRate, -20; + "> + Nouse: { + override: 1 + } +}, + +// +// Pets +{ + Id: 6000 + AegisName: "PinkieScroll" + Name: "Pinkie Scroll" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 400 + KeepAfterUse: true + Trade: { + partneroverride: true + notrade: true + nodrop: true + nogstorage: true + nomail: true + noauction: true + noselltonpc: true + } + Script: <" + bpet; + "> +}, +) diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf new file mode 100644 index 00000000..f0e63da1 --- /dev/null +++ b/world/map/db/mob_db.conf @@ -0,0 +1,7210 @@ +//================= Hercules Database ===================================== +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2015 Hercules Dev Team +//= +//= Hercules is free software: you can redistribute it and/or modify +//= it under the terms of the GNU General Public License as published by +//= the Free Software Foundation, either version 3 of the License, or +//= (at your option) any later version. +//= +//= This program is distributed in the hope that it will be useful, +//= but WITHOUT ANY WARRANTY; without even the implied warranty of +//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +//= GNU General Public License for more details. +//= +//= You should have received a copy of the GNU General Public License +//= along with this program. If not, see . +//========================================================================= +//= Mobs Database +//========================================================================= + +mob_db: ( +// Mobs Database +// +/****************************************************************************** + ************* Entry structure ************************************************ + ****************************************************************************** +{ + // =================== Mandatory fields =============================== + Id: ID (int) + SpriteName: "SPRITE_NAME" (string) + Name: "Mob name" (string) + // =================== Optional fields ================================ + JName: "Mob name" (string) + Lv: level (int, defaults to 1) + Hp: health (int, defaults to 1) + Sp: mana (int, defaults to 0) + Exp: basic experience (int, defaults to 0) + JExp: job experience (int, defaults to 0) + AttackRange: attack range (int, defaults to 1) + Attack: [attack1, attack2] (int, defaults to 0) + Def: defence (int, defaults to 0) + Mdef: magic defence (int, defaults to 0) + Stats: { + Str: strength (int, defaults to 0) + Agi: agility (int, defaults to 0) + Vit: vitality (int, defaults to 0) + Int: intelligence (int, defaults to 0) + Dex: dexterity (int, defaults to 0) + Luk: luck (int, defaults to 0) + } + ViewRange: view range (int, defaults to 1) + ChaseRange: chase range (int, defaults to 1) + Size: size (int, defaults to 1) + Race: race (int, defaults to 0) + Element: (type, level) + Mode: { + CanMove: true/false (bool, defaults to false) + Looter: true/false (bool, defaults to false) + Aggressive: true/false (bool, defaults to false) + Assist: true/false (bool, defaults to false) + CastSensorIdle:true/false (bool, defaults to false) + Boss: true/false (bool, defaults to false) + Plant: true/false (bool, defaults to false) + CanAttack: true/false (bool, defaults to false) + Detector: true/false (bool, defaults to false) + CastSensorChase: true/false (bool, defaults to false) + ChangeChase: true/false (bool, defaults to false) + Angry: true/false (bool, defaults to false) + ChangeTargetMelee: true/false (bool, defaults to false) + ChangeTargetChase: true/false (bool, defaults to false) + TargetWeak: true/false (bool, defaults to false) + NoKnockback: true/false (bool, defaults to false) + SurviveWithoutMaster: true/false (bool, defaults to false) + } + MoveSpeed: move speed (int, defaults to 0) + WalkMask: walk mask (int, defaults to 0) + AttackDelay: attack delay (int, defaults to 4000) + AttackMotion: attack motion (int, defaults to 2000) + DamageMotion: damage motion (int, defaults to 0) + MvpExp: mvp experience (int, defaults to 0) + MvpDrops: { + AegisName: chance (string: int) + ... + } + Drops: { + AegisName: chance (string: int) + ... + } + +}, +******************************************************************************/ + +//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 +{ + Id: 1011 + SpriteName: "FireGoblin" + Name: "Fire Goblin" + Lv: 20 + Hp: 220 + Sp: 0 + Exp: 41 + JExp: 4 + AttackRange: 1 + Attack: [15, 20] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (3, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 800 + CactusPotion: 150 + Dagger: 70 + SharpKnife: 10 + PileOfAsh: 500 + } +}, +{ + Id: 1017 + SpriteName: "Bat" + Name: "Bat" + Lv: 20 + Hp: 150 + Sp: 0 + Exp: 27 + JExp: 3 + AttackRange: 1 + Attack: [5, 25] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + Dagger: 70 + SharpKnife: 1 + BatWing: 3000 + BatTeeth: 2000 + } +}, +{ + Id: 1131 + SpriteName: "ManaBug" + Name: "Mana Bug" + Lv: 25 + Hp: 300 + Sp: 0 + Exp: 52 + JExp: 5 + AttackRange: 2 + Attack: [10, 17] + Def: 4 + Mdef: 6 + Stats: { + Str: 1 + Agi: 4 + Vit: 1 + Int: 4 + Dex: 5 + Luk: 4 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 1000 + BugLeg: 800 + RoastedMaggot: 400 + } +}, +{ + Id: 1018 + SpriteName: "Pinkie" + Name: "Pinkie" + Lv: 30 + Hp: 300 + Sp: 0 + Exp: 60 + JExp: 7 + AttackRange: 2 + Attack: [15, 20] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + PinkAntenna: 1000 + PinkieHat: (40, "ODG_BASICSTAT") + } +}, +{ + Id: 1019 + SpriteName: "SpikyMushroom" + Name: "Spiky Mushroom" + Lv: 30 + Hp: 300 + Sp: 0 + Exp: 54 + JExp: 5 + AttackRange: 1 + Attack: [10, 13] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 10 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPotion: 800 + CactusDrink: 150 + BugLeg: 50 + HardSpike: 400 + } +}, +{ + Id: 1020 + SpriteName: "Fluffy" + Name: "Fluffy" + Lv: 30 + Hp: 500 + Sp: 0 + Exp: 100 + JExp: 7 + AttackRange: 1 + Attack: [6, 10] + Def: 1 + Mdef: 5 + Stats: { + Str: 1 + Agi: 2 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + WhiteFur: 800 + Milk: 150 + RedApple: 400 + FluffyHat: (20, "ODG_BASICSTAT") + } +}, +{ + Id: 1021 + SpriteName: "CaveSnake" + Name: "Cave Snake" + Lv: 30 + Hp: 800 + Sp: 0 + Exp: 157 + JExp: 13 + AttackRange: 1 + Attack: [20, 15] + Def: 1 + Mdef: 5 + Stats: { + Str: 10 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 5 + Luk: 20 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CaveSnakeLamp: 1000 + JeansShorts: (40, "ODG_BASICSTAT") + CaveSnakeTongue: 500 + CaveSnakeEgg: 400 + CaveSnakeEgg: 400 + SnakeSkin: 20 + } +}, +{ + Id: 1025 + SpriteName: "LogHead" + Name: "Log Head" + Lv: 30 + Hp: 500 + Sp: 0 + Exp: 150 + JExp: 5 + AttackRange: 1 + Attack: [10, 20] + Def: 50 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RawLog: 2000 + Root: 2500 + Acorn: 3000 + RawLog: 2000 + } +}, +{ + Id: 1027 + SpriteName: "EasterFluffy" + Name: "Easter Fluffy" + Lv: 30 + Hp: 500 + Sp: 0 + Exp: 100 + JExp: 7 + AttackRange: 1 + Attack: [10, 12] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedEasterEgg: 2000 + GreenEasterEgg: 2000 + BlueEasterEgg: 2000 + YellowEasterEgg: 1000 + PinkEasterEgg: 1000 + TealEasterEgg: 200 + } +}, +{ + Id: 1035 + SpriteName: "Silkworm" + Name: "Silkworm" + Lv: 20 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 2 + Mdef: 10 + Stats: { + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 40 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1300 + AttackDelay: 1100 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + SilkCocoon: 5000 + } +}, +{ + Id: 1041 + SpriteName: "Snail" + Name: "Snail" + Lv: 30 + Hp: 900 + Sp: 0 + Exp: 180 + JExp: 18 + AttackRange: 1 + Attack: [50, 65] + Def: 20 + Mdef: 15 + Stats: { + Str: 10 + Agi: 1 + Vit: 25 + Int: 0 + Dex: 20 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1800 + AttackDelay: 2500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GreenApple: 500 + ReedBundle: 400 + Pear: 1000 + Plum: 1500 + Blueberries: 500 + Cherry: 2000 + } +}, +{ + Id: 1049 + SpriteName: "Bee" + Name: "Bee" + Lv: 30 + Hp: 600 + Sp: 0 + Exp: 180 + JExp: 32 + AttackRange: 1 + Attack: [5, 90] + Def: 12 + Mdef: 4 + Stats: { + Str: 15 + Agi: 25 + Vit: 20 + Int: 3 + Dex: 40 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 380 + AttackDelay: 1500 + AttackMotion: 300 + DamageMotion: 350 +}, +{ + Id: 1055 + SpriteName: "Butterfly" + Name: "Butterfly" + Lv: 25 + Hp: 250 + Sp: 0 + Exp: 85 + JExp: 11 + AttackRange: 2 + Attack: [10, 40] + Def: 3 + Mdef: 5 + Stats: { + Str: 10 + Agi: 45 + Vit: 10 + Int: 15 + Dex: 35 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 2) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 780 + AttackMotion: 300 + DamageMotion: 800 + Drops: { + SilkCocoon: 1000 + } +}, +{ + Id: 1057 + SpriteName: "AngryScorpion" + Name: "Angry Scorpion" + Lv: 20 + Hp: 200 + Sp: 0 + Exp: 37 + JExp: 5 + AttackRange: 1 + Attack: [15, 15] + Def: 0 + Mdef: 5 + Stats: { + Str: 5 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + AngryScorpionStinger: 700 + Candy: 100 + ChocolateBar: 50 + BugLeg: 700 + } +}, +{ + Id: 1058 + SpriteName: "IceGoblin" + Name: "Ice Goblin" + Lv: 25 + Hp: 330 + Sp: 0 + Exp: 75 + JExp: 10 + AttackRange: 1 + Attack: [20, 25] + Def: 0 + Mdef: 5 + Stats: { + Str: 5 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 700 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 800 + CactusPotion: 150 + Dagger: 70 + SharpKnife: 10 + IceCube: 500 + } +}, +{ + Id: 1060 + SpriteName: "Archant" + Name: "Archant" + Lv: 30 + Hp: 400 + Sp: 0 + Exp: 88 + JExp: 14 + AttackRange: 1 + Attack: [20, 30] + Def: 4 + Mdef: 6 + Stats: { + Str: 10 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 12 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + TreasureKey: 300 + RedApple: 100 + IronOre: 40 + Coal: 20 + } +}, +{ + Id: 1064 + SpriteName: "Bandit" + Name: "Bandit" + Lv: 20 + Hp: 400 + Sp: 0 + Exp: 92 + JExp: 21 + AttackRange: 1 + Attack: [40, 40] + Def: 5 + Mdef: 0 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + BanditHood: 800 + Dagger: 200 + CoinBag: 500 + RedApple: 200 + } +}, +{ + Id: 1083 + SpriteName: "HuntsmanSpider" + Name: "Huntsman Spider" + Lv: 30 + Hp: 1500 + Sp: 0 + Exp: 467 + JExp: 363 + AttackRange: 1 + Attack: [125, 150] + Def: 10 + Mdef: 45 + Stats: { + Str: 20 + Agi: 15 + Vit: 10 + Int: 10 + Dex: 45 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 575 + AttackDelay: 1250 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + InfantryHelmet: (100, "ODG_BASICSTAT") + CoinBag: 500 + IronOre: 300 + BugLeg: 1000 + GreenApple: 500 + Coal: 150 + } +}, +{ + Id: 1084 + SpriteName: "CrotcherScorpion" + Name: "Crotcher Scorpion" + Lv: 25 + Hp: 1200 + Sp: 0 + Exp: 430 + JExp: 86 + AttackRange: 1 + Attack: [75, 175] + Def: 15 + Mdef: 45 + Stats: { + Str: 15 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 25 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 750 + AttackDelay: 1350 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + LeatherShirt: (300, "ODG_BASICSTAT") + BugLeg: 1000 + ChocolateBar: 300 + GingerBreadMan: 300 + RedApple: 500 + } +}, +{ + Id: 1087 + SpriteName: "Larvern" + Name: "Larvern" + Lv: 20 + Hp: 550 + Sp: 0 + Exp: 165 + JExp: 26 + AttackRange: 1 + Attack: [50, 200] + Def: 30 + Mdef: 65 + Stats: { + Str: 35 + Agi: 20 + Vit: 50 + Int: 0 + Dex: 70 + Luk: 20 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1500 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GrubSlime: 2000 + BugLeg: 1000 + GrassSeed: 300 + ReedBundle: 300 + } +}, +{ + Id: 1089 + SpriteName: "HungryFluffy" + Name: "Hungry Fluffy" + Lv: 30 + Hp: 500 + Sp: 0 + Exp: 111 + JExp: 10 + AttackRange: 1 + Attack: [6, 10] + Def: 1 + Mdef: 5 + Stats: { + Str: 1 + Agi: 2 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + WhiteFur: 500 + Milk: 150 + FluffyHat: (20, "ODG_BASICSTAT") + } +}, +{ + Id: 1093 + SpriteName: "WhiteSlime" + Name: "White Slime" + Lv: 20 + Hp: 200 + Sp: 0 + Exp: 55 + JExp: 15 + AttackRange: 1 + Attack: [80, 120] + Def: 10 + Mdef: 10 + Stats: { + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 20 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IceCube: 200 + Diamond: 20 + BottleOfWater: 500 + SilverMirror: 100 + BookPage: 200 + } +}, +{ + Id: 1094 + SpriteName: "Reinboo" + Name: "Reinboo" + Lv: 35 + Hp: 1100 + Sp: 0 + Exp: 275 + JExp: 29 + AttackRange: 2 + Attack: [40, 75] + Def: 35 + Mdef: 5 + Stats: { + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 + Luk: 10 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GingerBreadMan: 1000 + WhiteCake: 1200 + ChocolateCake: 1200 + OrangeCake: 1200 + AppleCake: 1200 + Antlers: 50 + RedNose: 10 + } +}, +{ + Id: 1099 + SpriteName: "SleepingBandit" + Name: "Sleeping Bandit" + Lv: 20 + Hp: 25 + Sp: 0 + Exp: 3 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 0 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + MoveSpeed: 500 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + BanditHood: 800 + Dagger: 200 + CoinBag: 500 + RedApple: 200 + } +}, +{ + Id: 1100 + SpriteName: "AzulSlime" + Name: "Azul Slime" + Lv: 20 + Hp: 200 + Sp: 0 + Exp: 55 + JExp: 10 + AttackRange: 1 + Attack: [80, 120] + Def: 10 + Mdef: 10 + Stats: { + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 20 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1107 + SpriteName: "Bluepar" + Name: "Bluepar" + Lv: 30 + Hp: 350 + Sp: 0 + Exp: 77 + JExp: 8 + AttackRange: 2 + Attack: [7, 15] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPotion: 800 + ConcentrationPotion: 800 + Diamond: 50 + } +}, +{ + Id: 1108 + SpriteName: "AngryFireGoblin" + Name: "Angry Fire Goblin" + Lv: 30 + Hp: 320 + Sp: 0 + Exp: 85 + JExp: 12 + AttackRange: 1 + Attack: [25, 40] + Def: 0 + Mdef: 10 + Stats: { + Str: 3 + Agi: 3 + Vit: 3 + Int: 2 + Dex: 10 + Luk: 50 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (3, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 800 + CactusPotion: 150 + Dagger: 70 + SharpKnife: 10 + PileOfAsh: 500 + } +}, +{ + Id: 1113 + SpriteName: "Pollett" + Name: "Pollett" + Lv: 30 + Hp: 500 + Sp: 0 + Exp: 100 + JExp: 7 + AttackRange: 1 + Attack: [6, 10] + Def: 1 + Mdef: 5 + Stats: { + Str: 1 + Agi: 2 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IceCube: 1000 + AnimalBones: 500 + Pearl: 300 + IcedWater: 100 + PollettEgg: 400 + PollettEgg: 400 + PollettEgg: 400 + WhiteFur: 500 + } +}, +//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 +{ + Id: 1009 + SpriteName: "BlackScorpion" + Name: "Black Scorpion" + Lv: 100 + Hp: 600 + Sp: 0 + Exp: 500 + JExp: 37 + AttackRange: 1 + Attack: [60, 100] + Def: 4 + Mdef: 6 + Stats: { + Str: 16 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + LeatherShirt: (150, "ODG_BASICSTAT") + ChocolateBar: 100 + BugLeg: 800 + BlackScorpionStinger: 800 + } +}, +{ + Id: 1010 + SpriteName: "Snake" + Name: "Snake" + Lv: 115 + Hp: 850 + Sp: 0 + Exp: 722 + JExp: 56 + AttackRange: 1 + Attack: [75, 90] + Def: 4 + Mdef: 6 + Stats: { + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 900 + AttackDelay: 1300 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + SnakeSkin: 150 + SnakeEgg: 400 + SnakeEgg: 400 + SnakeTongue: 500 + } +}, +{ + Id: 1012 + SpriteName: "Spider" + Name: "Spider" + Lv: 125 + Hp: 800 + Sp: 0 + Exp: 690 + JExp: 115 + AttackRange: 1 + Attack: [70, 85] + Def: 4 + Mdef: 6 + Stats: { + Str: 14 + Agi: 13 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + TreasureKey: 500 + RedApple: 100 + InfantryHelmet: (20, "ODG_BASICSTAT") + CoinBag: 200 + } +}, +{ + Id: 1013 + SpriteName: "EvilMushroom" + Name: "Evil Mushroom" + Lv: 110 + Hp: 650 + Sp: 0 + Exp: 233 + JExp: 35 + AttackRange: 1 + Attack: [65, 80] + Def: 4 + Mdef: 6 + Stats: { + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedApple: 500 + EmptyBottle: 10 + OrangeCupcake: 100 + SmallMushroom: 1000 + } +}, +{ + Id: 1014 + SpriteName: "PinkFlower" + Name: "Pink Flower" + Lv: 115 + Hp: 700 + Sp: 0 + Exp: 296 + JExp: 40 + AttackRange: 2 + Attack: [70, 75] + Def: 0 + Mdef: 5 + Stats: { + Str: 16 + Agi: 12 + Vit: 20 + Int: 20 + Dex: 20 + Luk: 50 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedApple: 100 + EmptyBottle: 10 + Arrow: 100 + CoinBag: 400 + PinkPetal: 1000 + PinkPetal: 1000 + } +}, +{ + Id: 1015 + SpriteName: "SantaSlime" + Name: "Santa Slime" + Lv: 120 + Hp: 750 + Sp: 0 + Exp: 298 + JExp: 58 + AttackRange: 1 + Attack: [75, 80] + Def: 2 + Mdef: 7 + Stats: { + Str: 1 + Agi: 20 + Vit: 1 + Int: 0 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GingerBreadMan: 800 + Cake: 700 + XmasCandyCane: 600 + CherryCake: 500 + Milk: 400 + GreenPresentBox: 500 + } +}, +{ + Id: 1022 + SpriteName: "JackO" + Name: "Jack O" + Lv: 175 + Hp: 10000 + Sp: 0 + Exp: 18130 + JExp: 1241 + AttackRange: 2 + Attack: [100, 500] + Def: 40 + Mdef: 18 + Stats: { + Str: 105 + Agi: 40 + Vit: 85 + Int: 75 + Dex: 105 + Luk: 95 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + PirateHat: (300, "ODG_BASICSTAT") + Bandana: (400, "ODG_BASICSTAT") + VNeckSweater: (400, "ODG_BASICSTAT") + Circlet: (400, "ODG_BASICSTAT") + PumpkinHelmet: (300, "ODG_BASICSTAT") + RangerHat: (400, "ODG_BASICSTAT") + Soul: 10000 + AxeHat: (600, "ODG_BASICSTAT") + } +}, +{ + Id: 1023 + SpriteName: "FireSkull" + Name: "Fire Skull" + Lv: 170 + Hp: 5000 + Sp: 0 + Exp: 5808 + JExp: 721 + AttackRange: 2 + Attack: [75, 175] + Def: 35 + Mdef: 15 + Stats: { + Str: 40 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 35 + Luk: 70 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + DarkCrystal: 1000 + PileOfAsh: 5000 + } +}, +{ + Id: 1024 + SpriteName: "PoisonSkull" + Name: "Poison Skull" + Lv: 170 + Hp: 5000 + Sp: 0 + Exp: 5808 + JExp: 721 + AttackRange: 2 + Attack: [75, 175] + Def: 35 + Mdef: 15 + Stats: { + Str: 40 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 35 + Luk: 70 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + DarkCrystal: 1000 + } +}, +{ + Id: 1026 + SpriteName: "MountainSnake" + Name: "Mountain Snake" + Lv: 130 + Hp: 900 + Sp: 0 + Exp: 1024 + JExp: 63 + AttackRange: 1 + Attack: [80, 125] + Def: 4 + Mdef: 6 + Stats: { + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + LeatherGloves: (20, "ODG_BASICSTAT") + SnakeSkin: 350 + MountainSnakeEgg: 400 + MountainSnakeEgg: 400 + MountainSnakeTongue: 500 + } +}, +{ + Id: 1034 + SpriteName: "GrassSnake" + Name: "Grass Snake" + Lv: 140 + Hp: 1000 + Sp: 0 + Exp: 1254 + JExp: 103 + AttackRange: 1 + Attack: [80, 120] + Def: 2 + Mdef: 10 + Stats: { + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 40 + Luk: 50 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1100 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GrassSnakeEgg: 400 + GrassSnakeEgg: 400 + GrassSnakeTongue: 500 + Steak: 500 + CottonCloth: 1600 + SnakeSkin: 500 + } +}, +{ + Id: 1036 + SpriteName: "Zombie" + Name: "Zombie" + Lv: 110 + Hp: 12000 + Sp: 0 + Exp: 7782 + JExp: 1393 + AttackRange: 2 + Attack: [275, 355] + Def: 20 + Mdef: 14 + Stats: { + Str: 30 + Agi: 15 + Vit: 30 + Int: 3 + Dex: 60 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 480 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + DarkCrystal: 1000 + RottenRags: 700 + DiseasedHeart: 500 + UndeadEar: 200 + UndeadEye: 150 + Soul: 500 + } +}, +{ + Id: 1042 + SpriteName: "Spectre" + Name: "Spectre" + Lv: 140 + Hp: 6500 + Sp: 0 + Exp: 3978 + JExp: 359 + AttackRange: 3 + Attack: [160, 220] + Def: 40 + Mdef: 0 + Stats: { + Str: 35 + Agi: 70 + Vit: 22 + Int: 15 + Dex: 20 + Luk: 70 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 650 + AttackDelay: 1700 + AttackMotion: 800 + DamageMotion: 500 + Drops: { + SpectrePowder: 1000 + SulphurPowder: 600 + SulphurPowder: 480 + } +}, +{ + Id: 1045 + SpriteName: "Fallen" + Name: "Fallen" + Lv: 120 + Hp: 10000 + Sp: 0 + Exp: 7812 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 18 + Stats: { + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 300 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 300 + Drops: { + Bone: 210 + Bone: 210 + Skull: 300 + DarkCrystal: 1000 + WarlordHelmet: (3, "ODG_BASICSTAT") + WarlordPlate: (2, "ODG_BASICSTAT") + LeatherGloves: (35, "ODG_BASICSTAT") + DiseasedHeart: 500 + Soul: 500 + } +}, +{ + Id: 1062 + SpriteName: "Terranite" + Name: "Terranite" + Lv: 110 + Hp: 6000 + Sp: 0 + Exp: 4851 + JExp: 889 + AttackRange: 1 + Attack: [200, 300] + Def: 20 + Mdef: 35 + Stats: { + Str: 60 + Agi: 40 + Vit: 40 + Int: 30 + Dex: 60 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 872 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + Coal: 600 + Emerald: 20 + Sapphire: 20 + Amethyst: 20 + TerraniteOre: 500 + IronOre: 500 + } +}, +{ + Id: 1068 + SpriteName: "Reaper" + Name: "Reaper" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 64128 + JExp: 156 + AttackRange: 7 + Attack: [200, 350] + Def: 30 + Mdef: 70 + Stats: { + Str: 100 + Agi: 120 + Vit: 70 + Int: 120 + Dex: 100 + Luk: 75 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1200 + AttackMotion: 800 + DamageMotion: 300 + Drops: { + RottenRags: 1000 + Bone: 500 + Skull: 100 + SkullMask: 10 + } +}, +{ + Id: 1071 + SpriteName: "IceElement" + Name: "Ice Element" + Lv: 100 + Hp: 5000 + Sp: 0 + Exp: 2897 + JExp: 689 + AttackRange: 3 + Attack: [60, 200] + Def: 5 + Mdef: 20 + Stats: { + Str: 15 + Agi: 25 + Vit: 40 + Int: 15 + Dex: 45 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 330 + AttackDelay: 740 + AttackMotion: 672 + DamageMotion: 400 + Drops: { + IceCube: 900 + TreasureKey: 750 + ConcentrationPotion: 400 + StandardHeadband: (900, "ODG_BASICSTAT") + SilkHeadband: (250, "ODG_BASICSTAT") + } +}, +{ + Id: 1072 + SpriteName: "Yeti" + Name: "Yeti" + Lv: 100 + Hp: 8500 + Sp: 0 + Exp: 9040 + JExp: 726 + AttackRange: 2 + Attack: [100, 400] + Def: 60 + Mdef: 15 + Stats: { + Str: 60 + Agi: 5 + Vit: 45 + Int: 15 + Dex: 60 + Luk: 32 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + AnimalBones: 700 + FrozenYetiTear: 300 + YetiClaw: 400 + YetiMask: (142, "ODG_BASICSTAT") + YellowPresentBox: 800 + WhitePresentBox: 700 + } +}, +{ + Id: 1075 + SpriteName: "Stalker" + Name: "Stalker" + Lv: 120 + Hp: 20000 + Sp: 0 + Exp: 15628 + JExp: 4000 + AttackRange: 2 + Attack: [220, 500] + Def: 23 + Mdef: 30 + Stats: { + Str: 35 + Agi: 15 + Vit: 3 + Int: 50 + Dex: 50 + Luk: 50 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 40 + DiseasedHeart: 500 + Soul: 500 + } +}, +{ + Id: 1085 + SpriteName: "IceSkull" + Name: "Ice Skull" + Lv: 170 + Hp: 7000 + Sp: 0 + Exp: 7595 + JExp: 757 + AttackRange: 2 + Attack: [75, 400] + Def: 40 + Mdef: 15 + Stats: { + Str: 40 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 35 + Luk: 44 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IceCube: 5000 + IcedWater: 800 + } +}, +{ + Id: 1096 + SpriteName: "SoulSnake" + Name: "Soul Snake" + Lv: 115 + Hp: 850 + Sp: 0 + Exp: 325 + JExp: 56 + AttackRange: 1 + Attack: [75, 90] + Def: 4 + Mdef: 6 + Stats: { + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 900 + AttackDelay: 1300 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1102 + SpriteName: "Luvia" + Name: "Luvia" + Lv: 127 + Hp: 48044 + Sp: 60 + Exp: 315973 + JExp: 12172 + AttackRange: 5 + Attack: [339, 364] + Def: 50 + Mdef: 92 + Stats: { + Str: 1 + Agi: 29 + Vit: 55 + Int: 255 + Dex: 255 + Luk: 255 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + AlizarinScroll: 10 + CobaltScroll: 10 + GambogeScroll: 10 + MauveScroll: 10 + JoyplimScroll: 10 + } +}, +{ + Id: 1106 + SpriteName: "WickedMushroom" + Name: "Wicked Mushroom" + Lv: 110 + Hp: 550 + Sp: 0 + Exp: 220 + JExp: 30 + AttackRange: 1 + Attack: [70, 80] + Def: 4 + Mdef: 4 + Stats: { + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HardSpike: 600 + Amethyst: 50 + IronPotion: 100 + SmallMushroom: 1000 + JoyplimScroll: 40 + } +}, +//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 +{ + Id: 1114 + SpriteName: "Nutcracker" + Name: "Nutcracker" + Lv: 110 + Hp: 6000 + Sp: 0 + Exp: 4226 + JExp: 769 + AttackRange: 1 + Attack: [81, 281] + Def: 20 + Mdef: 37 + Stats: { + Str: 40 + Agi: 20 + Vit: 10 + Int: 5 + Dex: 60 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 872 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + RawLog: 1000 + CottonCloth: 750 + Beer: 750 + CasinoCoins: 250 + IronOre: 200 + Emerald: 200 + Coal: 600 + } +}, +{ + Id: 1119 + SpriteName: "Thug" + Name: "Thug" + Lv: 170 + Hp: 5000 + Sp: 0 + Exp: 5491 + JExp: 999 + AttackRange: 1 + Attack: [125, 250] + Def: 30 + Mdef: 6 + Stats: { + Str: 10 + Agi: 10 + Vit: 60 + Int: 10 + Dex: 50 + Luk: 70 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Beer: 1000 + Orange: 1000 + SulphurPowder: 1000 + PileOfAsh: 500 + Pearl: 250 + SailorHat: (10, "ODG_BASICSTAT") + } +}, +{ + Id: 1120 + SpriteName: "Swashbuckler" + Name: "Swashbuckler" + Lv: 170 + Hp: 5000 + Sp: 0 + Exp: 5434 + JExp: 999 + AttackRange: 1 + Attack: [75, 250] + Def: 23 + Mdef: 25 + Stats: { + Str: 20 + Agi: 20 + Vit: 40 + Int: 30 + Dex: 90 + Luk: 70 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Beer: 1000 + Orange: 1000 + SulphurPowder: 1000 + PileOfAsh: 500 + Pearl: 250 + Bandana: (500, "ODG_BASICSTAT") + } +}, +{ + Id: 1121 + SpriteName: "Grenadier" + Name: "Grenadier" + Lv: 170 + Hp: 6000 + Sp: 0 + Exp: 4332 + JExp: 999 + AttackRange: 6 + Attack: [100, 200] + Def: 8 + Mdef: 50 + Stats: { + Str: 12 + Agi: 10 + Vit: 50 + Int: 60 + Dex: 90 + Luk: 70 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 2000 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Beer: 1000 + Orange: 1000 + PileOfAsh: 500 + IronPowder: 250 + Pearl: 250 + CaptainsHat: (1, "ODG_BASICSTAT") + } +}, +{ + Id: 1122 + SpriteName: "DreadPirateMarley" + Name: "Dread Pirate Marley" + Lv: 180 + Hp: 10000 + Sp: 0 + Exp: 17612 + JExp: 20000 + AttackRange: 4 + Attack: [175, 250] + Def: 38 + Mdef: 32 + Stats: { + Str: 10 + Agi: 20 + Vit: 40 + Int: 20 + Dex: 90 + Luk: 80 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 700 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1123 + SpriteName: "DreadPirateMarleyClone" + Name: "Dread Pirate Marley Clone" + Lv: 150 + Hp: 2000 + Sp: 0 + Exp: 1652 + JExp: 0 + AttackRange: 4 + Attack: [175, 250] + Def: 18 + Mdef: 22 + Stats: { + Str: 10 + Agi: 40 + Vit: 30 + Int: 20 + Dex: 80 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1126 + SpriteName: "PsiBrain" + Name: "Psi Brain" + Lv: 100 + Hp: 10000 + Sp: 0 + Exp: 7255 + JExp: 4000 + AttackRange: 2 + Attack: [220, 500] + Def: 23 + Mdef: 30 + Stats: { + Str: 35 + Agi: 15 + Vit: 3 + Int: 50 + Dex: 50 + Luk: 50 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 40 + BrainStem: 700 + } +}, +{ + Id: 1127 + SpriteName: "GeneralKrukan" + Name: "General Krukan" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 27536 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 + Stats: { + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + Boss: true + } + MoveSpeed: 300 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 300 + MvpExp: 778 + Drops: { + Bone: 1000 + Skull: 1000 + DarkCrystal: 1000 + DarkHelm: 2 + WarlordHelmet: (6, "ODG_BASICSTAT") + KnightsHelmet: (25, "ODG_BASICSTAT") + InfantryHelmet: (50, "ODG_BASICSTAT") + CrusadeHelmet: (8, "ODG_BASICSTAT") + DiseasedHeart: 500 + Soul: 500 + } +}, +{ + Id: 1128 + SpriteName: "GeneralRazha" + Name: "General Razha" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 27536 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 + Stats: { + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + Boss: true + } + MoveSpeed: 300 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 300 + MvpExp: 1198 + Drops: { + Bone: 210 + UnderworldMask: 5 + Skull: 300 + DarkCrystal: 1000 + WarlordHelmet: (3, "ODG_BASICSTAT") + WarlordPlate: (2, "ODG_BASICSTAT") + LeatherGloves: (35, "ODG_BASICSTAT") + DiseasedHeart: 500 + Soul: 500 + } +}, +{ + Id: 1129 + SpriteName: "GeneralTerogan" + Name: "General Terogan" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 27536 + JExp: 1663 + AttackRange: 2 + Attack: [180, 430] + Def: 5 + Mdef: 20 + Stats: { + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + Boss: true + } + MoveSpeed: 300 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 300 + MvpExp: 1198 + Drops: { + Bone: 210 + Phylactery: 1 + Skull: 300 + DarkCrystal: 1000 + WarlordHelmet: (3, "ODG_BASICSTAT") + WarlordPlate: (2, "ODG_BASICSTAT") + LeatherGloves: (35, "ODG_BASICSTAT") + DiseasedHeart: 500 + Soul: 500 + } +}, +{ + Id: 1130 + SpriteName: "Moonshroom" + Name: "Moonshroom" + Lv: 110 + Hp: 550 + Sp: 0 + Exp: 224 + JExp: 35 + AttackRange: 4 + Attack: [70, 80] + Def: 4 + Mdef: 4 + Stats: { + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + SmallMushroom: 500 + BugLeg: 500 + SulphurPowder: 400 + Lifestone: 300 + EmptyBottle: 100 + JoyplimScroll: 50 + } +}, +{ + Id: 1132 + SpriteName: "LavaSlime" + Name: "Lava Slime" + Lv: 135 + Hp: 4144 + Sp: 0 + Exp: 6000 + JExp: 1111 + AttackRange: 2 + Attack: [105, 260] + Def: 75 + Mdef: 80 + Stats: { + Str: 30 + Agi: 15 + Vit: 35 + Int: 10 + Dex: 70 + Luk: 250 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 900 + AttackDelay: 1300 + AttackMotion: 672 + DamageMotion: 100 + Drops: { + SlingBullet: 10000 + SulphurPowder: 5000 + SulphurPowder: 5000 + IronOre: 1000 + PileOfAsh: 1000 + Coal: 1000 + TinyManaElixir: 500 + } +}, +{ + Id: 1133 + SpriteName: "Anne" + Name: "Anne" + Lv: 110 + Hp: 12000 + Sp: 0 + Exp: 1100 + JExp: 889 + AttackRange: 1 + Attack: [200, 300] + Def: 20 + Mdef: 35 + Stats: { + Str: 60 + Agi: 40 + Vit: 40 + Int: 30 + Dex: 60 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 380 + AttackDelay: 872 + AttackMotion: 672 + DamageMotion: 900 + Drops: { + CranberryLollipop: 6000 + GrapeLollipop: 6000 + OrangeLollipop: 6000 + CaramelApple: 200 + LollipopColor1: 500 + LollipopColor2: 500 + LollipopColor3: 500 + ShockSweet: 20 + } +}, +{ + Id: 1134 + SpriteName: "SUSAN" + Name: "SUSAN" + Lv: 255 + Hp: 696969 + Sp: 0 + Exp: 69000 + JExp: 1400 + AttackRange: 1 + Attack: [0, 0] + Def: 69 + Mdef: 69 + Stats: { + Str: 69 + Agi: 69 + Vit: 69 + Int: 69 + Dex: 69 + Luk: 69 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CranberryLollipop: 6000 + GrapeLollipop: 6000 + OrangeLollipop: 6000 + CaramelApple: 200 + LollipopColor1: 500 + LollipopColor2: 500 + LollipopColor3: 500 + ShockSweet: 20 + } +}, +{ + Id: 1135 + SpriteName: "LovelyMaggot" + Name: "Lovely Maggot" + Lv: 1 + Hp: 50 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [69, 6969] + Def: 0 + Mdef: 5 + Stats: { + Str: 5 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 400 + CactusDrink: 70 + BugLeg: 200 + RoastedMaggot: 75 + CactusPotion: 30 + } +}, +{ + Id: 1136 + SpriteName: "LesserGhost" + Name: "Lesser Ghost" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 0 + Attack: [150, 300] + Def: 0 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 +}, +{ + Id: 1137 + SpriteName: "Tormenta" + Name: "Tormenta" + Lv: 200 + Hp: 18000 + Sp: 60 + Exp: 500000 + JExp: 5000 + AttackRange: 5 + Attack: [360, 374] + Def: 48 + Mdef: 70 + Stats: { + Str: 1 + Agi: 32 + Vit: 60 + Int: 255 + Dex: 255 + Luk: 255 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 210 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + AlizarinScroll: 10 + CobaltScroll: 10 + GambogeScroll: 10 + MauveScroll: 10 + JoyplimScroll: 10 + } +}, +//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 +{ + Id: 1138 + SpriteName: "ManaGuard" + Name: "ManaGuardian" + Lv: 180 + Hp: 20000 + Sp: 280 + Exp: 27000 + JExp: 5000 + AttackRange: 2 + Attack: [280, 324] + Def: 22 + Mdef: 67 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 210 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1139 + SpriteName: "Virus" + Name: "Virus" + Lv: 170 + Hp: 5000 + Sp: 0 + Exp: 5254 + JExp: 721 + AttackRange: 6 + Attack: [45, 75] + Def: 37 + Mdef: 12 + Stats: { + Str: 30 + Agi: 30 + Vit: 20 + Int: 20 + Dex: 25 + Luk: 60 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Snapple: 500 + Acorn: 1100 + GumiCandy: 11 + } +}, +{ + Id: 1140 + SpriteName: "Tengu" + Name: "Tengu" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 45000 + JExp: 5000 + AttackRange: 2 + Attack: [180, 224] + Def: 67 + Mdef: 9 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 97 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 310 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1141 + SpriteName: "Sasquatch" + Name: "Sasquatch" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 45000 + JExp: 5000 + AttackRange: 1 + Attack: [420, 444] + Def: 12 + Mdef: 27 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 97 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 310 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1142 + SpriteName: "Kage" + Name: "ZaxDeKagen" + Lv: 200 + Hp: 29999 + Sp: 280 + AttackRange: 9 + Attack: [90, 124] + Def: 74 + Mdef: 100 + Stats: { + Str: 199 + Agi: 2 + Vit: 199 + Int: 197 + Dex: 255 + Luk: 175 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 210 + AttackDelay: 672 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1143 + SpriteName: "ManaSlayer" + Name: "Mana Slayer" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 42000 + JExp: 5000 + AttackRange: 2 + Attack: [260, 274] + Def: 22 + Mdef: 67 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 210 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1144 + SpriteName: "Dragon" + Name: "GreatDragon" + Lv: 250 + Hp: 29999 + Sp: 280 + Exp: 1 + JExp: 1 + AttackRange: 3 + Attack: [60, 90] + Def: 67 + Mdef: 67 + Stats: { + Str: 199 + Agi: 2 + Vit: 199 + Int: 197 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 210 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + PaladinsHelmet: 1 + } +}, +{ + Id: 1145 + SpriteName: "KageGolem" + Name: "Kage Golem" + Lv: 180 + Hp: 29999 + Sp: 280 + Exp: 150000 + JExp: 15000 + AttackRange: 6 + Attack: [140, 174] + Def: 72 + Mdef: 55 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 125 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 410 + AttackDelay: 1000 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + Tomato: 1 + } +}, +{ + Id: 1146 + SpriteName: "Flashmob" + Name: "Flashmob" + Lv: 181 + Hp: 27000 + Sp: 280 + Exp: 72000 + JExp: 5000 + AttackRange: 1 + Attack: [40, 60] + Def: 57 + Mdef: 57 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 160 + AttackDelay: 600 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1147 + SpriteName: "Koyntety" + Name: "Koyntety" + Lv: 181 + Hp: 27000 + Sp: 280 + Exp: 72000 + JExp: 5000 + AttackRange: 4 + Attack: [220, 240] + Def: 52 + Mdef: 52 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 115 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 240 + AttackDelay: 1400 + AttackMotion: 672 + DamageMotion: 50 +}, +{ + Id: 1148 + SpriteName: "DoomGolem" + Name: "Doom Golem" + Lv: 180 + Hp: 22000 + Sp: 280 + Exp: 65000 + JExp: 2000 + AttackRange: 3 + Attack: [160, 180] + Def: 60 + Mdef: 30 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 115 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 320 + AttackDelay: 1000 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + TreasureKey: 800 + UndeadEar: 150 + UndeadEye: 150 + RottenRags: 70 + Soul: 50 + BlackRose: 30 + MageRing: 4 + BlinkingHocus: 1 + } +}, +{ + Id: 1149 + SpriteName: "Enchanter" + Name: "Enchanter" + Lv: 181 + Hp: 19000 + Sp: 280 + Exp: 55000 + JExp: 2000 + AttackRange: 8 + Attack: [140, 180] + Def: 30 + Mdef: 60 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 115 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 240 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + TreasureKey: 800 + UndeadEar: 90 + UndeadEye: 80 + RottenRags: 70 + Soul: 50 + BlackRose: 30 + EnchantersAmulet: 2 + } +}, +{ + Id: 1150 + SpriteName: "ManaTyrant" + Name: "Mana Tyrant" + Lv: 180 + Hp: 24000 + Sp: 280 + Exp: 27000 + JExp: 5000 + AttackRange: 2 + Attack: [300, 325] + Def: 42 + Mdef: 67 + Stats: { + Str: 31 + Agi: 22 + Vit: 90 + Int: 127 + Dex: 255 + Luk: 95 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 180 + AttackDelay: 1050 + AttackMotion: 672 + DamageMotion: 50 + Drops: { + PaladinsHelmet: 1 + CaramelCandy: 20 + GoldenDeliciousApple: 5 + SilkRobe: (100, "ODG_BASICSTAT") + TinyManaElixir: 500 + SilkGloves: (20, "ODG_BASICSTAT") + SilkPants: (15, "ODG_BASICSTAT") + } +}, +//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 +{ + Id: 1151 + SpriteName: "VoidFlower" + Name: "Void Flower" + Lv: 115 + Hp: 7000 + Sp: 0 + Exp: 1068 + JExp: 40 + AttackRange: 12 + Attack: [400, 420] + Def: 0 + Mdef: 5 + Stats: { + Str: 16 + Agi: 12 + Vit: 20 + Int: 20 + Dex: 255 + Luk: 50 + } + ViewRange: 12 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 2000 + AttackMotion: 672 + DamageMotion: 180 + Drops: { + RedApple: 100 + EmptyBottle: 10 + Arrow: 100 + CoinBag: 400 + PinkPetal: 1000 + PinkPetal: 1000 + } +}, +{ + Id: 1152 + SpriteName: "VoidArchant" + Name: "Void Archant" + Lv: 130 + Hp: 6000 + Sp: 0 + Exp: 1598 + JExp: 14 + AttackRange: 1 + Attack: [140, 180] + Def: 36 + Mdef: 6 + Stats: { + Str: 10 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 12 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + TreasureKey: 300 + RedApple: 100 + IronOre: 40 + Coal: 20 + } +}, +{ + Id: 1153 + SpriteName: "VoidSlime" + Name: "Void Slime" + Lv: 135 + Hp: 4144 + Sp: 0 + Exp: 6000 + JExp: 70 + AttackRange: 2 + Attack: [105, 160] + Def: 75 + Mdef: 40 + Stats: { + Str: 30 + Agi: 15 + Vit: 35 + Int: 10 + Dex: 70 + Luk: 250 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (3, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1100 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + SlingBullet: 10000 + SulphurPowder: 5000 + SulphurPowder: 5000 + IronOre: 1000 + PileOfAsh: 1000 + Coal: 1000 + TinyManaElixir: 500 + } +}, +{ + Id: 1154 + SpriteName: "VoidSnake" + Name: "Void Snake" + Lv: 130 + Hp: 2000 + Sp: 0 + Exp: 541 + JExp: 63 + AttackRange: 1 + Attack: [80, 120] + Def: 4 + Mdef: 6 + Stats: { + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 320 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + LeatherGloves: (20, "ODG_BASICSTAT") + SnakeSkin: 350 + MountainSnakeEgg: 400 + MountainSnakeEgg: 400 + MountainSnakeTongue: 500 + } +}, +{ + Id: 1155 + SpriteName: "VoidBat" + Name: "Void Bat" + Lv: 100 + Hp: 400 + Sp: 0 + Exp: 81 + JExp: 3 + AttackRange: 1 + Attack: [10, 25] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + Dagger: 70 + SharpKnife: 1 + BatWing: 3000 + BatTeeth: 2000 + } +}, +{ + Id: 1156 + SpriteName: "VoidMaggot" + Name: "Void Maggot" + Lv: 100 + Hp: 400 + Sp: 0 + Exp: 74 + JExp: 1 + AttackRange: 1 + Attack: [10, 25] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + } +}, +{ + Id: 1157 + SpriteName: "VoidSoldier" + Name: "Void Soldier" + Lv: 120 + Hp: 8000 + Sp: 0 + Exp: 1957 + JExp: 663 + AttackRange: 7 + Attack: [20, 30] + Def: 5 + Mdef: 20 + Stats: { + Str: 40 + Agi: 3 + Vit: 25 + Int: 5 + Dex: 80 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1600 + AttackMotion: 672 + DamageMotion: 300 + Drops: { + UndeadEar: 210 + UndeadEye: 210 + PurpleDye: 200 + DarkCrystal: 1000 + WarlordHelmet: (3, "ODG_BASICSTAT") + WarlordPlate: (2, "ODG_BASICSTAT") + LeatherGloves: (35, "ODG_BASICSTAT") + DiseasedHeart: 500 + Soul: 500 + } +}, +{ + Id: 1158 + SpriteName: "VoidMouboo" + Name: "Void Mouboo" + Lv: 100 + Hp: 5000 + Sp: 0 + Exp: 1338 + JExp: 16 + AttackRange: 2 + Attack: [50, 65] + Def: 60 + Mdef: 5 + Stats: { + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 + Luk: 10 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CottonCloth: 1000 + CottonCloth: 500 + BottleOfWater: 750 + CottonCloth: 50 + ReedBundle: 500 + } +}, +{ + Id: 1159 + SpriteName: "VoidScorpion" + Name: "Void Scorpion" + Lv: 110 + Hp: 6000 + Sp: 0 + Exp: 1327 + JExp: 37 + AttackRange: 1 + Attack: [60, 90] + Def: 4 + Mdef: 6 + Stats: { + Str: 16 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 700 + AttackDelay: 1700 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + LeatherShirt: (150, "ODG_BASICSTAT") + ChocolateBar: 100 + BugLeg: 800 + BlackScorpionStinger: 800 + } +}, +{ + Id: 1160 + SpriteName: "VoidShroom" + Name: "Void Shroom" + Lv: 110 + Hp: 5500 + Sp: 0 + Exp: 1223 + JExp: 30 + AttackRange: 3 + Attack: [70, 80] + Def: 4 + Mdef: 4 + Stats: { + Str: 16 + Agi: 12 + Vit: 10 + Int: 10 + Dex: 35 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 550 + AttackDelay: 1700 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HardSpike: 600 + Amethyst: 50 + IronPotion: 100 + SmallMushroom: 1000 + } +}, +{ + Id: 1161 + SpriteName: "Xakelbael" + Name: "Xakelbael" + Lv: 200 + Hp: 29999 + Sp: 280 + AttackRange: 9 + Attack: [90, 124] + Def: 74 + Mdef: 100 + Stats: { + Str: 199 + Agi: 2 + Vit: 199 + Int: 197 + Dex: 255 + Luk: 175 + } + ViewRange: 31 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + CastSensorIdle: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 210 + AttackDelay: 672 + AttackMotion: 672 + DamageMotion: 50 +}, + +//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 +{ + Id: 1004 + SpriteName: "RedScorpion" + Name: "Red Scorpion" + Lv: 90 + Hp: 550 + Sp: 0 + Exp: 168 + JExp: 16 + AttackRange: 1 + Attack: [50, 55] + Def: 4 + Mdef: 6 + Stats: { + Str: 8 + Agi: 8 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedScorpionStinger: 2000 + ChocolateBar: 100 + BugLeg: 500 + Bow: 10 + Arrow: 760 + Knife: 540 + FancyHat: (25, "ODG_BASICSTAT") + } +}, +{ + Id: 1006 + SpriteName: "GiantMaggot" + Name: "Giant Maggot" + Lv: 80 + Hp: 500 + Sp: 0 + Exp: 136 + JExp: 14 + AttackRange: 2 + Attack: [45, 75] + Def: 2 + Mdef: 7 + Stats: { + Str: 8 + Agi: 6 + Vit: 2 + Int: 1 + Dex: 22 + Luk: 1 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 2000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Arrow: 900 + CherryCake: 100 + BugLeg: 750 + CactusDrink: 5000 + CactusPotion: 3000 + CasinoCoins: 11 + CoinBag: 200 + } +}, +{ + Id: 1028 + SpriteName: "Mouboo" + Name: "Mouboo" + Lv: 85 + Hp: 1200 + Sp: 0 + Exp: 497 + JExp: 16 + AttackRange: 2 + Attack: [30, 75] + Def: 65 + Mdef: 5 + Stats: { + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 + Luk: 10 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CottonCloth: 1000 + CottonCloth: 500 + BottleOfWater: 750 + CottonCloth: 50 + ReedBundle: 500 + } +}, +{ + Id: 1043 + SpriteName: "Skeleton" + Name: "Skeleton" + Lv: 90 + Hp: 6800 + Sp: 0 + Exp: 3940 + JExp: 1467 + AttackRange: 1 + Attack: [51, 284] + Def: 12 + Mdef: 10 + Stats: { + Str: 35 + Agi: 18 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Bone: 200 + Bone: 280 + Skull: 300 + DarkCrystal: 1000 + DiseasedHeart: 250 + } +}, +{ + Id: 1044 + SpriteName: "LadySkeleton" + Name: "Lady Skeleton" + Lv: 90 + Hp: 5500 + Sp: 0 + Exp: 4120 + JExp: 957 + AttackRange: 2 + Attack: [73, 146] + Def: 31 + Mdef: 8 + Stats: { + Str: 20 + Agi: 25 + Vit: 15 + Int: 8 + Dex: 43 + Luk: 48 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 650 + AttackDelay: 750 + AttackMotion: 672 + DamageMotion: 700 + Drops: { + Bone: 200 + Bone: 280 + Skull: 300 + DarkCrystal: 1000 + DiseasedHeart: 250 + } +}, +{ + Id: 1047 + SpriteName: "Poltergeist" + Name: "Poltergeist" + Lv: 90 + Hp: 9000 + Sp: 0 + Exp: 4230 + JExp: 1306 + AttackRange: 3 + Attack: [110, 150] + Def: 0 + Mdef: 15 + Stats: { + Str: 35 + Agi: 0 + Vit: 15 + Int: 15 + Dex: 75 + Luk: 50 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (7, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 330 + AttackDelay: 740 + AttackMotion: 672 + DamageMotion: 400 + Drops: { + PoltergeistPowder: 1000 + SulphurPowder: 600 + SulphurPowder: 480 + } +}, +{ + Id: 1059 + SpriteName: "GCMaggot" + Name: "GiantCaveMaggot" + Lv: 90 + Hp: 2000 + Sp: 0 + Exp: 685 + JExp: 102 + AttackRange: 2 + Attack: [60, 80] + Def: 2 + Mdef: 7 + Stats: { + Str: 10 + Agi: 10 + Vit: 2 + Int: 1 + Dex: 22 + Luk: 1 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Iten: 10000 + } +}, +{ + Id: 1066 + SpriteName: "VampireBat" + Name: "Vampire Bat" + Lv: 80 + Hp: 800 + Sp: 0 + Exp: 245 + JExp: 9 + AttackRange: 1 + Attack: [55, 150] + Def: 10 + Mdef: 8 + Stats: { + Str: 8 + Agi: 8 + Vit: 1 + Int: 4 + Dex: 20 + Luk: 4 + } + ViewRange: 6 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + Dagger: 70 + SharpKnife: 1 + VampireBatWing: 3000 + BatTeeth: 2000 + } +}, +{ + Id: 1069 + SpriteName: "ScytheMob" + Name: "Scythe" + Lv: 80 + Hp: 3000 + Sp: 0 + Exp: 7042 + JExp: 617 + AttackRange: 1 + Attack: [200, 350] + Def: 30 + Mdef: 10 + Stats: { + Str: 100 + Agi: 250 + Vit: 1 + Int: 1 + Dex: 150 + Luk: 90 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 220 + AttackDelay: 700 + AttackMotion: 672 + DamageMotion: 500 +}, +{ + Id: 1070 + SpriteName: "BallLightning" + Name: "Ball Lightning" + Lv: 80 + Hp: 300 + Sp: 0 + Exp: 201 + JExp: 1 + AttackRange: 1 + Attack: [5, 10] + Def: 40 + Mdef: 50 + Stats: { + Str: 1 + Agi: 200 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (7, 2) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 110 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 0 +}, +{ + Id: 1073 + SpriteName: "TheLost" + Name: "The Lost" + Lv: 83 + Hp: 5000 + Sp: 0 + Exp: 8750 + JExp: 2840 + AttackRange: 5 + Attack: [125, 150] + Def: 10 + Mdef: 60 + Stats: { + Str: 5 + Agi: 40 + Vit: 10 + Int: 70 + Dex: 70 + Luk: 40 + } + ViewRange: 4 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 2000 + AttackMotion: 672 + DamageMotion: 300 + Drops: { + Bloodstone: 500 + Bloodstone: 500 + DarkCrystal: 500 + SmallMushroom: 500 + DiseasedHeart: 800 + } +}, +{ + Id: 1074 + SpriteName: "RedBone" + Name: "Red Bone" + Lv: 90 + Hp: 8000 + Sp: 0 + Exp: 9750 + JExp: 3434 + AttackRange: 2 + Attack: [100, 330] + Def: 24 + Mdef: 30 + Stats: { + Str: 35 + Agi: 25 + Vit: 3 + Int: 50 + Dex: 80 + Luk: 75 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 4 + DiseasedHeart: 250 + } +}, +{ + Id: 1077 + SpriteName: "DrunkenSkeleton" + Name: "Drunken Skeleton" + Lv: 90 + Hp: 7200 + Sp: 0 + Exp: 4825 + JExp: 530 + AttackRange: 1 + Attack: [55, 284] + Def: 30 + Mdef: 10 + Stats: { + Str: 35 + Agi: 10 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + BloodWine: 300 + GutBuster: 280 + JarofBlood: 100 + JackOLantern: 50 + JellySkull: 250 + TonoriDelight: 400 + DiseasedHeart: 250 + } +}, +{ + Id: 1078 + SpriteName: "TipsySkeleton" + Name: "Tipsy Skeleton" + Lv: 90 + Hp: 7000 + Sp: 0 + Exp: 4950 + JExp: 493 + AttackRange: 1 + Attack: [60, 284] + Def: 33 + Mdef: 10 + Stats: { + Str: 35 + Agi: 10 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 350 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Snapple: 300 + BeetleJuice: 280 + RealisticBrain: 100 + JackOLantern: 50 + Marshmallow: 400 + CandyPumpkin: 250 + DiseasedHeart: 250 + } +}, +{ + Id: 1079 + SpriteName: "DrunkenLadySkeleton" + Name: "Drunken Lady Skeleton" + Lv: 90 + Hp: 6000 + Sp: 0 + Exp: 4565 + JExp: 389 + AttackRange: 2 + Attack: [75, 146] + Def: 40 + Mdef: 8 + Stats: { + Str: 20 + Agi: 20 + Vit: 15 + Int: 8 + Dex: 51 + Luk: 48 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 660 + AttackDelay: 750 + AttackMotion: 672 + DamageMotion: 700 + Drops: { + LadyFingers: 300 + JellAhh: 280 + RubberBat: 100 + JackOLantern: 50 + CandyPumpkin: 250 + JellySkull: 250 + DiseasedHeart: 250 + } +}, +{ + Id: 1097 + SpriteName: "SoulEater" + Name: "Soul Eater" + Lv: 90 + Hp: 6800 + Sp: 0 + Exp: 4150 + JExp: 1746 + AttackRange: 1 + Attack: [129, 354] + Def: 12 + Mdef: 10 + Stats: { + Str: 35 + Agi: 18 + Vit: 3 + Int: 8 + Dex: 71 + Luk: 65 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + DiseasedHeart: 250 + } +}, +{ + Id: 1103 + SpriteName: "WitchGuard" + Name: "Witch Guard" + Lv: 84 + Hp: 9742 + Sp: 0 + Exp: 9525 + JExp: 1060 + AttackRange: 2 + Attack: [200, 220] + Def: 25 + Mdef: 30 + Stats: { + Str: 90 + Agi: 65 + Vit: 45 + Int: 5 + Dex: 120 + Luk: 69 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 290 + AttackDelay: 1200 + AttackMotion: 672 + DamageMotion: 30 + Drops: { + DarkCrystal: 2000 + DarkCrystal: 500 + DiseasedHeart: 250 + AlizarinScroll: 50 + CobaltScroll: 50 + GambogeScroll: 50 + MauveScroll: 50 + } +}, +{ + Id: 1104 + SpriteName: "DemonicMouboo" + Name: "Demonic Mouboo" + Lv: 85 + Hp: 800 + Sp: 0 + Exp: 290 + JExp: 32 + AttackRange: 2 + Attack: [40, 70] + Def: 35 + Mdef: 15 + Stats: { + Str: 15 + Agi: 5 + Vit: 15 + Int: 0 + Dex: 40 + Luk: 10 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + SulphurPowder: 3000 + CottonCloth: 1000 + CottonCloth: 500 + Emerald: 50 + ReedBundle: 500 + } +}, +{ + Id: 1109 + SpriteName: "AngrySeaSlime" + Name: "Angry Sea Slime" + Lv: 80 + Hp: 1200 + Sp: 0 + Exp: 505 + JExp: 42 + AttackRange: 1 + Attack: [40, 70] + Def: 13 + Mdef: 17 + Stats: { + Str: 3 + Agi: 30 + Vit: 3 + Int: 0 + Dex: 35 + Luk: 35 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedApple: 800 + Orange: 800 + BugLeg: 500 + Candy: 1000 + Pearl: 100 + Arrow: 5000 + ConcentrationPotion: 100 + BottleOfWater: 50 + } +}, +{ + Id: 1115 + SpriteName: "SeaSlimeMother" + Name: "Sea Slime Mother" + Lv: 90 + Hp: 8000 + Sp: 0 + Exp: 3131 + JExp: 900 + AttackRange: 5 + Attack: [100, 150] + Def: 10 + Mdef: 20 + Stats: { + Str: 1 + Agi: 15 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 2) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedApple: 800 + Orange: 800 + BugLeg: 500 + Candy: 1000 + Pearl: 100 + Arrow: 5000 + ConcentrationPotion: 100 + BottleOfWater: 50 + } +}, +{ + Id: 1116 + SpriteName: "UndeadWitch" + Name: "Undead Witch" + Lv: 80 + Hp: 4200 + Sp: 0 + Exp: 1875 + JExp: 722 + AttackRange: 3 + Attack: [50, 110] + Def: 8 + Mdef: 31 + Stats: { + Str: 15 + Agi: 20 + Vit: 10 + Int: 25 + Dex: 50 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 550 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 700 + Drops: { + DarkCrystal: 1000 + Bone: 400 + Skull: 300 + IronPowder: 100 + } +}, +{ + Id: 1118 + SpriteName: "GreenSlimeMother" + Name: "Green Slime Mother" + Lv: 90 + Hp: 8000 + Sp: 0 + Exp: 3550 + JExp: 900 + AttackRange: 5 + Attack: [100, 150] + Def: 15 + Mdef: 20 + Stats: { + Str: 20 + Agi: 25 + Vit: 20 + Int: 30 + Dex: 20 + Luk: 20 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1400 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + RedApple: 750 + } +}, +{ + Id: 1124 + SpriteName: "Wight" + Name: "Wight" + Lv: 90 + Hp: 8000 + Sp: 0 + Exp: 9000 + JExp: 1900 + AttackRange: 2 + Attack: [56, 294] + Def: 32 + Mdef: 15 + Stats: { + Str: 28 + Agi: 25 + Vit: 15 + Int: 15 + Dex: 50 + Luk: 65 + } + ViewRange: 3 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1400 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Bone: 100 + Bone: 140 + Skull: 150 + DarkCrystal: 50 + DarkCrystal: 500 + DiseasedHeart: 250 + } +}, +{ + Id: 1125 + SpriteName: "ManaGhost" + Name: "Mana Ghost" + Lv: 82 + Hp: 8000 + Sp: 0 + Exp: 7500 + JExp: 2400 + AttackRange: 3 + Attack: [150, 300] + Def: 23 + Mdef: 30 + Stats: { + Str: 35 + Agi: 15 + Vit: 3 + Int: 50 + Dex: 50 + Luk: 40 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 340 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 950 + Drops: { + Bone: 75 + Bone: 115 + Skull: 135 + DarkCrystal: 40 + Bloodstone: 700 + DarkCrystal: 800 + } +}, +//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 +{ + Id: 1007 + SpriteName: "YellowSlime" + Name: "Yellow Slime" + Lv: 60 + Hp: 400 + Sp: 0 + Exp: 94 + JExp: 9 + AttackRange: 1 + Attack: [35, 40] + Def: 2 + Mdef: 7 + Stats: { + Str: 9 + Agi: 6 + Vit: 2 + Int: 1 + Dex: 34 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1400 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + OrangeCupcake: 200 + CherryCake: 100 + CactusDrink: 350 + CactusPotion: 250 + SharpKnife: 10 + IronOre: 450 + Topaz: 20 + Coal: 450 + } +}, +{ + Id: 1008 + SpriteName: "RedSlime" + Name: "Red Slime" + Lv: 70 + Hp: 450 + Sp: 0 + Exp: 130 + JExp: 17 + AttackRange: 1 + Attack: [40, 45] + Def: 2 + Mdef: 7 + Stats: { + Str: 12 + Agi: 8 + Vit: 2 + Int: 1 + Dex: 25 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1300 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Knife: 300 + ChocolateBar: 110 + Dagger: 200 + Ruby: 20 + MinersHat: (80, "ODG_BASICSTAT") + RedApple: 750 + Boots: (250, "ODG_BASICSTAT") + MinerGloves: (150, "ODG_BASICSTAT") + } +}, +{ + Id: 1033 + SpriteName: "SeaSlime" + Name: "Sea Slime" + Lv: 70 + Hp: 600 + Sp: 0 + Exp: 187 + JExp: 13 + AttackRange: 1 + Attack: [30, 50] + Def: 3 + Mdef: 7 + Stats: { + Str: 1 + Agi: 25 + Vit: 1 + Int: 0 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 2) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1500 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedApple: 800 + Orange: 800 + BugLeg: 500 + Candy: 1000 + Pearl: 100 + Arrow: 5000 + ConcentrationPotion: 100 + BottleOfWater: 50 + } +}, +{ + Id: 1040 + SpriteName: "Wisp" + Name: "Wisp" + Lv: 70 + Hp: 9300 + Sp: 0 + Exp: 3725 + JExp: 1210 + AttackRange: 2 + Attack: [215, 350] + Def: 0 + Mdef: 20 + Stats: { + Str: 45 + Agi: 12 + Vit: 13 + Int: 15 + Dex: 0 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (7, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 380 + AttackDelay: 2000 + AttackMotion: 672 + DamageMotion: 1500 + Drops: { + WispPowder: 1000 + SulphurPowder: 600 + SulphurPowder: 480 + } +}, +{ + Id: 1054 + SpriteName: "Troll" + Name: "Troll" + Lv: 65 + Hp: 2000 + Sp: 0 + Exp: 850 + JExp: 129 + AttackRange: 1 + Attack: [70, 100] + Def: 20 + Mdef: 10 + Stats: { + Str: 50 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Arrow: 2000 + IronArrow: 500 + Beer: 300 + CoinBag: 250 + GingerBreadMan: 200 + KidBook: 10 + } +}, +{ + Id: 1061 + SpriteName: "Moggun" + Name: "Moggun" + Lv: 60 + Hp: 800 + Sp: 0 + Exp: 280 + JExp: 52 + AttackRange: 1 + Attack: [70, 90] + Def: 20 + Mdef: 10 + Stats: { + Str: 50 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + WhiteFur: 600 + Coal: 1000 + Diamond: 20 + } +}, +{ + Id: 1101 + SpriteName: "DemonicSpirit" + Name: "Demonic Spirit" + Lv: 72 + Hp: 1505 + Sp: 0 + Exp: 860 + JExp: 270 + AttackRange: 1 + Attack: [125, 175] + Def: 4 + Mdef: 6 + Stats: { + Str: 20 + Agi: 40 + Vit: 10 + Int: 10 + Dex: 110 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 230 + AttackDelay: 900 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + DarkCrystal: 1000 + } +}, +{ + Id: 1110 + SpriteName: "AngryGreenSlime" + Name: "Angry Green Slime" + Lv: 60 + Hp: 1000 + Sp: 0 + Exp: 435 + JExp: 135 + AttackRange: 1 + Attack: [100, 160] + Def: 20 + Mdef: 30 + Stats: { + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + RedApple: 750 + } +}, +{ + Id: 1117 + SpriteName: "UndeadTroll" + Name: "Undead Troll" + Lv: 75 + Hp: 3100 + Sp: 0 + Exp: 1770 + JExp: 179 + AttackRange: 2 + Attack: [60, 140] + Def: 20 + Mdef: 10 + Stats: { + Str: 50 + Agi: 40 + Vit: 20 + Int: 10 + Dex: 40 + Luk: 49 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 650 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Arrow: 2000 + DarkCrystal: 1000 + IronArrow: 500 + Beer: 300 + CoinBag: 250 + AnimalBones: 200 + KidBook: 20 + } +}, + + +//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 +{ + Id: 1002 + SpriteName: "Maggot" + Name: "Maggot" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 6 + JExp: 1 + AttackRange: 1 + Attack: [5, 10] + Def: 0 + Mdef: 0 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + } +}, +{ + Id: 1046 + SpriteName: "TameScorpion" + Name: "Tame Scorpion" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 6 + JExp: 2 + AttackRange: 1 + Attack: [7, 10] + Def: 0 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 2000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + ScorpionStinger: 700 + Candy: 100 + ChocolateBar: 50 + BugLeg: 700 + } +}, +{ + Id: 1050 + SpriteName: "HouseMaggot" + Name: "House Maggot" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 7 + JExp: 3 + AttackRange: 1 + Attack: [5, 7] + Def: 0 + Mdef: 3 + Stats: { + Str: 5 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 700 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + } +}, +{ + Id: 1003 + SpriteName: "Scorpion" + Name: "Scorpion" + Lv: 10 + Hp: 100 + Sp: 0 + Exp: 13 + JExp: 2 + AttackRange: 1 + Attack: [10, 15] + Def: 0 + Mdef: 3 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 2000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + ScorpionStinger: 700 + Candy: 100 + ChocolateBar: 50 + BugLeg: 700 + } +}, +{ + Id: 1029 + SpriteName: "MauvePlant" + Name: "Mauve Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MauveHerb: 3000 + MauveHerb: 3000 + MauveHerb: 3000 + } +}, +{ + Id: 1030 + SpriteName: "CobaltPlant" + Name: "Cobalt Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CobaltHerb: 3000 + CobaltHerb: 3000 + CobaltHerb: 3000 + } +}, +{ + Id: 1031 + SpriteName: "GambogePlant" + Name: "Gamboge Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GambogeHerb: 3000 + GambogeHerb: 3000 + GambogeHerb: 3000 + } +}, +{ + Id: 1032 + SpriteName: "AlizarinPlant" + Name: "Alizarin Plant" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 1 + Mdef: 0 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + AlizarinHerb: 3000 + AlizarinHerb: 3000 + AlizarinHerb: 3000 + } +}, +{ + Id: 1037 + SpriteName: "CloverPatch" + Name: "Clover Patch" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 5 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + FourLeafClover: 5 + } +}, +{ + Id: 1038 + SpriteName: "Squirrel" + Name: "Squirrel" + Lv: 15 + Hp: 160 + Sp: 1 + Exp: 32 + JExp: 5 + AttackRange: 1 + Attack: [10, 20] + Def: 1 + Mdef: 6 + Stats: { + Str: 1 + Agi: 3 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Acorn: 7000 + MauveHerb: 1000 + CobaltHerb: 1000 + GambogeHerb: 1000 + AlizarinHerb: 1000 + GrassSeed: 800 + SquirrelPelt: 550 + } +}, +{ + Id: 1056 + SpriteName: "CaveMaggot" + Name: "Cave Maggot" + Lv: 10 + Hp: 100 + Sp: 0 + Exp: 16 + JExp: 3 + AttackRange: 1 + Attack: [10, 10] + Def: 0 + Mdef: 5 + Stats: { + Str: 5 + Agi: 5 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 700 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + CactusPotion: 70 + SharpKnife: 10 + } +}, +{ + Id: 1063 + SpriteName: "Pumpkin" + Name: "Pumpkin" + Lv: 1 + Hp: 200 + Sp: 0 + Exp: 17 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 5 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + JackOLantern: 100 + RubberBat: 20 + RealisticBrain: 10 + JarofBlood: 15 + PumpkinSeeds: 500 + TonoriDelight: 1500 + Marshmallow: 2000 + CandyPumpkin: 2500 + } +}, +{ + Id: 1082 + SpriteName: "Serqet" + Name: "Serqet" + Lv: 10 + Hp: 100 + Sp: 0 + Exp: 12 + JExp: 2 + AttackRange: 1 + Attack: [10, 15] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 2000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1092 + SpriteName: "SlimeBlast" + Name: "Slime Blast" + Lv: 10 + Hp: 100 + Sp: 0 + Exp: 20 + JExp: 8 + AttackRange: 1 + Attack: [10, 10] + Def: 10 + Mdef: 10 + Stats: { + Str: 10 + Agi: 10 + Vit: 10 + Int: 10 + Dex: 10 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1095 + SpriteName: "WhiteBell" + Name: "White Bell" + Lv: 10 + Hp: 100 + Sp: 0 + Exp: 25 + JExp: 40 + AttackRange: 2 + Attack: [70, 75] + Def: 0 + Mdef: 5 + Stats: { + Str: 16 + Agi: 12 + Vit: 20 + Int: 20 + Dex: 20 + Luk: 50 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RedApple: 100 + EmptyBottle: 10 + Arrow: 100 + CoinBag: 400 + WhiteBellTuber: 5000 + } +}, +{ + Id: 1105 + SpriteName: "ViciousSquirrel" + Name: "Vicious Squirrel" + Lv: 15 + Hp: 140 + Sp: 1 + Exp: 35 + JExp: 7 + AttackRange: 1 + Attack: [20, 25] + Def: 1 + Mdef: 6 + Stats: { + Str: 3 + Agi: 3 + Vit: 1 + Int: 0 + Dex: 15 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPowder: 7000 + MauveHerb: 1000 + CobaltHerb: 1000 + GambogeHerb: 1000 + AlizarinHerb: 1000 + GrassSeed: 800 + Sapphire: 50 + } +}, +{ + Id: 1162 + SpriteName: "Grinchboo" + Name: "Grinchboo" + Lv: 5 + Hp: 50 + Sp: 0 + Exp: 6 + JExp: 1 + AttackRange: 1 + Attack: [5, 10] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 6 + Luk: 5 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + MaggotSlime: 800 + CactusDrink: 150 + BugLeg: 400 + Milk: 50 + Milk: 30 + } +}, +//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 +{ + Id: 1005 + SpriteName: "GreenSlime" + Name: "Green Slime" + Lv: 40 + Hp: 800 + Sp: 0 + Exp: 302 + JExp: 96 + AttackRange: 1 + Attack: [80, 120] + Def: 20 + Mdef: 30 + Stats: { + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + CactusPotion: 200 + Emerald: 20 + CactusDrink: 100 + Dagger: 250 + SharpKnife: 200 + CoinBag: 500 + CasinoCoins: 500 + GreenApple: 750 + } +}, +{ + Id: 1016 + SpriteName: "RudolphSlime" + Name: "Rudolph Slime" + Lv: 50 + Hp: 350 + Sp: 0 + Exp: 101 + JExp: 8 + AttackRange: 1 + Attack: [30, 35] + Def: 10 + Mdef: 7 + Stats: { + Str: 1 + Agi: 20 + Vit: 1 + Int: 0 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1000 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + DecorCandy: 800 + CandyCane: 500 + XmasCake: 200 + ChocolateBar: 300 + Candy: 600 + PurplePresentBox: 800 + BluePresentBox: 500 + } +}, +{ + Id: 1065 + SpriteName: "BanditLord" + Name: "Bandit Lord" + Lv: 40 + Hp: 2000 + Sp: 0 + Exp: 635 + JExp: 103 + AttackRange: 5 + Attack: [50, 50] + Def: 15 + Mdef: 15 + Stats: { + Str: 15 + Agi: 15 + Vit: 15 + Int: 15 + Dex: 15 + Luk: 15 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 400 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 900 +}, +{ + Id: 1080 + SpriteName: "BlueSpark" + Name: "Blue Spark" + Lv: 40 + Hp: 10000 + Sp: 0 + Exp: 3647 + JExp: 392 + AttackRange: 2 + Attack: [40, 40] + Def: 20 + Mdef: 30 + Stats: { + Str: 30 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 1500 + AttackMotion: 800 + DamageMotion: 800 +}, +{ + Id: 1081 + SpriteName: "RedSpark" + Name: "Red Spark" + Lv: 40 + Hp: 10000 + Sp: 0 + Exp: 3647 + JExp: 392 + AttackRange: 2 + Attack: [40, 40] + Def: 20 + Mdef: 30 + Stats: { + Str: 30 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 1500 + AttackMotion: 800 + DamageMotion: 800 +}, +{ + Id: 1086 + SpriteName: "FeyElement" + Name: "Fey Element" + Lv: 50 + Hp: 5000 + Sp: 0 + Exp: 12500 + JExp: 901 + AttackRange: 5 + Attack: [50, 125] + Def: 25 + Mdef: 50 + Stats: { + Str: 20 + Agi: 70 + Vit: 10 + Int: 20 + Dex: 80 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 330 + AttackDelay: 740 + AttackMotion: 672 + DamageMotion: 400 + Drops: { + BrokenDoll: 5000 + MauveScroll: 3000 + CobaltScroll: 3000 + GambogeScroll: 3000 + AlizarinScroll: 3000 + MauveHerb: 1000 + CobaltHerb: 1000 + GambogeHerb: 1000 + AlizarinHerb: 1000 + } +}, +{ + Id: 1088 + SpriteName: "Hyvern" + Name: "Hyvern" + Lv: 40 + Hp: 2250 + Sp: 0 + Exp: 990 + JExp: 346 + AttackRange: 1 + Attack: [50, 125] + Def: 0 + Mdef: 10 + Stats: { + Str: 10 + Agi: 45 + Vit: 5 + Int: 0 + Dex: 35 + Luk: 35 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (2, 4) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 250 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HyvernStinger: 2000 + BugLeg: 1000 + Orange: 600 + IronArrow: 3000 + } +}, +{ + Id: 1090 + SpriteName: "Wolvern" + Name: "Wolvern" + Lv: 40 + Hp: 900 + Sp: 0 + Exp: 280 + JExp: 86 + AttackRange: 1 + Attack: [50, 80] + Def: 5 + Mdef: 5 + Stats: { + Str: 15 + Agi: 10 + Vit: 5 + Int: 0 + Dex: 20 + Luk: 10 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 425 + AttackDelay: 770 + AttackMotion: 500 + DamageMotion: 200 + Drops: { + WolvernTooth: 1000 + WolvernPelt: 400 + AnimalBones: 200 + Steak: 1300 + } +}, +{ + Id: 1091 + SpriteName: "BlueSlime" + Name: "Blue Slime" + Lv: 40 + Hp: 2000 + Sp: 0 + Exp: 760 + JExp: 77 + AttackRange: 1 + Attack: [100, 150] + Def: 20 + Mdef: 40 + Stats: { + Str: 40 + Agi: 30 + Vit: 50 + Int: 10 + Dex: 50 + Luk: 40 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 3) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IceCube: 200 + Sapphire: 20 + CactusDrink: 500 + IcedWater: 700 + SilverMirror: 100 + BookPage: 500 + } +}, +{ + Id: 1098 + SpriteName: "CopperSlime" + Name: "Copper Slime" + Lv: 40 + Hp: 600 + Sp: 0 + Exp: 200 + JExp: 18 + AttackRange: 1 + Attack: [60, 90] + Def: 20 + Mdef: 30 + Stats: { + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronOre: 1500 + TreasureKey: 1000 + Coal: 300 + } +}, +{ + Id: 1111 + SpriteName: "CandiedSlime" + Name: "Candied Slime" + Lv: 50 + Hp: 800 + Sp: 0 + Exp: 800 + JExp: 66 + AttackRange: 3 + Attack: [50, 50] + Def: 20 + Mdef: 30 + Stats: { + Str: 20 + Agi: 30 + Vit: 10 + Int: 10 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + Assist: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1200 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Candy: 1000 + ChocolateBar: 1000 + PurplePresentBox: 200 + BluePresentBox: 200 + GreenPresentBox: 200 + GingerBreadMan: 200 + XmasCake: 500 + XmasCandyCane: 750 + } +}, +{ + Id: 1112 + SpriteName: "Santaboo" + Name: "Santaboo" + Lv: 50 + Hp: 2200 + Sp: 0 + Exp: 1040 + JExp: 59 + AttackRange: 2 + Attack: [80, 125] + Def: 50 + Mdef: 10 + Stats: { + Str: 25 + Agi: 10 + Vit: 25 + Int: 0 + Dex: 60 + Luk: 30 + } + ViewRange: 2 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + GingerBreadMan: 1000 + WhiteCake: 1200 + ChocolateCake: 1200 + OrangeCake: 1200 + AppleCake: 1200 + SantaHat: 50 + RedNose: 10 + } +}, +{ + Id: 1163 + SpriteName: "FridayCat" + Name: "Friday" + Lv: 70 + Hp: 450 + Sp: 0 + Exp: 130 + JExp: 17 + AttackRange: 1 + Attack: [40, 45] + Def: 2 + Mdef: 7 + Stats: { + Str: 12 + Agi: 8 + Vit: 2 + Int: 1 + Dex: 25 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (1, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 1300 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + RubberBat: 10 + RealisticBrain: 5 + JarofBlood: 9 + PumpkinSeeds: 250 + TonoriDelight: 750 + Marshmallow: 1000 + CandyPumpkin: 1250 + } +}, +{ + Id: 1164 + SpriteName: "ChristmasTree" + Name: "Christmas Tree" + Lv: 40 + Hp: 12000 + Sp: 0 + Exp: 3647 + JExp: 392 + AttackRange: 2 + Attack: [40, 40] + Def: 20 + Mdef: 40 + Stats: { + Str: 30 + Agi: 30 + Vit: 30 + Int: 30 + Dex: 30 + Luk: 30 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 1) + Mode: { + CanMove: false + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 190 + AttackDelay: 1500 + AttackMotion: 800 + DamageMotion: 800 +}, +{ + Id: 1165 + SpriteName: "ChristmasGift" + Name: "Christmas Gift" + Lv: 1 + Hp: 1 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 1 + Attack: [0, 0] + Def: 0 + Mdef: 5 + Stats: { + Str: 0 + Agi: 0 + Vit: 0 + Int: 0 + Dex: 0 + Luk: 0 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + FourLeafClover: 5 + } +}, +{ + Id: 1166 + SpriteName: "Snowman" + Name: "Snowman" + Lv: 100 + Hp: 4200 + Sp: 0 + Exp: 2897 + JExp: 689 + AttackRange: 1 + Attack: [60, 80] + Def: 5 + Mdef: 20 + Stats: { + Str: 15 + Agi: 25 + Vit: 40 + Int: 15 + Dex: 75 + Luk: 30 + } + ViewRange: 8 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPotion: 800 + ConcentrationPotion: 800 + Diamond: 50 + } +}, +{ + Id: 1167 + SpriteName: "SnowmanBoss" + Name: "Der Schneemann" + Lv: 100 + Hp: 35000 + Sp: 0 + Exp: 2897 + JExp: 689 + AttackRange: 3 + Attack: [60, 80] + Def: 20 + Mdef: 20 + Stats: { + Str: 15 + Agi: 15 + Vit: 10 + Int: 15 + Dex: 95 + Luk: 50 + } + ViewRange: 14 + ChaseRange: 16 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + Boss: true + } + MoveSpeed: 700 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPotion: 800 + ConcentrationPotion: 800 + Diamond: 50 + } +}, +{ + Id: 1168 + SpriteName: "Floyd" + Name: "Floyd" + Lv: 20 + Hp: 150 + Sp: 0 + Exp: 27 + JExp: 3 + AttackRange: 1 + Attack: [5, 25] + Def: 0 + Mdef: 5 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 0 + Dex: 20 + Luk: 25 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + PurplePresentBox: 1000 + MaggotSlime: 800 + BluePresentBox: 500 + CactusDrink: 150 + BugLeg: 400 + RoastedMaggot: 150 + Dagger: 70 + SharpKnife: 1 + } +}, +) -- cgit v1.2.3-60-g2f50 From 03a1bc67d8312d4903161afbf21fbf37a88fe881 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:46:04 -0300 Subject: Try to fix CI --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf66727c..cf2b3f8d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,11 @@ legacy: - git config --global credential.helper store - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials - git submodule update --init - - ./tools/evolved.py + - pwd + - ls + - cd tools + - ls + - ./evolved.py - git commit -a -m "Regenerate databases" --author="Numa " - git push # may cause a CI loop >.< only: @@ -36,6 +40,8 @@ evolved: - cp -v world/map/db/mob_db.conf evolved/db/pre-re/ - cp -v world/map/db/item_db.conf evolved/db/pre-re/ - cd evolved + - git config user.email "numa@themanaworld.org" + - git config user.name "Numa" - git commit -a -m "Sync with Legacy repo" --author="Numa " - git push only: -- cgit v1.2.3-60-g2f50 From 6347064171f1ad6ed2219d258213972dba73f7a7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:49:17 -0300 Subject: *facepalm* Sorry --- .gitlab-ci.yml | 1 + tools | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf2b3f8d..d431b08e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,7 @@ evolved: - git push only: - master + allow_failure: true pages: stage: deploy diff --git a/tools b/tools index 1c2dd285..c797f0e6 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 1c2dd285bf6b237a441c9351167d4795447b4d2f +Subproject commit c797f0e6a47add2970f28fa89b6ca5312a519d74 -- cgit v1.2.3-60-g2f50 From f47bdd6f79924af3ccb318a86c3d43eab2290999 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 19:52:23 -0300 Subject: Also add status reports --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d431b08e..4fb96bbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,10 +17,12 @@ legacy: - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials - git submodule update --init - pwd - - ls - cd tools - - ls - ./evolved.py + - cd .. + - git status + - git config user.email "numa@themanaworld.org" + - git config user.name "Numa" - git commit -a -m "Regenerate databases" --author="Numa " - git push # may cause a CI loop >.< only: @@ -40,6 +42,7 @@ evolved: - cp -v world/map/db/mob_db.conf evolved/db/pre-re/ - cp -v world/map/db/item_db.conf evolved/db/pre-re/ - cd evolved + - git status - git config user.email "numa@themanaworld.org" - git config user.name "Numa" - git commit -a -m "Sync with Legacy repo" --author="Numa " -- cgit v1.2.3-60-g2f50 From 01f8f9240e331ef3dabbdda8221b1049aaa5139d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 22:24:52 -0300 Subject: Remove tabulation so I can diff changes and avoid accidental data loss --- world/map/db/mob_db_0_19.txt | 38 +++++----- world/map/db/mob_db_20_39.txt | 60 ++++++++-------- world/map/db/mob_db_40_59.txt | 28 ++++---- world/map/db/mob_db_60_79.txt | 22 +++--- world/map/db/mob_db_80_99.txt | 50 ++++++------- world/map/db/mob_db_over_100.txt | 148 +++++++++++++++++++-------------------- 6 files changed, 173 insertions(+), 173 deletions(-) diff --git a/world/map/db/mob_db_0_19.txt b/world/map/db/mob_db_0_19.txt index 20844036..e611815b 100644 --- a/world/map/db/mob_db_0_19.txt +++ b/world/map/db/mob_db_0_19.txt @@ -1,19 +1,19 @@ -//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 -1002, Maggot, Maggot, 5, 50, 0, 0, 1, 1, 5, 10, 0, 5, 1, 1, 1, 0, 6, 5, 1, 1, 1, 3, 21, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1046, TameScorpion, TameScorpion, 5, 50, 0, 0, 2, 1, 7, 10, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1050, HouseMaggot, HouseMaggot, 5, 50, 0, 0, 3, 1, 5, 7, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1003, Scorpion, Scorpion, 10, 100, 0, 0, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1029, MauvePlant, MauvePlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 680, 3000, 680, 3000, 680, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 -1030, CobaltPlant, CobaltPlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 681, 3000, 681, 3000, 681, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1031, GambogePlant, GambogePlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 682, 3000, 682, 3000, 682, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1032, AlizarinPlant, AlizarinPlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 683, 3000, 683, 3000, 683, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1037, CloverPatch, CloverPatch, 1, 1, 0, 0, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 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 -1038, Squirrel, Squirrel, 15, 160, 1, 0, 5, 1, 10, 20, 1, 6, 1, 3, 1, 0, 15, 40, 1, 1, 1, 3, 20, 129, 800, 800, 672, 480, 743, 7000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 807, 800, 860, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15 -1056, CaveMaggot, CaveMaggot, 10, 100, 0, 0, 3, 1, 10, 10, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1063, Pumpkin, Pumpkin, 1, 200, 0, 0, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 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 -1082, Serqet, Serqet, 10, 100, 0, 0, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 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 -1092, SlimeBlast, SlimeBlast, 10, 100, 0, 0, 8, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 61, 175, 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, 1, 20 -1095, WhiteBell, WhiteBell, 10, 100, 0, 0, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 2, 1, 3, 22, 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, 2, 50 -1105, ViciousSquirrel, ViciousSquirrel, 15, 140, 1, 0, 7, 1, 20, 25, 1, 6, 3, 3, 1, 0, 15, 40, 1, 1, 1, 3, 20, 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, 1, 15 -1162, Grinchboo, Grinchboo, 5, 50, 0, 0, 1, 1, 5, 10, 0, 5, 1, 1, 1, 0, 6, 5, 1, 1, 1, 3, 21, 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 -1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 20, 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 +//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 +1002, Maggot, Maggot, 5, 50, 0, 0, 1, 1, 5, 10, 0, 5, 1, 1, 1, 0, 6, 5, 1, 1, 1, 3, 21, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1046, TameScorpion, TameScorpion, 5, 50, 0, 0, 2, 1, 7, 10, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1050, HouseMaggot, HouseMaggot, 5, 50, 0, 0, 3, 1, 5, 7, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1003, Scorpion, Scorpion, 10, 100, 0, 0, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1029, MauvePlant, MauvePlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 680, 3000, 680, 3000, 680, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1030, CobaltPlant, CobaltPlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 681, 3000, 681, 3000, 681, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1031, GambogePlant, GambogePlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 682, 3000, 682, 3000, 682, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1032, AlizarinPlant, AlizarinPlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 683, 3000, 683, 3000, 683, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1037, CloverPatch, CloverPatch, 1, 1, 0, 0, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 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 +1038, Squirrel, Squirrel, 15, 160, 1, 0, 5, 1, 10, 20, 1, 6, 1, 3, 1, 0, 15, 40, 1, 1, 1, 3, 20, 129, 800, 800, 672, 480, 743, 7000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 807, 800, 860, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15 +1056, CaveMaggot, CaveMaggot, 10, 100, 0, 0, 3, 1, 10, 10, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1063, Pumpkin, Pumpkin, 1, 200, 0, 0, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 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 +1082, Serqet, Serqet, 10, 100, 0, 0, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 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 +1092, SlimeBlast, SlimeBlast, 10, 100, 0, 0, 8, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 61, 175, 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, 1, 20 +1095, WhiteBell, WhiteBell, 10, 100, 0, 0, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 2, 1, 3, 22, 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, 2, 50 +1105, ViciousSquirrel, ViciousSquirrel, 15, 140, 1, 0, 7, 1, 20, 25, 1, 6, 3, 3, 1, 0, 15, 40, 1, 1, 1, 3, 20, 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, 1, 15 +1162, Grinchboo, Grinchboo, 5, 50, 0, 0, 1, 1, 5, 10, 0, 5, 1, 1, 1, 0, 6, 5, 1, 1, 1, 3, 21, 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 +1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 20, 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 diff --git a/world/map/db/mob_db_20_39.txt b/world/map/db/mob_db_20_39.txt index 33931041..4a154e67 100644 --- a/world/map/db/mob_db_20_39.txt +++ b/world/map/db/mob_db_20_39.txt @@ -1,30 +1,30 @@ -//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 -1011, FireGoblin, FireGoblin, 20, 220, 0, 0, 4, 1, 15, 20, 0, 5, 1, 1, 1, 0, 6, 30, 1, 1, 1, 3, 23, 129, 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, 2, 30 -1017, Bat, Bat, 20, 150, 0, 0, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1131, ManaBug, ManaBug, 25, 300, 0, 0, 5, 2, 10, 17, 4, 6, 1, 4, 1, 4, 5, 4, 2, 1, 1, 3, 24, 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, 2, 40 -1018, Pinkie, Pinkie, 30, 300, 0, 0, 7, 2, 15, 20, 0, 5, 1, 1, 1, 0, 20, 25, 2, 2, 1, 3, 20, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 -1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 0, 5, 1, 10, 13, 0, 5, 1, 1, 1, 0, 10, 10, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1020, Fluffy, Fluffy, 30, 500, 0, 0, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 129, 800, 1600, 672, 480, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1021, CaveSnake, CaveSnake, 30, 800, 0, 0, 13, 1, 20, 15, 1, 5, 10, 1, 1, 0, 5, 20, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 -1025, LogHead, LogHead, 30, 500, 0, 0, 5, 1, 10, 20, 50, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 22, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 -1027, EasterFluffy, EasterFluffy, 30, 500, 0, 0, 7, 1, 10, 12, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 1208, 2000, 1209, 2000, 1210, 2000, 1211, 1000, 1212, 1000, 1213, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1035, Silkworm, Silkworm, 20, 1, 0, 0, 1, 1, 0, 0, 2, 10, 20, 11, 10, 10, 40, 10, 1, 1, 1, 0, 20, 129, 1300, 1100, 672, 480, 718, 5000, 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 -1041, Snail, Snail, 30, 900, 0, 0, 18, 1, 50, 65, 20, 15, 10, 1, 25, 0, 20, 10, 1, 1, 1, 0, 20, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1049, Bee, Bee, 30, 600, 0, 0, 32, 1, 5, 90, 12, 4, 15, 25, 20, 3, 40, 30, 1, 1, 1, 0, 25, 137, 380, 1500, 300, 350, 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 -1055, Butterfly, Butterfly, 25, 250, 0, 0, 11, 2, 10, 40, 3, 5, 10, 45, 10, 15, 35, 40, 1, 1, 1, 3, 44, 129, 350, 780, 300, 800, 718, 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, 2, 60 -1057, AngryScorpion, AngryScorpion, 20, 200, 0, 0, 5, 1, 15, 15, 0, 5, 5, 5, 1, 0, 15, 5, 1, 1, 1, 3, 20, 133, 1000, 1872, 672, 480, 4000, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1058, IceGoblin, IceGoblin, 25, 330, 0, 0, 10, 1, 20, 25, 0, 5, 5, 5, 1, 0, 6, 30, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1060, Archant, Archant, 30, 400, 0, 0, 14, 1, 20, 30, 4, 6, 10, 5, 1, 0, 12, 10, 1, 1, 1, 0, 25, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1064, Bandit, Bandit, 20, 400, 0, 0, 21, 1, 40, 40, 5, 0, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 29, 135, 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, 2, 30 -1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 0, 363, 1, 125, 150, 10, 45, 20, 15, 10, 10, 45, 10, 1, 1, 1, 0, 45, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 0, 86, 1, 75, 175, 15, 45, 15, 30, 10, 10, 25, 25, 1, 1, 1, 0, 45, 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, 2, 30 -1087, Larvern, Larvern, 20, 550, 0, 0, 26, 1, 50, 200, 30, 65, 35, 20, 50, 0, 70, 20, 1, 1, 1, 0, 25, 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, 2, 30 -1089, HungryFluffy, HungryFluffy, 30, 500, 0, 0, 10, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 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, 3, 40 -1093, WhiteSlime, WhiteSlime, 20, 200, 0, 0, 15, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 1, 1, 1, 0, 61, 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, 1, 20 -1094, Reinboo, Reinboo, 35, 1100, 0, 0, 29, 2, 40, 75, 35, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 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, 1, 30 -1099, SleepingBandit, SleepingBandit, 20, 25, 0, 0, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 29, 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, 2, 30 -1100, AzulSlime, AzulSlime, 20, 200, 0, 0, 10, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 1, 1, 1, 0, 61, 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, 1, 20 -1107, Bluepar, Bluepar, 30, 350, 0, 0, 8, 2, 7, 15, 0, 5, 1, 1, 1, 0, 20, 25, 2, 2, 1, 3, 20, 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, 3, 50 -1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 0, 12, 1, 25, 40, 0, 10, 3, 3, 3, 2, 10, 50, 1, 1, 1, 3, 23, 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, 2, 30 -1113, Pollett, Pollett, 30, 500, 0, 0, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 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, 3, 40 -1168, Floyd, Floyd, 20, 150, 0, 0, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 516, 500, 515, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +//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 +1011, FireGoblin, FireGoblin, 20, 220, 0, 0, 4, 1, 15, 20, 0, 5, 1, 1, 1, 0, 6, 30, 1, 1, 1, 3, 23, 129, 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, 2, 30 +1017, Bat, Bat, 20, 150, 0, 0, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1131, ManaBug, ManaBug, 25, 300, 0, 0, 5, 2, 10, 17, 4, 6, 1, 4, 1, 4, 5, 4, 2, 1, 1, 3, 24, 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, 2, 40 +1018, Pinkie, Pinkie, 30, 300, 0, 0, 7, 2, 15, 20, 0, 5, 1, 1, 1, 0, 20, 25, 2, 2, 1, 3, 20, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 +1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 0, 5, 1, 10, 13, 0, 5, 1, 1, 1, 0, 10, 10, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1020, Fluffy, Fluffy, 30, 500, 0, 0, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 129, 800, 1600, 672, 480, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1021, CaveSnake, CaveSnake, 30, 800, 0, 0, 13, 1, 20, 15, 1, 5, 10, 1, 1, 0, 5, 20, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 +1025, LogHead, LogHead, 30, 500, 0, 0, 5, 1, 10, 20, 50, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 22, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 +1027, EasterFluffy, EasterFluffy, 30, 500, 0, 0, 7, 1, 10, 12, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 1208, 2000, 1209, 2000, 1210, 2000, 1211, 1000, 1212, 1000, 1213, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1035, Silkworm, Silkworm, 20, 1, 0, 0, 1, 1, 0, 0, 2, 10, 20, 11, 10, 10, 40, 10, 1, 1, 1, 0, 20, 129, 1300, 1100, 672, 480, 718, 5000, 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 +1041, Snail, Snail, 30, 900, 0, 0, 18, 1, 50, 65, 20, 15, 10, 1, 25, 0, 20, 10, 1, 1, 1, 0, 20, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1049, Bee, Bee, 30, 600, 0, 0, 32, 1, 5, 90, 12, 4, 15, 25, 20, 3, 40, 30, 1, 1, 1, 0, 25, 137, 380, 1500, 300, 350, 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 +1055, Butterfly, Butterfly, 25, 250, 0, 0, 11, 2, 10, 40, 3, 5, 10, 45, 10, 15, 35, 40, 1, 1, 1, 3, 44, 129, 350, 780, 300, 800, 718, 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, 2, 60 +1057, AngryScorpion, AngryScorpion, 20, 200, 0, 0, 5, 1, 15, 15, 0, 5, 5, 5, 1, 0, 15, 5, 1, 1, 1, 3, 20, 133, 1000, 1872, 672, 480, 4000, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1058, IceGoblin, IceGoblin, 25, 330, 0, 0, 10, 1, 20, 25, 0, 5, 5, 5, 1, 0, 6, 30, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1060, Archant, Archant, 30, 400, 0, 0, 14, 1, 20, 30, 4, 6, 10, 5, 1, 0, 12, 10, 1, 1, 1, 0, 25, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1064, Bandit, Bandit, 20, 400, 0, 0, 21, 1, 40, 40, 5, 0, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 29, 135, 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, 2, 30 +1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 0, 363, 1, 125, 150, 10, 45, 20, 15, 10, 10, 45, 10, 1, 1, 1, 0, 45, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 0, 86, 1, 75, 175, 15, 45, 15, 30, 10, 10, 25, 25, 1, 1, 1, 0, 45, 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, 2, 30 +1087, Larvern, Larvern, 20, 550, 0, 0, 26, 1, 50, 200, 30, 65, 35, 20, 50, 0, 70, 20, 1, 1, 1, 0, 25, 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, 2, 30 +1089, HungryFluffy, HungryFluffy, 30, 500, 0, 0, 10, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 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, 3, 40 +1093, WhiteSlime, WhiteSlime, 20, 200, 0, 0, 15, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 1, 1, 1, 0, 61, 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, 1, 20 +1094, Reinboo, Reinboo, 35, 1100, 0, 0, 29, 2, 40, 75, 35, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 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, 1, 30 +1099, SleepingBandit, SleepingBandit, 20, 25, 0, 0, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 29, 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, 2, 30 +1100, AzulSlime, AzulSlime, 20, 200, 0, 0, 10, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 1, 1, 1, 0, 61, 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, 1, 20 +1107, Bluepar, Bluepar, 30, 350, 0, 0, 8, 2, 7, 15, 0, 5, 1, 1, 1, 0, 20, 25, 2, 2, 1, 3, 20, 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, 3, 50 +1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 0, 12, 1, 25, 40, 0, 10, 3, 3, 3, 2, 10, 50, 1, 1, 1, 3, 23, 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, 2, 30 +1113, Pollett, Pollett, 30, 500, 0, 0, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 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, 3, 40 +1168, Floyd, Floyd, 20, 150, 0, 0, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 516, 500, 515, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 diff --git a/world/map/db/mob_db_40_59.txt b/world/map/db/mob_db_40_59.txt index 16d233fe..49be8d2b 100644 --- a/world/map/db/mob_db_40_59.txt +++ b/world/map/db/mob_db_40_59.txt @@ -1,14 +1,14 @@ -//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 -1005, GreenSlime, GreenSlime, 40, 800, 0, 0, 96, 1, 80, 120, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 719, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1016, RudolphSlime, RudolphSlime, 50, 350, 0, 0, 8, 1, 30, 35, 10, 7, 1, 20, 1, 0, 30, 30, 1, 1, 1, 0, 21, 131, 1000, 1872, 672, 480, 504, 800, 506, 500, 508, 200, 509, 300, 510, 600, 515, 800, 516, 500, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1065, BanditLord, BanditLord, 40, 2000, 0, 0, 103, 5, 50, 50, 15, 15, 15, 15, 15, 15, 15, 15, 1, 1, 1, 0, 29, 135, 400, 1500, 672, 900, 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 -1080, BlueSpark, BlueSpark, 40, 10000, 0, 0, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 1, 1, 1, 0, 20, 129, 190, 1500, 800, 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, 0, 0, 2, 30 -1081, RedSpark, RedSpark, 40, 10000, 0, 0, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 1, 1, 1, 0, 20, 129, 190, 1500, 800, 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, 0, 0, 2, 30 -1086, FeyElement, FeyElement, 50, 5000, 0, 12500, 901, 5, 50, 125, 25, 50, 20, 70, 10, 20, 80, 1, 1, 1, 1, 0, 84, 165, 330, 740, 672, 400, 834, 5000, 680, 1000, 680, 1000, 681, 1000, 681, 1000, 682, 1000, 682, 1000, 683, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1088, Hyvern, Hyvern, 40, 2250, 0, 0, 346, 1, 50, 125, 0, 10, 10, 45, 5, 0, 35, 35, 1, 1, 1, 0, 85, 133, 250, 800, 672, 480, 835, 2000, 518, 1000, 657, 600, 529, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1090, Wolvern, Wolvern, 40, 900, 0, 0, 86, 1, 50, 80, 5, 5, 15, 10, 5, 0, 20, 10, 1, 1, 1, 3, 20, 133, 425, 770, 500, 200, 858, 1000, 859, 400, 4023, 200, 676, 1300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1091, BlueSlime, BlueSlime, 40, 2000, 0, 0, 77, 1, 100, 150, 20, 40, 40, 30, 50, 10, 50, 40, 1, 1, 1, 0, 61, 131, 1200, 1872, 672, 480, 4026, 200, 4005, 20, 501, 500, 862, 700, 863, 100, 864, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1098, CopperSlime, CopperSlime, 40, 600, 0, 0, 18, 1, 60, 90, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 131, 1200, 1872, 672, 480, 640, 1500, 537, 1000, 4001, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1111, CandiedSlime, CandiedSlime, 50, 800, 0, 800, 66, 3, 50, 50, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 1872, 672, 480, 510, 1000, 509, 1000, 515, 200, 516, 200, 538, 200, 512, 200, 508, 500, 514, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1112, Santaboo, Santaboo, 50, 2200, 0, 0, 59, 2, 80, 125, 50, 10, 25, 10, 25, 0, 60, 30, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 511, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1164, ChristmasTree, ChristmasTree, 40, 12000, 0, 3647, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 20, 128, 190, 1500, 800, 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, 0, 0, 0, 0 +//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 +1005, GreenSlime, GreenSlime, 40, 800, 0, 0, 96, 1, 80, 120, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 719, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1016, RudolphSlime, RudolphSlime, 50, 350, 0, 0, 8, 1, 30, 35, 10, 7, 1, 20, 1, 0, 30, 30, 1, 1, 1, 0, 21, 131, 1000, 1872, 672, 480, 504, 800, 506, 500, 508, 200, 509, 300, 510, 600, 515, 800, 516, 500, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1065, BanditLord, BanditLord, 40, 2000, 0, 0, 103, 5, 50, 50, 15, 15, 15, 15, 15, 15, 15, 15, 1, 1, 1, 0, 29, 135, 400, 1500, 672, 900, 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 +1080, BlueSpark, BlueSpark, 40, 10000, 0, 0, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 1, 1, 1, 0, 20, 129, 190, 1500, 800, 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, 0, 0, 2, 30 +1081, RedSpark, RedSpark, 40, 10000, 0, 0, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 1, 1, 1, 0, 20, 129, 190, 1500, 800, 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, 0, 0, 2, 30 +1086, FeyElement, FeyElement, 50, 5000, 0, 12500, 901, 5, 50, 125, 25, 50, 20, 70, 10, 20, 80, 1, 1, 1, 1, 0, 84, 165, 330, 740, 672, 400, 834, 5000, 680, 1000, 680, 1000, 681, 1000, 681, 1000, 682, 1000, 682, 1000, 683, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1088, Hyvern, Hyvern, 40, 2250, 0, 0, 346, 1, 50, 125, 0, 10, 10, 45, 5, 0, 35, 35, 1, 1, 1, 0, 85, 133, 250, 800, 672, 480, 835, 2000, 518, 1000, 657, 600, 529, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1090, Wolvern, Wolvern, 40, 900, 0, 0, 86, 1, 50, 80, 5, 5, 15, 10, 5, 0, 20, 10, 1, 1, 1, 3, 20, 133, 425, 770, 500, 200, 858, 1000, 859, 400, 4023, 200, 676, 1300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1091, BlueSlime, BlueSlime, 40, 2000, 0, 0, 77, 1, 100, 150, 20, 40, 40, 30, 50, 10, 50, 40, 1, 1, 1, 0, 61, 131, 1200, 1872, 672, 480, 4026, 200, 4005, 20, 501, 500, 862, 700, 863, 100, 864, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1098, CopperSlime, CopperSlime, 40, 600, 0, 0, 18, 1, 60, 90, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 131, 1200, 1872, 672, 480, 640, 1500, 537, 1000, 4001, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1111, CandiedSlime, CandiedSlime, 50, 800, 0, 800, 66, 3, 50, 50, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 1872, 672, 480, 510, 1000, 509, 1000, 515, 200, 516, 200, 538, 200, 512, 200, 508, 500, 514, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1112, Santaboo, Santaboo, 50, 2200, 0, 0, 59, 2, 80, 125, 50, 10, 25, 10, 25, 0, 60, 30, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 511, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1164, ChristmasTree, ChristmasTree, 40, 12000, 0, 3647, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 20, 128, 190, 1500, 800, 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, 0, 0, 0, 0 diff --git a/world/map/db/mob_db_60_79.txt b/world/map/db/mob_db_60_79.txt index 5299d656..892a3b50 100644 --- a/world/map/db/mob_db_60_79.txt +++ b/world/map/db/mob_db_60_79.txt @@ -1,11 +1,11 @@ -//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 -1007, YellowSlime, YellowSlime, 60, 400, 0, 0, 9, 1, 35, 40, 2, 7, 9, 6, 2, 1, 34, 1, 1, 1, 1, 0, 21, 131, 1400, 1800, 672, 480, 534, 200, 519, 100, 501, 350, 502, 250, 522, 10, 640, 450, 4006, 20, 4001, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1008, RedSlime, RedSlime, 70, 450, 0, 0, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 1, 1, 1, 0, 21, 135, 1300, 1500, 672, 480, 1201, 300, 509, 110, 521, 200, 4003, 20, 525, 80, 535, 750, 528, 250, 531, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1033, SeaSlime, SeaSlime, 70, 600, 0, 0, 13, 1, 30, 50, 3, 7, 1, 25, 1, 0, 30, 30, 1, 1, 1, 0, 41, 131, 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 -1040, Wisp, Wisp, 70, 9300, 0, 0, 1210, 2, 215, 350, 0, 20, 45, 12, 13, 15, 0, 45, 1, 1, 1, 0, 27, 137, 380, 2000, 672, 1500, 772, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1054, Troll, Troll, 65, 2000, 0, 0, 129, 1, 70, 100, 20, 10, 50, 40, 10, 10, 30, 30, 1, 1, 1, 0, 20, 137, 600, 1500, 672, 480, 1199, 2000, 529, 500, 539, 300, 526, 250, 512, 200, 906, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1061, Moggun, Moggun, 60, 800, 0, 0, 52, 1, 70, 90, 20, 10, 50, 40, 10, 10, 10, 10, 1, 1, 1, 0, 25, 137, 600, 1500, 672, 480, 611, 600, 4001, 1000, 4002, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1101, DemonicSpirit, DemonicSpirit, 72, 1505, 0, 0, 270, 1, 125, 175, 4, 6, 20, 40, 10, 10, 110, 45, 1, 1, 1, 0, 89, 133, 230, 900, 672, 480, 631, 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, 2, 30 -1110, AngryGreenSlime, AngryGreenSlime, 60, 1000, 0, 0, 135, 1, 100, 160, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 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, 1, 20 -1117, UndeadTroll, UndeadTroll, 75, 3100, 0, 0, 179, 2, 60, 140, 20, 10, 50, 40, 20, 10, 40, 49, 1, 1, 1, 0, 20, 133, 650, 1500, 672, 480, 1199, 2000, 631, 1000, 529, 500, 539, 300, 526, 250, 4023, 200, 906, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1163, FridayCat, Friday, 70, 450, 0, 0, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 1, 1, 1, 0, 21, 135, 1300, 1500, 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, 2, 20 +//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 +1007, YellowSlime, YellowSlime, 60, 400, 0, 0, 9, 1, 35, 40, 2, 7, 9, 6, 2, 1, 34, 1, 1, 1, 1, 0, 21, 131, 1400, 1800, 672, 480, 534, 200, 519, 100, 501, 350, 502, 250, 522, 10, 640, 450, 4006, 20, 4001, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1008, RedSlime, RedSlime, 70, 450, 0, 0, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 1, 1, 1, 0, 21, 135, 1300, 1500, 672, 480, 1201, 300, 509, 110, 521, 200, 4003, 20, 525, 80, 535, 750, 528, 250, 531, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1033, SeaSlime, SeaSlime, 70, 600, 0, 0, 13, 1, 30, 50, 3, 7, 1, 25, 1, 0, 30, 30, 1, 1, 1, 0, 41, 131, 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 +1040, Wisp, Wisp, 70, 9300, 0, 0, 1210, 2, 215, 350, 0, 20, 45, 12, 13, 15, 0, 45, 1, 1, 1, 0, 27, 137, 380, 2000, 672, 1500, 772, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1054, Troll, Troll, 65, 2000, 0, 0, 129, 1, 70, 100, 20, 10, 50, 40, 10, 10, 30, 30, 1, 1, 1, 0, 20, 137, 600, 1500, 672, 480, 1199, 2000, 529, 500, 539, 300, 526, 250, 512, 200, 906, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1061, Moggun, Moggun, 60, 800, 0, 0, 52, 1, 70, 90, 20, 10, 50, 40, 10, 10, 10, 10, 1, 1, 1, 0, 25, 137, 600, 1500, 672, 480, 611, 600, 4001, 1000, 4002, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1101, DemonicSpirit, DemonicSpirit, 72, 1505, 0, 0, 270, 1, 125, 175, 4, 6, 20, 40, 10, 10, 110, 45, 1, 1, 1, 0, 89, 133, 230, 900, 672, 480, 631, 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, 2, 30 +1110, AngryGreenSlime, AngryGreenSlime, 60, 1000, 0, 0, 135, 1, 100, 160, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 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, 1, 20 +1117, UndeadTroll, UndeadTroll, 75, 3100, 0, 0, 179, 2, 60, 140, 20, 10, 50, 40, 20, 10, 40, 49, 1, 1, 1, 0, 20, 133, 650, 1500, 672, 480, 1199, 2000, 631, 1000, 529, 500, 539, 300, 526, 250, 4023, 200, 906, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1163, FridayCat, Friday, 70, 450, 0, 0, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 1, 1, 1, 0, 21, 135, 1300, 1500, 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, 2, 20 diff --git a/world/map/db/mob_db_80_99.txt b/world/map/db/mob_db_80_99.txt index 9e891d48..62b7be26 100644 --- a/world/map/db/mob_db_80_99.txt +++ b/world/map/db/mob_db_80_99.txt @@ -1,25 +1,25 @@ -//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 -1004, RedScorpion, RedScorpion, 90, 550, 0, 0, 16, 1, 50, 55, 4, 6, 8, 8, 10, 10, 30, 10, 1, 1, 1, 0, 20, 129, 1000, 1872, 672, 480, 517, 2000, 509, 100, 518, 500, 1200, 10, 1199, 760, 1201, 540, 524, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 -1006, GiantMaggot, GiantMaggot, 80, 500, 0, 0, 14, 2, 45, 75, 2, 7, 8, 6, 2, 1, 22, 1, 2, 2, 1, 0, 41, 129, 2000, 1872, 672, 480, 1199, 900, 519, 100, 518, 750, 501, 5000, 502, 3000, 503, 11, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25 -1028, Mouboo, Mouboo, 85, 1200, 0, 0, 16, 2, 30, 75, 65, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1043, Skeleton, Skeleton, 90, 6800, 0, 0, 1467, 1, 51, 284, 12, 10, 35, 18, 3, 8, 71, 65, 1, 1, 1, 0, 29, 175, 340, 1800, 672, 950, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1044, LadySkeleton, LadySkeleton, 90, 5500, 0, 0, 957, 2, 73, 146, 31, 8, 20, 25, 15, 8, 43, 48, 1, 1, 1, 0, 29, 175, 650, 750, 672, 700, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1047, Poltergeist, Poltergeist, 90, 9000, 0, 0, 1306, 3, 110, 150, 0, 15, 35, 0, 15, 15, 75, 50, 1, 1, 1, 0, 27, 137, 330, 740, 672, 400, 774, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1059, GCMaggot, GiantCaveMaggot, 90, 2000, 0, 0, 102, 2, 60, 80, 2, 7, 10, 10, 2, 1, 22, 1, 2, 2, 1, 0, 41, 133, 1000, 1872, 672, 480, 727, 10000, 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, 25 -1066, VampireBat, VampireBat, 80, 800, 0, 0, 9, 1, 55, 150, 10, 8, 8, 8, 1, 4, 20, 4, 6, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 5115, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1069, Scythe, Scythe, 80, 3000, 0, 0, 617, 1, 200, 350, 30, 10, 100, 250, 1, 1, 150, 90, 1, 50, 1, 0, 40, 133, 220, 700, 672, 500, 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 -1070, BallLightning, BallLightning, 80, 300, 0, 0, 1, 1, 5, 10, 40, 50, 1, 200, 1, 1, 1, 1, 1, 50, 1, 0, 47, 133, 110, 1500, 672, 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 -1073, TheLost, TheLost, 83, 5000, 0, 8750, 2840, 5, 125, 150, 10, 60, 5, 40, 10, 70, 70, 40, 4, 9, 1, 1, 69, 141, 500, 2000, 672, 300, 5110, 500, 5110, 500, 631, 500, 566, 500, 778, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1074, RedBone, RedBone, 90, 8000, 0, 9750, 3434, 2, 100, 330, 24, 30, 35, 25, 3, 50, 80, 75, 2, 2, 1, 1, 29, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 4, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1077, DrunkenSkeleton, DrunkenSkeleton, 90, 7200, 0, 0, 530, 1, 55, 284, 30, 10, 35, 10, 3, 8, 71, 65, 1, 1, 1, 0, 29, 137, 350, 1800, 672, 950, 790, 300, 789, 280, 3003, 100, 3000, 50, 3009, 250, 3006, 400, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1078, TipsySkeleton, TipsySkeleton, 90, 7000, 0, 0, 493, 1, 60, 284, 33, 10, 35, 10, 3, 8, 71, 65, 1, 1, 1, 0, 29, 137, 350, 1800, 672, 950, 787, 300, 788, 280, 3002, 100, 3000, 50, 3007, 400, 3010, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1079, DrunkenLadySkeleton, DrunkenLadySkeleton, 90, 6000, 0, 0, 389, 2, 75, 146, 40, 8, 20, 20, 15, 8, 51, 48, 1, 1, 1, 0, 29, 137, 660, 750, 672, 700, 785, 300, 786, 280, 3001, 100, 3000, 50, 3010, 250, 3009, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1097, SoulEater, SoulEater, 90, 6800, 0, 0, 1746, 1, 129, 354, 12, 10, 35, 18, 3, 8, 71, 65, 1, 1, 1, 0, 29, 175, 340, 1800, 672, 950, 778, 250, 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 -1103, WitchGuard, WitchGuard, 84, 9742, 0, 0, 1060, 2, 200, 220, 25, 30, 90, 65, 45, 5, 120, 69, 1, 1, 1, 0, 89, 133, 290, 1200, 672, 30, 631, 2000, 631, 500, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1104, DemonicMouboo, DemonicMouboo, 85, 800, 0, 0, 32, 2, 40, 70, 35, 15, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 133, 600, 1872, 672, 480, 660, 1000, 660, 500, 703, 750, 4004, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1109, AngrySeaSlime, AngrySeaSlime, 80, 1200, 0, 0, 42, 1, 40, 70, 13, 17, 3, 30, 3, 0, 35, 35, 1, 1, 1, 0, 41, 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 -1115, SeaSlimeMother, SeaSlimeMother, 90, 8000, 0, 0, 900, 5, 100, 150, 10, 20, 1, 15, 10, 10, 10, 10, 1, 1, 1, 0, 44, 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, 2, 30 -1116, UndeadWitch, UndeadWitch, 80, 4200, 0, 0, 722, 3, 50, 110, 8, 31, 15, 20, 10, 25, 50, 40, 1, 1, 1, 0, 29, 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, 2, 30 -1118, GreenSlimeMother, GreenSlimeMother, 90, 8000, 0, 0, 900, 5, 100, 150, 15, 20, 20, 25, 20, 30, 20, 20, 1, 1, 1, 0, 21, 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, 2, 30 -1124, Wight, Wight, 90, 8000, 0, 9000, 1900, 2, 56, 294, 32, 15, 28, 25, 15, 15, 50, 65, 3, 3, 1, 1, 29, 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, 4, 20 -1125, ManaGhost, ManaGhost, 82, 8000, 0, 7500, 2400, 3, 150, 300, 23, 30, 35, 15, 3, 50, 50, 40, 2, 2, 1, 1, 29, 131, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 5110, 700, 631, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +//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 +1004, RedScorpion, RedScorpion, 90, 550, 0, 0, 16, 1, 50, 55, 4, 6, 8, 8, 10, 10, 30, 10, 1, 1, 1, 0, 20, 129, 1000, 1872, 672, 480, 517, 2000, 509, 100, 518, 500, 1200, 10, 1199, 760, 1201, 540, 524, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 +1006, GiantMaggot, GiantMaggot, 80, 500, 0, 0, 14, 2, 45, 75, 2, 7, 8, 6, 2, 1, 22, 1, 2, 2, 1, 0, 41, 129, 2000, 1872, 672, 480, 1199, 900, 519, 100, 518, 750, 501, 5000, 502, 3000, 503, 11, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25 +1028, Mouboo, Mouboo, 85, 1200, 0, 0, 16, 2, 30, 75, 65, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1043, Skeleton, Skeleton, 90, 6800, 0, 0, 1467, 1, 51, 284, 12, 10, 35, 18, 3, 8, 71, 65, 1, 1, 1, 0, 29, 175, 340, 1800, 672, 950, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1044, LadySkeleton, LadySkeleton, 90, 5500, 0, 0, 957, 2, 73, 146, 31, 8, 20, 25, 15, 8, 43, 48, 1, 1, 1, 0, 29, 175, 650, 750, 672, 700, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1047, Poltergeist, Poltergeist, 90, 9000, 0, 0, 1306, 3, 110, 150, 0, 15, 35, 0, 15, 15, 75, 50, 1, 1, 1, 0, 27, 137, 330, 740, 672, 400, 774, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1059, GCMaggot, GiantCaveMaggot, 90, 2000, 0, 0, 102, 2, 60, 80, 2, 7, 10, 10, 2, 1, 22, 1, 2, 2, 1, 0, 41, 133, 1000, 1872, 672, 480, 727, 10000, 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, 25 +1066, VampireBat, VampireBat, 80, 800, 0, 0, 9, 1, 55, 150, 10, 8, 8, 8, 1, 4, 20, 4, 6, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 5115, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1069, Scythe, Scythe, 80, 3000, 0, 0, 617, 1, 200, 350, 30, 10, 100, 250, 1, 1, 150, 90, 1, 50, 1, 0, 40, 133, 220, 700, 672, 500, 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 +1070, BallLightning, BallLightning, 80, 300, 0, 0, 1, 1, 5, 10, 40, 50, 1, 200, 1, 1, 1, 1, 1, 50, 1, 0, 47, 133, 110, 1500, 672, 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 +1073, TheLost, TheLost, 83, 5000, 0, 8750, 2840, 5, 125, 150, 10, 60, 5, 40, 10, 70, 70, 40, 4, 9, 1, 1, 69, 141, 500, 2000, 672, 300, 5110, 500, 5110, 500, 631, 500, 566, 500, 778, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1074, RedBone, RedBone, 90, 8000, 0, 9750, 3434, 2, 100, 330, 24, 30, 35, 25, 3, 50, 80, 75, 2, 2, 1, 1, 29, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 4, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +1077, DrunkenSkeleton, DrunkenSkeleton, 90, 7200, 0, 0, 530, 1, 55, 284, 30, 10, 35, 10, 3, 8, 71, 65, 1, 1, 1, 0, 29, 137, 350, 1800, 672, 950, 790, 300, 789, 280, 3003, 100, 3000, 50, 3009, 250, 3006, 400, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1078, TipsySkeleton, TipsySkeleton, 90, 7000, 0, 0, 493, 1, 60, 284, 33, 10, 35, 10, 3, 8, 71, 65, 1, 1, 1, 0, 29, 137, 350, 1800, 672, 950, 787, 300, 788, 280, 3002, 100, 3000, 50, 3007, 400, 3010, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1079, DrunkenLadySkeleton, DrunkenLadySkeleton, 90, 6000, 0, 0, 389, 2, 75, 146, 40, 8, 20, 20, 15, 8, 51, 48, 1, 1, 1, 0, 29, 137, 660, 750, 672, 700, 785, 300, 786, 280, 3001, 100, 3000, 50, 3010, 250, 3009, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1097, SoulEater, SoulEater, 90, 6800, 0, 0, 1746, 1, 129, 354, 12, 10, 35, 18, 3, 8, 71, 65, 1, 1, 1, 0, 29, 175, 340, 1800, 672, 950, 778, 250, 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 +1103, WitchGuard, WitchGuard, 84, 9742, 0, 0, 1060, 2, 200, 220, 25, 30, 90, 65, 45, 5, 120, 69, 1, 1, 1, 0, 89, 133, 290, 1200, 672, 30, 631, 2000, 631, 500, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1104, DemonicMouboo, DemonicMouboo, 85, 800, 0, 0, 32, 2, 40, 70, 35, 15, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 133, 600, 1872, 672, 480, 660, 1000, 660, 500, 703, 750, 4004, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1109, AngrySeaSlime, AngrySeaSlime, 80, 1200, 0, 0, 42, 1, 40, 70, 13, 17, 3, 30, 3, 0, 35, 35, 1, 1, 1, 0, 41, 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 +1115, SeaSlimeMother, SeaSlimeMother, 90, 8000, 0, 0, 900, 5, 100, 150, 10, 20, 1, 15, 10, 10, 10, 10, 1, 1, 1, 0, 44, 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, 2, 30 +1116, UndeadWitch, UndeadWitch, 80, 4200, 0, 0, 722, 3, 50, 110, 8, 31, 15, 20, 10, 25, 50, 40, 1, 1, 1, 0, 29, 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, 2, 30 +1118, GreenSlimeMother, GreenSlimeMother, 90, 8000, 0, 0, 900, 5, 100, 150, 15, 20, 20, 25, 20, 30, 20, 20, 1, 1, 1, 0, 21, 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, 2, 30 +1124, Wight, Wight, 90, 8000, 0, 9000, 1900, 2, 56, 294, 32, 15, 28, 25, 15, 15, 50, 65, 3, 3, 1, 1, 29, 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, 4, 20 +1125, ManaGhost, ManaGhost, 82, 8000, 0, 7500, 2400, 3, 150, 300, 23, 30, 35, 15, 3, 50, 50, 40, 2, 2, 1, 1, 29, 131, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 5110, 700, 631, 800, 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 27147fd5..11d4cbaf 100644 --- a/world/map/db/mob_db_over_100.txt +++ b/world/map/db/mob_db_over_100.txt @@ -1,74 +1,74 @@ -//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 -1009, BlackScorpion, BlackScorpion, 100, 600, 0, 500, 37, 1, 60, 100, 4, 6, 16, 30, 10, 10, 35, 10, 1, 1, 1, 0, 20, 133, 1000, 1500, 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, 2, 50 -1010, Snake, Snake, 115, 850, 0, 722, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 1, 1, 1, 0, 20, 133, 900, 1300, 672, 480, 641, 150, 0, 0, 714, 400, 714, 400, 710, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1012, Spider, Spider, 125, 800, 0, 690, 115, 1, 70, 85, 4, 6, 14, 13, 10, 10, 35, 10, 1, 1, 1, 0, 25, 175, 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, 2, 40 -1013, EvilMushroom, EvilMushroom, 110, 650, 0, 0, 35, 1, 65, 80, 4, 6, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 137, 800, 1800, 672, 480, 535, 500, 540, 10, 534, 100, 566, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 -1014, PinkFlower, PinkFlower, 115, 700, 0, 0, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 2, 1, 3, 22, 128, 800, 800, 672, 480, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 -1015, SantaSlime, SantaSlime, 120, 750, 0, 0, 58, 1, 75, 80, 2, 7, 1, 20, 1, 0, 30, 30, 1, 1, 1, 0, 21, 161, 1500, 1872, 672, 480, 512, 800, 513, 700, 514, 600, 519, 500, 527, 400, 538, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 -1022, JackO, JackO, 175, 10000, 0, 18130, 1241, 2, 100, 500, 40, 18, 105, 40, 85, 75, 105, 95, 1, 1, 1, 0, 20, 133, 250, 1500, 672, 480, 617, 300, 622, 400, 624, 400, 620, 400, 615, 300, 1203, 400, 1198, 10000, 616, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1023, FireSkull, FireSkull, 170, 5000, 0, 0, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 1, 1, 1, 3, 23, 175, 600, 1600, 672, 480, 631, 1000, 701, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1024, PoisonSkull, PoisonSkull, 170, 5000, 0, 0, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 1, 1, 1, 3, 25, 175, 600, 1600, 672, 480, 631, 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, 4, 20 -1026, MountainSnake, MountainSnake, 130, 900, 0, 1024, 63, 1, 80, 125, 4, 6, 20, 40, 10, 10, 35, 45, 1, 1, 1, 0, 20, 133, 1000, 1500, 672, 480, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1034, GrassSnake, GrassSnake, 140, 1000, 0, 1254, 103, 1, 80, 120, 2, 10, 20, 40, 10, 10, 40, 50, 1, 1, 1, 0, 20, 133, 500, 1100, 672, 480, 716, 400, 716, 400, 712, 500, 676, 500, 660, 1600, 641, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1036, Zombie, Zombie, 110, 12000, 0, 0, 1393, 2, 275, 355, 20, 14, 30, 15, 30, 3, 60, 40, 1, 1, 1, 0, 29, 133, 480, 1872, 672, 900, 631, 1000, 777, 700, 778, 500, 779, 200, 780, 150, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1042, Spectre, Spectre, 140, 6500, 0, 3978, 359, 3, 160, 220, 40, 0, 35, 70, 22, 15, 20, 70, 1, 1, 1, 0, 49, 137, 650, 1700, 800, 500, 773, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1045, Fallen, Fallen, 120, 10000, 0, 7812, 1663, 2, 180, 430, 5, 18, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 775, 210, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1062, Terranite, Terranite, 110, 6000, 0, 0, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 1, 1, 1, 0, 29, 133, 400, 872, 672, 900, 4001, 600, 4004, 20, 4005, 20, 4007, 20, 763, 500, 640, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1067, Reaper2, Reaper2, 140, 40000, 0, 0, 156, 7, 200, 350, 30, 50, 100, 120, 70, 120, 100, 75, 1, 50, 1, 1, 89, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1068, Reaper, Reaper, 140, 40000, 0, 0, 156, 7, 200, 350, 30, 70, 100, 120, 70, 120, 100, 75, 1, 50, 1, 1, 89, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1071, IceElement, IceElement, 100, 5000, 0, 0, 689, 3, 60, 200, 5, 20, 15, 25, 40, 15, 45, 30, 1, 1, 1, 0, 41, 135, 330, 740, 672, 400, 4026, 900, 537, 750, 568, 400, 543, 900, 544, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1072, Yeti, Yeti, 100, 8500, 0, 0, 726, 2, 100, 400, 60, 15, 60, 5, 45, 15, 60, 32, 1, 1, 1, 0, 61, 135, 220, 1200, 672, 900, 4023, 700, 4024, 300, 4025, 400, 4027, 142, 4021, 800, 4022, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1075, Stalker, Stalker, 120, 20000, 0, 0, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 2, 1, 1, 29, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1085, IceSkull, IceSkull, 170, 7000, 0, 0, 757, 2, 75, 400, 40, 15, 40, 30, 30, 30, 35, 44, 1, 1, 1, 3, 21, 141, 600, 1600, 672, 480, 4026, 5000, 862, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1096, SoulSnake, SoulSnake, 115, 850, 0, 0, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 1, 1, 1, 0, 20, 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, 2, 30 -1102, Luvia, Luvia, 127, 48044, 60, 0, 12172, 5, 339, 364, 50, 92, 1, 29, 55, 255, 255, 255, 31, 30, 1, 0, 69, 181, 220, 1200, 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 -1106, WickedMushroom, WickedMushroom, 110, 550, 0, 0, 30, 1, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 133, 800, 1800, 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, 1, 60 -//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 -1114, Nutcracker, Nutcracker, 110, 6000, 0, 0, 769, 1, 81, 281, 20, 37, 40, 20, 10, 5, 60, 40, 1, 1, 1, 0, 29, 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, 2, 30 -1119, Thug, Thug, 170, 5000, 0, 0, 999, 1, 125, 250, 30, 6, 10, 10, 60, 10, 50, 70, 1, 10, 1, 0, 2, 175, 500, 1200, 672, 480, 539, 1000, 657, 1000, 701, 500, 703, 250, 700, 250, 764, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1120, Swashbuckler, Swashbuckler, 170, 5000, 0, 0, 999, 1, 75, 250, 23, 25, 20, 20, 40, 30, 90, 70, 1, 10, 1, 0, 2, 175, 400, 800, 672, 480, 539, 1000, 657, 1000, 701, 500, 703, 250, 700, 250, 622, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1121, Grenadier, Grenadier, 170, 6000, 0, 0, 999, 6, 100, 200, 8, 50, 12, 10, 50, 60, 90, 70, 1, 10, 1, 0, 5, 175, 500, 2000, 672, 480, 539, 1000, 657, 1000, 701, 500, 704, 250, 700, 250, 765, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1122, DreadPirateMarley, DreadPirateMarley, 180, 10000, 0, 0, 20000, 4, 175, 250, 38, 32, 10, 20, 40, 20, 90, 80, 1, 30, 1, 0, 2, 175, 400, 700, 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 -1123, DreadPirateMarleyClone, DreadPirateMarleyClone, 150, 2000, 0, 0, 0, 4, 175, 250, 18, 22, 10, 40, 30, 20, 80, 40, 1, 30, 1, 0, 2, 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 -1126, PsiBrain, PsiBrain, 100, 10000, 0, 0, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 2, 1, 1, 29, 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, 4, 20 -1127, GeneralKrukan, GeneralKrukan, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 1000, 776, 1000, 631, 1000, 5128, 2, 636, 6, 637, 25, 638, 50, 639, 8, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 6, 50 -1128, GeneralRazha, GeneralRazha, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 5129, 5, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1129, GeneralTerogan, GeneralTerogan, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 5130, 1, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1130, Moonshroom, Moonshroom, 110, 550, 0, 0, 35, 4, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 133, 800, 1800, 672, 480, 566, 500, 518, 500, 730, 300, 540, 100, 703, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 -1132, LavaSlime, LavaSlime, 135, 4144, 0, 6000, 1111, 2, 105, 260, 75, 80, 30, 15, 35, 10, 70, 250, 1, 1, 1, 0, 43, 135, 900, 1300, 672, 100, 904, 10000, 703, 2500, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1133, Anne, Anne, 110, 12000, 0, 1100, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 1, 1, 1, 0, 29, 133, 380, 872, 672, 900, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1134, SUSAN, SUSAN, 255, 696969, 0, 69000, 1400, 1, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 1, 1, 1, 0, 29, 161, 1500, 1872, 672, 480, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1135, LovelyMaggot, LovelyMaggot, 1, 50, 0, 1, 1, 1, 69, 6969, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 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 -1136, LesserGhost, LesserGhost, 1, 1, 0, 1, 1, 0, 150, 300, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 1, 29, 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, 4, 20 -1137, Tormenta, Tormenta, 200, 18000, 60, 500000, 5000, 5, 360, 374, 48, 70, 1, 32, 60, 255, 255, 255, 31, 30, 1, 0, 69, 181, 210, 1200, 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 -//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 -1138, ManaGuard, ManaGuardian, 180, 20000, 280, 27000, 5000, 2, 280, 324, 22, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 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 -1139, Virus, Virus, 170, 5000, 0, 0, 721, 6, 45, 75, 37, 12, 30, 30, 20, 20, 25, 60, 1, 1, 1, 3, 25, 175, 600, 1872, 672, 480, 787, 500, 743, 1100, 5236, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1140, Tengu, Tengu, 180, 24000, 280, 45000, 5000, 2, 180, 224, 67, 9, 31, 22, 90, 97, 255, 95, 31, 30, 1, 0, 69, 181, 310, 1200, 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 -1141, Sasquatch, Sasquatch, 180, 24000, 280, 45000, 5000, 1, 420, 444, 12, 27, 31, 22, 90, 97, 255, 95, 31, 30, 1, 0, 69, 181, 310, 1200, 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 -1142, Kage, ZaxDeKagen, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 30, 1, 0, 69, 181, 210, 672, 672, 50, 668, 10000, 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 -1143, ManaSlayer, ManaSlayer, 180, 24000, 280, 42000, 5000, 2, 260, 274, 22, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 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 -1144, Dragon, GreatDragon, 250, 29999, 280, 1, 1, 3, 60, 90, 67, 67, 199, 2, 199, 197, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 672, 50, 759, 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 -1145, KageGolem, KageGolem, 180, 29999, 280, 150000, 15000, 6, 140, 174, 72, 55, 31, 22, 90, 127, 255, 125, 31, 30, 1, 0, 69, 181, 410, 1000, 672, 50, 5251, 10000, 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, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 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 -1147, Koyntety, Koyntety, 181, 27000, 280, 72000, 5000, 4, 220, 240, 52, 52, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 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 -1148, DoomGolem, DoomGolem, 180, 22000, 280, 65000, 2000, 3, 160, 180, 60, 30, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 5253, 4, 666, 30, 537, 800, 779, 150, 780, 150, 777, 70, 1198, 50, 5258, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1149, Enchanter, Enchanter, 181, 19000, 280, 55000, 2000, 8, 140, 180, 30, 60, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 240, 800, 672, 50, 1227, 2, 666, 30, 537, 800, 779, 90, 780, 80, 777, 70, 1198, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1150, ManaTyrant, ManaTyrant, 180, 24000, 280, 27000, 5000, 2, 300, 325, 42, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 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 -//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 -1151, VoidFlower, VoidFlower, 115, 7000, 0, 0, 40, 12, 400, 420, 0, 5, 16, 12, 20, 20, 255, 50, 12, 12, 1, 3, 22, 128, 800, 2000, 672, 180, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1152, VoidArchant, VoidArchant, 130, 6000, 0, 0, 14, 1, 140, 180, 36, 6, 10, 5, 1, 0, 12, 10, 1, 1, 1, 0, 25, 133, 800, 1500, 672, 200, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1153, VoidSlime, VoidSlime, 135, 4144, 0, 6000, 70, 2, 105, 160, 75, 40, 30, 15, 35, 10, 70, 250, 1, 1, 1, 0, 43, 135, 1100, 1500, 672, 200, 904, 10000, 703, 2500, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1154, VoidSnake, VoidSnake, 130, 2000, 0, 0, 63, 1, 80, 120, 4, 6, 20, 40, 10, 10, 35, 45, 1, 1, 1, 0, 20, 133, 320, 1500, 672, 200, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1155, VoidBat, VoidBat, 100, 400, 0, 0, 3, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 133, 200, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1156, VoidMaggot, VoidMaggot, 100, 400, 0, 0, 1, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 21, 133, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1157, VoidSoldier, VoidSoldier, 120, 8000, 0, 0, 663, 7, 20, 30, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 500, 1600, 672, 300, 779, 210, 780, 210, 698, 200, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1158, VoidMouboo, VoidMouboo, 100, 5000, 0, 0, 16, 2, 50, 65, 60, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 0, 37, 1, 60, 90, 4, 6, 16, 30, 10, 10, 35, 10, 1, 1, 1, 0, 20, 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 -1160, VoidShroom, VoidShroom, 110, 5500, 0, 0, 30, 3, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 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 -1161, Xakelbael, Xakelbael, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 30, 1, 0, 69, 181, 210, 672, 672, 50, 668, 10000, 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 -1166, Snowman, Snowman, 100, 4200, 0, 2897, 689, 1, 60, 80, 5, 20, 15, 25, 40, 15, 75, 30, 8, 10, 1, 3, 20, 133, 800, 1872, 672, 480, 567, 800, 668, 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 -1167, SnowmanBoss, SnowmanBoss, 100, 35000, 0, 28970, 1689, 3, 60, 80, 20, 20, 15, 15, 10, 15, 95, 50, 14, 16, 1, 3, 20, 165, 700, 1672, 672, 480, 567, 800, 668, 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 -1169, CrystalSpider, CrystalSpider, 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 25, 155, 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, 2, 40 -1170, CrystalGolem, CrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 187, 320, 1000, 672, 50, 4002, 50, 4003, 50, 4004, 50, 4005, 50, 4006, 50, 4007, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1171, BlackCrystalGolem, BlackCrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 631, 10000, 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, 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 +1009, BlackScorpion, BlackScorpion, 100, 600, 0, 500, 37, 1, 60, 100, 4, 6, 16, 30, 10, 10, 35, 10, 1, 1, 1, 0, 20, 133, 1000, 1500, 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, 2, 50 +1010, Snake, Snake, 115, 850, 0, 722, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 1, 1, 1, 0, 20, 133, 900, 1300, 672, 480, 641, 150, 0, 0, 714, 400, 714, 400, 710, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1012, Spider, Spider, 125, 800, 0, 690, 115, 1, 70, 85, 4, 6, 14, 13, 10, 10, 35, 10, 1, 1, 1, 0, 25, 175, 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, 2, 40 +1013, EvilMushroom, EvilMushroom, 110, 650, 0, 0, 35, 1, 65, 80, 4, 6, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 137, 800, 1800, 672, 480, 535, 500, 540, 10, 534, 100, 566, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1014, PinkFlower, PinkFlower, 115, 700, 0, 0, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 2, 1, 3, 22, 128, 800, 800, 672, 480, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 +1015, SantaSlime, SantaSlime, 120, 750, 0, 0, 58, 1, 75, 80, 2, 7, 1, 20, 1, 0, 30, 30, 1, 1, 1, 0, 21, 161, 1500, 1872, 672, 480, 512, 800, 513, 700, 514, 600, 519, 500, 527, 400, 538, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 +1022, JackO, JackO, 175, 10000, 0, 18130, 1241, 2, 100, 500, 40, 18, 105, 40, 85, 75, 105, 95, 1, 1, 1, 0, 20, 133, 250, 1500, 672, 480, 617, 300, 622, 400, 624, 400, 620, 400, 615, 300, 1203, 400, 1198, 10000, 616, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1023, FireSkull, FireSkull, 170, 5000, 0, 0, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 1, 1, 1, 3, 23, 175, 600, 1600, 672, 480, 631, 1000, 701, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1024, PoisonSkull, PoisonSkull, 170, 5000, 0, 0, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 1, 1, 1, 3, 25, 175, 600, 1600, 672, 480, 631, 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, 4, 20 +1026, MountainSnake, MountainSnake, 130, 900, 0, 1024, 63, 1, 80, 125, 4, 6, 20, 40, 10, 10, 35, 45, 1, 1, 1, 0, 20, 133, 1000, 1500, 672, 480, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1034, GrassSnake, GrassSnake, 140, 1000, 0, 1254, 103, 1, 80, 120, 2, 10, 20, 40, 10, 10, 40, 50, 1, 1, 1, 0, 20, 133, 500, 1100, 672, 480, 716, 400, 716, 400, 712, 500, 676, 500, 660, 1600, 641, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1036, Zombie, Zombie, 110, 12000, 0, 0, 1393, 2, 275, 355, 20, 14, 30, 15, 30, 3, 60, 40, 1, 1, 1, 0, 29, 133, 480, 1872, 672, 900, 631, 1000, 777, 700, 778, 500, 779, 200, 780, 150, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1042, Spectre, Spectre, 140, 6500, 0, 3978, 359, 3, 160, 220, 40, 0, 35, 70, 22, 15, 20, 70, 1, 1, 1, 0, 49, 137, 650, 1700, 800, 500, 773, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1045, Fallen, Fallen, 120, 10000, 0, 7812, 1663, 2, 180, 430, 5, 18, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 775, 210, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1062, Terranite, Terranite, 110, 6000, 0, 0, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 1, 1, 1, 0, 29, 133, 400, 872, 672, 900, 4001, 600, 4004, 20, 4005, 20, 4007, 20, 763, 500, 640, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1067, Reaper2, Reaper2, 140, 40000, 0, 0, 156, 7, 200, 350, 30, 50, 100, 120, 70, 120, 100, 75, 1, 50, 1, 1, 89, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1068, Reaper, Reaper, 140, 40000, 0, 0, 156, 7, 200, 350, 30, 70, 100, 120, 70, 120, 100, 75, 1, 50, 1, 1, 89, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1071, IceElement, IceElement, 100, 5000, 0, 0, 689, 3, 60, 200, 5, 20, 15, 25, 40, 15, 45, 30, 1, 1, 1, 0, 41, 135, 330, 740, 672, 400, 4026, 900, 537, 750, 568, 400, 543, 900, 544, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1072, Yeti, Yeti, 100, 8500, 0, 0, 726, 2, 100, 400, 60, 15, 60, 5, 45, 15, 60, 32, 1, 1, 1, 0, 61, 135, 220, 1200, 672, 900, 4023, 700, 4024, 300, 4025, 400, 4027, 142, 4021, 800, 4022, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1075, Stalker, Stalker, 120, 20000, 0, 0, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 2, 1, 1, 29, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +1085, IceSkull, IceSkull, 170, 7000, 0, 0, 757, 2, 75, 400, 40, 15, 40, 30, 30, 30, 35, 44, 1, 1, 1, 3, 21, 141, 600, 1600, 672, 480, 4026, 5000, 862, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1096, SoulSnake, SoulSnake, 115, 850, 0, 0, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 1, 1, 1, 0, 20, 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, 2, 30 +1102, Luvia, Luvia, 127, 48044, 60, 0, 12172, 5, 339, 364, 50, 92, 1, 29, 55, 255, 255, 255, 31, 30, 1, 0, 69, 181, 220, 1200, 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 +1106, WickedMushroom, WickedMushroom, 110, 550, 0, 0, 30, 1, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 133, 800, 1800, 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, 1, 60 +//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 +1114, Nutcracker, Nutcracker, 110, 6000, 0, 0, 769, 1, 81, 281, 20, 37, 40, 20, 10, 5, 60, 40, 1, 1, 1, 0, 29, 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, 2, 30 +1119, Thug, Thug, 170, 5000, 0, 0, 999, 1, 125, 250, 30, 6, 10, 10, 60, 10, 50, 70, 1, 10, 1, 0, 2, 175, 500, 1200, 672, 480, 539, 1000, 657, 1000, 701, 500, 703, 250, 700, 250, 764, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1120, Swashbuckler, Swashbuckler, 170, 5000, 0, 0, 999, 1, 75, 250, 23, 25, 20, 20, 40, 30, 90, 70, 1, 10, 1, 0, 2, 175, 400, 800, 672, 480, 539, 1000, 657, 1000, 701, 500, 703, 250, 700, 250, 622, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1121, Grenadier, Grenadier, 170, 6000, 0, 0, 999, 6, 100, 200, 8, 50, 12, 10, 50, 60, 90, 70, 1, 10, 1, 0, 5, 175, 500, 2000, 672, 480, 539, 1000, 657, 1000, 701, 500, 704, 250, 700, 250, 765, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1122, DreadPirateMarley, DreadPirateMarley, 180, 10000, 0, 0, 20000, 4, 175, 250, 38, 32, 10, 20, 40, 20, 90, 80, 1, 30, 1, 0, 2, 175, 400, 700, 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 +1123, DreadPirateMarleyClone, DreadPirateMarleyClone, 150, 2000, 0, 0, 0, 4, 175, 250, 18, 22, 10, 40, 30, 20, 80, 40, 1, 30, 1, 0, 2, 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 +1126, PsiBrain, PsiBrain, 100, 10000, 0, 0, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 2, 1, 1, 29, 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, 4, 20 +1127, GeneralKrukan, GeneralKrukan, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 1000, 776, 1000, 631, 1000, 5128, 2, 636, 6, 637, 25, 638, 50, 639, 8, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 6, 50 +1128, GeneralRazha, GeneralRazha, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 5129, 5, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1129, GeneralTerogan, GeneralTerogan, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 5130, 1, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1130, Moonshroom, Moonshroom, 110, 550, 0, 0, 35, 4, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 133, 800, 1800, 672, 480, 566, 500, 518, 500, 730, 300, 540, 100, 703, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1132, LavaSlime, LavaSlime, 135, 4144, 0, 6000, 1111, 2, 105, 260, 75, 80, 30, 15, 35, 10, 70, 250, 1, 1, 1, 0, 43, 135, 900, 1300, 672, 100, 904, 10000, 703, 2500, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1133, Anne, Anne, 110, 12000, 0, 1100, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 1, 1, 1, 0, 29, 133, 380, 872, 672, 900, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1134, SUSAN, SUSAN, 255, 696969, 0, 69000, 1400, 1, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 1, 1, 1, 0, 29, 161, 1500, 1872, 672, 480, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1135, LovelyMaggot, LovelyMaggot, 1, 50, 0, 1, 1, 1, 69, 6969, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 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 +1136, LesserGhost, LesserGhost, 1, 1, 0, 1, 1, 0, 150, 300, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 1, 29, 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, 4, 20 +1137, Tormenta, Tormenta, 200, 18000, 60, 500000, 5000, 5, 360, 374, 48, 70, 1, 32, 60, 255, 255, 255, 31, 30, 1, 0, 69, 181, 210, 1200, 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 +//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 +1138, ManaGuard, ManaGuardian, 180, 20000, 280, 27000, 5000, 2, 280, 324, 22, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 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 +1139, Virus, Virus, 170, 5000, 0, 0, 721, 6, 45, 75, 37, 12, 30, 30, 20, 20, 25, 60, 1, 1, 1, 3, 25, 175, 600, 1872, 672, 480, 787, 500, 743, 1100, 5236, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +1140, Tengu, Tengu, 180, 24000, 280, 45000, 5000, 2, 180, 224, 67, 9, 31, 22, 90, 97, 255, 95, 31, 30, 1, 0, 69, 181, 310, 1200, 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 +1141, Sasquatch, Sasquatch, 180, 24000, 280, 45000, 5000, 1, 420, 444, 12, 27, 31, 22, 90, 97, 255, 95, 31, 30, 1, 0, 69, 181, 310, 1200, 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 +1142, Kage, ZaxDeKagen, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 30, 1, 0, 69, 181, 210, 672, 672, 50, 668, 10000, 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 +1143, ManaSlayer, ManaSlayer, 180, 24000, 280, 42000, 5000, 2, 260, 274, 22, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 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 +1144, Dragon, GreatDragon, 250, 29999, 280, 1, 1, 3, 60, 90, 67, 67, 199, 2, 199, 197, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 672, 50, 759, 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 +1145, KageGolem, KageGolem, 180, 29999, 280, 150000, 15000, 6, 140, 174, 72, 55, 31, 22, 90, 127, 255, 125, 31, 30, 1, 0, 69, 181, 410, 1000, 672, 50, 5251, 10000, 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, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 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 +1147, Koyntety, Koyntety, 181, 27000, 280, 72000, 5000, 4, 220, 240, 52, 52, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 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 +1148, DoomGolem, DoomGolem, 180, 22000, 280, 65000, 2000, 3, 160, 180, 60, 30, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 5253, 4, 666, 30, 537, 800, 779, 150, 780, 150, 777, 70, 1198, 50, 5258, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1149, Enchanter, Enchanter, 181, 19000, 280, 55000, 2000, 8, 140, 180, 30, 60, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 240, 800, 672, 50, 1227, 2, 666, 30, 537, 800, 779, 90, 780, 80, 777, 70, 1198, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1150, ManaTyrant, ManaTyrant, 180, 24000, 280, 27000, 5000, 2, 300, 325, 42, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 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 +//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 +1151, VoidFlower, VoidFlower, 115, 7000, 0, 0, 40, 12, 400, 420, 0, 5, 16, 12, 20, 20, 255, 50, 12, 12, 1, 3, 22, 128, 800, 2000, 672, 180, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1152, VoidArchant, VoidArchant, 130, 6000, 0, 0, 14, 1, 140, 180, 36, 6, 10, 5, 1, 0, 12, 10, 1, 1, 1, 0, 25, 133, 800, 1500, 672, 200, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1153, VoidSlime, VoidSlime, 135, 4144, 0, 6000, 70, 2, 105, 160, 75, 40, 30, 15, 35, 10, 70, 250, 1, 1, 1, 0, 43, 135, 1100, 1500, 672, 200, 904, 10000, 703, 2500, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1154, VoidSnake, VoidSnake, 130, 2000, 0, 0, 63, 1, 80, 120, 4, 6, 20, 40, 10, 10, 35, 45, 1, 1, 1, 0, 20, 133, 320, 1500, 672, 200, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1155, VoidBat, VoidBat, 100, 400, 0, 0, 3, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 133, 200, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1156, VoidMaggot, VoidMaggot, 100, 400, 0, 0, 1, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 21, 133, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1157, VoidSoldier, VoidSoldier, 120, 8000, 0, 0, 663, 7, 20, 30, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 500, 1600, 672, 300, 779, 210, 780, 210, 698, 200, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1158, VoidMouboo, VoidMouboo, 100, 5000, 0, 0, 16, 2, 50, 65, 60, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 0, 37, 1, 60, 90, 4, 6, 16, 30, 10, 10, 35, 10, 1, 1, 1, 0, 20, 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 +1160, VoidShroom, VoidShroom, 110, 5500, 0, 0, 30, 3, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 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 +1161, Xakelbael, Xakelbael, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 30, 1, 0, 69, 181, 210, 672, 672, 50, 668, 10000, 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 +1166, Snowman, Snowman, 100, 4200, 0, 2897, 689, 1, 60, 80, 5, 20, 15, 25, 40, 15, 75, 30, 8, 10, 1, 3, 20, 133, 800, 1872, 672, 480, 567, 800, 668, 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 +1167, SnowmanBoss, SnowmanBoss, 100, 35000, 0, 28970, 1689, 3, 60, 80, 20, 20, 15, 15, 10, 15, 95, 50, 14, 16, 1, 3, 20, 165, 700, 1672, 672, 480, 567, 800, 668, 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 +1169, CrystalSpider, CrystalSpider, 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 25, 155, 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, 2, 40 +1170, CrystalGolem, CrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 187, 320, 1000, 672, 50, 4002, 50, 4003, 50, 4004, 50, 4005, 50, 4006, 50, 4007, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1171, BlackCrystalGolem, BlackCrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 631, 10000, 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 -- cgit v1.2.3-60-g2f50 From a2907e3645416062a081ffc1787b102f67e357f8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 03:53:56 -0300 Subject: Constant Update --- world/map/db/const-aegis.txt | 321 +++++++++++++++++++++---------------------- world/map/db/const.txt | 21 +++ 2 files changed, 181 insertions(+), 161 deletions(-) diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index 2c494465..0449c2ac 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -1,164 +1,3 @@ -UnknownMonster 0 -FireGoblin 1011 -Bat 1017 -ManaBug 1131 -Pinkie 1018 -SpikyMushroom 1019 -Fluffy 1020 -CaveSnake 1021 -LogHead 1025 -EasterFluffy 1027 -Silkworm 1035 -Snail 1041 -Bee 1049 -Butterfly 1055 -AngryScorpion 1057 -IceGoblin 1058 -Archant 1060 -Bandit 1064 -HuntsmanSpider 1083 -CrotcherScorpion 1084 -Larvern 1087 -HungryFluffy 1089 -WhiteSlime 1093 -Reinboo 1094 -SleepingBandit 1099 -AzulSlime 1100 -Bluepar 1107 -AngryFireGoblin 1108 -Pollett 1113 -BlackScorpion 1009 -Snake 1010 -Spider 1012 -EvilMushroom 1013 -PinkFlower 1014 -SantaSlime 1015 -JackO 1022 -FireSkull 1023 -PoisonSkull 1024 -MountainSnake 1026 -GrassSnake 1034 -Zombie 1036 -Spectre 1042 -Fallen 1045 -Terranite 1062 -Reaper 1068 -IceElement 1071 -Yeti 1072 -Stalker 1075 -IceSkull 1085 -SoulSnake 1096 -Luvia 1102 -WickedMushroom 1106 -Nutcracker 1114 -Thug 1119 -Swashbuckler 1120 -Grenadier 1121 -DreadPirateMarley 1122 -DreadPirateMarleyClone 1123 -PsiBrain 1126 -GeneralKrukan 1127 -GeneralRazha 1128 -GeneralTerogan 1129 -Moonshroom 1130 -LavaSlime 1132 -Anne 1133 -SUSAN 1134 -LovelyMaggot 1135 -LesserGhost 1136 -Tormenta 1137 -ManaGuard 1138 -Virus 1139 -Tengu 1140 -Sasquatch 1141 -Kage 1142 -ManaSlayer 1143 -Dragon 1144 -KageGolem 1145 -Flashmob 1146 -Koyntety 1147 -DoomGolem 1148 -Enchanter 1149 -ManaTyrant 1150 -VoidFlower 1151 -VoidArchant 1152 -VoidSlime 1153 -VoidSnake 1154 -VoidBat 1155 -VoidMaggot 1156 -VoidSoldier 1157 -VoidMouboo 1158 -VoidScorpion 1159 -VoidShroom 1160 -Xakelbael 1161 -RedScorpion 1004 -GiantMaggot 1006 -Mouboo 1028 -Skeleton 1043 -LadySkeleton 1044 -Poltergeist 1047 -GCMaggot 1059 -VampireBat 1066 -ScytheMob 1069 -BallLightning 1070 -TheLost 1073 -RedBone 1074 -DrunkenSkeleton 1077 -TipsySkeleton 1078 -DrunkenLadySkeleton 1079 -SoulEater 1097 -WitchGuard 1103 -DemonicMouboo 1104 -AngrySeaSlime 1109 -SeaSlimeMother 1115 -UndeadWitch 1116 -GreenSlimeMother 1118 -Wight 1124 -ManaGhost 1125 -YellowSlime 1007 -RedSlime 1008 -SeaSlime 1033 -Wisp 1040 -Troll 1054 -Moggun 1061 -DemonicSpirit 1101 -AngryGreenSlime 1110 -UndeadTroll 1117 -Maggot 1002 -TameScorpion 1046 -HouseMaggot 1050 -Scorpion 1003 -MauvePlant 1029 -CobaltPlant 1030 -GambogePlant 1031 -AlizarinPlant 1032 -CloverPatch 1037 -Squirrel 1038 -CaveMaggot 1056 -Pumpkin 1063 -Serqet 1082 -SlimeBlast 1092 -WhiteBell 1095 -ViciousSquirrel 1105 -Grinchboo 1162 -GreenSlime 1005 -RudolphSlime 1016 -BanditLord 1065 -BlueSpark 1080 -RedSpark 1081 -FeyElement 1086 -Hyvern 1088 -Wolvern 1090 -BlueSlime 1091 -CopperSlime 1098 -CandiedSlime 1111 -Santaboo 1112 -FridayCat 1163 -ChristmasTree 1164 -ChristmasGift 1165 -Snowman 1166 -SnowmanBoss 1167 -Floyd 1168 UnknownItem 0 Dagger 521 SharpKnife 522 @@ -1140,3 +979,163 @@ LeatherShield 603 BromenalShield 797 DragonShield 5285 PinkieScroll 6000 +FireGoblin 1011 +Bat 1017 +ManaBug 1131 +Pinkie 1018 +SpikyMushroom 1019 +Fluffy 1020 +CaveSnake 1021 +LogHead 1025 +EasterFluffy 1027 +Silkworm 1035 +Snail 1041 +Bee 1049 +Butterfly 1055 +AngryScorpion 1057 +IceGoblin 1058 +Archant 1060 +Bandit 1064 +HuntsmanSpider 1083 +CrotcherScorpion 1084 +Larvern 1087 +HungryFluffy 1089 +WhiteSlime 1093 +Reinboo 1094 +SleepingBandit 1099 +AzulSlime 1100 +Bluepar 1107 +AngryFireGoblin 1108 +Pollett 1113 +BlackScorpion 1009 +Snake 1010 +Spider 1012 +EvilMushroom 1013 +PinkFlower 1014 +SantaSlime 1015 +JackO 1022 +FireSkull 1023 +PoisonSkull 1024 +MountainSnake 1026 +GrassSnake 1034 +Zombie 1036 +Spectre 1042 +Fallen 1045 +Terranite 1062 +Reaper 1068 +IceElement 1071 +Yeti 1072 +Stalker 1075 +IceSkull 1085 +SoulSnake 1096 +Luvia 1102 +WickedMushroom 1106 +Nutcracker 1114 +Thug 1119 +Swashbuckler 1120 +Grenadier 1121 +DreadPirateMarley 1122 +DreadPirateMarleyClone 1123 +PsiBrain 1126 +GeneralKrukan 1127 +GeneralRazha 1128 +GeneralTerogan 1129 +Moonshroom 1130 +LavaSlime 1132 +Anne 1133 +SUSAN 1134 +LovelyMaggot 1135 +LesserGhost 1136 +Tormenta 1137 +ManaGuard 1138 +Virus 1139 +Tengu 1140 +Sasquatch 1141 +Kage 1142 +ManaSlayer 1143 +Dragon 1144 +KageGolem 1145 +Flashmob 1146 +Koyntety 1147 +DoomGolem 1148 +Enchanter 1149 +ManaTyrant 1150 +VoidFlower 1151 +VoidArchant 1152 +VoidSlime 1153 +VoidSnake 1154 +VoidBat 1155 +VoidMaggot 1156 +VoidSoldier 1157 +VoidMouboo 1158 +VoidScorpion 1159 +VoidShroom 1160 +Xakelbael 1161 +RedScorpion 1004 +GiantMaggot 1006 +Mouboo 1028 +Skeleton 1043 +LadySkeleton 1044 +Poltergeist 1047 +GCMaggot 1059 +VampireBat 1066 +ScytheMob 1069 +BallLightning 1070 +TheLost 1073 +RedBone 1074 +DrunkenSkeleton 1077 +TipsySkeleton 1078 +DrunkenLadySkeleton 1079 +SoulEater 1097 +WitchGuard 1103 +DemonicMouboo 1104 +AngrySeaSlime 1109 +SeaSlimeMother 1115 +UndeadWitch 1116 +GreenSlimeMother 1118 +Wight 1124 +ManaGhost 1125 +YellowSlime 1007 +RedSlime 1008 +SeaSlime 1033 +Wisp 1040 +Troll 1054 +Moggun 1061 +DemonicSpirit 1101 +AngryGreenSlime 1110 +UndeadTroll 1117 +Maggot 1002 +TameScorpion 1046 +HouseMaggot 1050 +Scorpion 1003 +MauvePlant 1029 +CobaltPlant 1030 +GambogePlant 1031 +AlizarinPlant 1032 +CloverPatch 1037 +Squirrel 1038 +CaveMaggot 1056 +Pumpkin 1063 +Serqet 1082 +SlimeBlast 1092 +WhiteBell 1095 +ViciousSquirrel 1105 +Grinchboo 1162 +GreenSlime 1005 +RudolphSlime 1016 +BanditLord 1065 +BlueSpark 1080 +RedSpark 1081 +FeyElement 1086 +Hyvern 1088 +Wolvern 1090 +BlueSlime 1091 +CopperSlime 1098 +CandiedSlime 1111 +Santaboo 1112 +FridayCat 1163 +ChristmasTree 1164 +ChristmasGift 1165 +Snowman 1166 +SnowmanBoss 1167 +Floyd 1168 diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 54df1324..590109c2 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -500,6 +500,27 @@ SMSG_MOTD 7 SMSG_AUTOMATIC 8 SMSG_EVENT 9 +// Monster Modes +MD_NONE 0 +MD_CANMOVE 1 +MD_LOOTER 2 +MD_AGGRESSIVE 4 +MD_ASSIST 8 +MD_CASTSENSOR_IDLE 16 +MD_BOSS 32 +MD_PLANT 64 +MD_CANATTACK 128 +// These modes do not exist in TMWA (and are thus ignored) +//MD_DETECTOR 256 +//MD_CASTSENSOR_CHASE 512 +//MD_CHANGECHASE 1024 +//MD_ANGRY 2048 +//MD_CHANGETARGET_MELEE 4096 +//MD_CHANGETARGET_CHASE 8192 +//MD_TARGETWEAK 16384 +//MD_NOKNOCKBACK 32768 +//MD_RANDOMTARGET 65536 + // API Export Protocols API_VAULT 607 API_SENDMAIL 501 -- cgit v1.2.3-60-g2f50 From 34b4ea2bd3201610494d00b5e81ec66af1e0ab4b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 03:54:10 -0300 Subject: Begin adding Mutation fields, and test the CI code --- world/map/db/mob_db.conf | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index f0e63da1..bdd3ff3c 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -86,6 +86,8 @@ mob_db: ( AttackDelay: attack delay (int, defaults to 4000) AttackMotion: attack motion (int, defaults to 2000) DamageMotion: damage motion (int, defaults to 0) + MutationCount: (unused) (int, defaults to 0) + MutationStrength: (unused) (int, defaults to 0) MvpExp: mvp experience (int, defaults to 0) MvpDrops: { AegisName: chance (string: int) @@ -136,6 +138,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { MaggotSlime: 800 CactusDrink: 150 @@ -182,6 +186,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { MaggotSlime: 800 CactusDrink: 150 @@ -230,6 +236,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { MaggotSlime: 1000 BugLeg: 800 @@ -272,6 +280,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 50 Drops: { PinkAntenna: 1000 PinkieHat: (40, "ODG_BASICSTAT") @@ -313,6 +323,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 40 Drops: { IronPotion: 800 CactusDrink: 150 @@ -356,6 +368,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 40 Drops: { WhiteFur: 800 Milk: 150 @@ -399,6 +413,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 50 Drops: { CaveSnakeLamp: 1000 JeansShorts: (40, "ODG_BASICSTAT") @@ -444,6 +460,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 50 Drops: { RawLog: 2000 Root: 2500 @@ -487,6 +505,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 40 Drops: { RedEasterEgg: 2000 GreenEasterEgg: 2000 @@ -532,6 +552,8 @@ mob_db: ( AttackDelay: 1100 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { SilkCocoon: 5000 } @@ -572,6 +594,8 @@ mob_db: ( AttackDelay: 2500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 40 Drops: { GreenApple: 500 ReedBundle: 400 @@ -618,6 +642,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 300 DamageMotion: 350 + MutationCount: 2 + MutationStrength: 30 }, { Id: 1055 @@ -655,6 +681,8 @@ mob_db: ( AttackDelay: 780 AttackMotion: 300 DamageMotion: 800 + MutationCount: 2 + MutationStrength: 60 Drops: { SilkCocoon: 1000 } @@ -740,6 +768,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { MaggotSlime: 800 CactusDrink: 150 @@ -787,6 +817,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { TreasureKey: 300 RedApple: 100 @@ -832,6 +864,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { BanditHood: 800 Dagger: 200 @@ -879,6 +913,8 @@ mob_db: ( AttackDelay: 1250 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { InfantryHelmet: (100, "ODG_BASICSTAT") CoinBag: 500 @@ -925,6 +961,8 @@ mob_db: ( AttackDelay: 1350 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { LeatherShirt: (300, "ODG_BASICSTAT") BugLeg: 1000 @@ -971,6 +1009,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { GrubSlime: 2000 BugLeg: 1000 @@ -1015,6 +1055,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 40 Drops: { WhiteFur: 500 Milk: 150 @@ -1058,6 +1100,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { IceCube: 200 Diamond: 20 @@ -1102,6 +1146,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 30 Drops: { GingerBreadMan: 1000 WhiteCake: 1200 @@ -1142,6 +1188,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { BanditHood: 800 Dagger: 200 @@ -1186,6 +1234,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 }, { Id: 1107 @@ -1224,6 +1274,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 50 Drops: { IronPotion: 800 ConcentrationPotion: 800 @@ -1267,6 +1319,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { MaggotSlime: 800 CactusDrink: 150 @@ -1313,6 +1367,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 40 Drops: { IceCube: 1000 AnimalBones: 500 @@ -7196,6 +7252,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 3 + MutationStrength: 40 Drops: { PurplePresentBox: 1000 MaggotSlime: 800 -- cgit v1.2.3-60-g2f50 From 4e56e647724a1e8c7116fd95f8b193dcde1733d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 03:59:42 -0300 Subject: Test the new build tool --- world/map/db/mob_db_20_39.txt | 63 ++++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/world/map/db/mob_db_20_39.txt b/world/map/db/mob_db_20_39.txt index 4a154e67..61f354bf 100644 --- a/world/map/db/mob_db_20_39.txt +++ b/world/map/db/mob_db_20_39.txt @@ -1,30 +1,33 @@ -//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 -1011, FireGoblin, FireGoblin, 20, 220, 0, 0, 4, 1, 15, 20, 0, 5, 1, 1, 1, 0, 6, 30, 1, 1, 1, 3, 23, 129, 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, 2, 30 -1017, Bat, Bat, 20, 150, 0, 0, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1131, ManaBug, ManaBug, 25, 300, 0, 0, 5, 2, 10, 17, 4, 6, 1, 4, 1, 4, 5, 4, 2, 1, 1, 3, 24, 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, 2, 40 -1018, Pinkie, Pinkie, 30, 300, 0, 0, 7, 2, 15, 20, 0, 5, 1, 1, 1, 0, 20, 25, 2, 2, 1, 3, 20, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 -1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 0, 5, 1, 10, 13, 0, 5, 1, 1, 1, 0, 10, 10, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1020, Fluffy, Fluffy, 30, 500, 0, 0, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 129, 800, 1600, 672, 480, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1021, CaveSnake, CaveSnake, 30, 800, 0, 0, 13, 1, 20, 15, 1, 5, 10, 1, 1, 0, 5, 20, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 -1025, LogHead, LogHead, 30, 500, 0, 0, 5, 1, 10, 20, 50, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 22, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 -1027, EasterFluffy, EasterFluffy, 30, 500, 0, 0, 7, 1, 10, 12, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 20, 129, 800, 1872, 672, 480, 1208, 2000, 1209, 2000, 1210, 2000, 1211, 1000, 1212, 1000, 1213, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1035, Silkworm, Silkworm, 20, 1, 0, 0, 1, 1, 0, 0, 2, 10, 20, 11, 10, 10, 40, 10, 1, 1, 1, 0, 20, 129, 1300, 1100, 672, 480, 718, 5000, 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 -1041, Snail, Snail, 30, 900, 0, 0, 18, 1, 50, 65, 20, 15, 10, 1, 25, 0, 20, 10, 1, 1, 1, 0, 20, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1049, Bee, Bee, 30, 600, 0, 0, 32, 1, 5, 90, 12, 4, 15, 25, 20, 3, 40, 30, 1, 1, 1, 0, 25, 137, 380, 1500, 300, 350, 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 -1055, Butterfly, Butterfly, 25, 250, 0, 0, 11, 2, 10, 40, 3, 5, 10, 45, 10, 15, 35, 40, 1, 1, 1, 3, 44, 129, 350, 780, 300, 800, 718, 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, 2, 60 -1057, AngryScorpion, AngryScorpion, 20, 200, 0, 0, 5, 1, 15, 15, 0, 5, 5, 5, 1, 0, 15, 5, 1, 1, 1, 3, 20, 133, 1000, 1872, 672, 480, 4000, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1058, IceGoblin, IceGoblin, 25, 330, 0, 0, 10, 1, 20, 25, 0, 5, 5, 5, 1, 0, 6, 30, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1060, Archant, Archant, 30, 400, 0, 0, 14, 1, 20, 30, 4, 6, 10, 5, 1, 0, 12, 10, 1, 1, 1, 0, 25, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1064, Bandit, Bandit, 20, 400, 0, 0, 21, 1, 40, 40, 5, 0, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 29, 135, 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, 2, 30 -1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 0, 363, 1, 125, 150, 10, 45, 20, 15, 10, 10, 45, 10, 1, 1, 1, 0, 45, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 0, 86, 1, 75, 175, 15, 45, 15, 30, 10, 10, 25, 25, 1, 1, 1, 0, 45, 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, 2, 30 -1087, Larvern, Larvern, 20, 550, 0, 0, 26, 1, 50, 200, 30, 65, 35, 20, 50, 0, 70, 20, 1, 1, 1, 0, 25, 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, 2, 30 -1089, HungryFluffy, HungryFluffy, 30, 500, 0, 0, 10, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 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, 3, 40 -1093, WhiteSlime, WhiteSlime, 20, 200, 0, 0, 15, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 1, 1, 1, 0, 61, 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, 1, 20 -1094, Reinboo, Reinboo, 35, 1100, 0, 0, 29, 2, 40, 75, 35, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 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, 1, 30 -1099, SleepingBandit, SleepingBandit, 20, 25, 0, 0, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 29, 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, 2, 30 -1100, AzulSlime, AzulSlime, 20, 200, 0, 0, 10, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 1, 1, 1, 0, 61, 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, 1, 20 -1107, Bluepar, Bluepar, 30, 350, 0, 0, 8, 2, 7, 15, 0, 5, 1, 1, 1, 0, 20, 25, 2, 2, 1, 3, 20, 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, 3, 50 -1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 0, 12, 1, 25, 40, 0, 10, 3, 3, 3, 2, 10, 50, 1, 1, 1, 3, 23, 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, 2, 30 -1113, Pollett, Pollett, 30, 500, 0, 0, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 1, 1, 1, 3, 20, 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, 3, 40 -1168, Floyd, Floyd, 20, 150, 0, 0, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 516, 500, 515, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1011, FireGoblin, FireGoblin, 20, 220, 0, 41, 4, 1, 15, 20, 0, 5, 1, 1, 1, 0, 6, 30, 9, 10, 1, 3, 31, 129, 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, 2, 30 +1017, Bat, Bat, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1018, Pinkie, Pinkie, 30, 300, 0, 60, 7, 2, 15, 20, 0, 5, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 +1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 54, 5, 1, 10, 13, 0, 5, 1, 1, 1, 0, 10, 10, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1020, Fluffy, Fluffy, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 129, 800, 1600, 672, 480, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1021, CaveSnake, CaveSnake, 30, 800, 0, 157, 13, 1, 20, 15, 1, 5, 10, 1, 1, 0, 5, 20, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 +1025, LogHead, LogHead, 30, 500, 0, 150, 5, 1, 10, 20, 50, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 +1027, EasterFluffy, EasterFluffy, 30, 500, 0, 100, 7, 1, 10, 12, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 1208, 2000, 1209, 2000, 1210, 2000, 1211, 1000, 1212, 1000, 1213, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1035, Silkworm, Silkworm, 20, 1, 0, 1, 1, 1, 0, 0, 2, 10, 20, 11, 10, 10, 40, 10, 9, 10, 1, 0, 01, 129, 1300, 1100, 672, 480, 718, 5000, 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 +1041, Snail, Snail, 30, 900, 0, 180, 18, 1, 50, 65, 20, 15, 10, 1, 25, 0, 20, 10, 9, 10, 1, 0, 01, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1049, Bee, Bee, 30, 600, 0, 180, 32, 1, 5, 90, 12, 4, 15, 25, 20, 3, 40, 30, 9, 10, 1, 0, 21, 137, 380, 1500, 300, 350, 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 +1055, Butterfly, Butterfly, 25, 250, 0, 85, 11, 2, 10, 40, 3, 5, 10, 45, 10, 15, 35, 40, 9, 10, 1, 3, 22, 129, 350, 780, 300, 800, 718, 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, 2, 60 +1057, AngryScorpion, AngryScorpion, 20, 200, 0, 37, 5, 1, 15, 15, 0, 5, 5, 5, 1, 0, 15, 5, 9, 10, 1, 3, 01, 133, 1000, 1872, 672, 480, 4000, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1058, IceGoblin, IceGoblin, 25, 330, 0, 75, 10, 1, 20, 25, 0, 5, 5, 5, 1, 0, 6, 30, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1060, Archant, Archant, 30, 400, 0, 88, 14, 1, 20, 30, 4, 6, 10, 5, 1, 0, 12, 10, 9, 10, 1, 0, 21, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1064, Bandit, Bandit, 20, 400, 0, 92, 21, 1, 40, 40, 5, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 71, 135, 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, 2, 30 +1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 467, 363, 1, 125, 150, 10, 45, 20, 15, 10, 10, 45, 10, 9, 10, 1, 0, 22, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 430, 86, 1, 75, 175, 15, 45, 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, 2, 30 +1087, Larvern, Larvern, 20, 550, 0, 165, 26, 1, 50, 200, 30, 65, 35, 20, 50, 0, 70, 20, 9, 10, 1, 0, 21, 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, 2, 30 +1089, HungryFluffy, HungryFluffy, 30, 500, 0, 111, 10, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 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, 3, 40 +1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 13, 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, 1, 20 +1094, Reinboo, Reinboo, 35, 1100, 0, 275, 29, 2, 40, 75, 35, 5, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 01, 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, 1, 30 +1099, SleepingBandit, SleepingBandit, 20, 25, 0, 3, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 71, 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, 2, 30 +1100, AzulSlime, AzulSlime, 20, 200, 0, 55, 10, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 13, 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, 1, 20 +1107, Bluepar, Bluepar, 30, 350, 0, 77, 8, 2, 7, 15, 0, 5, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 01, 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, 3, 50 +1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 85, 12, 1, 25, 40, 0, 10, 3, 3, 3, 2, 10, 50, 9, 10, 1, 3, 31, 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, 2, 30 +1113, Pollett, Pollett, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 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, 3, 40 +1131, ManaBug, ManaBug, 25, 300, 0, 52, 5, 2, 10, 17, 4, 6, 1, 4, 1, 4, 5, 4, 2, 10, 1, 3, 21, 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, 2, 40 +1168, Floyd, Floyd, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 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, 3, 40 -- cgit v1.2.3-60-g2f50 From acbf5e0ddea2ee626c8c98eed8da55bd54531ea4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 03:59:53 -0300 Subject: Try a fix on CI --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb96bbf..8ef34ba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,9 +39,10 @@ evolved: - git config --global credential.helper store - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials - git clone https://git.themanaworld.org/evolved/serverdata.git evolved - - cp -v world/map/db/mob_db.conf evolved/db/pre-re/ - - cp -v world/map/db/item_db.conf evolved/db/pre-re/ - cd evolved + - git checkout master + - cp -v ../world/map/db/mob_db.conf db/pre-re/ + - cp -v ../world/map/db/item_db.conf db/pre-re/ - git status - git config user.email "numa@themanaworld.org" - git config user.name "Numa" -- cgit v1.2.3-60-g2f50 From 9f6606131fbe6df14013f51f19211122d9b6ba58 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 12:45:19 -0300 Subject: Automatically generate monster database. All elemental info was lost. Three mobs were removed (FIXME!) but are in mob_db.conf as comments. They should be fixed whenever possible. --- tools | 2 +- world/map/conf/tmwa-map.conf | 1 + world/map/db/const-aegis.txt | 1 + world/map/db/const-magic.txt | 24 +++- world/map/db/mob_db.conf | 236 ++++++++++++++++++++++++++++++++++++++- world/map/db/mob_db_0_19.txt | 43 +++---- world/map/db/mob_db_20_39.txt | 58 +++++----- world/map/db/mob_db_40_59.txt | 31 ++--- world/map/db/mob_db_60_79.txt | 25 +++-- world/map/db/mob_db_80_99.txt | 53 ++++----- world/map/db/mob_db_over_100.txt | 119 ++++++++------------ world/map/db/mob_db_over_150.txt | 28 +++++ 12 files changed, 438 insertions(+), 183 deletions(-) create mode 100644 world/map/db/mob_db_over_150.txt diff --git a/tools b/tools index c797f0e6..00e0e859 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit c797f0e6a47add2970f28fa89b6ca5312a519d74 +Subproject commit 00e0e859e210d774015f5da5c079ad65e96dc1a4 diff --git a/world/map/conf/tmwa-map.conf b/world/map/conf/tmwa-map.conf index c7965071..8379b9b3 100644 --- a/world/map/conf/tmwa-map.conf +++ b/world/map/conf/tmwa-map.conf @@ -37,6 +37,7 @@ mob_db: db/mob_db_40_59.txt mob_db: db/mob_db_60_79.txt mob_db: db/mob_db_80_99.txt mob_db: db/mob_db_over_100.txt +mob_db: db/mob_db_over_150.txt mob_skill_db: db/mob_skill_db.txt skill_db: db/skill_db.txt diff --git a/world/map/db/const-aegis.txt b/world/map/db/const-aegis.txt index 0449c2ac..3975f5f3 100644 --- a/world/map/db/const-aegis.txt +++ b/world/map/db/const-aegis.txt @@ -1022,6 +1022,7 @@ Zombie 1036 Spectre 1042 Fallen 1045 Terranite 1062 +Reaper2 1067 Reaper 1068 IceElement 1071 Yeti 1072 diff --git a/world/map/db/const-magic.txt b/world/map/db/const-magic.txt index 9bf8e063..2ef39b60 100644 --- a/world/map/db/const-magic.txt +++ b/world/map/db/const-magic.txt @@ -10,17 +10,31 @@ SKILL_MAGIC_NATURE 344 SKILL_MAGIC_ASTRAL 345 SKILL_MAGIC_DARK 346 -// Elements +// Elements (Legacy) ELT_NEUTRAL 0 ELT_WATER 1 ELT_EARTH 2 ELT_FIRE 3 -ELT_WIND 4 -ELT_POISON 5 +ELT_WIND 4 // Deprecated +ELT_POISON 5 // Deprecated ELT_SHADOW 6 ELT_HOLY 7 -ELT_GHOST 8 -ELT_UNDEAD 9 +ELT_GHOST 8 // Deprecated +ELT_UNDEAD 9 // Deprecated + +// Elements +Ele_Neutral 0 +Ele_Water 1 +Ele_Nature 2 +Ele_Fire 3 +Ele_Holy 6 +Ele_Dark 7 +Ele_Earth 2 +Ele_Wind 2 // 4 +Ele_Poison 2 // 5 +Ele_Ghost 7 // 8 +Ele_Undead 7 // 9 +Ele_All 255 // Status effects SC_SHEARED 194 diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index bdd3ff3c..0407ae69 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -1418,6 +1418,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 50 Drops: { LeatherShirt: (150, "ODG_BASICSTAT") ChocolateBar: 100 @@ -1462,6 +1464,8 @@ mob_db: ( AttackDelay: 1300 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { SnakeSkin: 150 SnakeEgg: 400 @@ -1508,6 +1512,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { TreasureKey: 500 RedApple: 100 @@ -1552,6 +1558,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 60 Drops: { RedApple: 500 EmptyBottle: 10 @@ -1594,6 +1602,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 50 Drops: { RedApple: 100 EmptyBottle: 10 @@ -1639,6 +1649,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 10 Drops: { GingerBreadMan: 800 Cake: 700 @@ -1685,6 +1697,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { PirateHat: (300, "ODG_BASICSTAT") Bandana: (400, "ODG_BASICSTAT") @@ -1735,6 +1749,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { DarkCrystal: 1000 PileOfAsh: 5000 @@ -1779,6 +1795,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 + MutationCount: 4 + MutationStrength: 20 Drops: { DarkCrystal: 1000 } @@ -1820,6 +1838,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 30 Drops: { LeatherGloves: (20, "ODG_BASICSTAT") SnakeSkin: 350 @@ -1865,6 +1885,8 @@ mob_db: ( AttackDelay: 1100 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 40 Drops: { GrassSnakeEgg: 400 GrassSnakeEgg: 400 @@ -1911,6 +1933,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { DarkCrystal: 1000 RottenRags: 700 @@ -1957,6 +1981,8 @@ mob_db: ( AttackDelay: 1700 AttackMotion: 800 DamageMotion: 500 + MutationCount: 2 + MutationStrength: 20 Drops: { SpectrePowder: 1000 SulphurPowder: 600 @@ -2000,6 +2026,8 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 300 + MutationCount: 4 + MutationStrength: 50 Drops: { Bone: 210 Bone: 210 @@ -2049,6 +2077,8 @@ mob_db: ( AttackDelay: 872 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { Coal: 600 Emerald: 20 @@ -2058,6 +2088,51 @@ mob_db: ( IronOre: 500 } }, +{ + Id: 1067 + SpriteName: "Reaper2" + Name: "GM Reaper" + Lv: 140 + Hp: 40000 + Sp: 0 + Exp: 64128 + JExp: 156 + AttackRange: 7 + Attack: [200, 350] + Def: 30 + Mdef: 50 + Stats: { + Str: 100 + Agi: 120 + Vit: 70 + Int: 120 + Dex: 100 + Luk: 75 + } + ViewRange: 9 + ChaseRange: 10 + Size: 1 + Race: 1 + Element: (7, 4) + Mode: { + CanMove: true + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 500 + AttackDelay: 1200 + AttackMotion: 800 + DamageMotion: 300 + Drops: { + RottenRags: 1000 + Bone: 500 + Skull: 100 + SkullMask: 10 + } +}, { Id: 1068 SpriteName: "Reaper" @@ -2141,6 +2216,8 @@ mob_db: ( AttackDelay: 740 AttackMotion: 672 DamageMotion: 400 + MutationCount: 2 + MutationStrength: 20 Drops: { IceCube: 900 TreasureKey: 750 @@ -2187,6 +2264,8 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { AnimalBones: 700 FrozenYetiTear: 300 @@ -2236,6 +2315,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 4 + MutationStrength: 20 Drops: { Bone: 75 Bone: 115 @@ -2283,6 +2364,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { IceCube: 5000 IcedWater: 800 @@ -2325,6 +2408,8 @@ mob_db: ( AttackDelay: 1300 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 }, { Id: 1102 @@ -2410,6 +2495,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 60 Drops: { HardSpike: 600 Amethyst: 50 @@ -2456,6 +2543,8 @@ mob_db: ( AttackDelay: 872 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { RawLog: 1000 CottonCloth: 750 @@ -2505,6 +2594,8 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { Beer: 1000 Orange: 1000 @@ -2553,6 +2644,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { Beer: 1000 Orange: 1000 @@ -2601,6 +2694,8 @@ mob_db: ( AttackDelay: 2000 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { Beer: 1000 Orange: 1000 @@ -2732,6 +2827,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 4 + MutationStrength: 20 Drops: { Bone: 75 Bone: 115 @@ -2778,6 +2875,9 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 300 + MutationCount: 6 + MutationStrength: 50 + // FIXME: Does this even work? MvpExp MvpExp: 778 Drops: { Bone: 1000 @@ -2830,6 +2930,8 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 300 + MutationCount: 4 + MutationStrength: 50 MvpExp: 1198 Drops: { Bone: 210 @@ -2881,6 +2983,8 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 300 + MutationCount: 4 + MutationStrength: 50 MvpExp: 1198 Drops: { Bone: 210 @@ -2931,6 +3035,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 60 Drops: { SmallMushroom: 500 BugLeg: 500 @@ -2978,6 +3084,8 @@ mob_db: ( AttackDelay: 1300 AttackMotion: 672 DamageMotion: 100 + MutationCount: 3 + MutationStrength: 40 Drops: { SlingBullet: 10000 SulphurPowder: 5000 @@ -3025,6 +3133,8 @@ mob_db: ( AttackDelay: 872 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 Drops: { CranberryLollipop: 6000 GrapeLollipop: 6000 @@ -3073,6 +3183,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { CranberryLollipop: 6000 GrapeLollipop: 6000 @@ -3166,6 +3278,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 4 + MutationStrength: 20 }, { Id: 1137 @@ -3384,6 +3498,8 @@ mob_db: ( Lv: 200 Hp: 29999 Sp: 280 + Exp: 999999 + JExp: 99999 AttackRange: 9 Attack: [90, 124] Def: 74 @@ -3598,7 +3714,7 @@ mob_db: ( Vit: 90 Int: 127 Dex: 255 - Luk: 115 + Luk: 105 } ViewRange: 31 ChaseRange: 10 @@ -3637,7 +3753,7 @@ mob_db: ( Vit: 90 Int: 127 Dex: 255 - Luk: 115 + Luk: 105 } ViewRange: 31 ChaseRange: 10 @@ -3656,6 +3772,8 @@ mob_db: ( AttackDelay: 1000 AttackMotion: 672 DamageMotion: 50 + MutationCount: 1 + MutationStrength: 10 Drops: { TreasureKey: 800 UndeadEar: 150 @@ -3686,7 +3804,7 @@ mob_db: ( Vit: 90 Int: 127 Dex: 255 - Luk: 115 + Luk: 105 } ViewRange: 31 ChaseRange: 10 @@ -3705,6 +3823,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 50 + MutationCount: 1 + MutationStrength: 10 Drops: { TreasureKey: 800 UndeadEar: 90 @@ -3845,6 +3965,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 200 + MutationCount: 2 + MutationStrength: 40 Drops: { TreasureKey: 300 RedApple: 100 @@ -3937,6 +4059,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 200 + MutationCount: 1 + MutationStrength: 30 Drops: { LeatherGloves: (20, "ODG_BASICSTAT") SnakeSkin: 350 @@ -3982,6 +4106,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { MaggotSlime: 800 CactusDrink: 150 @@ -4076,6 +4202,8 @@ mob_db: ( AttackDelay: 1600 AttackMotion: 672 DamageMotion: 300 + MutationCount: 4 + MutationStrength: 40 Drops: { UndeadEar: 210 UndeadEye: 210 @@ -4124,6 +4252,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 30 Drops: { CottonCloth: 1000 CottonCloth: 500 @@ -4227,6 +4357,8 @@ mob_db: ( Lv: 200 Hp: 29999 Sp: 280 + Exp: 999999 + JExp: 99999 AttackRange: 9 Attack: [90, 124] Def: 74 @@ -4296,6 +4428,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 50 Drops: { RedScorpionStinger: 2000 ChocolateBar: 100 @@ -4342,6 +4476,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 25 Drops: { Arrow: 900 CherryCake: 100 @@ -4388,6 +4524,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 30 Drops: { CottonCloth: 1000 CottonCloth: 500 @@ -4435,6 +4573,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 2 + MutationStrength: 30 Drops: { Bone: 200 Bone: 280 @@ -4482,6 +4622,8 @@ mob_db: ( AttackDelay: 750 AttackMotion: 672 DamageMotion: 700 + MutationCount: 2 + MutationStrength: 30 Drops: { Bone: 200 Bone: 280 @@ -4527,6 +4669,8 @@ mob_db: ( AttackDelay: 740 AttackMotion: 672 DamageMotion: 400 + MutationCount: 2 + MutationStrength: 20 Drops: { PoltergeistPowder: 1000 SulphurPowder: 600 @@ -4570,6 +4714,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 25 Drops: { Iten: 10000 } @@ -4610,6 +4756,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { CactusDrink: 150 BugLeg: 400 @@ -4729,6 +4877,7 @@ mob_db: ( CanAttack: true ChangeTargetMelee: true ChangeTargetChase: true + Boss: true } MoveSpeed: 500 AttackDelay: 2000 @@ -4781,6 +4930,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 4 + MutationStrength: 20 Drops: { Bone: 75 Bone: 115 @@ -4826,6 +4977,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 2 + MutationStrength: 30 Drops: { BloodWine: 300 GutBuster: 280 @@ -4873,6 +5026,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 2 + MutationStrength: 30 Drops: { Snapple: 300 BeetleJuice: 280 @@ -4920,6 +5075,8 @@ mob_db: ( AttackDelay: 750 AttackMotion: 672 DamageMotion: 700 + MutationCount: 2 + MutationStrength: 30 Drops: { LadyFingers: 300 JellAhh: 280 @@ -4969,6 +5126,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 2 + MutationStrength: 30 Drops: { DiseasedHeart: 250 } @@ -5010,6 +5169,8 @@ mob_db: ( AttackDelay: 1200 AttackMotion: 672 DamageMotion: 30 + MutationCount: 1 + MutationStrength: 40 Drops: { DarkCrystal: 2000 DarkCrystal: 500 @@ -5057,6 +5218,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 30 Drops: { SulphurPowder: 3000 CottonCloth: 1000 @@ -5154,6 +5317,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { RedApple: 800 Orange: 800 @@ -5205,6 +5370,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 700 + MutationCount: 2 + MutationStrength: 30 Drops: { DarkCrystal: 1000 Bone: 400 @@ -5252,6 +5419,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { CactusPotion: 200 Emerald: 20 @@ -5303,6 +5472,8 @@ mob_db: ( AttackDelay: 1400 AttackMotion: 672 DamageMotion: 950 + MutationCount: 4 + MutationStrength: 20 Drops: { Bone: 100 Bone: 140 @@ -5349,6 +5520,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 950 + MutationCount: 4 + MutationStrength: 20 Drops: { Bone: 75 Bone: 115 @@ -5396,6 +5569,8 @@ mob_db: ( AttackDelay: 1800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { OrangeCupcake: 200 CherryCake: 100 @@ -5445,6 +5620,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 20 Drops: { Knife: 300 ChocolateBar: 110 @@ -5541,6 +5718,8 @@ mob_db: ( AttackDelay: 2000 AttackMotion: 672 DamageMotion: 1500 + MutationCount: 2 + MutationStrength: 20 Drops: { WispPowder: 1000 SulphurPowder: 600 @@ -5584,6 +5763,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { Arrow: 2000 IronArrow: 500 @@ -5630,6 +5811,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { WhiteFur: 600 Coal: 1000 @@ -5673,6 +5856,8 @@ mob_db: ( AttackDelay: 900 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { DarkCrystal: 1000 } @@ -5716,6 +5901,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { CactusPotion: 200 Emerald: 20 @@ -5764,6 +5951,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 40 Drops: { Arrow: 2000 DarkCrystal: 1000 @@ -6168,6 +6357,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 15 Drops: { Acorn: 7000 MauveHerb: 1000 @@ -6341,6 +6532,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 }, { Id: 1095 @@ -6377,6 +6570,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 50 Drops: { RedApple: 100 EmptyBottle: 10 @@ -6422,6 +6617,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 15 Drops: { IronPowder: 7000 MauveHerb: 1000 @@ -6516,6 +6713,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { CactusPotion: 200 Emerald: 20 @@ -6564,6 +6763,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { DecorCandy: 800 CandyCane: 500 @@ -6612,6 +6813,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 900 + MutationCount: 2 + MutationStrength: 30 }, { Id: 1080 @@ -6649,6 +6852,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 800 DamageMotion: 800 + MutationCount: 2 + MutationStrength: 30 }, { Id: 1081 @@ -6686,6 +6891,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 800 DamageMotion: 800 + MutationCount: 2 + MutationStrength: 30 }, { Id: 1086 @@ -6725,6 +6932,8 @@ mob_db: ( AttackDelay: 740 AttackMotion: 672 DamageMotion: 400 + MutationCount: 4 + MutationStrength: 50 Drops: { BrokenDoll: 5000 MauveScroll: 3000 @@ -6774,6 +6983,8 @@ mob_db: ( AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 30 Drops: { HyvernStinger: 2000 BugLeg: 1000 @@ -6818,6 +7029,8 @@ mob_db: ( AttackDelay: 770 AttackMotion: 500 DamageMotion: 200 + MutationCount: 3 + MutationStrength: 40 Drops: { WolvernTooth: 1000 WolvernPelt: 400 @@ -6862,6 +7075,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { IceCube: 200 Sapphire: 20 @@ -6908,6 +7123,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { IronOre: 1500 TreasureKey: 1000 @@ -6954,6 +7171,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 20 Drops: { Candy: 1000 ChocolateBar: 1000 @@ -7001,6 +7220,8 @@ mob_db: ( AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 + MutationCount: 1 + MutationStrength: 30 Drops: { GingerBreadMan: 1000 WhiteCake: 1200 @@ -7048,6 +7269,8 @@ mob_db: ( AttackDelay: 1500 AttackMotion: 672 DamageMotion: 480 + MutationCount: 2 + MutationStrength: 20 Drops: { RubberBat: 10 RealisticBrain: 5 @@ -7179,8 +7402,8 @@ mob_db: ( Lv: 100 Hp: 35000 Sp: 0 - Exp: 2897 - JExp: 689 + Exp: 28970 + JExp: 1689 AttackRange: 3 Attack: [60, 80] Def: 20 @@ -7265,4 +7488,7 @@ mob_db: ( SharpKnife: 1 } }, +// TODO: 1169 Crystal Spider 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 25, 155, 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, 2, 40 +// TODO: 1170 Crystal Golem 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 187, 320, 1000, 672, 50, 4002, 50, 4003, 50, 4004, 50, 4005, 50, 4006, 50, 4007, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +// TODO: 1171 Black Crystal Golem 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 631, 10000, 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 ) diff --git a/world/map/db/mob_db_0_19.txt b/world/map/db/mob_db_0_19.txt index e611815b..3f4bb50a 100644 --- a/world/map/db/mob_db_0_19.txt +++ b/world/map/db/mob_db_0_19.txt @@ -1,19 +1,24 @@ -//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 -1002, Maggot, Maggot, 5, 50, 0, 0, 1, 1, 5, 10, 0, 5, 1, 1, 1, 0, 6, 5, 1, 1, 1, 3, 21, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1046, TameScorpion, TameScorpion, 5, 50, 0, 0, 2, 1, 7, 10, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1050, HouseMaggot, HouseMaggot, 5, 50, 0, 0, 3, 1, 5, 7, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1003, Scorpion, Scorpion, 10, 100, 0, 0, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1029, MauvePlant, MauvePlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 680, 3000, 680, 3000, 680, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 -1030, CobaltPlant, CobaltPlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 681, 3000, 681, 3000, 681, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1031, GambogePlant, GambogePlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 682, 3000, 682, 3000, 682, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1032, AlizarinPlant, AlizarinPlant, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 0, 800, 800, 672, 480, 683, 3000, 683, 3000, 683, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1037, CloverPatch, CloverPatch, 1, 1, 0, 0, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 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 -1038, Squirrel, Squirrel, 15, 160, 1, 0, 5, 1, 10, 20, 1, 6, 1, 3, 1, 0, 15, 40, 1, 1, 1, 3, 20, 129, 800, 800, 672, 480, 743, 7000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 807, 800, 860, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15 -1056, CaveMaggot, CaveMaggot, 10, 100, 0, 0, 3, 1, 10, 10, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1063, Pumpkin, Pumpkin, 1, 200, 0, 0, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 1, 1, 3, 22, 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 -1082, Serqet, Serqet, 10, 100, 0, 0, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 1, 1, 1, 3, 20, 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 -1092, SlimeBlast, SlimeBlast, 10, 100, 0, 0, 8, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 1, 1, 1, 0, 61, 175, 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, 1, 20 -1095, WhiteBell, WhiteBell, 10, 100, 0, 0, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 2, 1, 3, 22, 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, 2, 50 -1105, ViciousSquirrel, ViciousSquirrel, 15, 140, 1, 0, 7, 1, 20, 25, 1, 6, 3, 3, 1, 0, 15, 40, 1, 1, 1, 3, 20, 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, 1, 15 -1162, Grinchboo, Grinchboo, 5, 50, 0, 0, 1, 1, 5, 10, 0, 5, 1, 1, 1, 0, 6, 5, 1, 1, 1, 3, 21, 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 -1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 20, 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 +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1002, Maggot, Maggot, 5, 50, 0, 6, 1, 1, 5, 10, 0, 0, 1, 1, 1, 0, 6, 5, 9, 10, 1, 3, 11, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1003, Scorpion, Scorpion, 10, 100, 0, 13, 2, 1, 10, 15, 0, 3, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 01, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1029, MauvePlant, MauvePlant, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 0, 800, 800, 672, 480, 680, 3000, 680, 3000, 680, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1030, CobaltPlant, CobaltPlant, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 0, 800, 800, 672, 480, 681, 3000, 681, 3000, 681, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1031, GambogePlant, GambogePlant, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 0, 800, 800, 672, 480, 682, 3000, 682, 3000, 682, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1032, AlizarinPlant, AlizarinPlant, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 0, 800, 800, 672, 480, 683, 3000, 683, 3000, 683, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1037, CloverPatch, CloverPatch, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 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 +1038, Squirrel, Squirrel, 15, 160, 1, 32, 5, 1, 10, 20, 1, 6, 1, 3, 1, 0, 15, 40, 9, 10, 1, 3, 01, 129, 800, 800, 672, 480, 743, 7000, 680, 1000, 681, 1000, 682, 1000, 683, 1000, 807, 800, 860, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 15 +1046, TameScorpion, TameScorpion, 5, 50, 0, 6, 2, 1, 7, 10, 0, 1, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 01, 129, 2000, 1872, 672, 480, 507, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1050, HouseMaggot, HouseMaggot, 5, 50, 0, 7, 3, 1, 5, 7, 0, 3, 5, 5, 1, 0, 6, 5, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1056, CaveMaggot, CaveMaggot, 10, 100, 0, 16, 3, 1, 10, 10, 0, 5, 5, 5, 1, 0, 6, 5, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1063, Pumpkin, Pumpkin, 1, 200, 0, 17, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 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 +1082, Serqet, Serqet, 10, 100, 0, 12, 2, 1, 10, 15, 0, 5, 1, 1, 1, 0, 15, 5, 9, 10, 1, 3, 01, 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 +1092, SlimeBlast, SlimeBlast, 10, 100, 0, 20, 8, 1, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 9, 10, 1, 0, 13, 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, 1, 20 +1095, WhiteBell, WhiteBell, 10, 100, 0, 25, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 10, 1, 3, 21, 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, 2, 50 +1105, ViciousSquirrel, ViciousSquirrel, 15, 140, 1, 35, 7, 1, 20, 25, 1, 6, 3, 3, 1, 0, 15, 40, 9, 10, 1, 3, 01, 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, 1, 15 +1135, LovelyMaggot, LovelyMaggot, 1, 50, 0, 1, 1, 1, 69, 6969, 0, 5, 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 +1136, LesserGhost, LesserGhost, 1, 1, 0, 1, 1, 0, 150, 300, 0, 0, 0, 0, 0, 0, 0, 0, 2, 10, 1, 1, 71, 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, 4, 20 +1162, Grinchboo, Grinchboo, 5, 50, 0, 6, 1, 1, 5, 10, 0, 5, 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 +1165, ChristmasGift, ChristmasGift, 1, 1, 0, 1, 1, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 9, 10, 1, 3, 21, 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 diff --git a/world/map/db/mob_db_20_39.txt b/world/map/db/mob_db_20_39.txt index 61f354bf..40d8d1b2 100644 --- a/world/map/db/mob_db_20_39.txt +++ b/world/map/db/mob_db_20_39.txt @@ -2,32 +2,32 @@ //DO NOT EDIT IT DIRECTLY //Edit mob_db.conf instead! //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 -1011, FireGoblin, FireGoblin, 20, 220, 0, 41, 4, 1, 15, 20, 0, 5, 1, 1, 1, 0, 6, 30, 9, 10, 1, 3, 31, 129, 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, 2, 30 -1017, Bat, Bat, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1018, Pinkie, Pinkie, 30, 300, 0, 60, 7, 2, 15, 20, 0, 5, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 -1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 54, 5, 1, 10, 13, 0, 5, 1, 1, 1, 0, 10, 10, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1020, Fluffy, Fluffy, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 129, 800, 1600, 672, 480, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1021, CaveSnake, CaveSnake, 30, 800, 0, 157, 13, 1, 20, 15, 1, 5, 10, 1, 1, 0, 5, 20, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 -1025, LogHead, LogHead, 30, 500, 0, 150, 5, 1, 10, 20, 50, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 -1027, EasterFluffy, EasterFluffy, 30, 500, 0, 100, 7, 1, 10, 12, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 1208, 2000, 1209, 2000, 1210, 2000, 1211, 1000, 1212, 1000, 1213, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1035, Silkworm, Silkworm, 20, 1, 0, 1, 1, 1, 0, 0, 2, 10, 20, 11, 10, 10, 40, 10, 9, 10, 1, 0, 01, 129, 1300, 1100, 672, 480, 718, 5000, 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 -1041, Snail, Snail, 30, 900, 0, 180, 18, 1, 50, 65, 20, 15, 10, 1, 25, 0, 20, 10, 9, 10, 1, 0, 01, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1049, Bee, Bee, 30, 600, 0, 180, 32, 1, 5, 90, 12, 4, 15, 25, 20, 3, 40, 30, 9, 10, 1, 0, 21, 137, 380, 1500, 300, 350, 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 -1055, Butterfly, Butterfly, 25, 250, 0, 85, 11, 2, 10, 40, 3, 5, 10, 45, 10, 15, 35, 40, 9, 10, 1, 3, 22, 129, 350, 780, 300, 800, 718, 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, 2, 60 -1057, AngryScorpion, AngryScorpion, 20, 200, 0, 37, 5, 1, 15, 15, 0, 5, 5, 5, 1, 0, 15, 5, 9, 10, 1, 3, 01, 133, 1000, 1872, 672, 480, 4000, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1058, IceGoblin, IceGoblin, 25, 330, 0, 75, 10, 1, 20, 25, 0, 5, 5, 5, 1, 0, 6, 30, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1060, Archant, Archant, 30, 400, 0, 88, 14, 1, 20, 30, 4, 6, 10, 5, 1, 0, 12, 10, 9, 10, 1, 0, 21, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1064, Bandit, Bandit, 20, 400, 0, 92, 21, 1, 40, 40, 5, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 71, 135, 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, 2, 30 -1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 467, 363, 1, 125, 150, 10, 45, 20, 15, 10, 10, 45, 10, 9, 10, 1, 0, 22, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 430, 86, 1, 75, 175, 15, 45, 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, 2, 30 -1087, Larvern, Larvern, 20, 550, 0, 165, 26, 1, 50, 200, 30, 65, 35, 20, 50, 0, 70, 20, 9, 10, 1, 0, 21, 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, 2, 30 -1089, HungryFluffy, HungryFluffy, 30, 500, 0, 111, 10, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 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, 3, 40 -1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 13, 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, 1, 20 -1094, Reinboo, Reinboo, 35, 1100, 0, 275, 29, 2, 40, 75, 35, 5, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 01, 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, 1, 30 -1099, SleepingBandit, SleepingBandit, 20, 25, 0, 3, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 71, 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, 2, 30 -1100, AzulSlime, AzulSlime, 20, 200, 0, 55, 10, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 13, 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, 1, 20 -1107, Bluepar, Bluepar, 30, 350, 0, 77, 8, 2, 7, 15, 0, 5, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 01, 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, 3, 50 -1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 85, 12, 1, 25, 40, 0, 10, 3, 3, 3, 2, 10, 50, 9, 10, 1, 3, 31, 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, 2, 30 -1113, Pollett, Pollett, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 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, 3, 40 -1131, ManaBug, ManaBug, 25, 300, 0, 52, 5, 2, 10, 17, 4, 6, 1, 4, 1, 4, 5, 4, 2, 10, 1, 3, 21, 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, 2, 40 -1168, Floyd, Floyd, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 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, 3, 40 +1011, FireGoblin, FireGoblin, 20, 220, 0, 41, 4, 1, 15, 20, 0, 5, 1, 1, 1, 0, 6, 30, 9, 10, 1, 3, 31, 129, 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, 2, 30 +1017, Bat, Bat, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1018, Pinkie, Pinkie, 30, 300, 0, 60, 7, 2, 15, 20, 0, 5, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 614, 1000, 751, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 +1019, SpikyMushroom, SpikyMushroom, 30, 300, 0, 54, 5, 1, 10, 13, 0, 5, 1, 1, 1, 0, 10, 10, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 567, 800, 501, 150, 518, 50, 613, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1020, Fluffy, Fluffy, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 129, 800, 1600, 672, 480, 611, 800, 527, 150, 535, 400, 752, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1021, CaveSnake, CaveSnake, 30, 800, 0, 157, 13, 1, 20, 15, 1, 5, 10, 1, 1, 0, 5, 20, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 612, 1000, 610, 40, 713, 500, 717, 400, 717, 400, 641, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 50 +1025, LogHead, LogHead, 30, 500, 0, 150, 5, 1, 10, 20, 50, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 569, 2000, 740, 2500, 743, 3000, 569, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 +1027, EasterFluffy, EasterFluffy, 30, 500, 0, 100, 7, 1, 10, 12, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 01, 129, 800, 1872, 672, 480, 1208, 2000, 1209, 2000, 1210, 2000, 1211, 1000, 1212, 1000, 1213, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1035, Silkworm, Silkworm, 20, 1, 0, 1, 1, 1, 0, 0, 2, 10, 20, 11, 10, 10, 40, 10, 9, 10, 1, 0, 01, 129, 1300, 1100, 672, 480, 718, 5000, 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 +1041, Snail, Snail, 30, 900, 0, 180, 18, 1, 50, 65, 20, 15, 10, 1, 25, 0, 20, 10, 9, 10, 1, 0, 01, 129, 1800, 2500, 672, 480, 719, 500, 806, 400, 1250, 1000, 1251, 1500, 1248, 500, 1252, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1049, Bee, Bee, 30, 600, 0, 180, 32, 1, 5, 90, 12, 4, 15, 25, 20, 3, 40, 30, 9, 10, 1, 0, 21, 137, 380, 1500, 300, 350, 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 +1055, Butterfly, Butterfly, 25, 250, 0, 85, 11, 2, 10, 40, 3, 5, 10, 45, 10, 15, 35, 40, 9, 10, 1, 3, 22, 129, 350, 780, 300, 800, 718, 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, 2, 60 +1057, AngryScorpion, AngryScorpion, 20, 200, 0, 37, 5, 1, 15, 15, 0, 5, 5, 5, 1, 0, 15, 5, 9, 10, 1, 3, 01, 133, 1000, 1872, 672, 480, 4000, 700, 510, 100, 509, 50, 518, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1058, IceGoblin, IceGoblin, 25, 330, 0, 75, 10, 1, 20, 25, 0, 5, 5, 5, 1, 0, 6, 30, 9, 10, 1, 3, 11, 133, 700, 1872, 672, 480, 505, 800, 501, 150, 518, 800, 502, 150, 521, 70, 522, 10, 4026, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1060, Archant, Archant, 30, 400, 0, 88, 14, 1, 20, 30, 4, 6, 10, 5, 1, 0, 12, 10, 9, 10, 1, 0, 21, 133, 1000, 1500, 672, 480, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1064, Bandit, Bandit, 20, 400, 0, 92, 21, 1, 40, 40, 5, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 71, 135, 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, 2, 30 +1083, HuntsmanSpider, HuntsmanSpider, 30, 1500, 0, 467, 363, 1, 125, 150, 10, 45, 20, 15, 10, 10, 45, 10, 9, 10, 1, 0, 22, 175, 575, 1250, 672, 480, 638, 100, 526, 500, 640, 300, 518, 1000, 719, 500, 4001, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1084, CrotcherScorpion, CrotcherScorpion, 25, 1200, 0, 430, 86, 1, 75, 175, 15, 45, 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, 2, 30 +1087, Larvern, Larvern, 20, 550, 0, 165, 26, 1, 50, 200, 30, 65, 35, 20, 50, 0, 70, 20, 9, 10, 1, 0, 21, 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, 2, 30 +1089, HungryFluffy, HungryFluffy, 30, 500, 0, 111, 10, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 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, 3, 40 +1093, WhiteSlime, WhiteSlime, 20, 200, 0, 55, 15, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 13, 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, 1, 20 +1094, Reinboo, Reinboo, 35, 1100, 0, 275, 29, 2, 40, 75, 35, 5, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 01, 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, 1, 30 +1099, SleepingBandit, SleepingBandit, 20, 25, 0, 3, 1, 1, 0, 0, 0, 0, 10, 10, 10, 10, 10, 10, 9, 10, 1, 1, 71, 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, 2, 30 +1100, AzulSlime, AzulSlime, 20, 200, 0, 55, 10, 1, 80, 120, 10, 10, 20, 30, 10, 10, 30, 20, 9, 10, 1, 0, 13, 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, 1, 20 +1107, Bluepar, Bluepar, 30, 350, 0, 77, 8, 2, 7, 15, 0, 5, 1, 1, 1, 0, 20, 25, 2, 10, 1, 3, 01, 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, 3, 50 +1108, AngryFireGoblin, AngryFireGoblin, 30, 320, 0, 85, 12, 1, 25, 40, 0, 10, 3, 3, 3, 2, 10, 50, 9, 10, 1, 3, 31, 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, 2, 30 +1113, Pollett, Pollett, 30, 500, 0, 100, 7, 1, 6, 10, 1, 5, 1, 2, 1, 0, 20, 25, 9, 10, 1, 3, 01, 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, 3, 40 +1131, ManaBug, ManaBug, 25, 300, 0, 52, 5, 2, 10, 17, 4, 6, 1, 4, 1, 4, 5, 4, 2, 10, 1, 3, 21, 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, 2, 40 +1168, Floyd, Floyd, 20, 150, 0, 27, 3, 1, 5, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 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, 3, 40 diff --git a/world/map/db/mob_db_40_59.txt b/world/map/db/mob_db_40_59.txt index 49be8d2b..436553e9 100644 --- a/world/map/db/mob_db_40_59.txt +++ b/world/map/db/mob_db_40_59.txt @@ -1,14 +1,17 @@ -//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 -1005, GreenSlime, GreenSlime, 40, 800, 0, 0, 96, 1, 80, 120, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 719, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1016, RudolphSlime, RudolphSlime, 50, 350, 0, 0, 8, 1, 30, 35, 10, 7, 1, 20, 1, 0, 30, 30, 1, 1, 1, 0, 21, 131, 1000, 1872, 672, 480, 504, 800, 506, 500, 508, 200, 509, 300, 510, 600, 515, 800, 516, 500, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1065, BanditLord, BanditLord, 40, 2000, 0, 0, 103, 5, 50, 50, 15, 15, 15, 15, 15, 15, 15, 15, 1, 1, 1, 0, 29, 135, 400, 1500, 672, 900, 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 -1080, BlueSpark, BlueSpark, 40, 10000, 0, 0, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 1, 1, 1, 0, 20, 129, 190, 1500, 800, 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, 0, 0, 2, 30 -1081, RedSpark, RedSpark, 40, 10000, 0, 0, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 1, 1, 1, 0, 20, 129, 190, 1500, 800, 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, 0, 0, 2, 30 -1086, FeyElement, FeyElement, 50, 5000, 0, 12500, 901, 5, 50, 125, 25, 50, 20, 70, 10, 20, 80, 1, 1, 1, 1, 0, 84, 165, 330, 740, 672, 400, 834, 5000, 680, 1000, 680, 1000, 681, 1000, 681, 1000, 682, 1000, 682, 1000, 683, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1088, Hyvern, Hyvern, 40, 2250, 0, 0, 346, 1, 50, 125, 0, 10, 10, 45, 5, 0, 35, 35, 1, 1, 1, 0, 85, 133, 250, 800, 672, 480, 835, 2000, 518, 1000, 657, 600, 529, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1090, Wolvern, Wolvern, 40, 900, 0, 0, 86, 1, 50, 80, 5, 5, 15, 10, 5, 0, 20, 10, 1, 1, 1, 3, 20, 133, 425, 770, 500, 200, 858, 1000, 859, 400, 4023, 200, 676, 1300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1091, BlueSlime, BlueSlime, 40, 2000, 0, 0, 77, 1, 100, 150, 20, 40, 40, 30, 50, 10, 50, 40, 1, 1, 1, 0, 61, 131, 1200, 1872, 672, 480, 4026, 200, 4005, 20, 501, 500, 862, 700, 863, 100, 864, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1098, CopperSlime, CopperSlime, 40, 600, 0, 0, 18, 1, 60, 90, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 131, 1200, 1872, 672, 480, 640, 1500, 537, 1000, 4001, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1111, CandiedSlime, CandiedSlime, 50, 800, 0, 800, 66, 3, 50, 50, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 1872, 672, 480, 510, 1000, 509, 1000, 515, 200, 516, 200, 538, 200, 512, 200, 508, 500, 514, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1112, Santaboo, Santaboo, 50, 2200, 0, 0, 59, 2, 80, 125, 50, 10, 25, 10, 25, 0, 60, 30, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 511, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1164, ChristmasTree, ChristmasTree, 40, 12000, 0, 3647, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 20, 128, 190, 1500, 800, 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, 0, 0, 0, 0 +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1005, GreenSlime, GreenSlime, 40, 800, 0, 302, 96, 1, 80, 120, 20, 30, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 143, 1200, 1872, 672, 480, 502, 200, 4004, 20, 501, 100, 521, 250, 522, 200, 526, 500, 503, 500, 719, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1016, RudolphSlime, RudolphSlime, 50, 350, 0, 101, 8, 1, 30, 35, 10, 7, 1, 20, 1, 0, 30, 30, 9, 10, 1, 0, 11, 131, 1000, 1872, 672, 480, 504, 800, 506, 500, 508, 200, 509, 300, 510, 600, 515, 800, 516, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1065, BanditLord, BanditLord, 40, 2000, 0, 635, 103, 5, 50, 50, 15, 15, 15, 15, 15, 15, 15, 15, 9, 10, 1, 1, 71, 135, 400, 1500, 672, 900, 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 +1080, BlueSpark, BlueSpark, 40, 10000, 0, 3647, 392, 2, 40, 40, 20, 30, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 01, 129, 190, 1500, 800, 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, 0, 0, 2, 30 +1081, RedSpark, RedSpark, 40, 10000, 0, 3647, 392, 2, 40, 40, 20, 30, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 01, 129, 190, 1500, 800, 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, 0, 0, 2, 30 +1086, FeyElement, FeyElement, 50, 5000, 0, 12500, 901, 5, 50, 125, 25, 50, 20, 70, 10, 20, 80, 1, 9, 10, 1, 0, 24, 165, 330, 740, 672, 400, 834, 5000, 5270, 3000, 5268, 3000, 5269, 3000, 5267, 3000, 680, 1000, 681, 1000, 682, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1088, Hyvern, Hyvern, 40, 2250, 0, 990, 346, 1, 50, 125, 0, 10, 10, 45, 5, 0, 35, 35, 9, 10, 1, 0, 24, 133, 250, 800, 672, 480, 835, 2000, 518, 1000, 657, 600, 529, 3000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1090, Wolvern, Wolvern, 40, 900, 0, 280, 86, 1, 50, 80, 5, 5, 15, 10, 5, 0, 20, 10, 9, 10, 1, 3, 01, 133, 425, 770, 500, 200, 858, 1000, 859, 400, 4023, 200, 676, 1300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1091, BlueSlime, BlueSlime, 40, 2000, 0, 760, 77, 1, 100, 150, 20, 40, 40, 30, 50, 10, 50, 40, 9, 10, 1, 0, 13, 131, 1200, 1872, 672, 480, 4026, 200, 4005, 20, 501, 500, 862, 700, 863, 100, 864, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1098, CopperSlime, CopperSlime, 40, 600, 0, 200, 18, 1, 60, 90, 20, 30, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 131, 1200, 1872, 672, 480, 640, 1500, 537, 1000, 4001, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1111, CandiedSlime, CandiedSlime, 50, 800, 0, 800, 66, 3, 50, 50, 20, 30, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 175, 1200, 1872, 672, 480, 510, 1000, 509, 1000, 515, 200, 516, 200, 538, 200, 512, 200, 508, 500, 514, 750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1112, Santaboo, Santaboo, 50, 2200, 0, 1040, 59, 2, 80, 125, 50, 10, 25, 10, 25, 0, 60, 30, 2, 10, 1, 3, 01, 129, 600, 1872, 672, 480, 512, 1000, 736, 1200, 737, 1200, 738, 1200, 739, 1200, 511, 50, 4042, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1164, ChristmasTree, ChristmasTree, 40, 12000, 0, 3647, 392, 2, 40, 40, 20, 40, 30, 30, 30, 30, 30, 30, 9, 10, 1, 0, 01, 128, 190, 1500, 800, 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, 0, 0, 0, 0 diff --git a/world/map/db/mob_db_60_79.txt b/world/map/db/mob_db_60_79.txt index 892a3b50..a7011550 100644 --- a/world/map/db/mob_db_60_79.txt +++ b/world/map/db/mob_db_60_79.txt @@ -1,11 +1,14 @@ -//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 -1007, YellowSlime, YellowSlime, 60, 400, 0, 0, 9, 1, 35, 40, 2, 7, 9, 6, 2, 1, 34, 1, 1, 1, 1, 0, 21, 131, 1400, 1800, 672, 480, 534, 200, 519, 100, 501, 350, 502, 250, 522, 10, 640, 450, 4006, 20, 4001, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 -1008, RedSlime, RedSlime, 70, 450, 0, 0, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 1, 1, 1, 0, 21, 135, 1300, 1500, 672, 480, 1201, 300, 509, 110, 521, 200, 4003, 20, 525, 80, 535, 750, 528, 250, 531, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1033, SeaSlime, SeaSlime, 70, 600, 0, 0, 13, 1, 30, 50, 3, 7, 1, 25, 1, 0, 30, 30, 1, 1, 1, 0, 41, 131, 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 -1040, Wisp, Wisp, 70, 9300, 0, 0, 1210, 2, 215, 350, 0, 20, 45, 12, 13, 15, 0, 45, 1, 1, 1, 0, 27, 137, 380, 2000, 672, 1500, 772, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1054, Troll, Troll, 65, 2000, 0, 0, 129, 1, 70, 100, 20, 10, 50, 40, 10, 10, 30, 30, 1, 1, 1, 0, 20, 137, 600, 1500, 672, 480, 1199, 2000, 529, 500, 539, 300, 526, 250, 512, 200, 906, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1061, Moggun, Moggun, 60, 800, 0, 0, 52, 1, 70, 90, 20, 10, 50, 40, 10, 10, 10, 10, 1, 1, 1, 0, 25, 137, 600, 1500, 672, 480, 611, 600, 4001, 1000, 4002, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1101, DemonicSpirit, DemonicSpirit, 72, 1505, 0, 0, 270, 1, 125, 175, 4, 6, 20, 40, 10, 10, 110, 45, 1, 1, 1, 0, 89, 133, 230, 900, 672, 480, 631, 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, 2, 30 -1110, AngryGreenSlime, AngryGreenSlime, 60, 1000, 0, 0, 135, 1, 100, 160, 20, 30, 20, 30, 10, 10, 30, 30, 1, 1, 1, 0, 21, 175, 1200, 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, 1, 20 -1117, UndeadTroll, UndeadTroll, 75, 3100, 0, 0, 179, 2, 60, 140, 20, 10, 50, 40, 20, 10, 40, 49, 1, 1, 1, 0, 20, 133, 650, 1500, 672, 480, 1199, 2000, 631, 1000, 529, 500, 539, 300, 526, 250, 4023, 200, 906, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1163, FridayCat, Friday, 70, 450, 0, 0, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 1, 1, 1, 0, 21, 135, 1300, 1500, 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, 2, 20 +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1007, YellowSlime, YellowSlime, 60, 400, 0, 94, 9, 1, 35, 40, 2, 7, 9, 6, 2, 1, 34, 1, 9, 10, 1, 0, 11, 131, 1400, 1800, 672, 480, 534, 200, 519, 100, 501, 350, 502, 250, 522, 10, 640, 450, 4006, 20, 4001, 450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20 +1008, RedSlime, RedSlime, 70, 450, 0, 130, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 9, 10, 1, 0, 11, 135, 1300, 1500, 672, 480, 1201, 300, 509, 110, 521, 200, 4003, 20, 525, 80, 535, 750, 528, 250, 531, 150, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1033, SeaSlime, SeaSlime, 70, 600, 0, 187, 13, 1, 30, 50, 3, 7, 1, 25, 1, 0, 30, 30, 9, 10, 1, 0, 12, 131, 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 +1040, Wisp, Wisp, 70, 9300, 0, 3725, 1210, 2, 215, 350, 0, 20, 45, 12, 13, 15, 0, 45, 9, 10, 1, 0, 71, 137, 380, 2000, 672, 1500, 772, 1000, 703, 600, 703, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1054, Troll, Troll, 65, 2000, 0, 850, 129, 1, 70, 100, 20, 10, 50, 40, 10, 10, 30, 30, 9, 10, 1, 0, 01, 137, 600, 1500, 672, 480, 1199, 2000, 529, 500, 539, 300, 526, 250, 512, 200, 906, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1061, Moggun, Moggun, 60, 800, 0, 280, 52, 1, 70, 90, 20, 10, 50, 40, 10, 10, 10, 10, 9, 10, 1, 0, 21, 137, 600, 1500, 672, 480, 611, 600, 4001, 1000, 4002, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1101, DemonicSpirit, DemonicSpirit, 72, 1505, 0, 860, 270, 1, 125, 175, 4, 6, 20, 40, 10, 10, 110, 45, 9, 10, 1, 1, 74, 133, 230, 900, 672, 480, 631, 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, 2, 30 +1110, AngryGreenSlime, AngryGreenSlime, 60, 1000, 0, 435, 135, 1, 100, 160, 20, 30, 20, 30, 10, 10, 30, 30, 9, 10, 1, 0, 11, 143, 1200, 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, 1, 20 +1117, UndeadTroll, UndeadTroll, 75, 3100, 0, 1770, 179, 2, 60, 140, 20, 10, 50, 40, 20, 10, 40, 49, 9, 10, 1, 0, 01, 133, 650, 1500, 672, 480, 1199, 2000, 631, 1000, 529, 500, 539, 300, 526, 250, 4023, 200, 906, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1163, FridayCat, FridayCat, 70, 450, 0, 130, 17, 1, 40, 45, 2, 7, 12, 8, 2, 1, 25, 1, 9, 10, 1, 0, 11, 131, 1300, 1500, 672, 480, 3001, 10, 3002, 5, 3003, 9, 3011, 250, 3006, 750, 3007, 1000, 3010, 1250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 diff --git a/world/map/db/mob_db_80_99.txt b/world/map/db/mob_db_80_99.txt index 62b7be26..947945f7 100644 --- a/world/map/db/mob_db_80_99.txt +++ b/world/map/db/mob_db_80_99.txt @@ -1,25 +1,28 @@ -//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 -1004, RedScorpion, RedScorpion, 90, 550, 0, 0, 16, 1, 50, 55, 4, 6, 8, 8, 10, 10, 30, 10, 1, 1, 1, 0, 20, 129, 1000, 1872, 672, 480, 517, 2000, 509, 100, 518, 500, 1200, 10, 1199, 760, 1201, 540, 524, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 -1006, GiantMaggot, GiantMaggot, 80, 500, 0, 0, 14, 2, 45, 75, 2, 7, 8, 6, 2, 1, 22, 1, 2, 2, 1, 0, 41, 129, 2000, 1872, 672, 480, 1199, 900, 519, 100, 518, 750, 501, 5000, 502, 3000, 503, 11, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25 -1028, Mouboo, Mouboo, 85, 1200, 0, 0, 16, 2, 30, 75, 65, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1043, Skeleton, Skeleton, 90, 6800, 0, 0, 1467, 1, 51, 284, 12, 10, 35, 18, 3, 8, 71, 65, 1, 1, 1, 0, 29, 175, 340, 1800, 672, 950, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1044, LadySkeleton, LadySkeleton, 90, 5500, 0, 0, 957, 2, 73, 146, 31, 8, 20, 25, 15, 8, 43, 48, 1, 1, 1, 0, 29, 175, 650, 750, 672, 700, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1047, Poltergeist, Poltergeist, 90, 9000, 0, 0, 1306, 3, 110, 150, 0, 15, 35, 0, 15, 15, 75, 50, 1, 1, 1, 0, 27, 137, 330, 740, 672, 400, 774, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1059, GCMaggot, GiantCaveMaggot, 90, 2000, 0, 0, 102, 2, 60, 80, 2, 7, 10, 10, 2, 1, 22, 1, 2, 2, 1, 0, 41, 133, 1000, 1872, 672, 480, 727, 10000, 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, 25 -1066, VampireBat, VampireBat, 80, 800, 0, 0, 9, 1, 55, 150, 10, 8, 8, 8, 1, 4, 20, 4, 6, 1, 1, 3, 24, 129, 800, 1872, 672, 480, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 5115, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1069, Scythe, Scythe, 80, 3000, 0, 0, 617, 1, 200, 350, 30, 10, 100, 250, 1, 1, 150, 90, 1, 50, 1, 0, 40, 133, 220, 700, 672, 500, 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 -1070, BallLightning, BallLightning, 80, 300, 0, 0, 1, 1, 5, 10, 40, 50, 1, 200, 1, 1, 1, 1, 1, 50, 1, 0, 47, 133, 110, 1500, 672, 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 -1073, TheLost, TheLost, 83, 5000, 0, 8750, 2840, 5, 125, 150, 10, 60, 5, 40, 10, 70, 70, 40, 4, 9, 1, 1, 69, 141, 500, 2000, 672, 300, 5110, 500, 5110, 500, 631, 500, 566, 500, 778, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1074, RedBone, RedBone, 90, 8000, 0, 9750, 3434, 2, 100, 330, 24, 30, 35, 25, 3, 50, 80, 75, 2, 2, 1, 1, 29, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 4, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1077, DrunkenSkeleton, DrunkenSkeleton, 90, 7200, 0, 0, 530, 1, 55, 284, 30, 10, 35, 10, 3, 8, 71, 65, 1, 1, 1, 0, 29, 137, 350, 1800, 672, 950, 790, 300, 789, 280, 3003, 100, 3000, 50, 3009, 250, 3006, 400, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1078, TipsySkeleton, TipsySkeleton, 90, 7000, 0, 0, 493, 1, 60, 284, 33, 10, 35, 10, 3, 8, 71, 65, 1, 1, 1, 0, 29, 137, 350, 1800, 672, 950, 787, 300, 788, 280, 3002, 100, 3000, 50, 3007, 400, 3010, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1079, DrunkenLadySkeleton, DrunkenLadySkeleton, 90, 6000, 0, 0, 389, 2, 75, 146, 40, 8, 20, 20, 15, 8, 51, 48, 1, 1, 1, 0, 29, 137, 660, 750, 672, 700, 785, 300, 786, 280, 3001, 100, 3000, 50, 3010, 250, 3009, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1097, SoulEater, SoulEater, 90, 6800, 0, 0, 1746, 1, 129, 354, 12, 10, 35, 18, 3, 8, 71, 65, 1, 1, 1, 0, 29, 175, 340, 1800, 672, 950, 778, 250, 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 -1103, WitchGuard, WitchGuard, 84, 9742, 0, 0, 1060, 2, 200, 220, 25, 30, 90, 65, 45, 5, 120, 69, 1, 1, 1, 0, 89, 133, 290, 1200, 672, 30, 631, 2000, 631, 500, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1104, DemonicMouboo, DemonicMouboo, 85, 800, 0, 0, 32, 2, 40, 70, 35, 15, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 133, 600, 1872, 672, 480, 660, 1000, 660, 500, 703, 750, 4004, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1109, AngrySeaSlime, AngrySeaSlime, 80, 1200, 0, 0, 42, 1, 40, 70, 13, 17, 3, 30, 3, 0, 35, 35, 1, 1, 1, 0, 41, 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 -1115, SeaSlimeMother, SeaSlimeMother, 90, 8000, 0, 0, 900, 5, 100, 150, 10, 20, 1, 15, 10, 10, 10, 10, 1, 1, 1, 0, 44, 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, 2, 30 -1116, UndeadWitch, UndeadWitch, 80, 4200, 0, 0, 722, 3, 50, 110, 8, 31, 15, 20, 10, 25, 50, 40, 1, 1, 1, 0, 29, 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, 2, 30 -1118, GreenSlimeMother, GreenSlimeMother, 90, 8000, 0, 0, 900, 5, 100, 150, 15, 20, 20, 25, 20, 30, 20, 20, 1, 1, 1, 0, 21, 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, 2, 30 -1124, Wight, Wight, 90, 8000, 0, 9000, 1900, 2, 56, 294, 32, 15, 28, 25, 15, 15, 50, 65, 3, 3, 1, 1, 29, 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, 4, 20 -1125, ManaGhost, ManaGhost, 82, 8000, 0, 7500, 2400, 3, 150, 300, 23, 30, 35, 15, 3, 50, 50, 40, 2, 2, 1, 1, 29, 131, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 5110, 700, 631, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1004, RedScorpion, RedScorpion, 90, 550, 0, 168, 16, 1, 50, 55, 4, 6, 8, 8, 10, 10, 30, 10, 9, 10, 1, 0, 01, 129, 1000, 1872, 672, 480, 517, 2000, 509, 100, 518, 500, 1200, 10, 1199, 760, 1201, 540, 524, 25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 50 +1006, GiantMaggot, GiantMaggot, 80, 500, 0, 136, 14, 2, 45, 75, 2, 7, 8, 6, 2, 1, 22, 1, 2, 10, 1, 0, 12, 129, 2000, 1872, 672, 480, 1199, 900, 519, 100, 518, 750, 501, 5000, 502, 3000, 503, 11, 526, 200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25 +1028, Mouboo, Mouboo, 85, 1200, 0, 497, 16, 2, 30, 75, 65, 5, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 01, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1043, Skeleton, Skeleton, 90, 6800, 0, 3940, 1467, 1, 51, 284, 12, 10, 35, 18, 3, 8, 71, 65, 9, 10, 1, 1, 71, 143, 340, 1800, 672, 950, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1044, LadySkeleton, LadySkeleton, 90, 5500, 0, 4120, 957, 2, 73, 146, 31, 8, 20, 25, 15, 8, 43, 48, 9, 10, 1, 1, 71, 143, 650, 750, 672, 700, 775, 200, 775, 280, 776, 300, 631, 1000, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1047, Poltergeist, Poltergeist, 90, 9000, 0, 4230, 1306, 3, 110, 150, 0, 15, 35, 0, 15, 15, 75, 50, 9, 10, 1, 0, 71, 137, 330, 740, 672, 400, 774, 1000, 703, 600, 703, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1059, GCMaggot, GCMaggot, 90, 2000, 0, 685, 102, 2, 60, 80, 2, 7, 10, 10, 2, 1, 22, 1, 2, 10, 1, 0, 12, 133, 1000, 1872, 672, 480, 727, 10000, 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, 25 +1066, VampireBat, VampireBat, 80, 800, 0, 245, 9, 1, 55, 150, 10, 8, 8, 8, 1, 4, 20, 4, 6, 10, 1, 3, 21, 129, 800, 1872, 672, 480, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 5115, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1069, ScytheMob, ScytheMob, 80, 3000, 0, 7042, 617, 1, 200, 350, 30, 10, 100, 250, 1, 1, 150, 90, 9, 10, 1, 0, 02, 133, 220, 700, 672, 500, 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 +1070, BallLightning, BallLightning, 80, 300, 0, 201, 1, 1, 5, 10, 40, 50, 1, 200, 1, 1, 1, 1, 9, 10, 1, 0, 72, 133, 110, 1500, 672, 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 +1073, TheLost, TheLost, 83, 5000, 0, 8750, 2840, 5, 125, 150, 10, 60, 5, 40, 10, 70, 70, 40, 4, 10, 1, 1, 73, 173, 500, 2000, 672, 300, 5110, 500, 5110, 500, 631, 500, 566, 500, 778, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1074, RedBone, RedBone, 90, 8000, 0, 9750, 3434, 2, 100, 330, 24, 30, 35, 25, 3, 50, 80, 75, 2, 10, 1, 1, 71, 143, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 4, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +1077, DrunkenSkeleton, DrunkenSkeleton, 90, 7200, 0, 4825, 530, 1, 55, 284, 30, 10, 35, 10, 3, 8, 71, 65, 9, 10, 1, 1, 71, 137, 350, 1800, 672, 950, 790, 300, 789, 280, 3003, 100, 3000, 50, 3009, 250, 3006, 400, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1078, TipsySkeleton, TipsySkeleton, 90, 7000, 0, 4950, 493, 1, 60, 284, 33, 10, 35, 10, 3, 8, 71, 65, 9, 10, 1, 1, 71, 137, 350, 1800, 672, 950, 787, 300, 788, 280, 3002, 100, 3000, 50, 3007, 400, 3010, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1079, DrunkenLadySkeleton, DrunkenLadySkeleton, 90, 6000, 0, 4565, 389, 2, 75, 146, 40, 8, 20, 20, 15, 8, 51, 48, 9, 10, 1, 1, 71, 137, 660, 750, 672, 700, 785, 300, 786, 280, 3001, 100, 3000, 50, 3010, 250, 3009, 250, 778, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1097, SoulEater, SoulEater, 90, 6800, 0, 4150, 1746, 1, 129, 354, 12, 10, 35, 18, 3, 8, 71, 65, 9, 10, 1, 1, 71, 143, 340, 1800, 672, 950, 778, 250, 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 +1103, WitchGuard, WitchGuard, 84, 9742, 0, 9525, 1060, 2, 200, 220, 25, 30, 90, 65, 45, 5, 120, 69, 9, 10, 1, 1, 74, 133, 290, 1200, 672, 30, 631, 2000, 631, 500, 778, 250, 5267, 50, 5268, 50, 5269, 50, 5270, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1104, DemonicMouboo, DemonicMouboo, 85, 800, 0, 290, 32, 2, 40, 70, 35, 15, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 01, 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, 1, 30 +1109, AngrySeaSlime, AngrySeaSlime, 80, 1200, 0, 505, 42, 1, 40, 70, 13, 17, 3, 30, 3, 0, 35, 35, 9, 10, 1, 0, 12, 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 +1115, SeaSlimeMother, SeaSlimeMother, 90, 8000, 0, 3131, 900, 5, 100, 150, 10, 20, 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, 2, 30 +1116, UndeadWitch, UndeadWitch, 80, 4200, 0, 1875, 722, 3, 50, 110, 8, 31, 15, 20, 10, 25, 50, 40, 9, 10, 1, 1, 71, 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, 2, 30 +1118, GreenSlimeMother, GreenSlimeMother, 90, 8000, 0, 3550, 900, 5, 100, 150, 15, 20, 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, 2, 30 +1124, Wight, Wight, 90, 8000, 0, 9000, 1900, 2, 56, 294, 32, 15, 28, 25, 15, 15, 50, 65, 3, 10, 1, 1, 71, 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, 4, 20 +1125, ManaGhost, ManaGhost, 82, 8000, 0, 7500, 2400, 3, 150, 300, 23, 30, 35, 15, 3, 50, 50, 40, 2, 10, 1, 1, 71, 131, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 5110, 700, 631, 800, 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 11d4cbaf..006dbc60 100644 --- a/world/map/db/mob_db_over_100.txt +++ b/world/map/db/mob_db_over_100.txt @@ -1,74 +1,45 @@ -//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 -1009, BlackScorpion, BlackScorpion, 100, 600, 0, 500, 37, 1, 60, 100, 4, 6, 16, 30, 10, 10, 35, 10, 1, 1, 1, 0, 20, 133, 1000, 1500, 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, 2, 50 -1010, Snake, Snake, 115, 850, 0, 722, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 1, 1, 1, 0, 20, 133, 900, 1300, 672, 480, 641, 150, 0, 0, 714, 400, 714, 400, 710, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1012, Spider, Spider, 125, 800, 0, 690, 115, 1, 70, 85, 4, 6, 14, 13, 10, 10, 35, 10, 1, 1, 1, 0, 25, 175, 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, 2, 40 -1013, EvilMushroom, EvilMushroom, 110, 650, 0, 0, 35, 1, 65, 80, 4, 6, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 137, 800, 1800, 672, 480, 535, 500, 540, 10, 534, 100, 566, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 -1014, PinkFlower, PinkFlower, 115, 700, 0, 0, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 2, 1, 3, 22, 128, 800, 800, 672, 480, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 -1015, SantaSlime, SantaSlime, 120, 750, 0, 0, 58, 1, 75, 80, 2, 7, 1, 20, 1, 0, 30, 30, 1, 1, 1, 0, 21, 161, 1500, 1872, 672, 480, 512, 800, 513, 700, 514, 600, 519, 500, 527, 400, 538, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 -1022, JackO, JackO, 175, 10000, 0, 18130, 1241, 2, 100, 500, 40, 18, 105, 40, 85, 75, 105, 95, 1, 1, 1, 0, 20, 133, 250, 1500, 672, 480, 617, 300, 622, 400, 624, 400, 620, 400, 615, 300, 1203, 400, 1198, 10000, 616, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1023, FireSkull, FireSkull, 170, 5000, 0, 0, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 1, 1, 1, 3, 23, 175, 600, 1600, 672, 480, 631, 1000, 701, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1024, PoisonSkull, PoisonSkull, 170, 5000, 0, 0, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 1, 1, 1, 3, 25, 175, 600, 1600, 672, 480, 631, 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, 4, 20 -1026, MountainSnake, MountainSnake, 130, 900, 0, 1024, 63, 1, 80, 125, 4, 6, 20, 40, 10, 10, 35, 45, 1, 1, 1, 0, 20, 133, 1000, 1500, 672, 480, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1034, GrassSnake, GrassSnake, 140, 1000, 0, 1254, 103, 1, 80, 120, 2, 10, 20, 40, 10, 10, 40, 50, 1, 1, 1, 0, 20, 133, 500, 1100, 672, 480, 716, 400, 716, 400, 712, 500, 676, 500, 660, 1600, 641, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 -1036, Zombie, Zombie, 110, 12000, 0, 0, 1393, 2, 275, 355, 20, 14, 30, 15, 30, 3, 60, 40, 1, 1, 1, 0, 29, 133, 480, 1872, 672, 900, 631, 1000, 777, 700, 778, 500, 779, 200, 780, 150, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1042, Spectre, Spectre, 140, 6500, 0, 3978, 359, 3, 160, 220, 40, 0, 35, 70, 22, 15, 20, 70, 1, 1, 1, 0, 49, 137, 650, 1700, 800, 500, 773, 1000, 703, 150, 703, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1045, Fallen, Fallen, 120, 10000, 0, 7812, 1663, 2, 180, 430, 5, 18, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 775, 210, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1062, Terranite, Terranite, 110, 6000, 0, 0, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 1, 1, 1, 0, 29, 133, 400, 872, 672, 900, 4001, 600, 4004, 20, 4005, 20, 4007, 20, 763, 500, 640, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1067, Reaper2, Reaper2, 140, 40000, 0, 0, 156, 7, 200, 350, 30, 50, 100, 120, 70, 120, 100, 75, 1, 50, 1, 1, 89, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1068, Reaper, Reaper, 140, 40000, 0, 0, 156, 7, 200, 350, 30, 70, 100, 120, 70, 120, 100, 75, 1, 50, 1, 1, 89, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1071, IceElement, IceElement, 100, 5000, 0, 0, 689, 3, 60, 200, 5, 20, 15, 25, 40, 15, 45, 30, 1, 1, 1, 0, 41, 135, 330, 740, 672, 400, 4026, 900, 537, 750, 568, 400, 543, 900, 544, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 -1072, Yeti, Yeti, 100, 8500, 0, 0, 726, 2, 100, 400, 60, 15, 60, 5, 45, 15, 60, 32, 1, 1, 1, 0, 61, 135, 220, 1200, 672, 900, 4023, 700, 4024, 300, 4025, 400, 4027, 142, 4021, 800, 4022, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1075, Stalker, Stalker, 120, 20000, 0, 0, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 2, 1, 1, 29, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1085, IceSkull, IceSkull, 170, 7000, 0, 0, 757, 2, 75, 400, 40, 15, 40, 30, 30, 30, 35, 44, 1, 1, 1, 3, 21, 141, 600, 1600, 672, 480, 4026, 5000, 862, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1096, SoulSnake, SoulSnake, 115, 850, 0, 0, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 1, 1, 1, 0, 20, 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, 2, 30 -1102, Luvia, Luvia, 127, 48044, 60, 0, 12172, 5, 339, 364, 50, 92, 1, 29, 55, 255, 255, 255, 31, 30, 1, 0, 69, 181, 220, 1200, 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 -1106, WickedMushroom, WickedMushroom, 110, 550, 0, 0, 30, 1, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 133, 800, 1800, 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, 1, 60 -//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 -1114, Nutcracker, Nutcracker, 110, 6000, 0, 0, 769, 1, 81, 281, 20, 37, 40, 20, 10, 5, 60, 40, 1, 1, 1, 0, 29, 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, 2, 30 -1119, Thug, Thug, 170, 5000, 0, 0, 999, 1, 125, 250, 30, 6, 10, 10, 60, 10, 50, 70, 1, 10, 1, 0, 2, 175, 500, 1200, 672, 480, 539, 1000, 657, 1000, 701, 500, 703, 250, 700, 250, 764, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1120, Swashbuckler, Swashbuckler, 170, 5000, 0, 0, 999, 1, 75, 250, 23, 25, 20, 20, 40, 30, 90, 70, 1, 10, 1, 0, 2, 175, 400, 800, 672, 480, 539, 1000, 657, 1000, 701, 500, 703, 250, 700, 250, 622, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1121, Grenadier, Grenadier, 170, 6000, 0, 0, 999, 6, 100, 200, 8, 50, 12, 10, 50, 60, 90, 70, 1, 10, 1, 0, 5, 175, 500, 2000, 672, 480, 539, 1000, 657, 1000, 701, 500, 704, 250, 700, 250, 765, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1122, DreadPirateMarley, DreadPirateMarley, 180, 10000, 0, 0, 20000, 4, 175, 250, 38, 32, 10, 20, 40, 20, 90, 80, 1, 30, 1, 0, 2, 175, 400, 700, 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 -1123, DreadPirateMarleyClone, DreadPirateMarleyClone, 150, 2000, 0, 0, 0, 4, 175, 250, 18, 22, 10, 40, 30, 20, 80, 40, 1, 30, 1, 0, 2, 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 -1126, PsiBrain, PsiBrain, 100, 10000, 0, 0, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 2, 1, 1, 29, 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, 4, 20 -1127, GeneralKrukan, GeneralKrukan, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 1000, 776, 1000, 631, 1000, 5128, 2, 636, 6, 637, 25, 638, 50, 639, 8, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 6, 50 -1128, GeneralRazha, GeneralRazha, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 5129, 5, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1129, GeneralTerogan, GeneralTerogan, 140, 40000, 0, 0, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 300, 1200, 672, 300, 775, 210, 5130, 1, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1130, Moonshroom, Moonshroom, 110, 550, 0, 0, 35, 4, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 133, 800, 1800, 672, 480, 566, 500, 518, 500, 730, 300, 540, 100, 703, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 -1132, LavaSlime, LavaSlime, 135, 4144, 0, 6000, 1111, 2, 105, 260, 75, 80, 30, 15, 35, 10, 70, 250, 1, 1, 1, 0, 43, 135, 900, 1300, 672, 100, 904, 10000, 703, 2500, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 -1133, Anne, Anne, 110, 12000, 0, 1100, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 1, 1, 1, 0, 29, 133, 380, 872, 672, 900, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1134, SUSAN, SUSAN, 255, 696969, 0, 69000, 1400, 1, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 1, 1, 1, 0, 29, 161, 1500, 1872, 672, 480, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 -1135, LovelyMaggot, LovelyMaggot, 1, 50, 0, 1, 1, 1, 69, 6969, 0, 5, 5, 5, 1, 0, 6, 5, 1, 1, 1, 3, 21, 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 -1136, LesserGhost, LesserGhost, 1, 1, 0, 1, 1, 0, 150, 300, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 1, 29, 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, 4, 20 -1137, Tormenta, Tormenta, 200, 18000, 60, 500000, 5000, 5, 360, 374, 48, 70, 1, 32, 60, 255, 255, 255, 31, 30, 1, 0, 69, 181, 210, 1200, 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 -//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 -1138, ManaGuard, ManaGuardian, 180, 20000, 280, 27000, 5000, 2, 280, 324, 22, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 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 -1139, Virus, Virus, 170, 5000, 0, 0, 721, 6, 45, 75, 37, 12, 30, 30, 20, 20, 25, 60, 1, 1, 1, 3, 25, 175, 600, 1872, 672, 480, 787, 500, 743, 1100, 5236, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 -1140, Tengu, Tengu, 180, 24000, 280, 45000, 5000, 2, 180, 224, 67, 9, 31, 22, 90, 97, 255, 95, 31, 30, 1, 0, 69, 181, 310, 1200, 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 -1141, Sasquatch, Sasquatch, 180, 24000, 280, 45000, 5000, 1, 420, 444, 12, 27, 31, 22, 90, 97, 255, 95, 31, 30, 1, 0, 69, 181, 310, 1200, 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 -1142, Kage, ZaxDeKagen, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 30, 1, 0, 69, 181, 210, 672, 672, 50, 668, 10000, 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 -1143, ManaSlayer, ManaSlayer, 180, 24000, 280, 42000, 5000, 2, 260, 274, 22, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 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 -1144, Dragon, GreatDragon, 250, 29999, 280, 1, 1, 3, 60, 90, 67, 67, 199, 2, 199, 197, 255, 95, 31, 30, 1, 0, 69, 181, 210, 1200, 672, 50, 759, 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 -1145, KageGolem, KageGolem, 180, 29999, 280, 150000, 15000, 6, 140, 174, 72, 55, 31, 22, 90, 127, 255, 125, 31, 30, 1, 0, 69, 181, 410, 1000, 672, 50, 5251, 10000, 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, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 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 -1147, Koyntety, Koyntety, 181, 27000, 280, 72000, 5000, 4, 220, 240, 52, 52, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 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 -1148, DoomGolem, DoomGolem, 180, 22000, 280, 65000, 2000, 3, 160, 180, 60, 30, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 5253, 4, 666, 30, 537, 800, 779, 150, 780, 150, 777, 70, 1198, 50, 5258, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1149, Enchanter, Enchanter, 181, 19000, 280, 55000, 2000, 8, 140, 180, 30, 60, 31, 22, 90, 127, 255, 105, 31, 30, 1, 0, 69, 181, 240, 800, 672, 50, 1227, 2, 666, 30, 537, 800, 779, 90, 780, 80, 777, 70, 1198, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1150, ManaTyrant, ManaTyrant, 180, 24000, 280, 27000, 5000, 2, 300, 325, 42, 67, 31, 22, 90, 127, 255, 95, 31, 30, 1, 0, 69, 181, 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 -//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 -1151, VoidFlower, VoidFlower, 115, 7000, 0, 0, 40, 12, 400, 420, 0, 5, 16, 12, 20, 20, 255, 50, 12, 12, 1, 3, 22, 128, 800, 2000, 672, 180, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1152, VoidArchant, VoidArchant, 130, 6000, 0, 0, 14, 1, 140, 180, 36, 6, 10, 5, 1, 0, 12, 10, 1, 1, 1, 0, 25, 133, 800, 1500, 672, 200, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1153, VoidSlime, VoidSlime, 135, 4144, 0, 6000, 70, 2, 105, 160, 75, 40, 30, 15, 35, 10, 70, 250, 1, 1, 1, 0, 43, 135, 1100, 1500, 672, 200, 904, 10000, 703, 2500, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1154, VoidSnake, VoidSnake, 130, 2000, 0, 0, 63, 1, 80, 120, 4, 6, 20, 40, 10, 10, 35, 45, 1, 1, 1, 0, 20, 133, 320, 1500, 672, 200, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1155, VoidBat, VoidBat, 100, 400, 0, 0, 3, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 24, 133, 200, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 -1156, VoidMaggot, VoidMaggot, 100, 400, 0, 0, 1, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 1, 1, 1, 3, 21, 133, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1157, VoidSoldier, VoidSoldier, 120, 8000, 0, 0, 663, 7, 20, 30, 5, 20, 40, 3, 25, 5, 80, 45, 1, 1, 1, 0, 49, 133, 500, 1600, 672, 300, 779, 210, 780, 210, 698, 200, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 -1158, VoidMouboo, VoidMouboo, 100, 5000, 0, 0, 16, 2, 50, 65, 60, 5, 15, 5, 15, 0, 40, 10, 2, 2, 1, 3, 20, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 -1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 0, 37, 1, 60, 90, 4, 6, 16, 30, 10, 10, 35, 10, 1, 1, 1, 0, 20, 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 -1160, VoidShroom, VoidShroom, 110, 5500, 0, 0, 30, 3, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 1, 1, 1, 3, 22, 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 -1161, Xakelbael, Xakelbael, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 30, 1, 0, 69, 181, 210, 672, 672, 50, 668, 10000, 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 -1166, Snowman, Snowman, 100, 4200, 0, 2897, 689, 1, 60, 80, 5, 20, 15, 25, 40, 15, 75, 30, 8, 10, 1, 3, 20, 133, 800, 1872, 672, 480, 567, 800, 668, 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 -1167, SnowmanBoss, SnowmanBoss, 100, 35000, 0, 28970, 1689, 3, 60, 80, 20, 20, 15, 15, 10, 15, 95, 50, 14, 16, 1, 3, 20, 165, 700, 1672, 672, 480, 567, 800, 668, 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 -1169, CrystalSpider, CrystalSpider, 140, 1000, 0, 800, 200, 1, 80, 95, 8, 12, 20, 15, 20, 11, 45, 30, 1, 1, 1, 0, 25, 155, 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, 2, 40 -1170, CrystalGolem, CrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 187, 320, 1000, 672, 50, 4002, 50, 4003, 50, 4004, 50, 4005, 50, 4006, 50, 4007, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 -1171, BlackCrystalGolem, BlackCrystalGolem, 180, 25000, 280, 68000, 2200, 3, 170, 190, 75, 40, 35, 26, 99, 127, 255, 105, 31, 30, 1, 0, 69, 181, 320, 1000, 672, 50, 631, 10000, 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 +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1009, BlackScorpion, BlackScorpion, 100, 600, 0, 500, 37, 1, 60, 100, 4, 6, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 01, 133, 1000, 1500, 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, 2, 50 +1010, Snake, Snake, 115, 850, 0, 722, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 9, 10, 1, 0, 01, 133, 900, 1300, 672, 480, 641, 150, 714, 400, 714, 400, 710, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1012, Spider, Spider, 125, 800, 0, 690, 115, 1, 70, 85, 4, 6, 14, 13, 10, 10, 35, 10, 9, 10, 1, 0, 21, 143, 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, 2, 40 +1013, EvilMushroom, EvilMushroom, 110, 650, 0, 233, 35, 1, 65, 80, 4, 6, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 21, 137, 800, 1800, 672, 480, 535, 500, 540, 10, 534, 100, 566, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1014, PinkFlower, PinkFlower, 115, 700, 0, 296, 40, 2, 70, 75, 0, 5, 16, 12, 20, 20, 20, 50, 2, 10, 1, 3, 21, 128, 800, 800, 672, 480, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 50 +1015, SantaSlime, SantaSlime, 120, 750, 0, 298, 58, 1, 75, 80, 2, 7, 1, 20, 1, 0, 30, 30, 9, 10, 1, 0, 11, 129, 1500, 1872, 672, 480, 512, 800, 513, 700, 514, 600, 519, 500, 527, 400, 538, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10 +1026, MountainSnake, MountainSnake, 130, 900, 0, 1024, 63, 1, 80, 125, 4, 6, 20, 40, 10, 10, 35, 45, 9, 10, 1, 0, 01, 133, 1000, 1500, 672, 480, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1034, GrassSnake, GrassSnake, 140, 1000, 0, 1254, 103, 1, 80, 120, 2, 10, 20, 40, 10, 10, 40, 50, 9, 10, 1, 0, 01, 133, 500, 1100, 672, 480, 716, 400, 716, 400, 712, 500, 676, 500, 660, 1600, 641, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40 +1036, Zombie, Zombie, 110, 12000, 0, 7782, 1393, 2, 275, 355, 20, 14, 30, 15, 30, 3, 60, 40, 9, 10, 1, 1, 71, 133, 480, 1872, 672, 900, 631, 1000, 777, 700, 778, 500, 779, 200, 780, 150, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1042, Spectre, Spectre, 140, 6500, 0, 3978, 359, 3, 160, 220, 40, 0, 35, 70, 22, 15, 20, 70, 9, 10, 1, 1, 72, 137, 650, 1700, 800, 500, 773, 1000, 703, 600, 703, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1045, Fallen, Fallen, 120, 10000, 0, 7812, 1663, 2, 180, 430, 5, 18, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 72, 133, 300, 1200, 672, 300, 775, 210, 775, 210, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1062, Terranite, Terranite, 110, 6000, 0, 4851, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 9, 10, 1, 1, 71, 133, 400, 872, 672, 900, 4001, 600, 4004, 20, 4005, 20, 4007, 20, 763, 500, 640, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1067, Reaper2, Reaper2, 140, 40000, 0, 64128, 156, 7, 200, 350, 30, 50, 100, 120, 70, 120, 100, 75, 9, 10, 1, 1, 74, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1068, Reaper, Reaper, 140, 40000, 0, 64128, 156, 7, 200, 350, 30, 70, 100, 120, 70, 120, 100, 75, 9, 10, 1, 1, 74, 165, 500, 1200, 800, 300, 777, 1000, 775, 500, 776, 100, 1221, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1071, IceElement, IceElement, 100, 5000, 0, 2897, 689, 3, 60, 200, 5, 20, 15, 25, 40, 15, 45, 30, 9, 10, 1, 0, 12, 135, 330, 740, 672, 400, 4026, 900, 537, 750, 568, 400, 543, 900, 544, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 20 +1072, Yeti, Yeti, 100, 8500, 0, 9040, 726, 2, 100, 400, 60, 15, 60, 5, 45, 15, 60, 32, 9, 10, 1, 0, 13, 135, 220, 1200, 672, 900, 4023, 700, 4024, 300, 4025, 400, 4027, 142, 4021, 800, 4022, 700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1075, Stalker, Stalker, 120, 20000, 0, 15628, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 10, 1, 1, 71, 175, 340, 1800, 672, 950, 775, 75, 775, 115, 776, 135, 631, 40, 778, 500, 1198, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 20 +1096, SoulSnake, SoulSnake, 115, 850, 0, 325, 56, 1, 75, 90, 4, 6, 20, 11, 10, 10, 35, 10, 9, 10, 1, 0, 01, 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, 2, 30 +1102, Luvia, Luvia, 127, 48044, 60, 315973, 12172, 5, 339, 364, 50, 92, 1, 29, 55, 255, 255, 255, 31, 10, 1, 1, 73, 181, 220, 1200, 672, 50, 5267, 10, 5268, 10, 5269, 10, 5270, 10, 5271, 10, 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, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 21, 133, 800, 1800, 672, 480, 613, 600, 4007, 50, 567, 100, 566, 1000, 5271, 40, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1114, Nutcracker, Nutcracker, 110, 6000, 0, 4226, 769, 1, 81, 281, 20, 37, 40, 20, 10, 5, 60, 40, 9, 10, 1, 1, 71, 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, 2, 30 +1123, DreadPirateMarleyClone, DreadPirateMarleyClone, 150, 2000, 0, 1652, 0, 4, 175, 250, 18, 22, 10, 40, 30, 20, 80, 40, 9, 10, 1, 0, 01, 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 +1126, PsiBrain, PsiBrain, 100, 10000, 0, 7255, 4000, 2, 220, 500, 23, 30, 35, 15, 3, 50, 50, 50, 2, 10, 1, 1, 71, 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, 4, 20 +1127, GeneralKrukan, GeneralKrukan, 140, 40000, 0, 27536, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 72, 165, 300, 1200, 672, 300, 775, 1000, 776, 1000, 631, 1000, 5128, 2, 636, 6, 637, 25, 638, 50, 639, 8, 0, 0, 778, 0, 0, 0, 0, 0, 0, 0, 6, 50 +1128, GeneralRazha, GeneralRazha, 140, 40000, 0, 27536, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 72, 165, 300, 1200, 672, 300, 775, 210, 5129, 5, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 0, 0, 1198, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1129, GeneralTerogan, GeneralTerogan, 140, 40000, 0, 27536, 1663, 2, 180, 430, 5, 20, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 72, 165, 300, 1200, 672, 300, 775, 210, 5130, 1, 776, 300, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 0, 0, 1198, 0, 0, 0, 0, 0, 0, 0, 4, 50 +1130, Moonshroom, Moonshroom, 110, 550, 0, 224, 35, 4, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 21, 133, 800, 1800, 672, 480, 566, 500, 518, 500, 703, 400, 730, 300, 540, 100, 5271, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60 +1132, LavaSlime, LavaSlime, 135, 4144, 0, 6000, 1111, 2, 105, 260, 75, 80, 30, 15, 35, 10, 70, 250, 9, 10, 1, 0, 32, 135, 900, 1300, 672, 100, 904, 10000, 703, 5000, 703, 5000, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 40 +1133, Anne, Anne, 110, 12000, 0, 1100, 889, 1, 200, 300, 20, 35, 60, 40, 40, 30, 60, 40, 9, 10, 1, 1, 71, 133, 380, 872, 672, 900, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1151, VoidFlower, VoidFlower, 115, 7000, 0, 1068, 40, 12, 400, 420, 0, 5, 16, 12, 20, 20, 255, 50, 12, 10, 1, 3, 21, 128, 800, 2000, 672, 180, 535, 100, 540, 10, 1199, 100, 526, 400, 565, 1000, 565, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1152, VoidArchant, VoidArchant, 130, 6000, 0, 1598, 14, 1, 140, 180, 36, 6, 10, 5, 1, 0, 12, 10, 9, 10, 1, 0, 21, 133, 800, 1500, 672, 200, 537, 300, 535, 100, 640, 40, 4001, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1153, VoidSlime, VoidSlime, 135, 4144, 0, 6000, 70, 2, 105, 160, 75, 40, 30, 15, 35, 10, 70, 250, 9, 10, 1, 0, 32, 135, 1100, 1500, 672, 200, 904, 10000, 703, 5000, 703, 5000, 640, 1000, 701, 1000, 4001, 1000, 825, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1154, VoidSnake, VoidSnake, 130, 2000, 0, 541, 63, 1, 80, 120, 4, 6, 20, 40, 10, 10, 35, 45, 9, 10, 1, 0, 01, 133, 320, 1500, 672, 200, 532, 20, 641, 350, 715, 400, 715, 400, 711, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1155, VoidBat, VoidBat, 100, 400, 0, 81, 3, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 21, 133, 200, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 521, 70, 522, 1, 753, 3000, 754, 2000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1156, VoidMaggot, VoidMaggot, 100, 400, 0, 74, 1, 1, 10, 25, 0, 5, 1, 1, 1, 0, 20, 25, 9, 10, 1, 3, 11, 133, 800, 1872, 672, 480, 505, 800, 501, 150, 518, 400, 533, 150, 502, 70, 522, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1157, VoidSoldier, VoidSoldier, 120, 8000, 0, 1957, 663, 7, 20, 30, 5, 20, 40, 3, 25, 5, 80, 45, 9, 10, 1, 1, 72, 133, 500, 1600, 672, 300, 779, 210, 780, 210, 698, 200, 631, 1000, 636, 3, 658, 2, 532, 35, 778, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 40 +1158, VoidMouboo, VoidMouboo, 100, 5000, 0, 1338, 16, 2, 50, 65, 60, 5, 15, 5, 15, 0, 40, 10, 2, 10, 1, 3, 01, 129, 600, 1872, 672, 480, 660, 1000, 660, 500, 541, 750, 660, 50, 806, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30 +1159, VoidScorpion, VoidScorpion, 110, 6000, 0, 1327, 37, 1, 60, 90, 4, 6, 16, 30, 10, 10, 35, 10, 9, 10, 1, 0, 01, 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 +1160, VoidShroom, VoidShroom, 110, 5500, 0, 1223, 30, 3, 70, 80, 4, 4, 16, 12, 10, 10, 35, 10, 9, 10, 1, 3, 21, 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 +1166, Snowman, Snowman, 100, 4200, 0, 2897, 689, 1, 60, 80, 5, 20, 15, 25, 40, 15, 75, 30, 8, 10, 1, 3, 01, 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 +1167, SnowmanBoss, SnowmanBoss, 100, 35000, 0, 28970, 1689, 3, 60, 80, 20, 20, 15, 15, 10, 15, 95, 50, 14, 16, 1, 3, 01, 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 diff --git a/world/map/db/mob_db_over_150.txt b/world/map/db/mob_db_over_150.txt new file mode 100644 index 00000000..b7caf779 --- /dev/null +++ b/world/map/db/mob_db_over_150.txt @@ -0,0 +1,28 @@ +//THIS FILE IS GENERATED AUTOMATICALLY +//DO NOT EDIT IT DIRECTLY +//Edit mob_db.conf instead! +//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 +1022, JackO, JackO, 175, 10000, 0, 18130, 1241, 2, 100, 500, 40, 18, 105, 40, 85, 75, 105, 95, 9, 10, 1, 0, 01, 133, 250, 1500, 672, 480, 617, 300, 622, 400, 624, 400, 620, 400, 615, 300, 1203, 400, 1198, 10000, 616, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1023, FireSkull, FireSkull, 170, 5000, 0, 5808, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 9, 10, 1, 3, 31, 143, 600, 1600, 672, 480, 631, 1000, 701, 5000, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1024, PoisonSkull, PoisonSkull, 170, 5000, 0, 5808, 721, 2, 75, 175, 35, 15, 40, 30, 30, 30, 35, 70, 9, 10, 1, 3, 21, 143, 600, 1600, 672, 480, 631, 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, 4, 20 +1085, IceSkull, IceSkull, 170, 7000, 0, 7595, 757, 2, 75, 400, 40, 15, 40, 30, 30, 30, 35, 44, 9, 10, 1, 3, 11, 141, 600, 1600, 672, 480, 4026, 5000, 862, 800, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1119, Thug, Thug, 170, 5000, 0, 5491, 999, 1, 125, 250, 30, 6, 10, 10, 60, 10, 50, 70, 9, 10, 1, 0, 01, 143, 500, 1200, 672, 480, 539, 1000, 657, 1000, 703, 1000, 701, 500, 700, 250, 764, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1120, Swashbuckler, Swashbuckler, 170, 5000, 0, 5434, 999, 1, 75, 250, 23, 25, 20, 20, 40, 30, 90, 70, 9, 10, 1, 0, 01, 143, 400, 800, 672, 480, 539, 1000, 657, 1000, 703, 1000, 701, 500, 700, 250, 622, 500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1121, Grenadier, Grenadier, 170, 6000, 0, 4332, 999, 6, 100, 200, 8, 50, 12, 10, 50, 60, 90, 70, 9, 10, 1, 0, 01, 143, 500, 2000, 672, 480, 539, 1000, 657, 1000, 701, 500, 704, 250, 700, 250, 765, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 40 +1122, DreadPirateMarley, DreadPirateMarley, 180, 10000, 0, 17612, 20000, 4, 175, 250, 38, 32, 10, 20, 40, 20, 90, 80, 9, 10, 1, 0, 01, 175, 400, 700, 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 +1134, SUSAN, SUSAN, 255, 696969, 0, 69000, 1400, 1, 0, 0, 69, 69, 69, 69, 69, 69, 69, 69, 9, 10, 1, 1, 71, 161, 1500, 1872, 672, 480, 838, 6000, 839, 6000, 840, 6000, 1229, 200, 1230, 500, 1231, 500, 1232, 500, 1281, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 30 +1137, Tormenta, Tormenta, 200, 18000, 60, 500000, 5000, 5, 360, 374, 48, 70, 1, 32, 60, 255, 255, 255, 31, 10, 1, 1, 73, 181, 210, 1200, 672, 50, 5267, 10, 5268, 10, 5269, 10, 5270, 10, 5271, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1138, ManaGuard, ManaGuard, 180, 20000, 280, 27000, 5000, 2, 280, 324, 22, 67, 31, 22, 90, 127, 255, 95, 31, 10, 1, 1, 73, 149, 210, 1200, 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 +1139, Virus, Virus, 170, 5000, 0, 5254, 721, 6, 45, 75, 37, 12, 30, 30, 20, 20, 25, 60, 9, 10, 1, 3, 21, 143, 600, 1872, 672, 480, 787, 500, 743, 1100, 5236, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 +1140, Tengu, Tengu, 180, 24000, 280, 45000, 5000, 2, 180, 224, 67, 9, 31, 22, 90, 97, 255, 95, 31, 10, 1, 1, 73, 149, 310, 1200, 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 +1141, Sasquatch, Sasquatch, 180, 24000, 280, 45000, 5000, 1, 420, 444, 12, 27, 31, 22, 90, 97, 255, 95, 31, 10, 1, 1, 73, 149, 310, 1200, 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 +1142, Kage, Kage, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 10, 1, 1, 73, 181, 210, 672, 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 +1143, ManaSlayer, ManaSlayer, 180, 24000, 280, 42000, 5000, 2, 260, 274, 22, 67, 31, 22, 90, 127, 255, 95, 31, 10, 1, 1, 73, 149, 210, 1200, 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 +1144, Dragon, Dragon, 250, 29999, 280, 1, 1, 3, 60, 90, 67, 67, 199, 2, 199, 197, 255, 95, 31, 10, 1, 1, 73, 181, 210, 1200, 672, 50, 759, 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 +1145, KageGolem, KageGolem, 180, 29999, 280, 150000, 15000, 6, 140, 174, 72, 55, 31, 22, 90, 127, 255, 125, 31, 10, 1, 1, 73, 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 +1146, Flashmob, Flashmob, 181, 27000, 280, 72000, 5000, 1, 40, 60, 57, 57, 31, 22, 90, 127, 255, 95, 31, 10, 1, 1, 73, 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 +1147, Koyntety, Koyntety, 181, 27000, 280, 72000, 5000, 4, 220, 240, 52, 52, 31, 22, 90, 127, 255, 105, 31, 10, 1, 1, 73, 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 +1148, DoomGolem, DoomGolem, 180, 22000, 280, 65000, 2000, 3, 160, 180, 60, 30, 31, 22, 90, 127, 255, 105, 31, 10, 1, 1, 73, 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, 1, 10 +1149, Enchanter, Enchanter, 181, 19000, 280, 55000, 2000, 8, 140, 180, 30, 60, 31, 22, 90, 127, 255, 105, 31, 10, 1, 1, 73, 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, 1, 10 +1150, ManaTyrant, ManaTyrant, 180, 24000, 280, 27000, 5000, 2, 300, 325, 42, 67, 31, 22, 90, 127, 255, 95, 31, 10, 1, 1, 73, 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 +1161, Xakelbael, Xakelbael, 200, 29999, 280, 999999, 99999, 9, 90, 124, 74, 100, 199, 2, 199, 197, 255, 175, 31, 10, 1, 1, 73, 181, 210, 672, 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 -- cgit v1.2.3-60-g2f50 From ff4219c29cdf089a59750e20c2e51cb63edb0f98 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 12:51:38 -0300 Subject: Update CI script so "Legacy" job can run. It automatically rebuild mob_db and deletes changes on auto-generated files. And can cause a recursion loop D: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ef34ba6..f6a4c1e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ legacy: - apt-get install -qq -y make zip zlib1g-dev zlibc python ssh rsync python3 git - git config --global credential.helper store - echo "https://numa:$SYNC_KEY@git.themanaworld.org" > ~/.git-credentials + - git checkout master - git submodule update --init - pwd - cd tools -- cgit v1.2.3-60-g2f50 From c62e768cc51f9607b85642c78d32cbcbc519f880 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 11 Nov 2022 13:24:58 -0300 Subject: Time to see CI in action :3 --- tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools b/tools index 00e0e859..f279c768 160000 --- a/tools +++ b/tools @@ -1 +1 @@ -Subproject commit 00e0e859e210d774015f5da5c079ad65e96dc1a4 +Subproject commit f279c768e5d93986125f709420a486e81bf53858 -- cgit v1.2.3-60-g2f50