Jump to content

niunzin

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by niunzin

  1. A primeira pergunta não sei responder, mas a do Rust é o seguinte: npc/instances/SealedShrine.txt Linha 294: getitem 5374,1; //L_Magestic_Goat Acho que você já sabe o que fazer =)
  2. MD5 is a encryption system, highly recommended for passwords and secret data, ex: My password is: 123 My password with MD5 is: 202cb962ac59075b964b07152d234b70 ------------- To activate md5 in passwords conf/login-server.conf: // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes (i'm using 2013-08-07 and md5 works fine)
  3. Try: mmo.h #define PACKETVER 20130807 Try also: Diff your hexed with this option: Disable Packet Encryption (Recommended) Sorry for my english, good luck.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.