mchekin / rpg

Online Role Playing Game (based on Laravel)
MIT License
188 stars 52 forks source link

Defeat error #62

Closed nengkya closed 4 years ago

nengkya commented 4 years ago

After i got knocked, i cant get into battle again

mchekin commented 4 years ago

@hasnagagah

Hello. Thank you for reaching out.

When a character health reaches 0, he is considered Knocked Out. But the character will regain health with time (this is done using a cron job which runs in the background).

Did you execute the Enable Laravel Task Scheduling? https://github.com/mchekin/rpg#runningindevelopmentenvironment

If so, your character should regain health points as time passes.

Please tell me if the issue persists.