Skip to content

Releases: suriyun-turnbase-rpg/rpg-php-service

Fortune wheel

25 Dec 08:39
2fc9597
Compare
Choose a tag to compare
  • 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

31 Oct 22:14
3fe7e83
Compare
Choose a tag to compare
Merge pull request #7 from insthync/1.21

1.21

Avoid empty variables errors that break the service

09 Aug 21:59
Compare
Choose a tag to compare
1.18b

Avoid empty variables errors which break the service

1.18

06 Jul 11:22
Compare
Choose a tag to compare
  • Add clan boss battle
  • Add random item store

Don't forget to update (sql-importer.php?update=1.18)

1.17b

09 May 19:05
Compare
Choose a tag to compare
  • Just fix empty field values

1.17

07 May 19:28
Compare
Choose a tag to compare
  • Add raid boss battle system
  • Add mail system

1.16b

18 Feb 14:42
Compare
Choose a tag to compare
  • 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

15 Feb 05:41
Compare
Choose a tag to compare
  • Add clan chat channel.
  • Add clan level/exp.
  • Add clan check-in.
  • Add clan donation.

1.15b

07 Jan 09:02
Compare
Choose a tag to compare
  • 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

06 Oct 17:42
Compare
Choose a tag to compare
  • 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.