Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. Without the ability to modify the client to this extent, the simple answer is no. You're better off sticking with third-party applications like Discord for voice chat with your guild/party/friends.
  2. Evening all! With the recent forum updates comes some new shiny features from IPS. The feature I'm most excited about is the new Achievements and Ranks. The old Badges & Awards plugin has been merged into the new Achievements system on the forums - I'm sure some of you have already begun to receive additional badges for posting content or uploading a file! The ancient Ranks system has been replaced with the new one and updated to use the names of familiar in-game mobs. The order is different to the old one and the number of points for each rank has changed slightly, but I can see that some of you are already quickly climbing the ladder! The following table details how many points gets you to which rank, and how to earn those desirable points. Posting a comment/reply: 5 points Following a content item: 2 points Following a member: 2 points Following a node (forum, album, category, etc): 2 points Posting a content item: 10 points Reacting to a user's post/content item: 1 point for both giver and receiver There are other methods, but to reduce forum spam I'm omitting them from this list. Remember; spamming the forum will result in Warning Points which may result in your account being suspended. Happy posting!
  3. Newer clients are compatible with this release - if you wish to use older clients you may need to locate an older installer to obtain the correct maps and textures as Gravity seems to be updating them to a new version and older clients won't be able to read them. "Offline server" means your server is broken. The correct terminology would be "Local Server".
  4. PM me the script you're having issues with. Having a limit is actually not a bad idea. I'll look into adding this option in.
  5. Do a google search for "php change post_max_size ini".
  6. Can you explain a little more as to what you're actually asking to be changed? If you're needing an updated status.php file, you can just grab it from the Github Repo.
  7. This is clearly not a Forum related issue, is it. Moving to the correct section.
  8. It's a web panel and an item that has a menu.. that's literally it. You can accomplish the same thing by using SQL for your items/mobs and FluxCP (or just phpmyadmin or similar will do) to change the values of an item. The GM item they use in-game will be an item that calls a function, the function provides a message and then a menu, when you select to reload the item db the script will run 'atcommand @reloaditemdb;'. Very easy to setup if you look at script_commands.txt in the Github repo.
  9. You could also submit the code as a Pull Request on the FluxCP Github repo - if it works, we can merge it to master branch.
  10. 1. What is an open server? 2. If your server is offline it means it doesn't work. Do you mean a "local" server? If you're using 3rd Party software to facilitate hosting, this isn't really the place to post. You should look up the documentation of the software you're using.
  11. I'm not sure why you thought it was appropriate to post this topic under "Forum Issues". Topic moved.
  12. I'd be very interested to know who is installing ancient unsupported software as a "service". You can PM me if you'd prefer.
  13. Did you hire someone from the Third Party Services list? https://rathena.org/thirdpartyservices/
  14. I'll include some debug code in the next release which should help users with this issue. (it's not really an issue - why anyone would install a version of php that is ~10+ years old is anyone's guess)
  15. The code hasn't changed since it's working, so I can only assume it's to do with your setup. What PHP version are you using?
  16. It's the files that are encrypted. You can overwrite them or add more files, but you can't extract the files without the password/key.
  17. You could also just *not* use it. Uncheck the diff patch in NEMO for something like "Use multiple GRFs". That will force your client to use data.grf and rdata.grf, and maybe adata.grf, I think. You can then hex your client. Use GRF Editor to encrypt your GRF and produce a custom cps.dll and you should be a little safer if you're not going to use any client-side protection.
  18. Gravity reduced the size of rdata.grf a while ago.
  19. It depends on the theme you're using. If it's an older theme that was built before the new FluxCP theme system, then it'll be broke. The default and bootstrap themes that are included with FluxCP has the menus built from themes/<theme_name>/main/sidebar.php or navbar.php respectively.
  20. Without an actual error code, it'll be difficult. This could be a blocked port via firewall, an IP tied port via MariaDB, an exception caused by Apache, etc etc.
  21. I have no ideas. Why don't you ask the people who made it? I'd start by looking at where you downloaded it.
  22. Ah, I was referring to this. FluxCP is looking for a file called "content&path=downloads.php" and I'm not really sure why, as it get's the page content for that address from content.php. Something odd is definitely occurring for you but I'm not sure what to suggest.
  23. The first thing I would do is remove the .php from your download page URI. FluxCP is trying to interpret that as an actual file, which doesn't exist because the page data is pulled from the cp_cmspages table in your database. For the mail issue, i'll look into it. It's been about 4 years since i've touched that code, so who knows what I was trying to accomplish with the "No one" option. It would make sense for it to be a "catch-all" scenario where you don't send to any emails (kinda like a "select from this list" you see as the first option in most drop-downs). For the database messages, it should just work out of the box (after configuring your config.php and servers.php files). You shouldn't need to do any converting between engines at all - so this has confused me slightly.
  24. Slow in comparison to what? There's no need to mirror.
×
×
  • Create New...