-
Account Upgraded | Title Enabled!
Giving new player other premium service
So im trying to find out how to change the platinum service which is default in EP8
And I cant find it ..
Would anyone could be soo kind and tell me what im i missing.
Thanks in advance
-
-
Re: Giving new player other premium service
The default value of ServiceKind 1 must be set somewhere.
You can try dbo.cabal_tool_registeraccount,
insert into cabal_charge_auth(usernum, type, expiredate, payminutes, ServiceKind)
values(@UserNum, 0, DATEADD(day, 1000, getdate()), 0, 3)
-
Account Upgraded | Title Enabled!
Re: Giving new player other premium service
and how can I change the whole service
in PremiumService.scp?