Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by RevolGaming

  1. RevolGaming

    Need help for item bug.

    The displayed information is from clientside. Check the source code where and which file was readed by the client source, than you can edit with bmd editor.
  2. RevolGaming

    How to setup MuOnline Ex700 (S7) Server (Video Tutorial)

    Re: How to setup MuOnline Ex700 Server (Video Tutorial) You can use any kind of connect server... Dont use this old one... go with one of the newest
  3. RevolGaming

    [Help] Skipping login screen?

    Ultimate Launcher doesntwork ,because ... you should handle the stuff in the "main dll" source.... Thats how I made it with my project. You give the information with parameteres and than handle it with the dll source. There is an auto login script for TT files, thats what I copied.
  4. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Easy to fix. Just modify the Mu Magic Hand to ve more columns and than run bmd fixer on it... Server side is easy, because just need to edit the txt. If source block putting the item just look at the smelling options and you can increase the value to +15.
  5. RevolGaming

    [Release] WebEngine 1.0.9

    Check the sql script in the php file.... try to run it with your ssms and than you will see whats wrong. Maybe a different column name,.
  6. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] You need to add it on clientside after you unlock on serverside... you can use mu magic hand, but you should edit the php file to see the 2 more columns and than you can add the 9% harmony.
  7. RevolGaming

    [Release] WebEngine 1.0.9

    Make your own market, its not that hard, I already coded my webshop, and market on 1.0.7....
  8. RevolGaming

    MuEMU 8.3 VIP Auto Expiration

    Its not a table man... its a procedure.
  9. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] Its another way.. but its not 100% good. its just ask for mu.exe, but if you want to FORCE your users to update their client anytime, you need to make it good, and the good way is what I wrote.
  10. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] Nope... It was an example code from google, you need to make it yourself, its just an example how to check any application running in the background.
  11. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] Check is launcher running, if not than error message or open launcher.exe BOOL IsProcessRunning(DWORD pid) { HANDLE process = OpenProcess(SYNCHRONIZE, FALSE, pid); DWORD ret = WaitForSingleObject(process, 0); CloseHandle(process); return ret == WAIT_TIMEOUT...
  12. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] 11 char... the max pw what client read is 10 char, so if you have 15 char pw only the 1st 10 string will be handled.
  13. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] what you want to do? remove the effect? or what you want to configure? the SD is exploding all the time? its problem?
  14. RevolGaming

    [Release] X-Team Sources (S4, S6, S8)

    Re: Source [MUEMU] Its clientside error, from muemu antihack.
  15. RevolGaming

    Source to read .Att and .Map files

    Big tumbs up my friend! Keep up your good work ;)
Back
Top