Description
- This project provides you Talisman of Undying for your Metin2 server.
- Talisman is equipable to unique slots.
- There are 2 limitations – wear time and uses.
- When player’s HP is less than defined limit, it recovers defined percents of maximum HP.
- There are included 2 new effects – for equiping and talisman use.
- There is option for disabling talisman in PvP.
- There is color changing item description for remaining blessings.
- There is possibility of having more talisman items with different maximal blessings.
Defines
Server
- #define ENABLE_TALISMAN_OF_UNDYING: Enables or disables Talisman of Undying in server side.
- #define DISABLE_WHEN_PVP: Disables talisman in PvPs.
- #define RECOVERY_AT 30: At how many percents of current HP is talisman used.
- #define RECOVERY_PERCENT 80: How many percents of maximum hp recovers.
Client
- #define ENABLE_TALISMAN_OF_UNDYING: Enables or disables Talisman of Undying in client side.