Skip to content

Commit

Permalink
V0.9.265 (#1466)
Browse files Browse the repository at this point in the history
* UpdatedtoRemoveInqItem (#1464)

* NPC Emote Updates Part 1 (#1465)

* EmoteUpdatesperPCAP

* Apply suggestions from code review

Co-authored-by: Ty Conner <[email protected]>

* updates (#1467)

* normalize

* Update 05153 Augmented Understanding I.sql

* Update 05154 Augmented Understanding II.sql

* Update 05137 Augmented Understanding III.sql

* Update 09129 Gauntlet Brutality Amplification.sql

* Update 09130 Nature's Wrath Amplification.sql

* Update 09131 Gauntlet Defense Amplification.sql

* Update 09132 Horizon's Edge Amplification.sql

* normalize

* Update 70921 Atlan's Coded Notebook.sql (#1468)

icon did not match what either wiki or acpedia had

* Update 33018 Surface.sql (#1469)

added destination

http://acpedia.org/wiki/Rossu_Morta_Chapterhouse_Access

Though the entrance portal is not recallable, the surface portal is.

* Update 46620 Hoshino Tower.sql (#1470)

https://asheron.fandom.com/wiki/Hoshino_Tower

* Tchk'Taine the Tender (#1471)

* Tchk'Taine the Tender

moved the gen from f733 to f732 for more retail placement. I have a nav that I used during retail.

* Update 87482 Tchk'Tain the Tender Night Gen.sql

lowered the generator radius

* Tchk'tain the tender.  (#1472)

* Tchk'Taine the Tender

moved the gen from f733 to f732 for more retail placement. I have a nav that I used during retail.

* Update 87482 Tchk'Tain the Tender Night Gen.sql

lowered the generator radius

* Update 87479 Tchk'Tain the Tender.sql

* Update 30190 Pearl of Blade Baning.sql (#1473)

add missing ints 106, 107, 108

* normalize

* Remove Placement

* Update 37540 Jester's Baton.sql

* Update 28833 Gonjoku's Mana Infusion.sql

* Update 28843 Cave Penguin Cake.sql

* Create 04426 Salvaged Leather.sql

* Update 09070 Infinite Leather.sql

* Update 08003 Salvaged Sandstone.sql

* Update 08003 Salvaged Sandstone.sql

* finalize

Co-authored-by: sLackeR-hub <[email protected]>
Co-authored-by: Fire-Chimp <[email protected]>
  • Loading branch information
3 people committed Dec 28, 2022
1 parent 6b9e9cf commit 0535a89
Show file tree
Hide file tree
Showing 499 changed files with 3,510 additions and 3,145 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DELETE FROM `spell` WHERE `id` = 5137;

INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `last_Modified`)
VALUES (5137, 'Augmented Understanding III', 20488 /* Float, SingleStat, Multiplicative */, 163 /* GlobalXpMod */, 1.06, '2021-11-01 00:00:00');
VALUES (5137, 'Augmented Understanding III', 36872 /* Float, SingleStat, Additive */, 163 /* GlobalXpMod */, 0.06, '2022-12-28 05:57:21');
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DELETE FROM `spell` WHERE `id` = 5153;

INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `last_Modified`)
VALUES (5153, 'Augmented Understanding I', 20488 /* Float, SingleStat, Multiplicative */, 163 /* GlobalXpMod */, 1.02, '2021-11-01 00:00:00');
VALUES (5153, 'Augmented Understanding I', 36872 /* Float, SingleStat, Additive */, 163 /* GlobalXpMod */, 0.02, '2022-12-28 05:57:21');
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DELETE FROM `spell` WHERE `id` = 5154;

INSERT INTO `spell` (`id`, `name`, `stat_Mod_Type`, `stat_Mod_Key`, `stat_Mod_Val`, `last_Modified`)
VALUES (5154, 'Augmented Understanding II', 20488 /* Float, SingleStat, Multiplicative */, 163 /* GlobalXpMod */, 1.04, '2021-11-01 00:00:00');
VALUES (5154, 'Augmented Understanding II', 36872 /* Float, SingleStat, Additive */, 163 /* GlobalXpMod */, 0.04, '2022-12-28 05:57:21');
513 changes: 513 additions & 0 deletions Database/Patches/4 CraftTable/04426 Salvaged Leather.sql

Large diffs are not rendered by default.

991 changes: 497 additions & 494 deletions Database/Patches/4 CraftTable/08003 Salvaged Sandstone.sql

Large diffs are not rendered by default.

991 changes: 497 additions & 494 deletions Database/Patches/4 CraftTable/09070 Infinite Leather.sql

Large diffs are not rendered by default.

855 changes: 429 additions & 426 deletions Database/Patches/4 CraftTable/09129 Gauntlet Brutality Amplification.sql

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DELETE FROM `recipe` WHERE `id` = 9130;

INSERT INTO `recipe` (`id`, `unknown_1`, `skill`, `difficulty`, `salvage_Type`, `success_W_C_I_D`, `success_Amount`, `success_Message`, `fail_W_C_I_D`, `fail_Amount`, `fail_Message`, `success_Destroy_Source_Chance`, `success_Destroy_Source_Amount`, `success_Destroy_Source_Message`, `success_Destroy_Target_Chance`, `success_Destroy_Target_Amount`, `success_Destroy_Target_Message`, `fail_Destroy_Source_Chance`, `fail_Destroy_Source_Amount`, `fail_Destroy_Source_Message`, `fail_Destroy_Target_Chance`, `fail_Destroy_Target_Amount`, `fail_Destroy_Target_Message`, `data_Id`, `last_Modified`)
VALUES (9130, 0, 0, 0, 0, 0, 1, 'You enchant the weapon with the Nature''s Wrath Amplification.', 0, 1, '', 1, 1, '', 0, 0, '', 1, 1, '', 0, 0, '', 0, '2022-07-02 15:33:11');
VALUES (9130, 0, 0, 0, 0, 0, 1, 'You enchant the weapon with the Nature''s Wrath Amplification.', 0, 1, '', 1, 1, '', 0, 0, '', 1, 1, '', 0, 0, '', 0, '2022-12-28 05:57:21');

INSERT INTO `recipe_requirements_int` (`recipe_Id`, `index`, `stat`, `value`, `enum`, `message`)
VALUES (9130, 0, 105, 1, 2, 'You can only apply this augmentation to a loot-generated item!') /* Target.ItemWorkmanship LessThan 1 */
Expand All @@ -18,36 +18,39 @@ VALUES (@parent_id, 0, 311, 4, 8, 1) /* On Source.SuccessTarget SetBitsOn ImbueS
INSERT INTO `recipe_mods_float` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enum`, `source`)
VALUES (@parent_id, 0, 152, 0.01, 2, 1) /* On Source.SuccessTarget Add ElementalDamageMod to Target */;

INSERT INTO `recipe_mods_string` (`recipe_Mod_Id`, `index`, `stat`, `value`, `enum`, `source`)
VALUES (@parent_id, 3, 39, '', 3, 0) /* On Player.SuccessResult CopyFromSourceToTarget TinkerName to Result */;

DELETE FROM `cook_book` WHERE `recipe_Id` = 9130;

INSERT INTO `cook_book` (`recipe_Id`, `source_W_C_I_D`, `target_W_C_I_D`, `last_Modified`)
VALUES (9130, 52756 /* Nature's Wrath Amplification */, 29259 /* Acid Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 29260 /* Blunt Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 29261 /* Electric Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 29262 /* Fire Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 29263 /* Frost Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 29264 /* Piercing Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 29265 /* Slashing Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31819 /* Slashing Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31820 /* Acid Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31821 /* Blunt Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31822 /* Electric Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31823 /* Fire Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31824 /* Frost Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 31825 /* Piercing Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37219 /* Electric Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37220 /* Fire Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37221 /* Frost Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37222 /* Piercing Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37223 /* Slashing Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37224 /* Acid Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 37225 /* Blunt Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 43381 /* Nether Sceptre */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 43382 /* Nether Baton */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 43383 /* Nether Staff */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 53318 /* Stormwood Wand */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 53330 /* Stormwood Wand */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 53331 /* Derubloom Wand */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 53332 /* Corrupted Heartwood Wand */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 53333 /* Derubloom Wand */, '2022-07-02 15:33:11')
, (9130, 52756 /* Nature's Wrath Amplification */, 53334 /* Corrupted Heartwood Wand */, '2022-07-02 15:33:11');
VALUES (9130, 52756 /* Nature's Wrath Amplification */, 29259 /* Acid Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 29260 /* Blunt Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 29261 /* Electric Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 29262 /* Fire Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 29263 /* Frost Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 29264 /* Piercing Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 29265 /* Slashing Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31819 /* Slashing Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31820 /* Acid Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31821 /* Blunt Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31822 /* Electric Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31823 /* Fire Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31824 /* Frost Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 31825 /* Piercing Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37219 /* Electric Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37220 /* Fire Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37221 /* Frost Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37222 /* Piercing Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37223 /* Slashing Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37224 /* Acid Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 37225 /* Blunt Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 43381 /* Nether Sceptre */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 43382 /* Nether Baton */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 43383 /* Nether Staff */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 53318 /* Stormwood Wand */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 53330 /* Stormwood Wand */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 53331 /* Derubloom Wand */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 53332 /* Corrupted Heartwood Wand */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 53333 /* Derubloom Wand */, '2022-12-28 05:57:21')
, (9130, 52756 /* Nature's Wrath Amplification */, 53334 /* Corrupted Heartwood Wand */, '2022-12-28 05:57:21');
Loading

0 comments on commit 0535a89

Please sign in to comment.