Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. I don't know why you're tagging me, tag @Olrox and request a re-upload
  2. Perhaps you should post your updated diff in that thread so other people can help you instead of starting a new thread??
  3. Apache has no access to files owned by root. Just use chown and set the owner and group correctly and it'll work fine.
  4. Chown it. The file is owned by no one so can't be edited by the apache user.
  5. You run your server with the gdb command. There are many guides on the Internet on how to use gdb.
  6. Doing a little bit of searching generally gives you what you're looking for. https://github.com/rathena/rathena/wiki/GDB
  7. Since they were from other official servers and not from kRO, was there something specific you were looking for?
  8. This is already on the Dev's list of things to do.
  9. Akkarin

    R> Mounts

    Not very good at looking.
  10. Upgrade your CentOS dist, then you can use the instructions on our wiki. https://github.com/rathena/rathena/wiki/Install-on-Centos
  11. It's less a trip and more just.. a mess. I'm not sure what the aim of this is? Well done you did a thing! This is also on Hercules' forums, so not really sure what the aim of this is. Self recognition for creating a server? Congrats! True, but i don't see the point. That's a little like putting a link on facebook for something on how to use hi5 or MySpace. Pointless. I'm not bothered about people putting Hercules in their posts. They could probably do with the help. Agreed. Also, this was sent over to me: Creating a new account after being banned is pretty stupid. Go and be an idiot elsewhere.
  12. Ah, i thought you meant you wanted to redesign the button, not add additional functionality. You can't do that.
  13. They're in the same place as the other interface images in the texture folder in data.grf.
  14. The quickest way would be to make the npc write a row to the sql db, use a php script to pull the data and display as an rss feed, use php script to check for new entries and send an email based on what's going on. If you have little to no Web experience I suggest using something like Zapier. However, the correct way to do this would be to add email functionality into the mapserver.
  15. https://github.com/rathena/FluxCP/blob/master/doc/user_theme.md
  16. The easiest way of doing that would be add a map check. There's currently no mapflag available to define a specific map where the bonus can't be applied.
  17. Akkarin is the name of the High Lord of the Magician's Guild of Kyralia in a series of books written by an Australian author called Trudi Canavan. I've used Akkarin as an alias for around 7 years.
  18. Akkarin

    FluxCP error

    Contact whoever designed your theme and tell them not to create unnecessary additional connections, since you can access databases with the connection already created by FluxCP. They're basically an idiot and using old MySQL functions that have been deprecated for years. It's also procedural code in an application that employs OOP. If the theme author isn't responding, feel free to PM me and i'll fix the file up for you.
  19. We now support all the clients listed in the packet files. Since there's so many it doesn't make sense to have them all individually listed anymore. Locking this thread as it no longer serves any purpose.
  20. /data/luafiles514/lua files/service_korea/
  21. That means you've put the wrong bits into the wrong places. Just apply the diff as normal but the script command should be in the includes instead of the main script.c file.
  22. The source from this file should go into /src/custom/script.inc and /src/custom/script_def.inc to avoid conflicts.
  23. Enable debugging if you're using windows by attaching the map server process to Visual Studio so we can see the problem. If you're using Linux you should try running with gdb so we can obtain a core dump. No one will be able to help you with just the information you've provided.
  24. I'm not sure how else you'd get the client to send the data to your Twitter App if you're still pointing to the Official server's oauth listener.. so yes i would change the IP as well.
×
×
  • Create New...