Aparece a tela pra colocar a senha?Citação:
Originally Posted by malon2k [Only registered and activated users can see links. Click Here To Register...]
Printable View
Aparece a tela pra colocar a senha?Citação:
Originally Posted by malon2k [Only registered and activated users can see links. Click Here To Register...]
My doubt is how can I aserlo vip to an account and searched from the database did not find any column of vip how can I aserlo vip to an account
The colunm vip is on table MEMB_INFO (Accountlevel and accountExpireDate)Citação:
Originally Posted by alexischoque [Only registered and activated users can see links. Click Here To Register...]
Account level you can change de 0 until 3
0 - free
1 - vip level 1
2 - vip level 2
3 - vip level 3
AccountExpireDate = date to expire vip
Bom Dia,
Luiz, ve ai pra mim meu problema fazendo um favor.
This is bug or it is bad confugiracion as I am not leaving the name of the server and has to leave there as I am
[Only registered and activated users can see links. Click Here To Register...]
You change something in text. Bmd in client side?Citação:
Originally Posted by alexischoque [Only registered and activated users can see links. Click Here To Register...]
Cole o que tem dentro da sua job etapa null aquiCitação:
Originally Posted by DrAgOn-ADM [Only registered and activated users can see links. Click Here To Register...]
Ja olhei pra tudo quanto é lado, mais n descobri ^^
Citação:
UPDATE CashShopData
SET goblinPoint=goblinpoint+10
FROM CashShopData join Character on CashShopData.Accountid = Character.Accountid COLLATE database_default
WHERE character.tempo_exp>180
Update character set exp_war=exp_war+4,tempo_exp=0
FROM Character join Memb_info on Character.Accountid = Memb_info.memb___id COLLATE database_default where tempo_exp > 180 and memb_info.accountlevel=1
Update character set exp_war=exp_war+2,tempo_exp=0
FROM Character join Memb_info on Character.Accountid = Memb_info.memb___id COLLATE database_default where tempo_exp > 180 and memb_info.accountlevel=0
update character set data_reset = (getdate()) where resetcount > 299 and data_reset is null and nivel_gm<2
update character set data_mreset = (getdate()) where masterresetcount > 299 and data_mreset is null and nivel_gm<2
update MEMB_INFO set AccountLevel = 0 where AccountExpireDate < GETDATE()
remove issoCitação:
Originally Posted by DrAgOn-ADM [Only registered and activated users can see links. Click Here To Register...]
update character set data_reset = (getdate()) where resetcount > 299 and data_reset is null and nivel_gm<2
update character set data_mreset = (getdate()) where masterresetcount > 299 and data_mreset is null and nivel_gm<2
@[Only registered and activated users can see links. Click Here To Register...] esse error nao normal, es Clock Time error (o Sync Error).Citação:
Originally Posted by malon2k [Only registered and activated users can see links. Click Here To Register...]
Is normal in bad VPS, is a CPU Clocking error, not have fix. Only if your hosting company change a protocol time server.
If this error happend in your PC, you can fix this problem in BIOS.
Pronto, aparentemente resolveu tudo Luiz, Obrigado mais uma vês !
Luiz, pq em outros essa função ta pegando de boa e na minha não ?
Falei com um amigo aqui que ta usando as mesmas JObs, só que na dela tem e funciona de boa, ja na minha, NÃO ^^Citação:
update character set data_reset = (getdate()) where resetcount > 299 and data_reset is null and nivel_gm<2
update character set data_mreset = (getdate()) where masterresetcount > 299 and data_mreset is null and nivel_gm<2
Qual problema pode dar nisso ?