Improved the GE database access to use a basic reference counter for the connection that automatically closes the connection when no one is using it anymore
Grand Exchange now uses the GE sqlite database's price index table to track price changes Removed the old price index (confusingly called GrandExchangeDatabase.java) Grand Exchange prices are now dynamic and influenced by trades (weighted stepping average price) Fixed GE interfaces not loading on login
This commit is contained in:
@@ -48,6 +48,7 @@ max_adv_bots = 100
|
||||
wild_pvp_enabled = false
|
||||
jad_practice_enabled = true
|
||||
personalized_shops = true
|
||||
bots_influence_ge_price = true
|
||||
|
||||
[paths]
|
||||
#path to the data folder, which contains the cache subfolder and such
|
||||
|
||||
Reference in New Issue
Block a user