summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-09 18:13:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-09 18:13:34 -0300
commit58fc8b7a90e66062346055a6aa46de830c9c284e (patch)
tree03a7306e24f93863a1d4a2e1c51f525ed9b063d1 /db
parent30a53ecfe4380de19dff5df8c6cd37eb0ed28548 (diff)
downloadserverdata-58fc8b7a90e66062346055a6aa46de830c9c284e.tar.gz
serverdata-58fc8b7a90e66062346055a6aa46de830c9c284e.tar.bz2
serverdata-58fc8b7a90e66062346055a6aa46de830c9c284e.tar.xz
serverdata-58fc8b7a90e66062346055a6aa46de830c9c284e.zip
Strip tabulations from item_db.conf by @gumi request
I've also stripped tabulations from the template. To prevent bad c/p.
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf948
1 files changed, 474 insertions, 474 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 1b89a6d8..4c4b42e0 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -34,97 +34,97 @@ 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")
- 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)
- 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)
- 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)
- }
+ // =================== 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)
+ 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)
+ 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)
+ }
},
******************************************************************************/
@@ -429,7 +429,7 @@ item_db: (
nogstorage: true
nomail: true
}
- OnEquipScript: <"
+ OnEquipScript: <"
if (gettimetick(2) < COOKIE_COOLDOWN) {
unequip(EQI_HEAD_MID);
//dispbottom l("You need to wait @@ more before equipping this again.", FuzzyTime(COOKIE_COOLDOWN));
@@ -786,14 +786,14 @@ item_db: (
Sell: 0
Weight: 20
KeepAfterUse: true
- Trade: {
- notrade: true
- nodrop: true
- noselltonpc: true
- nogstorage: true
- nomail: true
- noauction: true
- }
+ Trade: {
+ notrade: true
+ nodrop: true
+ noselltonpc: true
+ nogstorage: true
+ nomail: true
+ noauction: true
+ }
Script: <"
doevent "#MasterBook::OnUse";
">
@@ -942,8 +942,8 @@ item_db: (
@type = 1;
if (rand(100) < 50) {
getmapxy(.@m$, .@x, .@y, 0);
- .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1);
- unitattack(.@mobGID, getcharid(3));
+ .@mobGID = monster(.@m$, .@x, .@y, "Maggot", Maggot, 1);
+ unitattack(.@mobGID, getcharid(3));
}
doevent "rand_sc_heal::OnUse";
">
@@ -1124,35 +1124,35 @@ item_db: (
">
},
{
- 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: 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
@@ -2101,10 +2101,10 @@ item_db: (
bonus bStr, 4;
bonus bVit, 2;
">
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
// Boots
{
@@ -2785,10 +2785,10 @@ item_db: (
Refine: false
ViewSprite: 2912
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2913
@@ -2876,10 +2876,10 @@ item_db: (
Refine: false
ViewSprite: 2917
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2918
@@ -2900,10 +2900,10 @@ item_db: (
Script: <"
bonus bAgi, 3;
">
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2919
@@ -2921,10 +2921,10 @@ item_db: (
Refine: false
ViewSprite: 2919
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2920
@@ -2946,10 +2946,10 @@ item_db: (
bonus bInt, 3;
bonus bStr, -1;
">
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2921
@@ -2967,10 +2967,10 @@ item_db: (
Refine: false
ViewSprite: 2921
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
{
Id: 2922
@@ -2988,10 +2988,10 @@ item_db: (
Refine: false
ViewSprite: 2922
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
AllowCards: {
id5003: 1
id5004: 1
@@ -3030,10 +3030,10 @@ item_db: (
Refine: false
ViewSprite: 2923
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
// Scarfs
{
@@ -3080,10 +3080,10 @@ item_db: (
Refine: false
ViewSprite: 3202
BindOnEquip: false
- Trade: {
- nodrop: true
- noselltonpc: true
- }
+ Trade: {
+ nodrop: true
+ noselltonpc: true
+ }
},
// Weapons
{
@@ -3846,13 +3846,13 @@ item_db: (
},
// Misc.
{
- Id: 7420
- AegisName: "AdventurerSoul"
- Name: "Adventurer's Soul"
- Type: "IT_ETC"
- Buy: 1
- Sell: 0
- Weight: 0
+ Id: 7420
+ AegisName: "AdventurerSoul"
+ Name: "Adventurer's Soul"
+ Type: "IT_ETC"
+ Buy: 1
+ Sell: 0
+ Weight: 0
},
// LEGACY merge items, generic or usable
{
@@ -3863,14 +3863,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8001
@@ -3880,14 +3880,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8002
@@ -3897,14 +3897,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 200
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8003
@@ -3914,14 +3914,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8004
@@ -3931,14 +3931,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8005
@@ -3948,14 +3948,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8006
@@ -3965,14 +3965,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8007
@@ -3982,14 +3982,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8008
@@ -3999,14 +3999,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8009
@@ -4016,14 +4016,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8010
@@ -4033,14 +4033,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8011
@@ -4050,14 +4050,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 20
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8012
@@ -4067,14 +4067,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 75
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8013
@@ -4084,14 +4084,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 2000
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8014
@@ -4101,14 +4101,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8015
@@ -4118,14 +4118,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 25
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8016
@@ -4135,14 +4135,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8017
@@ -4152,14 +4152,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 250
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8018
@@ -4169,14 +4169,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 500
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8019
@@ -4186,14 +4186,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 150
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8020
@@ -4203,14 +4203,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 750
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8021
@@ -4227,14 +4227,14 @@ item_db: (
@type = 1;
doevent "rand_sc_heal::OnUse";
">
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8022
@@ -4251,14 +4251,14 @@ item_db: (
@type = 1;
doevent "rand_sc_heal::OnUse";
">
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8023
@@ -4275,14 +4275,14 @@ item_db: (
@type = 1;
doevent "rand_sc_heal::OnUse";
">
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8024
@@ -4292,14 +4292,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 250
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8025
@@ -4309,14 +4309,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8026
@@ -4326,14 +4326,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8027
@@ -4343,14 +4343,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 30
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8028
@@ -4360,14 +4360,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 25
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8029
@@ -4377,14 +4377,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 500
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8030
@@ -4394,14 +4394,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 150
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8031
@@ -4411,14 +4411,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 250
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8032
@@ -4428,14 +4428,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 500
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8033
@@ -4445,14 +4445,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 10
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8034
@@ -4462,14 +4462,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 100
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8035
@@ -4479,14 +4479,14 @@ item_db: (
Buy: 100
Sell: 5
Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
{
Id: 8036
@@ -4496,13 +4496,13 @@ item_db: (
Buy: 100
Sell: 5
Weight: 50
- Trade: {
- nodrop: true
- notrade: true
- noselltonpc: true
- noauction: true
- nomail: true
- nogstorage: true
- }
+ Trade: {
+ nodrop: true
+ notrade: true
+ noselltonpc: true
+ noauction: true
+ nomail: true
+ nogstorage: true
+ }
},
)