From f4a01a496b1787f9eb4146023d98104f13d304ba Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 02:34:27 +0100 Subject: Add manana on item db. --- db/re/item_db.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6e507c75..4543813b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -931,6 +931,28 @@ item_db: ( heal rand(30, 50), 0; "> }, +{ + Id: 528 + AegisName: "Manana" + Name: "Manana" + Type: "IT_HEALING" + Buy: 100 + Sell: 35 + Weight: 10 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Refine: false + View: 528 + BindOnEquip: false + BuyingStore: true + Delay: 2500 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + heal rand(70, 80), 0; + "> +}, { Id: 700 AegisName: "SmallTentacles" -- cgit v1.2.3-70-g09d2 From f9f1e3ea24862562bb188fe9265979a9f7af06ef Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 04:02:28 +0100 Subject: Add a Leather Shield on item_db. --- db/re/item_db.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4543813b..6b77d905 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2127,6 +2127,30 @@ item_db: ( bonus bAtkRange, -5; "> +}, +{ + Id: 2701 + AegisName: "LeatherShield" + Name: "Leather Shield" + Type: "IT_ARMOR" + Buy: 2000 + Sell: 250 + Weight: 100 + Def: 5 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Loc: 32 + EquipLv: 5 + Refine: false + View: 2701 + BindOnEquip: false + BuyingStore: true + OnEquipScript: + <" + bonus bAtkRange, -1; + "> + }, { Id: 2900 -- cgit v1.2.3-70-g09d2 From d3bb6198eb09117a9f7ad940776ac71d1b9cad63 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 04:02:35 +0100 Subject: Add Kaylo on the constant file. --- db/constants.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 5b202174..9ec6a629 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3882,6 +3882,7 @@ constants_db: { NPC_ARTAXE: 134 NPC_LUCAS: 135 NPC_CALYPSAN: 136 + NPC_KAYLO: 137 NPC_ALIGE: 401 NPC_ORC_SAILOR: 402 NPC_RATTO_SAILOR: 403 -- cgit v1.2.3-70-g09d2 From b65db4db815d1e59b3dfef179c39298ac5d5fe0e Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 04:59:03 +0100 Subject: Add NPC_LYDON on the const conf file. --- db/constants.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 9ec6a629..70c91cfe 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3883,6 +3883,7 @@ constants_db: { NPC_LUCAS: 135 NPC_CALYPSAN: 136 NPC_KAYLO: 137 + NPC_LYDON: 138 NPC_ALIGE: 401 NPC_ORC_SAILOR: 402 NPC_RATTO_SAILOR: 403 -- cgit v1.2.3-70-g09d2 From 57340e092eeb44214d3ab3c8636faf6161b36c7b Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 06:10:13 +0100 Subject: Change price and effect of potions. --- db/re/item_db.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6b77d905..88430035 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -696,7 +696,7 @@ item_db: ( AegisName: "PibberiesInfusion" Name: "Pibberies Infusion" Type: "IT_HEALING" - Buy: 60 + Buy: 140 Sell: 20 Weight: 15 Atk: 0 @@ -718,7 +718,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(45, 55), 0; + itemheal rand(110, 130), 0; "> }, { @@ -756,7 +756,7 @@ item_db: ( AegisName: "ClothoLiquor" Name: "Clotho Liquor" Type: "IT_HEALING" - Buy: 500 + Buy: 600 Sell: 150 Weight: 16 Atk: 0 @@ -786,8 +786,8 @@ item_db: ( AegisName: "LachesisBrew" Name: "Lachesis Brew" Type: "IT_HEALING" - Buy: 900 - Sell: 220 + Buy: 1000 + Sell: 150 Weight: 14 Atk: 0 Matk: 0 @@ -808,7 +808,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(1200, 1400), 0; + itemheal rand(1100, 1300), 0; "> }, { @@ -816,8 +816,8 @@ item_db: ( AegisName: "AtroposMixture" Name: "Atropos Mixture" Type: "IT_HEALING" - Buy: 1750 - Sell: 500 + Buy: 2450 + Sell: 300 Weight: 15 Atk: 0 Matk: 0 @@ -834,11 +834,11 @@ item_db: ( View: 524 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 10000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - itemheal rand(2700, 3300), 0; + itemheal rand(2300, 2550), 0; "> }, { @@ -846,8 +846,8 @@ item_db: ( AegisName: "ElixirOfLife" Name: "Elixir Of Life" Type: "IT_HEALING" - Buy: 3500 - Sell: 1000 + Buy: 5000 + Sell: 500 Weight: 20 Atk: 0 Matk: 0 @@ -864,7 +864,7 @@ item_db: ( View: 525 BindOnEquip: false BuyingStore: true - Delay: 10000 + Delay: 20000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" -- cgit v1.2.3-70-g09d2 From 036d394071300a03b717391611e118f13c669327 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 06:12:54 +0100 Subject: Update map cache. --- db/re/map_cache.dat | Bin 10136 -> 10136 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'db') diff --git a/db/re/map_cache.dat b/db/re/map_cache.dat index f946e9c7..c56b77fe 100644 Binary files a/db/re/map_cache.dat and b/db/re/map_cache.dat differ -- cgit v1.2.3-70-g09d2 From 41abda6bd618d4185438eb25a02654d1ca347573 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 22:48:09 +0100 Subject: Change various delays and change mushrooms effects on item_db. --- db/re/item_db.conf | 49 ++++++++++++++++++++++--------------------------- 1 file changed, 22 insertions(+), 27 deletions(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 88430035..8c5307c5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -139,7 +139,7 @@ item_db: ( View: 501 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -169,7 +169,7 @@ item_db: ( View: 502 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -203,7 +203,7 @@ item_db: ( Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - sc_start SC_ATTHASTE_POTION1, 20000, -5; + sc_end SC_POISON; heal rand(25, 35), 0; "> }, @@ -230,7 +230,7 @@ item_db: ( View: 504 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -260,7 +260,7 @@ item_db: ( View: 505 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -290,7 +290,7 @@ item_db: ( View: 506 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -320,7 +320,7 @@ item_db: ( View: 507 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -350,11 +350,10 @@ item_db: ( View: 508 BindOnEquip: false BuyingStore: true - Delay: 5000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - sc_start2 SC_POISON, 1, 20, 2500; + sc_start SC_POISON, 30000, 0; heal rand(10, 20), 0; "> }, @@ -381,7 +380,7 @@ item_db: ( View: 509 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 2000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -411,7 +410,6 @@ item_db: ( View: 510 BindOnEquip: false BuyingStore: true - Delay: 5000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -442,7 +440,6 @@ item_db: ( View: 511 BindOnEquip: false BuyingStore: true - Delay: 5000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -473,7 +470,7 @@ item_db: ( View: 512 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 2000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -562,11 +559,11 @@ item_db: ( View: 515 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 15000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" - sc_start SC_ATTHASTE_POTION1, 20000, 5; + sc_start SC_ATTHASTE_POTION1, 15000, 5; heal rand(20, 30), 0; "> }, @@ -593,7 +590,6 @@ item_db: ( View: 516 BindOnEquip: false BuyingStore: true - Delay: 5000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -624,7 +620,7 @@ item_db: ( View: 517 BindOnEquip: false BuyingStore: false - Delay: 5000 + Delay: 1000 Trade: { nodrop: true noselltonpc: true @@ -654,7 +650,7 @@ item_db: ( View: 518 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 1000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -684,7 +680,7 @@ item_db: ( View: 519 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 2000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -714,7 +710,7 @@ item_db: ( View: 520 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 2000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -744,7 +740,7 @@ item_db: ( View: 521 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 2000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -774,7 +770,7 @@ item_db: ( View: 522 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 2000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -804,7 +800,7 @@ item_db: ( View: 523 BindOnEquip: false BuyingStore: true - Delay: 5000 + Delay: 3000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -894,7 +890,6 @@ item_db: ( View: 526 BindOnEquip: false BuyingStore: true - Delay: 0 KeepAfterUse: true Sprite: 0 Script: <" @@ -924,7 +919,7 @@ item_db: ( View: 527 BindOnEquip: false BuyingStore: true - Delay: 10000 + Delay: 1000 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" @@ -935,7 +930,7 @@ item_db: ( Id: 528 AegisName: "Manana" Name: "Manana" - Type: "IT_HEALING" + Type: "IT_DELAYCONSUME" Buy: 100 Sell: 35 Weight: 10 @@ -946,7 +941,7 @@ item_db: ( View: 528 BindOnEquip: false BuyingStore: true - Delay: 2500 + Delay: 500 Sprite: 0 UseEffect: "EFFECT_HEAL" Script: <" -- cgit v1.2.3-70-g09d2 From 62beec3afa2c23693f7a3557a2a1cf88f3bc3145 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 22:48:27 +0100 Subject: Add Curshroom on item_db. --- db/re/item_db.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 8c5307c5..4928f7fb 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -948,6 +948,33 @@ item_db: ( heal rand(70, 80), 0; "> }, +{ + Id: 529 + AegisName: "Curshroom" + Name: "Curshroom" + Type: "IT_HEALING" + Buy: 150 + Sell: 25 + Weight: 10 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Loc: 0 + WeaponLv: 0 + EquipLv: 0 + Refine: false + View: 515 + BindOnEquip: false + BuyingStore: true + Delay: 30000 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + sc_start SC_ATTHASTE_POTION1, 30000, 5; + sc_end SC_POISON; + heal rand(40, 50), 0; + "> +}, { Id: 700 AegisName: "SmallTentacles" -- cgit v1.2.3-70-g09d2 From 0b95424d6ef72545be8756de9d130d87ba921617 Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 23:14:31 +0100 Subject: Add Carrot on item_db. --- db/re/item_db.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4928f7fb..56b20f48 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -975,6 +975,29 @@ item_db: ( heal rand(40, 50), 0; "> }, +{ + Id: 530 + AegisName: "Carrot" + Name: "Carrot" + Type: "IT_HEALING" + Buy: 30 + Sell: 8 + Weight: 3 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 2 + Loc: 0 + Refine: false + View: 530 + BindOnEquip: false + BuyingStore: true + Delay: 500 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + heal rand(20, 30), 0; + "> +}, { Id: 700 AegisName: "SmallTentacles" -- cgit v1.2.3-70-g09d2 From 3bc58e3d209b94b1b76adb58b6eac2dc7b55bd6e Mon Sep 17 00:00:00 2001 From: Reid Date: Sun, 17 Jan 2016 23:29:09 +0100 Subject: Change piou egg price. --- db/re/item_db.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 56b20f48..8aedb17e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2462,7 +2462,8 @@ item_db: ( AegisName: "PiouEgg" Name: "Piou egg" Type: "IT_PETEGG" - Buy: 200 + Buy: 30000 + Sell: 500 KeepAfterUse: true Script: <" bpet; -- cgit v1.2.3-70-g09d2