Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions data/entity/npc/monster/undead/corpse/corpse.npcs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ hitpoints = 47
combat_def = "corpse_spider"
respawn_delay = 3
drop_table = "corpse_spider"
categories = ["corpse_spider"]
categories = ["spiders", "zombies", "undead"]
slayer_xp = 6.6

@GregHib GregHib Sep 14, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't look like they gave slayer_xp in 2011, they were only added in the 2023 slayer update.
https://runescape.wiki/w/Corpse_spider?oldid=4633922
|slaylvl = No They do not count as spiders for Slayer tasks.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey that's handy, is ?oldid=4633922 interchangeable on all wiki links? So far I've been just looking at the current wiki, any updates posted at the bottom, and guessing.

@GregHib GregHib Sep 14, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interchangeable on all wiki links?

Unfortunately not but you can find the relevant one by clicking the history button top right and going back to a date ~2011

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see then, it appears none of them were actually able to be used for slayer tasks.

examine = "A wretched dead soul forced into a spider's shape."

[crawling_corpse_torso]
Expand All @@ -13,7 +14,8 @@ hitpoints = 87
combat_def = "crawling_corpse_torso"
respawn_delay = 3
drop_table = "crawling_corpse_torso"
categories = ["crawling_corpse_torso"]
categories = ["zombies", "undead"]
slayer_xp = 16.6
examine = "A wretched creature brought back against its will."

[crawling_corpse_torso_1]
Expand All @@ -34,7 +36,8 @@ hitpoints = 90
combat_def = "corpse_archer"
respawn_delay = 3
drop_table = "corpse_archer"
categories = ["corpse_archer"]
categories = ["zombies", "undead"]
slayer_xp = 27.8
examine = "Bones and arrows."

[corpse_archer_1]
Expand Down Expand Up @@ -75,7 +78,8 @@ hitpoints = 99
combat_def = "corpse_mage"
respawn_delay = 3
drop_table = "corpse_mage"
categories = ["corpse_mage"]
categories = ["zombies", "undead"]
slayer_xp = 29.0
examine = "It casts the magic of death to ease its suffering."

[corpse_mage_1]
Expand Down