Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Simon Templeton amount to show range (#265)
The value Simon pays is based on the player's agility level, following the equation `1000 + (({player_agility_level} / 99) * 9000)`. Since the pyramid can only be completed once the user has reached level 30, that gives a possible range of 3727 - 10,000 gp. See https://gitlab.com/2009scape/2009scape/-/blob/master/Server/src/main/content/region/desert/dialogue/SimonTempleton.java#L56 for the calculation.
- Loading branch information