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 ?
no meu esta funcionando normal
so percebi uma diferença que possa ser o que não esta pegando
da uma olhada e diz pra nos ai Luiz o que pode ser
[Only registered and activated users can see links. Click Here To Register...]
e a do dragon que não esta rodando correto
[Only registered and activated users can see links. Click Here To Register...]
e o que pode ser esse erro já que não entendo basicamente nada de sql :D
Implicit conversion from data type datetime to int is not allowed. Use the CONVERT function to run this query.
tradução
A conversão implícita do tipo de dados datetime para int não é permitida. Use a função CONVERT para executar essa consulta.
Ta ai o mistério da coisa, vamos ver oq o Luiz fala.
OBS:
Luiz, no caso, quem tiver VIP2 acima não ganha +1 né ? pq no meu aqui n ganhou, no caso ganha GOLDs.
Esse GOLD ganha por minutos ? aqui ta sendo por minutos.
Só essa duvida mesmo.
Sobre ha Job de 1 Minuto consegui fazer funcionar, achei o problema junto com o Renato!
You can pass your editor some item do not aparese and also the update of jewel in the editor porfa
si me logueo perfecto entro bien pero cuando pongo algun comando por ejemplo el /post se me pone lento el vps y me desconectaCitação:
Originally Posted by louis [Only registered and activated users can see links. Click Here To Register...]
O problema é que ele não tem 2 colunas na tabela character, colunas que não serão usadas, então não precisa ter...já passei a soluçãoCitação:
Originally Posted by renatovips [Only registered and activated users can see links. Click Here To Register...]
remover esse comandos:
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
Do que vocês estão falando ? kkkkCitação:
Originally Posted by DrAgOn-ADM [Only registered and activated users can see links. Click Here To Register...]
O erro acima não tem nada haver com golds.
3 minutes:------- Atualizado -------
New item.bmd, extract to folder mueditor/dataCitação:
Originally Posted by alexischoque [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
É isso n Luiz, na Character tinha a coluna, eu criei elas quando vi que faltava elas, porem, criei erradas, com INT, ai n funcionava, depois descobri como era.
Sobre o GOLD ta de boa, vi que ganha por minutos mesmo...
a cada 10 minutos, você configura isso no common.dat de acordo com o level do vipCitação:
Originally Posted by DrAgOn-ADM [Only registered and activated users can see links. Click Here To Register...]
2 Horas 26 minutes:------- Atualizado -------
Atualizem a job de 1 minuto etapa NULL para isso:
A job não estava de acordo com os novos vips.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+8,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=3
Update character set exp_war=exp_war+6,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=2
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 MEMB_INFO set AccountLevel = 0 where AccountExpireDate < GETDATE()
Pronto, atualizado!
bom dia alguem poderia postar a prucedure PREMIAR_TOPS..
pq esta dando erro nas jobs
1 dia
1 mes
1 semana
SegueCitação:
Originally Posted by kaiocnx [Only registered and activated users can see links. Click Here To Register...]
1 46 minutes:------- Atualizado -------Código:
CREATE Procedure [dbo].[PREMIAR_TOPS]
@Account varchar(10),
@Name varchar(10),
@WC int,
@WP int,
@GP int,
@XP int,
@VIP1 int,
@VIP2 int,
@VIP3 int,
@EVENTOS int
AS
BEGIN
SET NOCOUNT ON
SET XACT_ABORT ON
IF @WC > 0 or @WP > 0 or @GP > 0
BEGIN
UPDATE CashShopData
SET WCoinC = WCoinC + @WC, WCoinP = WCoinP + @WP, GoblinPoint = GoblinPoint + @GP where AccountID = @Account
END
IF @WC > 0
BEGIN
insert into log_creditos ( login, valor, ip, tipo ) values (@Account,@WC,'1','6')
END
IF @EVENTOS > 0 or @XP > 0
BEGIN
UPDATE Character
SET exp_war = exp_war + @XP, eventos = eventos + @EVENTOS where Name = @Name and AccountID = @Account
END
IF @VIP1 > 0
BEGIN
-- ADD VIP NA CONTA VIP_AL1
update memb_info set AccountExpireDate = AccountExpireDate+@VIP1 where memb___id = @Account and accountlevel = 1
-- ADD VIP NA CONTA VIP_AL0
update memb_info set accountlevel = 1, AccountExpireDate = (getdate())+@VIP1 where memb___id = @Account and accountlevel = 0
if (select COUNT(*) from MEMB_INFO where memb___id = @Account and AccountLevel = 1) > 0
Insert into log_vip (login,dias,tipo) values (@Account,@VIP1,'6' )
END
if @VIP2 > 0
BEGIN
-- ADD VIP NA CONTA VIP_AL2
update memb_info set AccountExpireDate = AccountExpireDate+@VIP2 where memb___id = @Account and accountlevel = 2
if (select COUNT(*) from MEMB_INFO where memb___id = @Account and AccountLevel = 2) > 0
Insert into log_vip (login,dias,tipo) values (@Account,@VIP2,'7' )
END
if @VIP3 > 0
BEGIN
-- ADD VIP NA CONTA VIP_AL3
update memb_info set AccountExpireDate = AccountExpireDate+@VIP3 where memb___id = @Account and accountlevel = 3
if (select COUNT(*) from MEMB_INFO where memb___id = @Account and AccountLevel = 3) > 0
Insert into log_vip (login,dias,tipo) values (@Account,@VIP3,'8' )
END
END
GO
CREATE Procedure [dbo].[PREMIAR_TOPS_MEDALHAS]
@Account varchar(10),
@Name varchar(10),
@MEDALHA int
AS
BEGIN
SET NOCOUNT ON
SET XACT_ABORT ON
IF @MEDALHA = 1
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_sresets=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_sresets) VALUES (@Account,@name,1)
END
IF @MEDALHA = 2
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_smresets=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_smresets) VALUES (@Account,@name,1)
END
IF @MEDALHA = 3
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_tempo=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_tempo) VALUES (@Account,@name,1)
END
IF @MEDALHA = 4
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_evento=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_evento) VALUES (@Account,@name,1)
END
IF @MEDALHA = 5
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_pk=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_pk) VALUES (@Account,@name,1)
END
IF @MEDALHA = 6
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_hr=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_hr) VALUES (@Account,@name,1)
END
IF @MEDALHA = 7
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_ds_s=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_ds_s) VALUES (@Account,@name,1)
END
IF @MEDALHA = 8
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_bc_s=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_bc_s) VALUES (@Account,@name,1)
END
IF @MEDALHA = 9
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_cc_s=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_cc_s) VALUES (@Account,@name,1)
END
IF @MEDALHA = 10
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_duel_semanal=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_duel_semanal) VALUES (@Account,@name,1)
END
IF @MEDALHA = 11
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_resets_m=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_resets_m) VALUES (@Account,@name,1)
END
IF @MEDALHA = 12
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_mresets_m=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_mresets_m) VALUES (@Account,@name,1)
END
IF @MEDALHA = 13
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_tempo_m=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_tempo_m) VALUES (@Account,@name,1)
END
IF @MEDALHA = 14
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_evento_m=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_evento_m) VALUES (@Account,@name,1)
END
IF @MEDALHA = 15
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_pk_m=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_pk_m) VALUES (@Account,@name,1)
END
IF @MEDALHA = 16
BEGIN
if exists (select login from mk_medalhas where login = @Account and name = @name)
UPDATE MK_MEDALHAS SET medal_hr_m=1 where name = @name
ELSE
INSERT INTO MK_MEDALHAS (login,name,medal_hr_m) VALUES (@Account,@name,1)
END
END
GO
INSERT INTO MK_SERVER (REI_DO_MK,recorde_on) VALUES (0,0)
GO
Verifique seu data/message.txt, se está tudo correto, se não está faltando " ou algo do tipoCitação:
Originally Posted by malon2k [Only registered and activated users can see links. Click Here To Register...]
Todo solucionado y funcionando muchas gracias @[Only registered and activated users can see links. Click Here To Register...] web y server era un error mio en el message.txt
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
obrigado irmão resolveu !Citação:
Originally Posted by louis [Only registered and activated users can see links. Click Here To Register...]
Ta cada dia ficando mais show de bola ^^
@[Only registered and activated users can see links. Click Here To Register...] bro this repack have a modified Database or the default one? because i got some GS crash and i don't why my GS Crashing
gracias por su feedbackCitação:
Originally Posted by malon2k [Only registered and activated users can see links. Click Here To Register...]
2 minutes:------- Atualizado -------
what update did you install? update3?Citação:
Originally Posted by clerigz [Only registered and activated users can see links. Click Here To Register...]
In updates you have querys to exec...you exec this querys?
Ficou muito maneiro mesmo. As atualizações facilitaram tudo. Parabéns louis.
Só uma pergunta.. tem algum esquema diferente para incluir itens nesse server? Eu incluo e eles ficam invisíveis.. Vi que tem algum lance pra configurar no customitem.txt, é isso mesmo? Eu só consegui botar um para aparecer.. os outros não aparecem por nada. rsrs
Poste aqui todos os dados que você usou para incluir um item...Citação:
Originally Posted by 190004921 [Only registered and activated users can see links. Click Here To Register...]
When there will be update of the files with new things as new item
@[Only registered and activated users can see links. Click Here To Register...] i put the update 2 and update 3 and I did not execute any query..
For new update you have to execute the querys...bad configuration causes crash in gs tooCitação:
Originally Posted by clerigz [Only registered and activated users can see links. Click Here To Register...]
@[Only registered and activated users can see links. Click Here To Register...], eu segui os seguintes passos:
1 - Incluí as linhas item.txt do MuServer
2 - Coloquei as mesmas informações no item.bmd indicando o arquivo BMD de cada item.
3 - Abri o customitem e configurei com a seguinte fórmula: (seção*512)+index do item. Incluí também os três códigos RGB e o nome do arquivo do item.
4 - Gerei o main.emu e colei no cliente.
5 - Coloquei os arquivos dos itens na pasta item e texture conforme cada um.
Seguindo esses passos, eu consigo incluir apenas um item, o primeiro. Reparei que no customitem se eu colocar mais do que um set, ele deixa todos invisíveis. Se eu deixar apenas o primeiro, ele aparece normal.
Será que devo incluir informações em mais arquivos? Você chegou a incluir algum item?
Abs!
@[Only registered and activated users can see links. Click Here To Register...] what query will be executed? in DB?
All querys in rar oO
Se for S8 ainda tem o arquivo TRSdataCitação:
Originally Posted by 190004921 [Only registered and activated users can see links. Click Here To Register...]
cola o que colocou no seu customitem aqui.
Eu adicionei os itens que estão nesse servidor.
Você é o cara. Faltou incluir as informações nesse ItemTRSdata. Coloquei aqui e deu certo.
O primeiro estava funcionando pois já estava lá. rsrs
Obrigado meu amigo!
Edit
@[Only registered and activated users can see links. Click Here To Register...]
Deixa eu te pedir mais uma ajuda? Não to conseguindo incluir os itens que eu coloquei no Cashshop. Eu edito com o programa que você deixou em ferramentas, crio os arquivos do server e do cliente, substituo, religo o server e eles aparecem no cashshop. Mas na hora de comprar diz que "Não disponível no momento". Tentei copiar as informações dos itens que você criou, mas acho que deixei passar algo.. Consegue me orientar?
Abs!
Esse programa só serve pra fazer a parte do cliente, a parte do servidor não, eu fiz toda a parte do servidor manualmente, postaram um outro aqui porém no meu computador não funciona e não sei explicar como utilizarCitação:
Originally Posted by 190004921 [Only registered and activated users can see links. Click Here To Register...]
T+
Entendi. Então é por isso que não tá indo... Vou tentar entender o arquivo aqui então. Valeu!
Galera alguem teve esse Problema ?
[Only registered and activated users can see links. Click Here To Register...]
Tenta Mover para Loren Market Acontece isso
Verifique o map server info e se o gameserver cs está aberto.Citação:
Originally Posted by ObservadoR [Only registered and activated users can see links. Click Here To Register...]
@[Only registered and activated users can see links. Click Here To Register...]e
I have a problem
1: to put status to 64,000 thousand life is to 128,000 as I am for this 650,000 thousand life
2: Energy damage% does not have magui, magician, elfa, summer as I am
3: to raise the gens only up asta level 1 does not give you more mission only aces 1 mission as I am
4: how can I balance all races
5:And event lacleon if it activates every 5 minutes as I change it to activate every 30 minutes
Thank you for your sharing, I am a Chinese players,I have a question: skill "392"," add Nova Improved "have no effect, can you repair him? THANK YOU
2 minutes:------- Atualizado -------
And can you get the latest main.dll to support Chinese characters display, my English is not good