Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Files MuEmu 0.97k ORIGINAL + FULL SOURCE - kayito  (Visto 235057 veces)

0 Miembros and 3 Guests are viewing this topic.

Offline anaflex #480 Posteado: September 02, 2022, 06:12:52 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 137
  • Gracias recibida: 27
  • ar
segui el tutorial y me andubo sin problema, hoy quise conectarlo y me dice could not conncet to database que sera?

Gracias:


Offline Part1zanBelarus #481 Posteado: September 04, 2022, 01:31:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by
soon we will share our version of the server based on these files. due to the fact that there are no bug fixes. with added 99i stuff. custom attack, pick, off afk.


The server is not recommended at this stage to an open server. too many mistakes.

Gracias:


Online kayito #482 Posteado: September 04, 2022, 02:30:41 AM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.067
  • Gracias recibida: 18488
  • ar
BonusManager.dat

Spoiler for Hiden:
// DOW: 1=Sunday / 2=Monday / 3=Tuesday / 4=Wednesday / 5=Thursday / 6=Friday / 7=Saturday

0
//   Index   Year   Month   Day   DoW   Hour   Minute   Second
   0      *    *       *    *    0    26      0
end

// Bonus Time = Seconds
1
//   Index   StartMessage   FinalMessage   BonusTime
   0      *         *         86400
end

// BonusIndexs
//   EXPERIENCE RATE = 0
//   ITEM DROP RATE = 1
//   COMMON ITEM DROP RATE = 2
//   EXC ITEM DROP RATE = 3
//   RESET AMOUNT = 4
//   GRAND RESET AMOUNT = 5
// ItemIndex format: 00,000

2
//Index BonusIndex BonusValue_AL0 BonusValue_AL1 BonusValue_AL2 BonusValue_AL3 ItemIndex ItemLevel MapNumber MonsterClass MonsterLevelMin MonsterLevelMax
  0       0           1000            0             0              0              0,0           *          *         2            4            4
end

I set BonusIndex "0" for EXPERIENCE RATE, add "1000X" RATE for FREE ACCOUNTS, and set monster like a Budge Dragons, and this didn't work. I don't know what the problem, but i found interesting moment, its ItemIndex, i can't set VALUE "*" or "-1", with this VALUES GS CRASH or NOT STARTED, if i set "0,0", all work fine without Bonus Exp Event. Thet anyway problem, coz if you want to set Bonus for Normal ItemRate or Exc ItemRate, you cant set VALUES for all Items and personaly need have to add one thing at a time.

I guess need chek inside, about why we cant set other value for ItemIndex, or if some not have thet problem, answer what the problem. ItemIndex "0,0" Broke BonusIndex or just BonusIndex "0" for EXP wont to work?or BOTH?

BonusManagerSwitch = 1

Just put "*,*" in the itemindex column and it'll work.

Broken minimize function (i try to play in fullscreen mode and cant minimize window, black screen, didn't work correctly)
Broken chaos machine % value (in chaos machine some times with 100% chance to craft chaos weapon, you cant got it, just lose all ingridients, fail craft)

- In fullscreen mode i cannot work with minimize. If i add it, then the fullscreen should work completely different, more like a windowed borderless and cannot scale the internal resolution, just the window size.
- Chaos Machine i've been testing and works fine for me. You can see the logs of the chaos mix in the MuServer/GameServer/Data/CHAOS_MIX_LOG folder. There it'll say something like this:
Code: [Select]
22:00:50 [PlusItemLevelMix][Success][test1][test1bk] - (Type: 0, ChaosSuccessRate: 80, ChaosMoney: 2000000)
If you find some case that happens what you said, try to screenshot and copy the log of the chaosmix. I need to confirm in which rates that happens so i can test it

soon we will share our version of the server based on these files. due to the fact that there are no bug fixes. with added 99i stuff. custom attack, pick, off afk.


The server is not recommended at this stage to an open server. too many mistakes.

Instead of adding custom custom custom custom... why didn't you fix all the things you reported? You complained about the things that have to be fixed but you rather work with customs instead of fixes? WTF bro...

I'm working on the next update. Already fixed some things like staffs values, double checked chaos mix rates, checked the bonus manager and now i'm trying to work with the fruit system that i didn't know how it works because i've never used it.

Gracias:


Offline Part1zanBelarus #483 Posteado: September 04, 2022, 03:01:41 AM | Modificado: September 04, 2022, 03:05:54 AM by Part1zanBelarus

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by
BonusManager.dat

Spoiler for Hiden:
// DOW: 1=Sunday / 2=Monday / 3=Tuesday / 4=Wednesday / 5=Thursday / 6=Friday / 7=Saturday

0
//   Index   Year   Month   Day   DoW   Hour   Minute   Second
   0      *    *       *    *    0    26      0
end

// Bonus Time = Seconds
1
//   Index   StartMessage   FinalMessage   BonusTime
   0      *         *         86400
end

// BonusIndexs
//   EXPERIENCE RATE = 0
//   ITEM DROP RATE = 1
//   COMMON ITEM DROP RATE = 2
//   EXC ITEM DROP RATE = 3
//   RESET AMOUNT = 4
//   GRAND RESET AMOUNT = 5
// ItemIndex format: 00,000

2
//Index BonusIndex BonusValue_AL0 BonusValue_AL1 BonusValue_AL2 BonusValue_AL3 ItemIndex ItemLevel MapNumber MonsterClass MonsterLevelMin MonsterLevelMax
  0       0           1000            0             0              0              0,0           *          *         2            4            4
end

I set BonusIndex "0" for EXPERIENCE RATE, add "1000X" RATE for FREE ACCOUNTS, and set monster like a Budge Dragons, and this didn't work. I don't know what the problem, but i found interesting moment, its ItemIndex, i can't set VALUE "*" or "-1", with this VALUES GS CRASH or NOT STARTED, if i set "0,0", all work fine without Bonus Exp Event. Thet anyway problem, coz if you want to set Bonus for Normal ItemRate or Exc ItemRate, you cant set VALUES for all Items and personaly need have to add one thing at a time.

I guess need chek inside, about why we cant set other value for ItemIndex, or if some not have thet problem, answer what the problem. ItemIndex "0,0" Broke BonusIndex or just BonusIndex "0" for EXP wont to work?or BOTH?

BonusManagerSwitch = 1

Just put "*,*" in the itemindex column and it'll work.

Broken minimize function (i try to play in fullscreen mode and cant minimize window, black screen, didn't work correctly)
Broken chaos machine % value (in chaos machine some times with 100% chance to craft chaos weapon, you cant got it, just lose all ingridients, fail craft)

- In fullscreen mode i cannot work with minimize. If i add it, then the fullscreen should work completely different, more like a windowed borderless and cannot scale the internal resolution, just the window size.
- Chaos Machine i've been testing and works fine for me. You can see the logs of the chaos mix in the MuServer/GameServer/Data/CHAOS_MIX_LOG folder. There it'll say something like this:
Code: [Select]
22:00:50 [PlusItemLevelMix][Success][test1][test1bk] - (Type: 0, ChaosSuccessRate: 80, ChaosMoney: 2000000)
If you find some case that happens what you said, try to screenshot and copy the log of the chaosmix. I need to confirm in which rates that happens so i can test it

soon we will share our version of the server based on these files. due to the fact that there are no bug fixes. with added 99i stuff. custom attack, pick, off afk.


The server is not recommended at this stage to an open server. too many mistakes.

Instead of adding custom custom custom custom... why didn't you fix all the things you reported? You complained about the things that have to be fixed but you rather work with customs instead of fixes? WTF bro...

I'm working on the next update. Already fixed some things like staffs values, double checked chaos mix rates, checked the bonus manager and now i'm trying to work with the fruit system that i didn't know how it works because i've never used it.
the problem of the house machine is that. that she sees no difference in the same subject with 4 or 8 options. it gives the same percentage. the percentage increases by 1 only if you put bless or soul into the item.

regarding corrections, they do not want to work with these files even for a fee. we tried to find people to fix the bugs and pay for their work. we were simply ignored. except for 1 person. to whom I express my gratitude and low bow is @Pyke

Gracias:


Offline giangbana #484 Posteado: September 04, 2022, 04:22:32 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 27
  • Gracias recibida: 2
  • us
¿Se solucionó ese problema? Girar ala mostrando % imaginario. tiempo normal al 0%. ¿Pueden guiarme o darme una nueva actualización para corregir este error?


Offline Genius05 #485 Posteado: September 04, 2022, 09:23:23 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 116
  • ve
BonusManager.dat

Spoiler for Hiden:
// DOW: 1=Sunday / 2=Monday / 3=Tuesday / 4=Wednesday / 5=Thursday / 6=Friday / 7=Saturday

0
//   Index   Year   Month   Day   DoW   Hour   Minute   Second
   0      *    *       *    *    0    26      0
end

// Bonus Time = Seconds
1
//   Index   StartMessage   FinalMessage   BonusTime
   0      *         *         86400
end

// BonusIndexs
//   EXPERIENCE RATE = 0
//   ITEM DROP RATE = 1
//   COMMON ITEM DROP RATE = 2
//   EXC ITEM DROP RATE = 3
//   RESET AMOUNT = 4
//   GRAND RESET AMOUNT = 5
// ItemIndex format: 00,000

2
//Index BonusIndex BonusValue_AL0 BonusValue_AL1 BonusValue_AL2 BonusValue_AL3 ItemIndex ItemLevel MapNumber MonsterClass MonsterLevelMin MonsterLevelMax
  0       0           1000            0             0              0              0,0           *          *         2            4            4
end

I set BonusIndex "0" for EXPERIENCE RATE, add "1000X" RATE for FREE ACCOUNTS, and set monster like a Budge Dragons, and this didn't work. I don't know what the problem, but i found interesting moment, its ItemIndex, i can't set VALUE "*" or "-1", with this VALUES GS CRASH or NOT STARTED, if i set "0,0", all work fine without Bonus Exp Event. Thet anyway problem, coz if you want to set Bonus for Normal ItemRate or Exc ItemRate, you cant set VALUES for all Items and personaly need have to add one thing at a time.

I guess need chek inside, about why we cant set other value for ItemIndex, or if some not have thet problem, answer what the problem. ItemIndex "0,0" Broke BonusIndex or just BonusIndex "0" for EXP wont to work?or BOTH?

BonusManagerSwitch = 1

Just put "*,*" in the itemindex column and it'll work.

Broken minimize function (i try to play in fullscreen mode and cant minimize window, black screen, didn't work correctly)
Broken chaos machine % value (in chaos machine some times with 100% chance to craft chaos weapon, you cant got it, just lose all ingridients, fail craft)

- In fullscreen mode i cannot work with minimize. If i add it, then the fullscreen should work completely different, more like a windowed borderless and cannot scale the internal resolution, just the window size.
- Chaos Machine i've been testing and works fine for me. You can see the logs of the chaos mix in the MuServer/GameServer/Data/CHAOS_MIX_LOG folder. There it'll say something like this:
Code: [Select]
22:00:50 [PlusItemLevelMix][Success][test1][test1bk] - (Type: 0, ChaosSuccessRate: 80, ChaosMoney: 2000000)
If you find some case that happens what you said, try to screenshot and copy the log of the chaosmix. I need to confirm in which rates that happens so i can test it

soon we will share our version of the server based on these files. due to the fact that there are no bug fixes. with added 99i stuff. custom attack, pick, off afk.


The server is not recommended at this stage to an open server. too many mistakes.

Instead of adding custom custom custom custom... why didn't you fix all the things you reported? You complained about the things that have to be fixed but you rather work with customs instead of fixes? WTF bro...

I'm working on the next update. Already fixed some things like staffs values, double checked chaos mix rates, checked the bonus manager and now i'm trying to work with the fruit system that i didn't know how it works because i've never used it.
the problem of the house machine is that. that she sees no difference in the same subject with 4 or 8 options. it gives the same percentage. the percentage increases by 1 only if you put bless or soul into the item.

regarding corrections, they do not want to work with these files even for a fee. we tried to find people to fix the bugs and pay for their work. we were simply ignored. except for 1 person. to whom I express my gratitude and low bow is @Pyke

friend I think that on the one hand a lot in this forum and the community we contribute bugs, and I think not everything is built overnight it takes time, but I can assure you that you can build something stable with what kayito shared that no programmer I would do this, which is to give incomplete sources so that you can fix yourself or have to pay, I have not seen the first one who commits to follow a project as Kayito has done, if you got someone very well but do not say that I do not know you can do something stable because I've been playing for more than a month and there are people playing, I haven't had any problems

Gracias:


Offline straiker23 #486 Posteado: September 04, 2022, 12:16:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 255
  • Gracias recibida: 77
  • do
soon we will share our version of the server based on these files. due to the fact that there are no bug fixes. with added 99i stuff. custom attack, pick, off afk.


The server is not recommended at this stage to an open server. too many mistakes.

I share Genius's comment, currently I am fully tested and only basic details and not how you are making it known that it contains many errors, I recommend that you continue paying pyke and improve your release, the best thing would be to forget about this since you have the code source and the programmer who solves your problems, so without further ado, good luck friend.

PROXIMO PROGRAMADOR! LEARNING..........

Gracias:


Offline Part1zanBelarus #487 Posteado: September 04, 2022, 04:11:45 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by
I didn't mean to offend anyone in any way. There are problems, that's for sure. We tested the server the most and gave errors. And you just say that everything is great. kayito thanks for your work. I never tire of repeating it. Genius, I do not want to offend you, but apparently your players are blind. Because the point in the arena throws out, etc. Also, I have not seen Active bug reports from you.


Online kayito #488 Posteado: September 04, 2022, 04:35:59 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.067
  • Gracias recibida: 18488
  • ar
I didn't mean to offend anyone in any way. There are problems, that's for sure. We tested the server the most and gave errors. And you just say that everything is great. kayito thanks for your work. I never tire of repeating it. Genius, I do not want to offend you, but apparently your players are blind. Because the point in the arena throws out, etc. Also, I have not seen Active bug reports from you.

The problems repprted are not something that blocks the gameplay. Fruit system can be disabled, staffs is only visual, arena crash only happens in some random situations and only to some people... The rest of things reported are not important things, just simple or visual bugs that don't affect the gameplay. There are not CRITICAL bugs that no one can't play with that bug, just simple things.
I'm working right now in sinchronize the item options management with the muserver so chaos mix and item prices can check the item options and change the price and rate on that.
I'm doing everything i can to make time for me to sit and check the files but i'm all alone, no coder want to help with this project, no one want to help me to fix bugs. I made the whole project opensource so the community can help to achieve the best 97 stable base but only testers are helping reporting the things they find but i'm the only coder that is trying to make this project progress. Its a shame because its a good base to work.

Anyway, next update will be on this week posted with some interesting fixes

Gracias:


Offline Part1zanBelarus #489 Posteado: September 04, 2022, 04:57:26 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by

What confuses me more is that Staffy cannot accept the server and client values.








Online kayito #490 Posteado: September 04, 2022, 06:12:07 PM

  • MAESTRO

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 1.067
  • Gracias recibida: 18488
  • ar
What confuses me more is that Staffy cannot accept the server and client values.







If you see this image, you'll see that the main checks if its a Staff and divides the damages by half

So the MinDamage and MaxDamage are the Original values / 2


Gracias:


Offline Genius05 #491 Posteado: September 04, 2022, 07:24:13 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 116
  • ve
I didn't mean to offend anyone in any way. There are problems, that's for sure. We tested the server the most and gave errors. And you just say that everything is great. kayito thanks for your work. I never tire of repeating it. Genius, I do not want to offend you, but apparently your players are blind. Because the point in the arena throws out, etc. Also, I have not seen Active bug reports from you.

friend, arena or stadium is perfectly fine, what happens to you is something else, I think I was one of the 30 users who came here when kayito started all this, and for me it has been exciting even I have been with him for more than a month online server and people are playing and it has been stable, it has not had any crashes and I take messages to kayito about how the server is going, and that people are very excited and if there are errors but not critical and we are not blind we are always contributing something.

and we thank you that apart from the bugs or errors that you have, as kayito said, he is only making his project better for the community, a clean 97x virus, no programmer will do it, much less free, so give him a hand and stop saying which is not stable to mount it. because apart from me there are already some more


Offline BANGUber #492 Posteado: September 05, 2022, 04:48:23 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 41
  • Gracias recibida: 27
  • ru
Not see Auras on sets with +11 on people around me



Offline Genius05 #493 Posteado: September 05, 2022, 09:51:19 PM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 151
  • Gracias recibida: 116
  • ve
Not see Auras on sets with +11 on people around me



hahaha e você já levou o natal

Gracias:


Offline muslum #494 Posteado: September 08, 2022, 04:30:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 40
  • Gracias recibida: 4
  • tr
Hello friends
I want to make a 97d version file in darksteam style.

I want an antihack, launcher and website all inclusive file with the file.

If there is someone who can do this to me, if they send me their contact information, I would like to talk.
In short, I want to have a special file made. I would appreciate it if you would send your discord or whatsapp information for price information.

Gracias:


Offline Part1zanBelarus #495 Posteado: September 11, 2022, 09:21:53 AM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by

Offline Part1zanBelarus #496 Posteado: September 14, 2022, 01:30:42 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by

Offline Part1zanBelarus #497 Posteado: September 17, 2022, 04:39:50 PM

  • 0 puntos por ventas
  • *
  • Rank: Avanzado
  • Posts: 136
  • Gracias recibida: 544
  • by
@kayito When he throws out in the arena and you try to enter, etc. here is the error code in the log


Offline ProthoTyap #498 Posteado: September 19, 2022, 08:28:26 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 2
  • ar
segui el tutorial y me andubo sin problema, hoy quise conectarlo y me dice could not conncet to database que sera?

Lograste solucionar esto?
Baje estos files para probar y no me para de salir este error. en el ConnectServer y en el DataServer.


Offline tuananh1990 #499 Posteado: September 20, 2022, 05:31:46 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 23
  • Gracias recibida: 3
  • vn
Aqui comparto la DarksWeb 0.3 adaptada para los files de @kayito .
Es la web mas vieja y funcional que encontré para utilizarla con los files, además tiene el detalle de parecerse al diseño de las primeras webs de mu pirata que salieron, aunque por lo archivos me da a pensar que aun arrastra un poco de ese código xd. Me hubiera gustado encontrar la original, aunque altas inyecciones llego a tener esa web.

No doy soporte, ya probé la web y los modulos, chupenla.
Es una web vieja, así que no existe admincp, pero un conocimiento básico en php basta.


Instalacion:
1. Configurar los datos de SQL en config.php
2. Abrir el archivo sql.txt y ejecutar el scritp en en analizador de consultar del sql, no falta decir que deben estar apuntado a la db MuOnline

Como agregar noticias.
1. Primero deben vaciar contenido de .htaccess en public_html/modules
2. Ingresar a https://miweb.com/modules/news y agregar/editar la noticia que quieras
3. Volver a restaurar el archivo htaccess

 


I can't install it, can you give me a video tutorial?

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
26 Replies
10879 Views
Last post February 06, 2025, 07:43:44 PM
by fenimxg
1 Replies
2838 Views
Last post January 16, 2023, 10:41:57 PM
by ntcong295810
4 Replies
3775 Views
Last post November 09, 2023, 07:05:52 PM
by kayito
11 Replies
6406 Views
Last post November 18, 2024, 10:18:55 AM
by cluz123
12 Replies
5001 Views
Last post August 30, 2023, 02:22:56 PM
by Pescado