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 skhan

  1. S

    [help]match server crash when log-in

    You must be registered for see element. sup slime remember me? get on discord
  2. S

    Help nomsg mode

    messages.xml add <MSG id="9916">Infected</MSG>
  3. S

    Simple LevelUp sound

    Replace void ZGameClient::OnGameLevelUp(const MUID& uidChar) { if (ZGetGame()) { ZCharacter* pCharacter = ZGetGame()->m_CharacterManager.Find(uidChar); if (pCharacter) { pCharacter->LevelUp(); char temp[256] = ""; ZTransMsg(temp, MSG_GAME_LEVEL_UP, 1...
  4. S

    Simple LevelUp sound

    Thank you so much Orby and Rain! Make one medotarek?
  5. S

    Reupload MRS addon

    Have fun You must be registered for see element.
  6. S

    Simple LevelUp sound

    Thank you both!
  7. S

    Simple LevelUp sound

    I know its so simple. ZGameClient.cpp: find "void ZGameClient::OnGameLevelUp" replace if (ZGetGame()) { ZCharacter* pCharacter = ZGetGame()->m_CharacterManager.Find(uidChar); if (pCharacter) { pCharacter->LevelUp(); char temp[256] = ""; ZTransMsg(temp, MSG_GAME_LEVEL_UP, 1...
  8. S

    EvilGamers Gunz Old songs

    This BGM is from EvilGunz C9 I guess. Here you You must be registered for see element.
  9. S

    EvilGamers Gunz Old songs

    I have their bgm from C9, I will upload them and give you the download link soon.
  10. S

    How to prevent .MRS hacking

    You can use public release You must be registered for see element. to Encrypt your client. To protect your system.mrs use You must be registered for see element.. Note: Both can be bypassed/cracked so I suggest you to make your own MRS Encrypter
  11. S

    /admin_speed [1.5]

    Re: /admin_speed Hi secondary, Thanks for the video.
  12. S

    What are people using for Launchers lately?

    Seriously! Dawson you are amazing.
  13. S

    /admin_speed [1.5]

    Re: /admin_speed I know about that. Anyways they can still do what you've said, a code can be done in many ways. ZCharacter.h: below int nExp add int isSpeed; below nExp(0), add isSpeed(0), ZCharacter.cpp: above "return m_pModule_Movable->GetMoveSpeedRatio()*fRatio;"
  14. S

    Speed Hack Command

    Yes! here is a complete code i released for you You must be registered for see element.
  15. S

    /admin_speed [1.5]

    Share away ZChat_Cmds: void ChatCmd_AdminSpeed(const char* line, const int argc, char **const argv); _CC_AC("admin_speed", &ChatCmd_AdminSpeed, CCF_ADMIN, ARGVNoMin, 1 , true,"/admin_speed", ""); void ChatCmd_AdminSpeed(const char* line, const int argc, char **const...
Back
Top