Gates-Of-Time / development-tracker

Repo for tracking development tasks and issues as well as dev resource links/wiki
0 stars 0 forks source link

Old Sebilis #35

Open nazwadi opened 1 year ago

nazwadi commented 1 year ago
nazwadi commented 1 year ago

NPC Discrepancies

nazwadi commented 1 year ago

Loot Discrepancies

Source(s):



Source(s):


For lootdrop.id 159121, create a copy of that table and max_expansion the one where it is disabled to 2, min_expansion the one where it is enabled to 3.

UPDATE lootdrop
SET min_expansion = 3
WHERE lootdrop.id = 3761 -- used by skeletal_harbinger and skeletal_baron in Sebilis
OR lootdrop.id = 3764 -- used by skeletal_duke in Sebilis
OR lootdrop.id = 4330 -- used by skeletal_hierophant in Sebilis
-- OR lootdrop.id = 159121; --shares a table with other items; needs to be separated

Source: https://everquest.allakhazam.com/db/item.html?item=12211#m102216651555804_


UPDATE lootdrop 
SET min_expansion = 5
WHERE lootdrop.id = 1563 -- Sebilite_Guardian
OR lootdrop.id = 2197 -- sebilite_golem, spectral_revenant
OR lootdrop.id = 3758 -- spectral_commander
OR lootdrop.id = 3774 -- spectral_crusader
OR lootdrop.id = 3781 -- spectral_harbinger

Source: https://everquest.allakhazam.com/db/item.html?item=8670


Source(s):

Source(s):


Source(s):


This was likely removed from drop table and replaced with the Blade of the Green Dragon Eye in VP. Source: https://everquest.allakhazam.com/db/item.html?item=343#m98026419227453, and https://everquest.allakhazam.com/db/item.html?item=343#m98109210924577 . There is a Sep 07 2000 comment stating that Eq'lizer still listed a froglok reet knight as dropping the Blade of the Black Dragon Eye: https://everquest.allakhazam.com/db/npc.html?id=5019#m9683064075683


turbosilk99 commented 1 year ago

Sludged Girdle does not drop in Kunark era. Needs % dropped to 0% in Kunark.

turbosilk99 commented 1 year ago

Remove Sludged Girdle and Bone Mask of the Jarsath from Leprous Scarab

turbosilk99 commented 1 year ago

Bone Mask of the Harsath only drops from pox scarab and sepsis scarab

turbosilk99 commented 1 year ago

Only 1 froglok forager and froglok hunter can be up at a time

turbosilk99 commented 1 year ago

The only item the sebilite golem drops is Worn Cloth Mantle

turbosilk99 commented 1 year ago

Obulous Death Shroud only drops from froglok dar knight and froglok bok wizard

turbosilk99 commented 1 year ago

Undead froglok spine is out of era and should be set at 0% in the db

turbosilk99 commented 1 year ago

Looks like Emp Chottal has 2 item loot tables for Deepwater Vambraces, Nathsar Greatsword and Rod of Lamentation. Should only have 1 or verify only 1 is active.

nazwadi commented 1 year ago

Only 1 froglok forager and froglok hunter can be up at a time

My understanding is that this wasn't fixed until the patch on EQ Live on June 13, 2006. P99 Wiki states "10/25/2017 - Confirmed multiple from the same cycle can be up at a time."

randy-girard commented 1 year ago

Only 1 froglok forager and froglok hunter can be up at a time

My understanding is that this wasn't fixed until the patch on EQ Live on June 13, 2006. P99 Wiki states "10/25/2017 - Confirmed multiple from the same cycle can be up at a time."

This are in traks teeth, not sebilis, right?

nazwadi commented 1 year ago

Only 1 froglok forager and froglok hunter can be up at a time

My understanding is that this wasn't fixed until the patch on EQ Live on June 13, 2006. P99 Wiki states "10/25/2017 - Confirmed multiple from the same cycle can be up at a time."

This are in traks teeth, not sebilis, right?

Yeah - this belongs in #30

nazwadi commented 1 year ago

Looks like Emp Chottal has 2 item loot tables for Deepwater Vambraces, Nathsar Greatsword and Rod of Lamentation. Should only have 1 or verify only 1 is active.

When Kunark_LegacyItemDrops are enabled, loot table includes Deepwater Vambraces, Nathsar Greatsword, and Rod of Mourning. When disabled, that table is disabled and replaced with one where the Rod of Mourning is replaced with Rod of Lamentation. This is by design since Rod of Mourning (ID: 6629) was replaced by Rod of Lamentation (ID: 6693) (see https://fvproject.com/index.php/Content_Flags#Kunark_LegacyItemDrops)

nazwadi commented 1 year ago

Sludged Girdle does not drop in Kunark era. Needs % dropped to 0% in Kunark.

Found Nov 2000 comment on Alla's saying it was dropping from pox scarab: https://everquest.allakhazam.com/db/npc.html?id=5142#m97345296323358

nazwadi commented 1 year ago

Undead froglok spine is out of era and should be set at 0% in the db

https://everquest.allakhazam.com/db/item.html?item=50878 Estimating this to 2017 based on the Task it is associated with (Kuughrak's Task)...and tasks were definitely not classic. 2017 was Ring of Scale. Recommending setting the lootdrop table where this i s the sole entry (Lootdrop id: 4885 associated with dar_ghoul_knight (89080) to a min_expansion=24).

nazwadi commented 1 year ago

Remove Sludged Girdle and Bone Mask of the Jarsath from Leprous Scarab

Added to Loot Discrepancies list

nazwadi commented 1 year ago

Bone Mask of the Harsath only drops from pox scarab and sepsis scarab

Added to Loot Discrepancies list

nazwadi commented 1 year ago

The only item the sebilite golem drops is Worn Cloth Mantle

Added to Loot Discrepancies list

nazwadi commented 1 year ago

Obulous Death Shroud only drops from froglok dar knight and froglok bok wizard

Added to Loot Discrepancies list

nazwadi commented 1 year ago

Undead froglok spine is out of era and should be set at 0% in the db

Added to Loot Discrepancies list

nazwadi commented 1 year ago

Issue: Crypt Entrance and Entrance to Emperor Chottal's chamber should have lockpick set at 201. Currently only the crypt entrance has lockpick set, and it is set to 100.

Endstate:

Screenshot 2023-01-16 at 8 48 31 PM

Source: A 50 rogue needed mechanical lockpicks to open or level 51 skilled up to 201. https://thesafehouse.org/forums/forum/everquest-wing/main-lounge/27621-sebilis-locked-door

Manwe-fv commented 1 year ago

Blade of the Black Dragon Eye drops until release of the November 2000 patch. Naz: "Recommend content_flag its drop occurrence from froglok_reet_knight (89003) so that it stops dropping 1 month into Kunark. Then will need to add a content flagged lootdrop table to whichever mob(s) it drops from in VP after the November 2000 patch." Turbo: "From what I saw the blade drops until the November 2000 patch not the April 2000 patch. Once Nov 2000 comes around it is removed from game and a similar but upgraded weapon drops in VP."

This was likely removed from drop table and replaced with the Blade of the Green Dragon Eye in VP. Source: https://everquest.allakhazam.com/db/item.html?item=343#m98026419227453, and https://everquest.allakhazam.com/db/item.html?item=343#m98109210924577 . There is a Sep 07 2000 comment stating that Eq'lizer still listed a froglok reet knight as dropping the Blade of the Black Dragon Eye: https://everquest.allakhazam.com/db/npc.html?id=5019#m9683064075683

Like other "nerfed" items, Blade of the Black Dragon Eye was added to the Kunark Old World Drops list. This item will drop for the entirety of Kunark, however, it will be a part of occasional events where Kunark drops will be enabled on Velious.