Buff System & Map skipping fix + properly disposing Storage + Fairness to locks
Fixed buff system behaving oddly if a buff has value zero, that would render some skills "broken". Fixed players skipping maps when trying to access portals while under a poor Internet connection. Fixed storage not disposing players properly in cases where the players does not meet the storage conditions. Set some locks to use fairness strategy when dealing with atomic code, in order to make the calls to it properly synchronized. Fixed Aran introductory questline stucking players when certain conditions were met. Added drop data for some mob versions of Fairy, Yeti and Pepe.
This commit is contained in:
@@ -36,7 +36,7 @@ Use that link ONLY AS AN ORIENTATION on where here things start to become ambigu
|
||||
Firstly, install all the general tools required to run the server:
|
||||
* WampServer2.0i.exe -> recipient of the server.
|
||||
* hamachi.msi -> used for establishing a tunnelling route for the server/client communication.
|
||||
* mysql-workbench-gpl-5.2.39-win32 -> MySQL server component, will store the server's DB.
|
||||
* mysql-query-browser-1.1.20-win.msi -> MySQL server component, will store the server's DB.
|
||||
|
||||
Now install the Java 7 Development Kit:
|
||||
* jdk-7u79-windows-x64.exe
|
||||
|
||||
Reference in New Issue
Block a user