Search results

  1. pafa7a

    .::[ 16 Години DarksTeam ]::.

    Честита годишнина на всички ни и специални благодарности към тъмния. В моя случай този сайт буквално съществува от както се помня
  2. pafa7a

    [Help] Normal server disconnect

    glad it worked
  3. pafa7a

    [Help] Normal server disconnect

    This error comes when you have monster with higher level than the limit, which in most cases is 149 or 254 (depends on the files). But you can play with it and determine what is the limit
  4. pafa7a

    [Release] Playring Web cloned by pafa7a

    are there any error logs that you can share?
  5. pafa7a

    [Help] Error Sql sintax error. Please check application/logs/database_error_log_2023-10-17.txt for errors.

    Remove the part with ", login_type = 0" and it should work
  6. pafa7a

    [Help] DarksTeam MuServer 97d+99i Beta 43.3 problem

    are you using the latest version of GS/CS from https://darksteam.net/threads/darksteam-muserver-97d-99i-beta-43-3.6440/? If so - report this issue to DarkMaster and probably he will fix it. Did you configured the ServerList.dat file correctly? Try with different ConnectServer?
  7. pafa7a

    [Dev] [DEV] MuServer on Node.js

    update: - WebAdmin: 3 box settings added to logs pages. Clear logs, reload logs, delete logs - WebAdmin: When you visit the logs pages, it will first get the latest 500 logs stored in ElasticSearch (500 logs for 3ms :) ) for the respective app and then will continue with real-time logs -...
  8. pafa7a

    [Dev] [DEV] MuServer on Node.js

    всяка помощ е добре дошла - няма да върна никого. Дори и да го учиш езика в момента, не се бърка да се пробваш да направиш нещо. Тъкмо на code review фазата ще ти казвам ако нещо не е ок и ще давам идеи за подобрение :) Всички постоянно учим
  9. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Update: - MuWebAdmin: the main menu now supports sub-menus + automatically detects the active one - MuWebAdmin: you can now watch server logs real-time :) (in future, we can integrate the logs with Discord private channels :) ) Video demo:
  10. pafa7a

    [Dev] [DEV] MuServer on Node.js

    I'm happy to share with you that now we can start & stop & control servers from the mu-admin server (directly from the browser) :) Demo:
  11. pafa7a

    [Dev] [DEV] MuServer on Node.js

    progress update: Account authentication handler in the JoinServer - done. We have a new server called "WebServer" that contains 'mu-web-admin" directory which is a Next.js project. So far I've implemented the protected pages & routes logic, implemented the login & auth mechanism, security...
  12. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Update 11.04.2023: - Updated root README.md - Created a Discord server for the project - https://discord.gg/TFEZ7j4MZd - The libs "mu-packet-manager" and "mu-db" are now publicly available in npmjs.com - JoinServer TCP handlers are moved into separate files - Added handler for login packets &...
  13. pafa7a

    [Sell] Argos CMS / MVC logic less

    съжелявам за тъпия въпрос (наистина), но имаш ли продажби до сега? Ако не - предлагам ти да го направиш на open source проект. Така евентуално някой може да намери потенциален бъг/пропуск в сигурността, а защо не и да ти помогне с някоя функционалност. Аз лично оценявам труда който влагаш и с...
  14. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Update: Github repo: https://github.com/pafa7a/mu-online-js Добавих тестове на ConnectServer-a, поорганизирах малко файловете (преди беше само един index.js файл :D )
  15. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Честно да си призная, не съм запознат със supervisor. Ще поработя над този проблем. Иначе за nodejs multithreading - by default е single thread, което и аз подозирам, че ще е проблем в някакъв момент. Може обаче да се spawn-ват service workers, които не блокират main process-a/thread-a и работят...
  16. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Най-вероятно ще се води пренаписване на сървъра, да. По въпроса за смяната на протоколите/пакетите - имам леки притеснения. Самата смяна за мен би била доста лесна, защото работя със source на main.exe. Целта ми (поне за сега) обаче е като правя нещата, да ги правя общи за всички сезони (до...
  17. pafa7a

    [Dev] [DEV] MuServer on Node.js

    Здравейте съфорумници ;) Днес реших, че искам да се поразръчкам малко из MuOnline sources и ми направи впечатление, че все-още няма особено много решения за MuServer под Linux/Mac. Всичко е обвързано с Windows, което не е много яко, защото хостинг на Windows си е в пъти по-скъпо от хостинг на...
  18. pafa7a

    [Req] DarksTeam MuServer 97d+99i source code

    Check the top 30 servers for example. 25 of them are with paid subscriptions ;) About the community - even the client source is now available in public and still noone contributed anything extra. Just screenshots of their private work Edit: I will stop reply here. Don't wanna spam the thread
  19. pafa7a

    [Req] DarksTeam MuServer 97d+99i source code

    For real? Why it needs to be open source? What can you do more than the already existing one? Will you contribute it after? I doubpt so. About the learning - why you think that you will be able to understand sh*t from it? You will just see the part with some ASM code or packet structure and you...
  20. pafa7a

    [Req] Person with C++ knowledge required.

    About the arrows and bolts: GameServer->Damage->Attack.cpp line 499 and 511 - replace them with "return true;" before: after Or just modify the whole function to return true :D You can also remove the caller