There is a query or program to everyone on the server by vip?
those who are already playing.
There is a query or program to everyone on the server by vip?
those who are already playing.
What do you mean by "vip"? Premium?
That's right. =)
The players that I already put new start
but I would put those who already play
Just get a GM-Tool (from Chumpy or balQ)..search for the Players/accounts they have,and Change the Account settings to Premium.
As far as i know there isnt Any Script to make the Players who already playing to Premium..
but if you are good on SQL,you could script it by yourself.
Regards..
You could use this query:
It gives every account that exists in your cabal_charge_auth table platinum premium ([ServiceKind] = 1).Code:Update [account].[dbo].[cabal_charge_auth] SET [Type] = 1, [ExpireDate] = '2012-01-01 00:00:00.000', [ServiceKind] = 1 GO
If you want new players, who registers after you executed the query, to have premium, too, you should carefully read what emi told you.
Cheers.
Last edited by Alphakilo23; 28-07-10 at 12:52 AM.
Thank Youuuuuuuuuuuuuuu!!!!!