Gift "AP" Help

01/25/2013 14:18 karakas1997#1
From the new players to the game, I want to give 500 AP Gifts . How can I do?
01/25/2013 14:54 Old-School#2
U can make it in the Registration, but idk what registration u use
01/25/2013 17:44 TeddyBear94#3
depend if u want to do it for all or just for the players that joined till a special amount of time.
if u want to make it for all then u can creeate a trigger for it in sql
if u want to make it just once for all the existing accounts create a sql script to update all accounts with 500 ap
01/26/2013 21:23 [DEV]xXDASHXx#4
if for all new players in the regestration proc there is a section to add the players account to the db just add the 500 ap in to there .
if its for ALL accounts now created just run this lil proc its not a garantee as its off top of my head and not debugged

UPDATE PS_UserData.dbo.Users_Master set Point = ([Point]+500)
01/28/2013 19:28 karakas1997#5
Thax Friends