Jump to content

Akkarin

Forum Manager
  • Posts

    3123
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. https://rathena.org/board/files/category/20-fluxcp-themes/
  2. TH1 is the same as all FluxCP themes at the moment - none of them are updated to use the new item_db table format. It's on my list of things to do for both this theme and the actual FluxCP 'default' theme on the Repo itself.
  3. Some mob skills (NPC_) are labelled at being "mob only" due to client limitations. You could probably work around it, but you'd need to make some huge modifications in the source code.
  4. Yeah. They researched and learnt how rAthena worked, then they changed config options and disabled NPCs.
  5. This can be due to an incorrect value in your LUA files. I think it's the accessoryid.lua/b file that has the view ID of the wearable items - that value needs to match with the view ID of the item in the them database.
  6. They're not present by default if you're using a RE client, you need to select the diff option to re-enable it. The cash shop table, as you would expect, is called `item_cash_db` if you're using SQL tables for items, or /db/(pre-)re/item_cash_db.txt if you're using file databases. Gah posted at the same time @Poring King
  7. Did you read the error? It says you have an issue with line 493, column 2, which means you've got spaces there that shouldn't be. You also need to uncomment the Body: on line 89.
  8. It means remove cp/ from the filepath. Essentially this has already been covered earlier, the only difference is adding world-writable and world-readable, which FluxCP doesn't ask you to do because it's insecure.
  9. We'd literally be looking in the same place as you. Referencing old kRO update posts and announcements is pretty much the only way to do this semi-accurately. You could also find old Aegis files (if they still exist for those early episodes) to see if they help. There are files as early as Ep 9 at a quick glance; if you look around properly you may well find earlier data: https://mega.nz/folder/p94FTaRJ#86qjwAyztcQ565Xe4emzxQ
  10. @crazyarashi your file description could do with a little more.. description. I.e What is it, how do you use it, why should I use it, who benefits from it, your inspiration for creating it, etc.
  11. Well.. CentOS and Suexec are a pain the ass, so I'd first check to see if changing the directory owner works: chown -R apache:apache /var/www/html/FluxCP
  12. Jump into ssh and do: cd /var/www/html/FluxCP/ ls -alh Provide full output.
  13. There's this feature on the forums that allows you to report content. If a 3PS listing receives 10 of those reports, the forums automatically hides it, otherwise it's down to human intervention to find out what's going on.
  14. // Maximum tax limit on a guild member. guild_exp_limit: 50 https://github.com/rathena/rathena/blob/master/conf/battle/guild.conf#L14
  15. I did a pack dated 12-08-2014: Other than that, I haven't seen any. There are tools around to be able to do extract the images yourself though, if you search enough.
  16. We know. Unless you're waving $x,xxx.xx in his face. You're better off looking at the 3rd Party Services page.
  17. Anything with a hash (#) infront of it is a comment and won't be read by the server. The error is suggesting you've got something wrong on line 493, second character from the left.
  18. I told you where to look. https://github.com/rathena/rathena/wiki
  19. Wrong section. Moved from "Source Requests" to "Installation Support". There are many guides in this forum that details how to connect from another PC. Start in this subforum, then visit Client Support.
  20. rAthena is indeed emulation software, which allows you to create a private server. rAthena attempts to mimic kRO database values so they will be different to what you'd be used to on iRO, as are the NPCs.
×
×
  • Create New...