Releases: suriyun-turnbase-rpg/rpg-php-service
Releases · suriyun-turnbase-rpg/rpg-php-service
Fortune wheel
- Implement a fortune wheel system
- Implement profile system, players can set their icon, frame, title
- Implement clan profile system, players can set their clan's icon, frame, title
Daily Reward System
Merge pull request #7 from insthync/1.21
1.21
Avoid empty variables errors that break the service
1.18b
Avoid empty variables errors which break the service
1.18
- Add clan boss battle
- Add random item store
Don't forget to update (sql-importer.php?update=1.18)
1.17b
- Just fix empty field values
1.17
- Add raid boss battle system
- Add mail system
1.16b
- Add custom currencies rewarding settings to stages/clan check-in/clan donation.
- Make it able to donate more than 1 time per day.
1.16
- Add clan chat channel.
- Add clan level/exp.
- Add clan check-in.
- Add clan donation.
1.15b
- Add
use_request_query_action
setting. If it is TRUE
, it will call service's function by request query, so a path like: http://hostname/actionName
will be called as http://hostname?action=actionName
instead, this is good for users who have problem with .htaccess
settings or Nginx
.
- Fix wrong refilling stamina amount.
- Fix finding clan error if clan name is empty.
1.15
- Add stamina refilling
- Add stage availabilities
- Add custom stamina
- Add custom currency
Don't forget to browse sql-importer.php?update=1.15 to update.