I am having a trouble with my script to reset data in the table. I don't know exactly why this script doesn't work.
Can someone help me with my problem. Thank you in advance
Script: npc/custom/myro/refreshdailyreward.txt
- script resetter -1,{OnClock0025:mes "test";query_sql("TRUNCATE `dailyreward`"); end;}
already calling the script in my scripts_custom.conf
Can someone help me with my problem. Thank you in advance
Script: npc/custom/myro/refreshdailyreward.txt
- script resetter -1,{OnClock0025:mes "test";query_sql("TRUNCATE `dailyreward`"); end;}
already calling the script in my scripts_custom.conf
Code:
npc: npc/custom/myro/refreshdailyreward.txt