Mostrar posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mucryxus

Paginas: [1]
1
Publica tu server / Season6 Mu Cryxus - Season 6 Ep 3
« Posteado: August 10, 2018, 01:06:04 PM »
BIENVENIDOS A MU CRYXUS SEASON 6 EP 3 (PREMIUM)

GRAN INAGURACION 11/08/2018

17:00 HRS PERÚ , 19:00 HRS ARGENTINA

Que esperas para formar parte de la gran Comunidad Cryxus

Descarga ya el Cliente desde la Pagina

BIENVENIDOS A MU CRYXUS

Season 6 Ep 3 - Premium

Pagina : http://mucryxus.com/

Exp 500x / Drop 65%

Max Stats 32767 /  Borra Stats

500 Puntos por Reset

AutoReconect Spots para distintos reset

>-Marry Activo

>-Gens Activo

>- Ganan WCoinC , WCoinP , GlobinP por cada Reset

Todos los Eventos Activos al 100%

Descarga Nuestro Servidor y se Parte de La Comunidad Mu - Cryxus

>- Bless Bug: OFF
>- Spots: de 9 a 8 mobs
>- Horarios: Las 24 horas de día los 365 dias del año
>- Reset: 400

 

>- Master Reset: 100rr / Comando : /mreset

 

>- Comandos para agregar puntos:

/addstr , /addagi , /addvit , /addene , /addcmd

>- Límite de Resets: 999
>- Creación de Clan: 350
>- Monster HP: 100%
>
>Rates de Jewels
>- Jewel of Soul + Luck = 60%
>- Jewel of Soul = 60%
>- Jewel of Life = 60%
>
>Drop de Jewels
>- Jewel of Bless: 50%
>- Jewel of Soul: 50%
>- Jewel of Chaos: 50%
>- Jewel of Life: 50%
>- Jewel of Creation: 50%

>Eventos
>- Invasión de Dorados: ON
>- Invasión de Mago Blanco: ON
>- Blood Castle: ON
>- Devil Square: ON
>- Chaos Castle: ON
>- Kalima Event: ON
>- Raklion Boss Event: ON
>- Kanturu Event: ON
>- Illusion Temple: ON
>- Lucky Coins: ON
>- Moss The Gambler: ON
>- Golden Archer: ON
>- Corazones de amor: ON
>- Firecracker: ON
>- Medallas Plateadas y Doradas: ON

2
Soporte / Ayudas / Re: AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 12:07:20 PM »
acá te dejo el fix de dicho Gens, prueba y nos avisas! Saludos

Code: [Select]
Create function [dbo].[fn_rank_gens]
(
@name varchar(10),
@familia int
)
returns int
as
begin
declare @valor int;

set @valor = 0;

if exists (select Contribution from Gens_Rank where Name = @name and Contribution > 9999)
begin
WITH cte AS (
SELECT DENSE_RANK() OVER (ORDER BY contribution DESC) AS Rank, Name
FROM Gens_Rank where family=@familia)
select @valor = rank from cte where Name = @name;
end

return @valor;
end
GO

ALTER PROCEDURE [dbo].[WZ_GetCharacterGensInfo]
@Name varchar(10),
@Family int
AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON

IF ( @Family = 1 )
BEGIN
SELECT dbo.fn_rank_gens(@Name,1)as Rank, Contribution FROM Gens_Rank WHERE Name = @Name and Family=1
END
ELSE
BEGIN
SELECT dbo.fn_rank_gens(@Name,2)as Rank, Contribution FROM Gens_Rank WHERE Name = @Name and Family=2
END

SET NOCOUNT OFF
SET XACT_ABORT OFF

END
GO

ME VOTO ESTE ERROR AMIGO


Selecciona la base de datos MuOnline para ejecutar la query amigo

Si esta seleccionado pero me tira el mismo error

3
Soporte / Ayudas / Re: AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 11:47:30 AM »
acá te dejo el fix de dicho Gens, prueba y nos avisas! Saludos

Code: [Select]
Create function [dbo].[fn_rank_gens]
(
@name varchar(10),
@familia int
)
returns int
as
begin
declare @valor int;

set @valor = 0;

if exists (select Contribution from Gens_Rank where Name = @name and Contribution > 9999)
begin
WITH cte AS (
SELECT DENSE_RANK() OVER (ORDER BY contribution DESC) AS Rank, Name
FROM Gens_Rank where family=@familia)
select @valor = rank from cte where Name = @name;
end

return @valor;
end
GO

ALTER PROCEDURE [dbo].[WZ_GetCharacterGensInfo]
@Name varchar(10),
@Family int
AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON

IF ( @Family = 1 )
BEGIN
SELECT dbo.fn_rank_gens(@Name,1)as Rank, Contribution FROM Gens_Rank WHERE Name = @Name and Family=1
END
ELSE
BEGIN
SELECT dbo.fn_rank_gens(@Name,2)as Rank, Contribution FROM Gens_Rank WHERE Name = @Name and Family=2
END

SET NOCOUNT OFF
SET XACT_ABORT OFF

END
GO

ME VOTO ESTE ERROR AMIGO

4
Soporte / Ayudas / Re: AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 10:47:05 AM »
Hola a todos vi muchas soluciones con respecto a lo de gens pero ninguna me funciono, talvez algo estoy haciendo mal, alguno me podria orientar bien.


La config estandar de gens es la siguiente:

Ruta:\GameServer\DATA\GameServerInfo - Common

;==================================================
; Gens System Settings
;==================================================
GensSystemSwitch = 1
GensSystemGuildLock = 0
GensSystemPartyLock = 0
GensSystemInsertMinLevel = 50
GensSystemContributionFloodTime = 30
GensSystemVictimContributionDecrease = 3
GensSystemKillerContributionIncrease = 5
GensSystemVictimMinContributionDecrease = 1
GensSystemVictimMaxContributionDecrease = 15
GensSystemKillerMinContributionIncrease = 1
GensSystemKillerMaxContributionIncrease = 15
GensSystemStartRewardDay = 1
GensSystemFinalRewardDay = 7

Lo tenes activo me imagino no?
Lo tengo tal cual amigo, pero no me anda.

5
Soporte / Ayudas / Re: AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 10:10:10 AM »
Hola a todos vi muchas soluciones con respecto a lo de gens pero ninguna me funciono, talvez algo estoy haciendo mal, alguno me podria orientar bien.

Que errores tienes o que es lo que no funciona, explica un poco los inconvenientes que tienes para poder entender mejor.
Tienes al personaje en nivel 400? recuerda si no es ese nivel no podras unirte a un Gens
Si el personaje esta lvl 400  y todo eso , es una cuenta que no editada tambien, vi que eso era el error, pero no me deja de ninguna manera.

6
Soporte / Ayudas / Re: AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 10:00:57 AM »
Hola a todos vi muchas soluciones con respecto a lo de gens pero ninguna me funciono, talvez algo estoy haciendo mal, alguno me podria orientar bien.

Que errores tienes o que es lo que no funciona, explica un poco los inconvenientes que tienes para poder entender mejor.
Lo que no me deja es ingresar a una de las familias de GENS, se queda pegado , ya intente todas las soluciones, pero ninguno me deja solucionarlo.
Que repack es, de aqui del foro?
Si es el de LOIS s6 ep3

7
Soporte / Ayudas / Re: AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 09:56:37 AM »
Hola a todos vi muchas soluciones con respecto a lo de gens pero ninguna me funciono, talvez algo estoy haciendo mal, alguno me podria orientar bien.

Que errores tienes o que es lo que no funciona, explica un poco los inconvenientes que tienes para poder entender mejor.
Lo que no me deja es ingresar a una de las familias de GENS, se queda pegado , ya intente todas las soluciones, pero ninguno me deja solucionarlo.

8
Soporte / Ayudas / SOPORTE AYUDA CON GENS S6 EP3
« Posteado: July 20, 2018, 09:48:35 AM »
Hola a todos vi muchas soluciones con respecto a lo de gens pero ninguna me funciono, talvez algo estoy haciendo mal, alguno me podria orientar bien.


Paginas: [1]