brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

Achievement ACH_HorseRent added. - [opened] #1598

Closed brenoepics closed 6 months ago

brenoepics commented 2 years ago

In GitLab by @object on Jul 30, 2022, 15:43

Merges ms4/achievements -> dev

brenoepics commented 2 years ago

In GitLab by @object on Jul 30, 2022, 15:57

added 1 commit

Compare with previous version

brenoepics commented 2 years ago

In GitLab by @object on Jul 30, 2022, 16:00

added 1 commit

Compare with previous version

brenoepics commented 2 years ago

In GitLab by @object on Jul 30, 2022, 16:47

You need add this lines in 'achievements' table

INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES
(480, 'HorseRent', 'pets', 1, 0, 0, 10, 4),
(481, 'HorseRent', 'pets', 2, 0, 0, 20, 12),
(482, 'HorseRent', 'pets', 3, 0, 0, 30, 28),
(483, 'HorseRent', 'pets', 4, 0, 0, 40, 60),
(484, 'HorseRent', 'pets', 5, 0, 0, 50, 124),
(485, 'HorseRent', 'pets', 6, 0, 0, 60, 252),
(486, 'HorseRent', 'pets', 7, 0, 0, 70, 508),
(487, 'HorseRent', 'pets', 8, 0, 0, 80, 1020),
(488, 'HorseRent', 'pets', 9, 0, 0, 90, 2044),
(489, 'HorseRent', 'pets', 10, 0, 0, 100, 4092);