Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. Without screenshots how are we supposed to know what your problem is? What line? Which item? How old are your sql files? Did you get them from our github repo?
  2. This is a full kRO client. You provide your own diffed client and setup your own server. Don't be so damned lazy.
  3. The September 2017 clients have an additional arg for 'costume = true/false,'. You need to add this to every item in your itemInfo file.
  4. You have a local server, not an offline server. To test, create another account and open your client again and sign in so you have 2 characters connected. Party up and they test the instance.
  5. Install .net 4.5 and retarget to 141 (or similar)
  6. It'd be helpful if you mentioned what panel you've uploaded. Many users won't just download something if they don't know what it is. If it's just a few pages and not a complete panel, adding password recovery can be done by simply typing "php password recovery script". Learning to do things for yourself is good.
  7. What he linked you to isn't a guide for using VS. Right click on the yaml project and select "retarget". You should be given a dropdown box to select a version from. Choose the one it suggests (as this is the version you have installed on your pc). You should then be able to right click and select build.
  8. You get +1 internet points for calling it a "local server" instead of an "offline server". Most people wrongly use "offline server" to say they're using it locally. You get another +1 internet points for using git instead of a downloadable package from someone else. There are many many clients you can use, it's just upto you which features you want. I'd start by having a look at the diff'able clients here https://rathena.org/board/forum/99-client-releases/ first, or if you want to use an older one, they're attached to the "2015 clients" thread under Development News here
  9. https://stackoverflow.com/questions/1443210/updating-a-local-repository-with-changes-from-a-github-repository
  10. https://github.com/rathena/rathena/blob/master/doc/mob_db.txt The principle is the same. Add to your db, add to client files, job done.
  11. rowCount isn't a standard mysqli function. Use num_rows instead http://php.net/manual/en/mysqli-result.num-rows.php
  12. https://www.google.co.uk/search?q=install+phpmyadmin+debian+9&oq=install+phpmyadmin+debian+9
  13. There are barely any differences except the header banner and category box colours. The turquoise and yellow are too contrasting.
  14. "Latest" isn't a github hash. The error tells you what is wrong. Retarget your project or install missing frameworks. Google will even give you instructions on how to do this!
  15. You have given us no information. No one on this forum has a crystal ball. What are your client dates, what diff did you apply, have you tried a different client date, anything else that would be remotely useful?
  16. rAthena runs on Windows, Linux and Mac systems, it makes no sense to make it run on Android. I've split your post from my announcement thread. Don't thread hijack again.
  17. This error is self-explanatory. The number of characters your server is compiled for differs to the number that the client is capable of displaying.
  18. http://lmgtfy.com/?q=create+a+new+mysql+user
  19. The files are placed there from a subdirectory after first compile process is complete. The same goes for the import directories.
  20. Changing options in conf/battle/ and in the /db/ folder would be a good start. There's not many of the above changes that are src edits so it wouldn't take that long.
  21. I don't really understand what you are asking as you seem to already have the info you're looking for..
  22. Do not give any users global privileges. Just create a mysql user and give it permissions on specific tables. There are many guides on how to do this.
  23. You have already posted on the issue on github https://github.com/rathena/rathena/issues/2267 so there is little point in making a forum post about the same thing.
  24. Upgrade to Debian 8.9 and follow instructions found on the Internet.
×
×
  • Create New...