RPG MAKER MZ Plugin: Mistery Gift

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 2

  • @OxemMobile
    @OxemMobile 7 หลายเดือนก่อน

    "This code have expired" I tried everything out in order to make this work, changing local time format, emptying date slots in the raw file (does it even work without any date ?), but now im out of solution, how can i make this works ? (Im using french local time wich is fr-FR i think)

    • @undermax-plugins
      @undermax-plugins  7 หลายเดือนก่อน

      Hello! What's up, I've tried the plugin and I'm not having any problems. I suggest you use the generator I included with the plugin:
      maxii1996.github.io/Undermax-CodesGenerator/
      And if you use github, remember that it can take up to 5 minutes to update the same URL with the changes made.
      Perhaps there is a difference in how the system manages dates, and perhaps that is why it is giving you problems.
      The format you should use, for example in github, should be:
      [
      {
      "code": "FANTASY",
      "startDate": "2024-03-24T00:50Z",
      "endDate": "2024-03-31T20:50Z",
      "rewards": [
      {
      "type": "item",
      "id": 7,
      "amount": 10
      }
      ]
      }
      ]
      If you still have problems, I recommend that you contact me through Itchio so we can do a little more specific tests. All the best