Jump to content

RedScout

Members
  • Content Count

    24
  • Joined

  • Last visited

  • Days Won

    3

RedScout last won the day on May 28 2024

RedScout had the most liked content!

Community Reputation

715 Excellent

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. RedScout

    Yang Ablak

    Letöltés Videó: [Hidden Content] LINK UPDATE / EDITED, Admin
  2. Partyba hívás tiltás(GM-Player) else if (IsGM() == true && pchInvitee->IsGM() == false) Van ez a rész, ez tiltja a partiba hívást, itt pl a gmnek. Ha azt szeretnétek, hogy aki IMPLEMENTOR joggal rendelkezik az tudjon bármit, csak az alatta lévő GM-ek ne, akkor ezeket írjátok át hasonlóan: else if (IsGM() && ch->GetGMLevel() < IMPLEMENTOR && pchInvitee->IsGM() == false) { } 1. Char.cpp-ben keress rá ebben a funkcióban:void CHARACTER::PartyInvite(LPCHARACTER pchInvitee) erre: else if (pchInvitee->IsBlockMode(BLOCK_PARTY_INV
  3. PythonSlowWindow.cpp-t feltöltené valaki, akinek sikerült berakni?:D Van benne egy rész, ami miatt crashel a kliensem Inventory nyitásnál, bár errort sehol nem ír semmi, debug kliens sem.
  4. RedScout

    Decay2

    Letöltés Képet sajnos jelenleg nem tudok csatolni, amint tudok frissítem a posztot.
  5. Kiderült, hogy rosszat töltöttem fel srácok, ne haragudjatok azoknak akik letöltötték. Éppen beszélek a sráccal és most vettem észre, hogy ez a hiányos, nem a rendes. Link updatelve lesz 10-15 percen belül, srácnak meg segítek megoldani.
  6. @ApiYoThere is a txt file in the rar package, the vdi username is root and the password is delaro, same in the mysql and filezilla/winscp, try it. If it wont work then dm me.
  7. Kliens forrás: 1.EterBase\Timer.cpp || Keress rá CTimer::GetElapsedMillisecond() Keresd: return 16 + (m_index & 1); Cseréld erre: return 3 + (m_index & 3); 2. EterBase\Timer.cpp || Keress rá CTimer::Advance() Keresd: m_dwCurrentTime += 16 + (m_index & 1); Cseréld erre: m_dwCurrentTime += 3 + (m_index & 3); 3. GameLib\GameType.cpp || Keress rá (fájl tetején) extern float g_fGameFPS = 60.0f; Cseréld erre: extern float g_fGameFPS = 250.0f; 4. EterPythonLib\PythonWindow.cpp || Keress rá:
  8. Ezzel a kis fixxel, a kliens nem fogja többé betölteni a d:/ymir fileokat, gyorsabban megnyílik a kliens, gyorsabban tölti be a fájlokat, kevesebb fps drop lesz. 1. EterPackManager.cpp 1.1 Keress rá: bool CEterPackManager::Get(CMappedFile & rMappedFile, const char * c_szFileName, LPCVOID * pData) Cseréld le az egész funkciót erre: bool CEterPackManager::Get(CMappedFile & rMappedFile, const char * c_szFileName, LPCVOID * pData) { if (m_iSearchMode == SEARCH_PACK_FIRST) { if (GetFromPack(rMappedFile, c_szFileName, pData)) return true; if (c_szFileName[1] !=
  9. piktorvik01 publikációja, régi hugamesről. (Napi ajándék, new exp calculation, immune-fix, flood védelem, ping time, dog mode) Letöltés
  10. Nem oda terveztem, elnéztem akkor. Bocsi.
  11. Dobd ide kommentbe az új linket, de igen, ezt én is hiánylom.
  12. Letöltés VT Link updatelve!
×
×
  • Create New...