i need to know how to make player to take silk per hour but when he be maxlvl
as when player max lvl the silk give to him per hour
as when player max lvl the silk give to him per hour
change 110 to ur max lvl.Quote:
Declare @ReqLvl tinyint = (select curlevel from sro_vt_shard.._char where charid = @charid)
If (@tminutues >= 60 and @reqlevel >= 110)
begin