Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP]Where is the src of Daily Premium Bonus?

Newbie Spellweaver
Joined
Jun 28, 2016
Messages
17
Reaction score
0
Where is the src of Daily Premium Bonus?
can i change a daily bonus GC to item?
 
Newbie Spellweaver
Joined
Dec 19, 2015
Messages
67
Reaction score
16
Where is the src of Daily Premium Bonus?
can i change a daily bonus GC to item?
In the function oosmar said. What you would want to change is:
Code:
-- give premium GC bonuses every 24hrs (actually every 23:30)    
if @[I][B][URL="http://forum.ragezone.com/members/43741.html"]prem[/URL][/B][/I]iumExpireTime > GETDATE() and DATEDIFF(minute, @[I][B][URL="http://forum.ragezone.com/members/43741.html"]prem[/URL][/B][/I]iumLastBonus, GETDATE()) > 1410) begin        
     exec [COLOR=#ff0000][B]FN_AlterUserGP[/B][/COLOR] @[I][B][URL="http://forum.ragezone.com/members/25895.html"]Custom[/URL][/B][/I]erID, 30, 'Daily Premium Bonus'        
     update UsersData set PremiumLastBonus=GETDATE() where CustomerID @[I][B][URL="http://forum.ragezone.com/members/25895.html"]Custom[/URL][/B][/I]erID    
end
Give item function would be the one you want :p
 
Upvote 0
Newbie Spellweaver
Joined
Dec 19, 2015
Messages
67
Reaction score
16
thank you @Oosmar02 @kukk1

but my DB don't have
WZ_LOGIN_EXEC function.

how to find it?
Are you using a sql server manager? (ie Navicat). Or are you just opening ms sql manager? If so get navicat (free trial: )
It is located in WarZ->dbo->functions
U9qw2FE - [HELP]Where is the src of Daily Premium Bonus? - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Back
Top