//================= Hercules Database =====================================
//= _ _ _
//= | | | | | |
//= | |_| | ___ _ __ ___ _ _| | ___ ___
//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
//= | | | | __/ | | (__| |_| | | __/\__ \
//= \_| |_/\___|_| \___|\__,_|_|\___||___/
//================= License ===============================================
//= This file is part of Hercules.
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2014-2020 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 .
//=========================================================================
//= Items Database
//=========================================================================
item_db: (
/**************************************************************************
************* 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"; use "IT_VIRTUAL" for fake items)
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: { (defaults to all job)
All: true/false (boolean, defaults to false)
Viro: true/false (boolean, defaults to false)
CaveUkar: true/false (boolean, defaults to false)
FireKralog: true/false (boolean, defaults to false)
LightRaijin: true/false (boolean, defaults to false)
SeaTritan: true/false (boolean, defaults to false)
FrostKralog: true/false (boolean, defaults to false)
DarkRaijin: true/false (boolean, defaults to false)
ArgaesViro: true/false (boolean, defaults to false)
TonoriViro: true/false (boolean, defaults to false)
LakeTritan: true/false (boolean, defaults to false)
MountainUkar: true/false (boolean, defaults to false)
}
Job: Job mask (alternate format, 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)
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)
ShowDropEffect: true/false (boolean, defaults to false)
DropEffectMode: Effect Type (int, default to 0)
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)
nostorage: true/false (boolean, defaults to false)
nocart: true/false (boolean, defaults to false)
noselltonpc: true/false (boolean, defaults to false)
nomail: true/false (boolean, defaults to false)
noauction: true/false (boolean, defaults to false)
nogstorage: true/false (boolean, defaults to false)
partneroverride: 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) ">
OnRentalStartScript: <" On item renting script, gets called after item is created in inventory (can also be multi-line) ">
OnRentalEndScript: <" On item rent end/expire script, gets called after item is removed from inventory (can also be multi-line) ">
AllowCards: {
idNUM: amount (NUM is id number, amount is amount)
}
AllowAmmo: {
idNUM: something (NUM is id number)
}
},
**************************************************************************/
/*
501 699 = Usable Items
700 999 = Generic Items
1000 1099 = Necklaces
1100 1299 = Rings
1300 1799 = Chest Armors
1800 1999 = Boots
2000 2199 = Gloves
2200 2499 = Pants
2500 2699 = Wings
2700 2899 = Shields
2900 3199 = Head Gears
3200 3499 = Neck Armors
3500 3999 = Weapons
4000 4999 = Pets
5000 5499 = Cards
5500 5999 = Card Groups (using item_group.conf)
6000 6999 = Bows
7000 7999 = Arrows
8000 8499 = LEGACY merge items, generic or usable
*/
{
Id: 501
AegisName: "Acorn"
Name: "Acorn"
Type: "IT_HEALING"
Buy: 20
Sell: 7
Weight: 3
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
if (@useType == 1)
{
if (!getmapxy(.@map$, .@x, .@y, 0))
{
monster(.@map$, .@x, .@y, l("Oak"), 1017, 1);
}
}
else
{
@min = 12;
@max = 18;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
}
">
},
{
Id: 502
AegisName: "Bread"
Name: "Bread"
Type: "IT_HEALING"
Buy: 50
Sell: 15
Weight: 25
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 25;
@max = 40;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 503
AegisName: "Fungus"
Name: "Fungus"
Type: "IT_HEALING"
Buy: 45
Sell: 15
Weight: 8
Delay: 1000
UseEffect: "EFFECT_HEAL"
Script: <"
sc_end SC_POISON;
@min = 25;
@max = 35;
@delay = 5;
@type = 4;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 504
AegisName: "Cheese"
Name: "Cheese"
Type: "IT_HEALING"
Buy: 55
Sell: 18
Weight: 3
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 30;
@max = 50;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 505
AegisName: "PiouLegs"
Name: "Piou Legs"
Type: "IT_HEALING"
Buy: 15
Sell: 5
Weight: 4
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 7;
@max = 13;
@delay = 2;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 506
AegisName: "LettuceLeaf"
Name: "Lettuce Leaf"
Type: "IT_HEALING"
Buy: 30
Sell: 10
Weight: 1
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 15;
@max = 25;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 507
AegisName: "Piberries"
Name: "Piberries"
Type: "IT_HEALING"
Buy: 20
Sell: 5
Weight: 2
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 12;
@max = 23;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 508
AegisName: "SeaDrops"
Name: "Sea Drops"
Type: "IT_HEALING"
Buy: 3
Sell: 1
Weight: 4
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_POISON, 30000, 0;
@min = 10;
@max = 20;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 509
AegisName: "Aquada"
Name: "Aquada"
Type: "IT_HEALING"
Buy: 120
Sell: 40
Weight: 16
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 75;
@max = 100;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 510
AegisName: "PinkBlobime"
Name: "Pink Blobime"
Type: "IT_HEALING"
Buy: 10
Sell: 3
Weight: 10
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start2 SC_POISON, 1, 30, 3333;
@min = 2;
@max = 6;
@delay = 1;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 511
AegisName: "PurpleBlobime"
Name: "Purple Blobime"
Type: "IT_HEALING"
Buy: 20
Sell: 4
Weight: 10
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start2 SC_POISON, 1, 30, 6666;
@min = 30;
@max = 70;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 512
AegisName: "HalfCroconut"
Name: "Half Croconut"
Type: "IT_HEALING"
Buy: 75
Sell: 25
Weight: 38
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 65;
@max = 90;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 513
AegisName: "Croconut"
Name: "Croconut"
Type: "IT_HEALING"
Buy: 100
Sell: 35
Weight: 80
Script: <"
doevent "Croconut::OnUse";
">
},
{
Id: 514
AegisName: "OldBook"
Name: "Old Book"
Type: "IT_USABLE"
Buy: 30
Sell: 10
Weight: 25
KeepAfterUse: true
Script: <"
doevent "#001-2-6-Book4::OnUse";
">
},
{
Id: 515
AegisName: "Plushroom"
Name: "Plushroom"
Type: "IT_HEALING"
Buy: 42
Sell: 14
Weight: 8
Delay: 1000
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 15000, 5;
@min = 20;
@max = 30;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 516
AegisName: "PumpkinSeeds"
Name: "Pumpkin Seeds"
Type: "IT_HEALING"
Buy: 5
Sell: 2
Weight: 1
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start2 SC_POISON, 1, 10, 2500;
heal 1, 0;
">
},
{
Id: 517
AegisName: "DeliciousCookie"
Name: "Delicious Cookie"
Type: "IT_ARMOR"
Buy: 30
Sell: 10
Weight: 2
Loc: "EQP_HEAD_MID"
EquipLv: 1
Trade: {
nodrop: true
noselltonpc: true
nogstorage: true
nomail: true
}
OnEquipScript: <"
if (gettimetick(2) < COOKIE_COOLDOWN) {
unequip(EQI_HEAD_MID);
//dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN));
end;
}
COOKIE_COOLDOWN=gettimetick(2)+600;
addtimer 60000, "#DeliciousCookie::OnUnequip";
">
},
{
Id: 518
AegisName: "UrchinMeat"
Name: "Urchin Meat"
Type: "IT_HEALING"
Buy: 50
Sell: 18
Weight: 1
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 28;
@max = 35;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 519
AegisName: "EasterEgg"
Name: "Easter Egg"
Type: "IT_HEALING"
Buy: 5
Sell: 2
Weight: 10
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 60;
@max = 75;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 520
AegisName: "PiberriesInfusion"
Name: "Piberries Infusion"
Type: "IT_HEALING"
Buy: 140
Sell: 20
Weight: 15
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 110;
@max = 130;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 521
AegisName: "FatesPotion"
Name: "Fates Potion"
Type: "IT_HEALING"
Buy: 250
Sell: 80
Weight: 17
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 240;
@max = 260;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 522
AegisName: "ClothoLiquor"
Name: "Clotho Liquor"
Type: "IT_HEALING"
Buy: 600
Sell: 150
Weight: 16
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 575;
@max = 625;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 523
AegisName: "LachesisBrew"
Name: "Lachesis Brew"
Type: "IT_HEALING"
Buy: 1000
Sell: 150
Weight: 14
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 1100;
@max = 1300;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 524
AegisName: "AtroposMixture"
Name: "Atropos Mixture"
Type: "IT_HEALING"
Buy: 2450
Sell: 300
Weight: 15
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 2300;
@max = 2550;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 525
AegisName: "ElixirOfLife"
Name: "Elixir Of Life"
Type: "IT_HEALING"
Buy: 5000
Sell: 500
Weight: 20
Delay: 1000
UseEffect: "EFFECT_HEAL"
Script: <"
percentheal 100, 100;
">
},
{
Id: 526
AegisName: "IronShovel"
Name: "Iron Shovel"
Type: "IT_USABLE"
Buy: 3000
Sell: 100
Weight: 210
KeepAfterUse: true
Script: <"
doevent "Shovel::OnUse";
">
},
{
Id: 527
AegisName: "PumpkinJuice"
Name: "Pumpkin Juice"
Type: "IT_HEALING"
Buy: 200
Sell: 5
Weight: 5
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 30;
@max = 50;
@delay = 4;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 528
AegisName: "Manana"
Name: "Manana"
Type: "IT_HEALING"
Buy: 100
Sell: 35
Weight: 10
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 70;
@max = 80;
@delay = 5;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 529
AegisName: "Curshroom"
Name: "Curshroom"
Type: "IT_HEALING"
Buy: 150
Sell: 25
Weight: 10
Delay: 1000
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 30000, 5;
sc_end SC_POISON;
@min = 40;
@max = 50;
@delay = 5;
@type = 3;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 530
AegisName: "Carrot"
Name: "Carrot"
Type: "IT_HEALING"
Buy: 30
Sell: 8
Weight: 3
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 20;
@max = 30;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 531
AegisName: "RedPlushWine"
Name: "Red Plush Wine"
Type: "IT_HEALING"
Buy: 100
Sell: 20
Weight: 10
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
// 30 minutes
sc_start(SC_CONFUSION, 1800000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK);
">
},
{
Id: 532
AegisName: "PiouAndTheFluffy"
Name: "Piou and The Fluffy"
Type: "IT_USABLE"
Buy: 50
Sell: 11
Weight: 25
KeepAfterUse: true
Script: <"
doevent "#001-2-6-Book1::OnUse";
">
},
{
Id: 533
AegisName: "PoemAboutPoems"
Name: "Poem about Poems"
Type: "IT_USABLE"
Buy: 40
Sell: 10
Weight: 20
KeepAfterUse: true
Script: <"
doevent "#001-2-6-Book2::OnUse";
">
},
{
Id: 534
AegisName: "ChorusOfTheWoods"
Name: "Chorus of the Woods"
Type: "IT_USABLE"
Buy: 30
Sell: 10
Weight: 25
KeepAfterUse: true
Script: <"
doevent "#001-2-6-Book3::OnUse";
">
},
{
Id: 535
AegisName: "CommunicationTheory"
Name: "Communication Theory"
Type: "IT_USABLE"
Buy: 70
Sell: 10
Weight: 20
KeepAfterUse: true
Script: <"
doevent "#001-2-5-Book1::OnUse";
">
},
{
Id: 537
AegisName: "BookOfLaws"
Name: "The Book of Laws"
Type: "IT_USABLE"
Buy: 0
Sell: 0
Weight: 10
KeepAfterUse: true
Script: <"
doevent "@rules::OnUseBook";
">
},
{
Id: 538
AegisName: "FishingGuideVolI"
Name: "Fishing Guide Vol. I"
Type: "IT_USABLE"
Buy: 60
Sell: 10
Weight: 30
KeepAfterUse: true
Script: <"
doevent "#001-2-4-Book2::OnUse";
">
},
{
Id: 539
AegisName: "RecipeBook"
Name: "Recipe Book"
Type: "IT_USABLE"
Buy: 80
Sell: 10
Weight: 20
KeepAfterUse: true
Script: <"
doevent "#RecipeBook::OnUse";
">
},
{
Id: 540
AegisName: "MasterBook"
Name: "Master Book"
Type: "IT_USABLE"
Buy: 8000
Sell: 0
Weight: 20
KeepAfterUse: true
Trade: {
notrade: true
nodrop: true
noselltonpc: true
nogstorage: true
nomail: true
noauction: true
}
Script: <"
doevent "#MasterBook::OnUse";
">
},
{
Id: 560
AegisName: "CarpSandwich"
Name: "Carp Sandwich"
Type: "IT_HEALING"
Buy: 580
Sell: 75
Weight: 25
Delay: 1200
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 800;
@max = 1500;
@delay = 12;
@type = 1;
doevent "rand_sc_heal::OnUse";
sc_start(SC_INCHIT, 180000, 4);
">
},
{
Id: 561
AegisName: "PioulegSandwich"
Name: "Piouleg Sandwich"
Type: "IT_HEALING"
Buy: 640
Sell: 85
Weight: 25
Delay: 850
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 1000;
@max = 1500;
@delay =15;
@type = 1;
doevent "rand_sc_heal::OnUse";
sc_start(SC_INCHIT, 180000, 5);
">
},
{
Id: 562
AegisName: "MananaSandwich"
Name: "Manana Sandwich"
Type: "IT_HEALING"
Buy: 870
Sell: 90
Weight: 25
Delay: 700
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 1200;
@max = 1800;
@delay = 10;
@type = 1;
doevent "rand_sc_heal::OnUse";
sc_start(SC_INCHIT, 180000, 3);
">
},
{
Id: 563
AegisName: "Beer"
Name: "Beer"
Type: "IT_HEALING"
Buy: 90
Sell: 20
Weight: 20
Delay: 750
UseEffect: "EFFECT_HEAL"
Script: <"
// 15 minutes
sc_start(SC_CONFUSION, 900000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK);
">
},
{
Id: 564
AegisName: "RoastedMaggot"
Name: "Roasted Maggot"
Type: "IT_HEALING"
Buy: 500
Sell: 50
Weight: 25
Delay: 450
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 300;
@max = 450;
@delay = 10;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 565
AegisName: "BottleOfWater"
Name: "Bottle of Water"
Type: "IT_HEALING"
Buy: 60
Sell: 5
Weight: 25
Delay: 450
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 200;
@max = 350;
@delay = 3;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 566
AegisName: "CherryCake"
Name: "Cherry Cake"
Type: "IT_HEALING"
Buy: 100
Sell: 15
Weight: 10
Delay: 450
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 20;
@max = 35;
@delay = 1;
@type = 1;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 567
AegisName: "MaggotSlimePotion"
Name: "Maggot Slime Potion"
Type: "IT_HEALING"
Buy: 75
Sell: 15
Weight: 15
Delay: 450
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 10;
@max = 130;
@delay = 2;
@type = 1;
if (rand(100) < 50) {
getmapxy(.@m$, .@x, .@y, 0);
.@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1);
unitattack(.@mobGID, getcharid(3));
}
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 600
AegisName: "SmallHealing"
Name: "Small Healing Potion"
Type: "IT_HEALING"
Buy: 500
Sell: 45
Weight: 32
Delay: 100
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 300;
@max = 500;
@delay = 3;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 601
AegisName: "MediumHealing"
Name: "Medium Healing Potion"
Type: "IT_HEALING"
Buy: 850
Sell: 75
Weight: 64
Delay: 100
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 500;
@max = 800;
@delay = 4;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 602
AegisName: "LargeHealing"
Name: "Large Healing Potion"
Type: "IT_HEALING"
Buy: 2480
Sell: 350
Weight: 128
Delay: 100
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 800;
@max = 1200;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
">
},
{
Id: 603
AegisName: "SmallMana"
Name: "Small Mana Potion"
Type: "IT_HEALING"
Buy: 750
Sell: 65
Weight: 32
Delay: 205
UseEffect: "EFFECT_HEAL"
Script: <"
itemheal 0, 20;
">
},
{
Id: 604
AegisName: "MediumMana"
Name: "Medium Mana Potion"
Type: "IT_HEALING"
Buy: 1650
Sell: 205
Weight: 64
Delay: 250
UseEffect: "EFFECT_HEAL"
Script: <"
itemheal 0, 50;
">
},
{
Id: 605
AegisName: "LargeMana"
Name: "Large Mana Potion"
Type: "IT_HEALING"
Buy: 3240
Sell: 340
Weight: 128
Delay: 250
Sprite: 0
UseEffect: "EFFECT_HEAL"
Script: <"
itemheal 0, 100;
">
},
{
Id: 606
AegisName: "ConcPotion"
Name: "Concentration Potion"
Type: "IT_USABLE"
Buy: 2500
Sell: 650
Weight: 25
Delay: 100
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_ATTHASTE_POTION1, 30000, 20;
sc_start SC_INCHITRATE, 30000, 20;
">
},
{
Id: 607
AegisName: "IronPotion"
Name: "Iron Potion"
Type: "IT_USABLE"
Buy: 2500
Sell: 650
Weight: 40
Delay: 500
UseEffect: "EFFECT_HEAL"
Script: <"
sc_start SC_INCATKRATE, 30000, 20;
sc_start SC_INCDEFRATE, 30000, 20; // Probably doesn't works
">
},
{
Id: 608
AegisName: "FertilityPotion"
Name: "Fertility Potion"
Type: "IT_HEALING"
Buy: 25000
Sell: 2750
Weight: 25
Delay: 1000
KeepAfterUse: true
Script: <"
if (!callfunc("useFertilityPotion")) {
sc_start SC_CURSE, 30000, 100;
sc_start SC_POISON, 30000, 100;
dispbottom l("Yuck! I won't drink this!");
}
">
},
{
Id: 609
AegisName: "Honey"
Name: "Honey"
Type: "IT_HEALING"
Buy: 5000
Sell: 325
Weight: 250
Delay: 100
UseEffect: "EFFECT_HEAL"
Script: <"
@min = 350;
@max = 500;
@delay = 10;
@type = 2;
doevent "rand_sc_heal::OnUse";
bonus bMaxSP,20; // FIXME
">
},
{
Id: 610
AegisName: "DeathPotion"
Name: "Death Potion"
Type: "IT_USABLE"
Buy: 5000
Sell: 325
Weight: 250
UseEffect: "EFFECT_HEAL"
Script: <"
percentheal -100, -100;
">
},
{
Id: 611
AegisName: "GrassSeeds"
Name: "Grass Seeds"
Type: "IT_USABLE"
Buy: 200
Sell: 35
Weight: 3
Delay: 500
Script: <"
if (!getmapxy(.@map$, .@x, .@y, 0)) {
monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1);
}
">
},
{
Id: 612
AegisName: "FlowerSeeds"
Name: "Flower Seeds"
Type: "IT_USABLE"
Buy: 500
Sell: 150
Weight: 4
Delay: 500
Script: <"
if (!getmapxy(.@map$, .@x, .@y, 0)) {
.@mob=callfunc("any", YellowRose, BlueRose, RedRose);
monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1);
}
">
},
{
Id: 613
AegisName: "PurificationPotion"
Name: "Purification Potion"
Type: "IT_USABLE"
Buy: 25000
Sell: 2750
Weight: 25
Delay: 1000
KeepAfterUse: true
Script: <"
if (!callfunc("usePurificationPotion")) {
sc_start SC_CURSE, 30000, 100;
sc_start SC_POISON, 30000, 100;
dispbottom l("Yuck! I won't drink this!");
}
">
},
{
Id: 614
AegisName: "SailorStew"
Name: "Sailor's Stew"
Type: "IT_USABLE"
Buy: 50000
Sell: 10
Weight: 650
Delay: 1000
Script: <"
@min = 1800;
@max = 2400;
@delay = 5;
@type = 2;
doevent "rand_sc_heal::OnUse";
sc_start(SC_INCMHPRATE, 180000, 15);
sc_start(SC_INCHIT, 180000, 5);
sc_start(SC_INCVIT, 180000, 3);
sc_start(SC_INCAGI, 180000, -3);
getitembound EmptyBowl, 1, IBT_ACCOUNT; // TODO: Review and fix.
">
},
{
Id: 615
AegisName: "TreasureMap"
Name: "Treasure Map"
Type: "IT_USABLE"
Buy: 45000
Sell: 300
Weight: 14
KeepAfterUse: true
Script: <"
// ShovelQuests_Assigned