arthurcunha1991 0 Posted June 24, 2019 (edited) Hello, could you help me? how do I make the player even offline when they sign up to receive the Winning Guild Weekly award? script event is coming down Thank you koe.txt Edited June 24, 2019 by arthurcunha1991 Quote Share this post Link to post Share on other sites
0 botka4aet 5 Posted June 25, 2019 Add Sql table - WOE reward queue "Player ID" - "Reward" After every LogIn script: if (LastLogin > LastRewardDate) close; else { Load rewards for this Player; if (noReward) close; else { givereward; } } Quote Share this post Link to post Share on other sites
0 arthurcunha1991 0 Posted June 26, 2019 (edited) I did not understand, where do I put this function? this function Load rewards for this Player; Edited June 26, 2019 by arthurcunha1991 Quote Share this post Link to post Share on other sites
Hello, could you help me?
how do I make the player even offline when they sign up to receive the Winning Guild Weekly award?
script event is coming down Thank you
koe.txt
Edited by arthurcunha1991Share this post
Link to post
Share on other sites