[Help]Need Correction If This Is Right.

05/31/2012 21:07 -ColdBloodShaiya-#1
Anyone Wanna Tell Me If Its Correct For AP Per Min? :confused:
05/31/2012 22:22 R0CK7Y#2
Quote:
Update PS_userdata.dbo.Users_Master
SET point=point +5
its 5 points
you change it
05/31/2012 22:46 -ColdBloodShaiya-#3
Quote:
Originally Posted by R0CK7Y View Post
its 5 points
you change it
yea but is it possible to have 5 instead of 1?
and the other looks fine or no?
06/01/2012 00:24 R0CK7Y#4
why dont you use it and see ? ;0
its easy only wait for one minute and see if it increased by 5 or not
06/01/2012 01:25 -ColdBloodShaiya-#5
Quote:
Originally Posted by R0CK7Y View Post
why dont you use it and see ? ;0
its easy only wait for one minute and see if it increased by 5 or not
ok so i have tryied +1 and +5 never wants to take effect something is wrong where it hates my server rofl wanna help me out ;) ep 5database need this to work rofl :)
06/01/2012 02:26 R0CK7Y#6
Quote:
go PS_UserData > Programability > StoredProcedure > click right on USP_Try_GameLogout_R and "Modify" or "Design" (depends of your sql version) where is
Quote:
SET point=point
change with
Quote:
SET point=point +1
Next time use SEARCH BUTTON all is here.
but replace
Quote:
SET point=point +1
with
Quote:
SET point=point +5 +@LastPlayTime/2
and tell me if it worked <- i didn't try it btw
06/01/2012 07:53 -ColdBloodShaiya-#7
Quote:
Originally Posted by R0CK7Y View Post
but replace

with

and tell me if it worked <- i didn't try it btw
no luck by doing that got cant force data login rofl bad mistake to edit and add that aha