Skip to content

Commit

Permalink
Update Simon Templeton amount to show range (#265)
Browse files Browse the repository at this point in the history
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
ollyfg authored Aug 20, 2024
1 parent 2e46edf commit a7eadd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/game_guide/play.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@

<p>
You will need a way to make sure you don't die of the desert heat and a minimum of 30 agility to get started.
The pyramid is straight-forward and when you bring Simon the pyramid top he will give you 10k each.
The pyramid is straight-forward and when you bring Simon the pyramid top he will give you 3.7-10k each depending on your agility level.
<br/>
<br/>
<b>Make sure you bring waterskins</b>
Expand Down

0 comments on commit a7eadd1

Please sign in to comment.