the shop is point shop that use the variable
so even if it look like zeny in your server you would need hourly points to buy from it (unless you src edit your server)
for me in the screen shot i am using client 2017 however i did test it on the client 2015 and it show the variable but i didn't test it on older clients
for showing the amount for the players you can make a simple command script to tell the players how many pointss they have ( i will add it in the next update if i make an update for it)
like that
add this under OnInit:
bindatcmd("MyHourlyPoints",strnpcinfo(3)+"::OnMyHourlyPoints",0,99);
bindatcmd("MHP",strnpcinfo(3)+"::OnMyHourlyPoints",0,99);
and after some end; (THAT THE LINE START WITH IT WITHOUT <TAB> BEFORE IT) add
OnMyHourlyPoints:
message strcharinfo(0),"[Hourly Rewards]: You have " + #HourlyRewards + " Hourly Points .";
end;
by that by using the command @myhourlypoints or @mhp you will be message say to you how much you have Hourly Points