Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Files Season 6 episode 15  (Visto 29164 veces)

0 Miembros and 2 Guests are viewing this topic.

Offline jeprax #150 Posteado: May 10, 2021, 05:26:09 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 23
  • Gracias recibida: 2
  • ph
how to configure reset system reward? not working

sql servermanagement/database/muonline/programability/storedprocedure and find WZ_SetResetInfo

input this code

Code: [Select]
USE [MuOnline]
GO
/****** Object:  StoredProcedure [dbo].[WZ_SetResetInfo]    Script Date: 4/27/2021 3:53:24 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[WZ_SetResetInfo]
@Account varchar(10),
@Name varchar(10),
@Reset int,
@ResetDay int,
@ResetWek int,
@ResetMon int
AS
BEGIN

SET NOCOUNT ON
SET XACT_ABORT ON

UPDATE Character SET ResetCount=@Reset WHERE AccountID=@Account AND Name=@Name
UPDATE CashShopData SET WCoinC = WCoinC+10 WHERE AccountID=@Account

SET NOCOUNT OFF
SET XACT_ABORT OFF

END

execute and your good to go
thanks bro it gives 10 wcoins what about this :

<ResetItemReward>
<!--
   <Group MinGReset="0" MaxGReset="1" MinReset="0" MaxReset="100">
      <Class Index="0" Zen="0" WCoinC="0" WCoinP="0" WCoinG="0" Credits="0">
         <Item ID="19" MinLevel="0" MaxLevel="15" MinOption="0" MaxOption="7" IsLuck="1" IsSkill="1" ExcType="0" MinExcellentCount="5" MaxExcellentCount="5" ExcCode="63" IsAncient="5" MaxSocket="2" Count="1"/>


pm me the files you want to add reward and i will edit it for you
check pm sir thank you


Offline Specifier #151 Posteado: May 10, 2021, 08:30:33 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 703
  • Gracias recibida: 5892
  • ae
first post updated, please test

---------------------------[NULL]---------------------------------

Offline wendyll #152 Posteado: May 10, 2021, 10:37:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
FDlincese corrupt  llorando2


Offline jeprax #153 Posteado: May 10, 2021, 10:53:54 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 23
  • Gracias recibida: 2
  • ph
FDlincese corrupt  llorando2
use the old main.dll


Offline Specifier #154 Posteado: May 10, 2021, 11:15:09 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 703
  • Gracias recibida: 5892
  • ae
updated maininfo in the first post

---------------------------[NULL]---------------------------------

Offline wendyll #155 Posteado: May 10, 2021, 11:40:53 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map


Offline FSword #156 Posteado: May 10, 2021, 07:11:03 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 538
  • ar
Los vengo testeando y son estables, los fallos que encontre los dichosos set Ancient... en especifico los Lucky , estan mal configurados, y los items Acc Ej Kundun, por mas que le configures el drop como debe de ser, siempre tira cada tanto un item normal camuflado, y por ultimo el detalle del zen en el baul 99,000,000. es el maximo de momento sirve por el simple hecho de que tenes 8 baules, en total 792000000.
Si estas buscando unos Files para Testear y aprender, estos son ideales.

Spoiler for Hiden:

Spoiler for Hiden:


Offline Specifier #157 Posteado: May 10, 2021, 10:08:27 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 703
  • Gracias recibida: 5892
  • ae
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

---------------------------[NULL]---------------------------------

Offline wendyll #158 Posteado: May 11, 2021, 05:11:31 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

fix it already...thank you..this file is the greatest so far i tested...everything now is working except the survivor event and right click missing items..

recommended cool2 cool2

Gracias:


Offline Specifier #159 Posteado: May 11, 2021, 05:21:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 703
  • Gracias recibida: 5892
  • ae
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

fix it already...thank you..this file is the greatest so far i tested...everything now is working except the survivor event and right click missing items..

recommended cool2 cool2

good because it never happened to me zen bugged xD
and for lucky you need to configure them in client side

---------------------------[NULL]---------------------------------

Gracias:


Offline wendyll #160 Posteado: May 11, 2021, 05:47:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

fix it already...thank you..this file is the greatest so far i tested...everything now is working except the survivor event and right click missing items..

recommended cool2 cool2

good because it never happened to me zen bugged xD
and for lucky you need to configure them in client side

i already fix all lucky items in client side the only thing i cant fix is the survivor event it keep showing up its started but i cant join hehheehehhe


Offline Specifier #161 Posteado: May 11, 2021, 05:51:37 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 703
  • Gracias recibida: 5892
  • ae
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

fix it already...thank you..this file is the greatest so far i tested...everything now is working except the survivor event and right click missing items..

recommended cool2 cool2

good because it never happened to me zen bugged xD
and for lucky you need to configure them in client side

i already fix all lucky items in client side the only thing i cant fix is the survivor event it keep showing up its started but i cant join hehheehehhe

Survivor=CustomArena, you need to configure it

---------------------------[NULL]---------------------------------

Offline wendyll #162 Posteado: May 11, 2021, 05:58:42 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

fix it already...thank you..this file is the greatest so far i tested...everything now is working except the survivor event and right click missing items..

recommended cool2 cool2

good because it never happened to me zen bugged xD
and for lucky you need to configure them in client side

i already fix all lucky items in client side the only thing i cant fix is the survivor event it keep showing up its started but i cant join hehheehehhe

Survivor=CustomArena, you need to configure it
sir i got problem with zen limit in character it will increase in 2b+++ how to fix this cant warp map

can show me picture?

fix it already...thank you..this file is the greatest so far i tested...everything now is working except the survivor event and right click missing items..

recommended cool2 cool2

good because it never happened to me zen bugged xD
and for lucky you need to configure them in client side

i already fix all lucky items in client side the only thing i cant fix is the survivor event it keep showing up its started but i cant join hehheehehhe

Survivor=CustomArena, you need to configure it


ok i configure it later.. the gate for custom arena is in different location..btw bro thank you very much

Gracias:


Offline wendyll #163 Posteado: May 11, 2021, 08:25:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
sir ifreat how to disable right click items?


Offline aantonioo #164 Posteado: May 15, 2021, 01:13:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 16
  • Gracias recibida: 5
  • ve
Error en command.txt le modifico el /evo y /zen y desactiva todo

Alguna ayuda?


Offline aantonioo #165 Posteado: May 15, 2021, 01:15:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 16
  • Gracias recibida: 5
  • ve
Error en command.txt, modifico los comandos /evo y /zen para que nadie los use y me desactiva todos los comandos, por favor alguna ayuda?


Offline FSword #166 Posteado: May 15, 2021, 03:44:12 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 538
  • ar
Error en command.txt, modifico los comandos /evo y /zen para que nadie los use y me desactiva todos los comandos, por favor alguna ayuda?
Tenes el ultimo update de los files?
a mi me daba problemas de entrada querias anular algo y directamente dejaba de funcionar los demas comandos,
lo que hice fue usar otro "Command.txt" de los files MuEmu, verifique bien las lineas index para hacerlos parecidos a los que traen estos files por defecto, y me tomo bien las configuraciones y podia anular o habilitar x comandos para los diferentes rangos, te dejo el que estoy ocupando, por las dudas hace una copia del que tenes funcional.
Aclaro a mi me toma los comandos cuando remplazo por completo el "Command.txt", si entro a editar el que trae por defecto y configuro algo al darle guardar, no me toma las configs y anula todo. es raro solo con estos files me pasa lo mencionado.

https://mega.nz/file/cpwkXAAT#mBKgw49Gyc3Qk8HisavxDXWw8PbRx31c__xTmAxpKtc


Offline SoulKill3r #167 Posteado: May 15, 2021, 05:20:36 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 63
  • Gracias recibida: 23
  • ar
El error es creo pq usan el block de notas para configurarlos usen programas ya que no es lo mismo usar la espaciadora, que usar el tabulador para generar los espacios. Creo que era el Sublime o algo asi yo en lo personal uso el Note+++.


Offline FSword #168 Posteado: May 15, 2021, 06:00:22 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 538
  • ar
Puede ser como usted lo menciona, aveces ocupo el blog y otras el notepad++, pero me parece extraño que solo cambiar un digito por otro ya deje de funcionar todos los comandos, solo con estos files me paso. aun que tambien resulta extraño ya que son en base a MuEmu. en fin solo queda esperar la respuesta del compañero para ver si le funciono algun metodo con su problema actual.


Offline wendyll #169 Posteado: May 16, 2021, 09:24:35 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
Puede ser como usted lo menciona, aveces ocupo el blog y otras el notepad++, pero me parece extraño que solo cambiar un digito por otro ya deje de funcionar todos los comandos, solo con estos files me paso. aun que tambien resulta extraño ya que son en base a MuEmu. en fin solo queda esperar la respuesta del compañero para ver si le funciono algun metodo con su problema actual.

I reconfigure it outside vps and it works like a charm..been using it for no reset server for months already everything is fine..


Offline wendyll #170 Posteado: May 19, 2021, 05:59:56 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 128
  • Gracias recibida: 861
  • ph
Hello good day..now i got problem with gens and cs...i been looking to configure it for weeks already but seems its on source..the gens cant join it give time to join 8999999 minutes and cs can kill his team...@Ifreat help me gain bro hehehe :) :)


Offline gewote #171 Posteado: May 19, 2021, 11:09:33 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 1
  • Gracias recibida: 0
  • ar
hola como estan? tengo un problema, no me abre el encrypt .bmd, alguien puede ayudarme si les paso los datos de mi pc para entrar? no se cual puede ser el error, pago al que me deje el servidor andando.


Offline Specifier #172 Posteado: May 19, 2021, 05:05:32 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 703
  • Gracias recibida: 5892
  • ae
hola como estan? tengo un problema, no me abre el encrypt .bmd, alguien puede ayudarme si les paso los datos de mi pc para entrar? no se cual puede ser el error, pago al que me deje el servidor andando.

screenshot please?

---------------------------[NULL]---------------------------------

Offline XxC4ll3xX #173 Posteado: May 20, 2021, 12:26:17 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 2
  • pe
consulta por que me salen los items de esta forma, no me permite seleccionarlos o colocarlos, esto también me sucede en las alas



 please


Offline FSword #174 Posteado: May 20, 2021, 03:48:57 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 26
  • Gracias recibida: 538
  • ar
consulta por que me salen los items de esta forma, no me permite seleccionarlos o colocarlos, esto también me sucede en las alas



 please
Tenes el cliente acorde a estos Files? si mal no recuerdo le faltaban configurar algunas cosas sobre las custom pet,
pero con las alas no me dio errores visuales, intenta verificar que items,pets,mounts te dan problemas.


Son Estables estoy Files?
los eh montado y tiene un problema con el Rank del PJ No se le quita [Caracter Status] algo asi se llama Main infor ni en GS/Data/Custom ya están Desactivado pero nada...

otra cosa habla nuevas Updates o quedara asi??

Hola, Si son estables tengo una pc host test hace un mes prendido y no crasheo para nada, seria tan amable de subir una screen, sobre su problema.
respecto alas updates vienen poco a poco, es activo y da respuestas alas preguntas sobre los files.

Gracias:


Offline jeffzkie69 #175 Posteado: May 21, 2021, 04:08:47 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 162
  • Gracias recibida: 43
  • ph
how can i edit idle time? because in a certain time when you are idle in game it auto close thank you!


Offline jhang2lord #176 Posteado: June 05, 2021, 08:48:16 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 3
  • ph
How to Fix the AddPoint of Stats? i cant add stats points when leveling . "You only have 0 point add" i already edited on command.dat in GS and Command.txt the command dont work too. all procedure dont work like clicking to add points and the command /a /s /v /e /c dont work. how to fix this. thank you .


Offline Ocean Network #177 Posteado: June 05, 2021, 10:59:06 AM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 86
  • Gracias recibida: 35
  • fr
How to Fix the AddPoint of Stats? i cant add stats points when leveling . "You only have 0 point add" i already edited on command.dat in GS and Command.txt the command dont work too. all procedure dont work like clicking to add points and the command /a /s /v /e /c dont work. how to fix this. thank you .

Open you GS Folder > Common.dat > Search for stats> Replace this:

;==================================================
; Level Up Settings
;==================================================
MaxLevelUp = 1
MaxLevelUpEvent = 1
MaxLevelUpQuest = 1
MaxLevelUp = 1
MaxLevelUpEvent = 1
MaxLevelUpQuest = 1
DWMaxStatPoint_AL0 = 32767
DWMaxStatPoint_AL1 = 32767
DWMaxStatPoint_AL2 = 32767
DWMaxStatPoint_AL3 = 32767
DKMaxStatPoint_AL0 = 32767
DKMaxStatPoint_AL1 = 32767
DKMaxStatPoint_AL2 = 32767
DKMaxStatPoint_AL3 = 32767
FEMaxStatPoint_AL0 = 32767
FEMaxStatPoint_AL1 = 32767
FEMaxStatPoint_AL2 = 32767
FEMaxStatPoint_AL3 = 32767
MGMaxStatPoint_AL0 = 32767
MGMaxStatPoint_AL1 = 32767
MGMaxStatPoint_AL2 = 32767
MGMaxStatPoint_AL3 = 32767
DLMaxStatPoint_AL0 = 32767
DLMaxStatPoint_AL1 = 32767
DLMaxStatPoint_AL2 = 32767
DLMaxStatPoint_AL3 = 32767
SUMaxStatPoint_AL0 = 32767
SUMaxStatPoint_AL1 = 32767
SUMaxStatPoint_AL2 = 32767
SUMaxStatPoint_AL3 = 32767
RFMaxStatPoint_AL0 = 32767
RFMaxStatPoint_AL1 = 32767
RFMaxStatPoint_AL2 = 32767
RFMaxStatPoint_AL3 = 32767
MaxStatPointCMD_AL0 = 32767
MaxStatPointCMD_AL1 = 32767
MaxStatPointCMD_AL2 = 32767
MaxStatPointCMD_AL3 = 32767
DWLevelUpPoint = 20
DKLevelUpPoint = 30
FELevelUpPoint = 20
MGLevelUpPoint = 20
DLLevelUpPoint = 30
SULevelUpPoint = 20
RFLevelUpPoint = 20
PlusStatPoint = 10

Thanks me later :D

Team Ocean Network Where All Dream are One Step Closer

Gracias:


Offline jhang2lord #178 Posteado: June 06, 2021, 05:51:40 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 4
  • Gracias recibida: 3
  • ph
 please please please
How to Fix the AddPoint of Stats? i cant add stats points when leveling . "You only have 0 point add" i already edited on command.dat in GS and Command.txt the command dont work too. all procedure dont work like clicking to add points and the command /a /s /v /e /c dont work. how to fix this. thank you .

Open you GS Folder > Common.dat > Search for stats> Replace this:

;==================================================
; Level Up Settings
;==================================================
MaxLevelUp = 1
MaxLevelUpEvent = 1
MaxLevelUpQuest = 1
MaxLevelUp = 1
MaxLevelUpEvent = 1
MaxLevelUpQuest = 1
DWMaxStatPoint_AL0 = 32767
DWMaxStatPoint_AL1 = 32767
DWMaxStatPoint_AL2 = 32767
DWMaxStatPoint_AL3 = 32767
DKMaxStatPoint_AL0 = 32767
DKMaxStatPoint_AL1 = 32767
DKMaxStatPoint_AL2 = 32767
DKMaxStatPoint_AL3 = 32767
FEMaxStatPoint_AL0 = 32767
FEMaxStatPoint_AL1 = 32767
FEMaxStatPoint_AL2 = 32767
FEMaxStatPoint_AL3 = 32767
MGMaxStatPoint_AL0 = 32767
MGMaxStatPoint_AL1 = 32767
MGMaxStatPoint_AL2 = 32767
MGMaxStatPoint_AL3 = 32767
DLMaxStatPoint_AL0 = 32767
DLMaxStatPoint_AL1 = 32767
DLMaxStatPoint_AL2 = 32767
DLMaxStatPoint_AL3 = 32767
SUMaxStatPoint_AL0 = 32767
SUMaxStatPoint_AL1 = 32767
SUMaxStatPoint_AL2 = 32767
SUMaxStatPoint_AL3 = 32767
RFMaxStatPoint_AL0 = 32767
RFMaxStatPoint_AL1 = 32767
RFMaxStatPoint_AL2 = 32767
RFMaxStatPoint_AL3 = 32767
MaxStatPointCMD_AL0 = 32767
MaxStatPointCMD_AL1 = 32767
MaxStatPointCMD_AL2 = 32767
MaxStatPointCMD_AL3 = 32767
DWLevelUpPoint = 20
DKLevelUpPoint = 30
FELevelUpPoint = 20
MGLevelUpPoint = 20
DLLevelUpPoint = 30
SULevelUpPoint = 20
RFLevelUpPoint = 20
PlusStatPoint = 10

Thanks me later :D

Thank You Sir! God Bless!  please

Gracias:


Offline ashishkumarji #179 Posteado: June 06, 2021, 08:02:03 AM | Modificado: June 07, 2021, 05:51:38 AM by ashishkumarji

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 1
  • Gracias recibida: 0
  • in
this is really good to watch i love it  vidmate app  mobdro apk


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
9 Replies
5493 Views
Last post November 09, 2017, 03:46:05 PM
by nik2013
132 Replies
47359 Views
Last post February 24, 2023, 11:55:38 PM
by pichuxdd
103 Replies
41125 Views
Last post September 09, 2025, 10:59:39 PM
by kodai
1 Replies
3837 Views
Last post February 22, 2019, 01:19:49 PM
by shangxin
0 Replies
585 Views
Last post January 22, 2022, 08:52:31 AM
by augis241