@[Only registered and activated users can see links. Click Here To Register...] mano tem q fazer isso em tudo pc ?
Printable View
@[Only registered and activated users can see links. Click Here To Register...] mano tem q fazer isso em tudo pc ?
Precisa abrir executar digitar e muda a linguagem de para eng mesmo se já tiver em Eng faz de novo pelo menos uma vezes
mais os player vai presisa fazer isso ?
query pra add vip ?
Citação:
Originally Posted by daniellk [Only registered and activated users can see links. Click Here To Register...]
Rode esta query para o vip expirar no tempo certoCódigo:UPDATE MEMB_INFO SET AccountLevel = 1, AccountExpireDate = GETDATE() + 30 WHERE memb___id = 'LOGIN'
AccountLevel use 1, 2 ou 3
+30 = numero de dias
LOGINe (usuario que voce usa para logar)
Código:SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[WZ_GetAccountLevel]
@Account varchar(10)
AS
BEGIN
SET NOCOUNT ON
SET XACT_ABORT ON
DECLARE @CurrentAccountLevel int
DECLARE @CurrentAccountExpireDate smalldatetime
SELECT @CurrentAccountLevel=AccountLevel,@CurrentAccountExpireDate=AccountExpireDate FROM MEMB_INFO WHERE memb___id=@Account
IF(@CurrentAccountLevel <> 0 AND getdate() > @CurrentAccountExpireDate)
BEGIN
SET @CurrentAccountLevel = 0
UPDATE MEMB_INFO SET AccountLevel=@CurrentAccountLevel,AccountExpireDate=@CurrentAccountExpireDate WHERE memb___id=@Account
END
SELECT @CurrentAccountLevel As AccountLevel,@CurrentAccountExpireDate As AccountExpireDate
SET NOCOUNT OFF
SET XACT_ABORT OFF
END
GO
SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
@[Only registered and activated users can see links. Click Here To Register...]Tem como olhar PM mano?
@topico
alguem conseguiu o cash shop editor da xteam?
alguem sabe sobre o gens season 6 se ta funfando certi
Fotos dos kits (Anel [R] Da Morte Feiticero) e (Anel [R] Da Morte Gladiador) as Skins ainda nao estao prontas
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Item.txt
OBS: Fiz os testes e os adicionais estão funcionando perfeita menteCódigo://Type Slot Skill Width Height HaveSerial HaveOption DropItem Name Level Durability Resistance1 Resistance2 Resistance3 Resistance4 Resistance5 Resistance6 Resistance7 None DW DK FE MG DL SU RF
247 10 0 1 1 1 1 0 "Anel [R] da Morte" 60 150 1 0 0 0 0 0 0 2 1 0 0 1 0 1 0
248 9 0 1 1 1 1 0 "Pendant [R] da Morte" 60 150 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0
249 10 0 1 1 1 1 0 "Anel [R] da Morte" 60 150 0 0 0 0 0 1 0 2 0 1 1 1 1 0 1
250 9 0 1 1 1 1 0 "Pendant [R] da Morte" 60 150 0 0 0 0 0 1 0 2 0 1 1 1 1 0 1
como faz pra da ites com tempo de expiraçao ?
vai até CashShopProduct
Código:Tempo do item
230 562 90 6906 15 1 1 7 63 0 125 -1 255 255 255 255 255 0 259200 //Colar [R] da Morte Gladiador
[Only registered and activated users can see links. Click Here To Register...]
Sabe me dizer o local especifico da pasta? Virei tudo aqui é não achei.