Jump to content

tierrilopes

Premium
  • Posts

    666
  • Joined

  • Days Won

    31
  • Feedback

    0%

Everything posted by tierrilopes

  1. Try this: ping google.com To see if it can connect to the internet properly. If it doenst work, try this also: ping 8.8.8.8 If it works on the second time, your dns setup is wrong.
  2. You got some fields at account.account that are marked as not null but your websites arent filling them i bet. When this happens you usually get the error "Account already exists" when trying to register.
  3. -EDIT- Is that the post? Saw your topic now, thank you alot for all that information. The title say: Color shop mark. You are blind? The title says it all. When a player opens a shop is labeled to know if it was open or not. This helps shops Player When controls. Where im i talking to you? _ Ok koray
  4. -EDIT- Is that the post? Saw your topic now, thank you alot for all that information.
  5. Thank you. The issue was indeed easy to solve. Some of the mounts were giving movement speed where they should be giving attack grade, after fixing that it worked properly.
  6. You can achieve that with a quest (automatic dc/require password to be in-game) Or the easiest and best way in my opinion, change auth port and give it to yours gms only, when maintenance is over, change back the auth port.
  7. Try this, add a empty file called "crcfix" or something to the epk you wanna replace. Then do the normal steps. It will change the crc and probably fix your issue.
  8. We went to /usr/game/cores ( ch1-2-3-4 / game 1-99 ) and edited all the config's admin password things and it didn't worked for us too can you help me with that? Did you also edited db? (conf.txt)
  9. For bad magic number use this files LINK I had the same problem, download this vstudio. [Hidden Content] Use root from this client Last time i will reply to this thread. Everything has already been answered. Just take a bit of your time to search please. Use vs2013. Use 40k test client. Add those libs to your client. If you get true/false error do the above.
  10. Didnt understood much but, you can name the folders (as folders i refer to epk files) to whatever you want as long as you keep the inner folder structure. For example i changed my whole pack structure, but in the index file i added it only this way: INDEX * File1 * File2 and so on, and it all working properly. The problem is that the binary will look for a file named property and so on, you need to change that at binary source. (maybe root and so also get checked there, i dnt remember and cant open it atm) In userinterface--->PythonBackground.cpp void CPythonBackground::__CreateProperty() { if (CEterPackManager::SEARCH_FILE_FIRST == CEterPackManager::Instance().GetSearchMode() && _access("property", 0) == 0) { m_PropertyManager.Initialize(NULL); CPropertyLoader PropertyLoader; PropertyLoader.SetPropertyManager(&m_PropertyManager); PropertyLoader.Create("*.*", "Property"); } else { m_PropertyManager.Initialize("pack/property"); } } He checks there if the files exists or not. Change the name to the one you got.
  11. Usually that appears on those social network virus, its a backdoor. Immediatly boot your pc rom a rescue dvd/pen and run kaspersky/bitdefender rescue dvd. Running malwarebytes also afterwards.
  12. Didnt tested but from topic feedback seems all is working just fine. I will surelly use this. Thank you for the tutorial
  13. night i have problem on mysql too i followed this but say /usr/local/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' service mysql-server stop pwd_mkdb -p /etc/master.passwd chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql ervice mysql-server start /usr/local/bin/mysqladmin -uroot password 'enterpassword'
  14. Add/replace this libs in your client folder (see attachment) lib.7z You should also fix those indentations.
  15. Maybe your makefiles are wrong? Tell me each branch you're using and i will give you here the Extern and Server folders pre-configured.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.