Category talk:Hunting ladders: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
Line 26: Line 26:


[[User:RCANINE|RCANINE]] ([[User talk:RCANINE|talk]]) 11:51, 19 November 2017 (CST)
[[User:RCANINE|RCANINE]] ([[User talk:RCANINE|talk]]) 11:51, 19 November 2017 (CST)

== Troubleshooting Missing Creatures ==

All of the various ladders are dynamic <code>#ask</code> queries.

''Do you have a creature that should be showing up one of the tables but is not?''
* Double-check that it has a [[Property:Overall relative creature level is|Overall Creature Level]] populated.
* Double-check that it has the player-gathered rank ranges populated ([[Property:MinSkillCap is|MinCap]] and [[Property:MinSkillCap is|MaxCap]]).

Most of the hunting ladders are trying to sort the results by these three values. If something's missing... that's likely your issue.

Beyond that? The ladder queries are designed to ignore rare creatures ([[:Category:Quest creatures|quest]] and [[:Category:Invasion creatures|invasion]] stuff) and (in some cases) [[flex]] creatures, too.<br>--[[User:TK-421|TK-421]] ([[User talk:TK-421|talk]]) 13:57, 2 May 2021 (CDT)

Revision as of 13:57, 2 May 2021

How accurate are the hunting ladders? Like, the hunting ladders SAY that you can learn from musk hogs up to 35, but my bow skill is only 30--yet I'm not learning bows from hogs anymore. And pale grey death squirrels stopped teaching me bows when my skill hit 28.

Is it possible that the numbers need to be updated? User:GEHAYI 12:00 a.m., 12 September 2017 (EDT)

The number we use for maximum ranks is the hard cap of the highest skill that can be learned here. Generally, weapons cap before defenses. (So if a creature stops giving any weapon experience at 28 ranks but awards armor experience through 35 ranks, the value is 35.)
The minimum rank is intended to be the defenses when you could reasonably expect to survive when hunting at level. This is admittedly subjective, as your survivability depends on stats, special abilities, gear, and other factors.
The teaching ranges have been narrowed since 3.0 went live, so it is likely that many creatures need to be updated. This is a slow process for a number of reasons:
  • The wiki is only updated by a small percentage of players.
  • One of those players has to have a character who is in the sweet spot for testing that creature's rank ranges.
  • Less popular creatures (ones in remote locations, ones that can't be skinned or don't drop boxes, etc.) are less likely to be hunted enough for testing.
In short, feel free to correct any data that is no longer accurate. (You can use the "edit with form" button to help with formatting.) --ISHARON (talk) 03:23, 14 September 2017 (CDT)


Switch to appraisal values?

Rather than setting max = hard cap of highest skill and min = approximately safe defenses, would it make more sense to score creatures via their appraisal? This could be:

Offense: the range (or median value) at which the creature the creature trains weapons acceptably Defense: the range (or median value) at which the creature trains defensive skills acceptably

Monster level would be the average of the two values.

This has the benefit of being concrete numbers, which will not vary by guild. This will make monsters far easier to maintain, and make it more likely random players will keep monsters up to date.

RCANINE (talk) 11:51, 19 November 2017 (CST)

Troubleshooting Missing Creatures

All of the various ladders are dynamic #ask queries.

Do you have a creature that should be showing up one of the tables but is not?

Most of the hunting ladders are trying to sort the results by these three values. If something's missing... that's likely your issue.

Beyond that? The ladder queries are designed to ignore rare creatures (quest and invasion stuff) and (in some cases) flex creatures, too.
--TK-421 (talk) 13:57, 2 May 2021 (CDT)