hpDec fix + Save quest expiration

Fixed an issue that would let a player to delay or anticipate the next
map hpDec proc in certain conditions. Implemented mechanic that enables
the DB save of expiration times for quests that needs this.
This commit is contained in:
ronancpl
2017-06-30 16:32:31 -03:00
parent ca3838050d
commit c2cbc96975
34 changed files with 123 additions and 60 deletions

View File

@@ -7,42 +7,47 @@ Vcoc - Freelance Developer
Feature list:
---------------------------
PQs/Quests:
* HPQ/KPQ/LPQ/LMPQ/OPQ/EllinPQ/PiratePQ 100%
* CWKPQ as Expedition-based event 100%
* GuildPQ 100% + Guild queue and multi-lobby systems available.
* Brand-new PQ: Boss Rush PQ 100%
* BalrogPQ semi-functional
* Doll house quest 100%
PQs:
* HPQ/KPQ/LPQ/LMPQ/OPQ/EllinPQ/PiratePQ 100%.
* CWKPQ as Expedition-based event 100%.
* GuildPQ 100% + Guild queue with multi-lobby systems available.
* Brand-new PQ: Boss Rush PQ 100%.
* BalrogPQ semi-functional.
Quests:
* Doll house quest 100%.
* Quests can now reward properly items when matching a reward item with the player's job.
* Loads of quests have been patched.
Player Social Network:
* Guild and Alliance system fully functional.
Cash:
* EXP/DROP/Cosmetic Coupons 100%
* EXP/DROP/Cosmetic Coupons 100%.
* EXP/DROP coupons now appears as a buff effect when on active time.
* Great deal of cash items functional.
PQ potentials:
* Lobby system - Limited multiple PQ instances on same channel.
* Guild queue system - Guilds can register themselves on a queue for GPQ.
* Lobby system - Multiple PQ instances on same channel.
* Expedition system - Multiples parties can attempt on a same instance (lobbies and expeds are mutually-exclusive).
* Guild queue system - Guilds can register themselves on a queue for the GPQ.
Server potentials:
* Multi-worlds 100%
* Adventurer Mount quests 100%
* Multi-worlds 100%.
* Adventurer Mount quests 100%.
* All Equipment levels up.
* Player level rates.
* Gain fame by quests.
* Every monsterbook card is now droppable by overworld mobs.
* Added Boss HP Bar for dozens of bosses (needs provided custom wz)
* Custom jail system (needs provided custom wz)
* Delete Character 100% (requires ENABLE_PIC activated)
* Added Boss HP Bar for dozens of bosses (needs provided custom wz);
* Custom jail system (needs provided custom wz).
* Delete Character 100% (requires ENABLE_PIC activated).
Admin/GM commands:
* New commands
* Zakum/Horntail/Pinkbean 100%
* New commands.
* Zakum/Horntail/Pinkbean 100%.
Project:
* Organized project code
* Highly configurable server (see server flags at ServerConstants)
* Organized project code.
* Highly configurable server (see server flags at ServerConstants).
---------------------------