From a26eb2f858cce483cf7edac7740643abd44e0709 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 14 Nov 2016 23:55:22 +0100 Subject: Propageted the AegisName fix to scripts and pre-re database This commit just propagates the AegisName changes to the pre-re database and to the (re) scripts. Two issues are fixed as a side-effect: - The ghost_palace script was referring the non-existing constant(s): Thanatos_Two-Handed_Staff == (Thanatos_Two) - (Handed_Staff) == 0. Paired with the script engine's inability to differentiate between constants and player variables, that produced a very subtle issue. - The item RAG203 is sold by a NPC (Rebellion Weapon Vending). Due to a pair of swapped AegisName constants (RAG203 and RAG203_), the slotted version was sold by the NPC instead of hte non-slotted one (the issue was actually fixed in the previous commit, although the description of the fix is here - these two commits are only split for legibility purposes but they're to be considered indivisible). Signed-off-by: Haru --- db/re/item_db.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 426077afb..04315b083 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -146933,7 +146933,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 - Script: <" getitem Lightning_Grenade, 500; "> + Script: <" getitem Lighting_Sphere_, 500; "> }, { Id: 22740 @@ -146942,7 +146942,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 - Script: <" getitem Flash_Grenade, 500; "> + Script: <" getitem Blind_Sphere_, 500; "> }, { Id: 22741 @@ -146951,7 +146951,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 - Script: <" getitem Poison_Grenade, 500; "> + Script: <" getitem Poison_Sphere_, 500; "> }, { Id: 22742 @@ -146960,7 +146960,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 - Script: <" getitem Cyro_Grenade, 500; "> + Script: <" getitem Freezing_Sphere_, 500; "> }, { Id: 22743 @@ -146969,7 +146969,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 350 - Script: <" getitem Incendiary_Grenade, 500; "> + Script: <" getitem Flare_Sphere_, 500; "> }, { Id: 22744 @@ -146978,7 +146978,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 - Script: <" getitem Armor_Piercing_Bullet, 500; "> + Script: <" getitem AP_Ammo, 500; "> }, { Id: 22745 @@ -146987,7 +146987,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 - Script: <" getitem Blazing_Bullet, 500; "> + Script: <" getitem Blaze_Bullet, 500; "> }, { Id: 22746 @@ -147005,7 +147005,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 - Script: <" getitem Lightning_Bullet, 500; "> + Script: <" getitem Electric_Shock_Bullet, 500; "> }, { Id: 22748 @@ -147014,7 +147014,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 - Script: <" getitem Magic_Stone_Bullet, 500; "> + Script: <" getitem Magical_Stone_Bullet, 500; "> }, { Id: 22749 @@ -147023,7 +147023,7 @@ item_db: ( Type: 2 Buy: 2 Weight: 250 - Script: <" getitem Purifying_Bullet, 500; "> + Script: <" getitem Sanctified_Bullet, 500; "> }, { Id: 22777 -- cgit v1.2.3-70-g09d2