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 jjtrancoso21

  1. jjtrancoso21

    Help with code Please (SOLVED)

    I'm giving basic tips, I've never worked with this type of code, but I'll give you an alternative solution. #include <hora.h> if (lpObj->Conectado >= OBJECT_LOGGED && lpObj->Type == OBJECT_USER && lpObj->CloseCount > 0) { contagem regressiva = 5; // Initializes the countdown to 5...
  2. jjtrancoso21

    Help with code Please (SOLVED)

    #include <stdio.h> #include <unistd.h> if (lpObj->Connected >= OBJECT_LOGGED && lpObj->Type == OBJECT_USER && lpObj->CloseCount > 0) { int countdown = 5; // Initializes the countdown to 5 while (countdown >= 1) { if (lpObj->CloseCount > 5) { if (lpObj->CloseType ==...
  3. jjtrancoso21

    Help with code Please (SOLVED)

    if (lpObj->Connected >= OBJECT_LOGGED && lpObj->Type == OBJECT_USER && lpObj->CloseCount > 0) { int countdown = 5; // while (countdown >= 1) { if (lpObj->CloseCount > 5) { if (lpObj->CloseType == 1) { if...
  4. jjtrancoso21

    Help with code Please (SOLVED)

    if (lpObj->Connected >= OBJECT_LOGGED && lpObj->Type == OBJECT_USER && lpObj->CloseCount > 0) { if (lpObj->CloseCount >= 5) { // Alterado de > para >= to include 5 in the countdown if (lpObj->CloseType == 1) { if (gObjectManager.CharacterGameClose(lpObj->Index) == 1) {...
  5. jjtrancoso21

    [RELEASE] How to create a Hero Online server (Hero Plus)

    You must be registered for see element. Discord: You must be registered for see element. Downloads Emulador: You must be registered for see element. Database: You must be registered for see element. PostgreSQL: You must be registered for see element. GO: You must be registered for see element...
Back
Top