Agility Pyramid Fixes
Can now properly fail the jump and cross gap obstacles Fixed an issue when failing the the 2nd level north cross gap obstacle when going west causing the player to get stuck inside the pyramid Fixed jump/cross gap obstacle sounds Fixed moving block obstacle audio so the sliding sound plays for all players within 3-4 tiles of the block when it moves Implemented music/jingle that plays when you get the pyramid top Updated all agility pyramid sounds to use the new playAudio ContentAPI function and constlib Added inauthentic gold reward from selling pyramid tops to Simon Templeton based on agility level. GP reward = 1000 + ((agility level / 99) * 9000). Can be toggled with server config option better_agility_pyramid_gp
This commit is contained in:
@@ -82,6 +82,8 @@ show_rules = true
|
||||
revenant_population = 30
|
||||
#enable auto-buy/auto-sell on the GE.
|
||||
i_want_to_cheat = false
|
||||
#better agility pyramid gp reward (gp reward = 1000 + ((agility level / 99) * 9000))
|
||||
better_agility_pyramid_gp = true
|
||||
|
||||
[paths]
|
||||
#path to the data folder, which contains the cache subfolder and such
|
||||
|
||||
Reference in New Issue
Block a user