Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. To be quite honest, if you're not capable of searching these forums, you likely aren't capable of making the necessary changes for the project you're trying to create.
  2. It looks reasonably simple from a quick glance. https://medium.com/@richb_/easy-two-factor-authentication-2fa-with-google-authenticator-php-108388a1ea23
  3. Afternoon all! As part of the on-going GDPR changes on our forums, a new set of pages have been created to display a concise Privacy Policy which outlines everything with both a full version and a simple-to-understand version. You can view this page here or by clicking on the link at the bottom of any page. Under section 6 you will also find a link to our new Cookie Policy which explains what cookies are, how they are used, who uses them and how to get rid of them. Please familiarise yourselves with these pages in order to keep yourselves informed. Thanks, Akky~
  4. rAthena is a fork from the original eAthena project. Since eAs demise, rA has come on in leaps and bounds in an effort to emulate the kRO servers as much as possible using the data we're able to obtain. As for being a kids project, the average age of the dev team is ~27. The average age of our user base is much lower.
  5. 111 is designed to be hidden. If you want to see the NPC or give it a shadow, you can change it to another NPC sprite or use the shadow (black warp portal) sprite with ID 723 (1_SHADOW_NPC) or select one from the NPC list at http://nn.ai4rei.net
  6. Take a look at how FluxCP uses the CeresCP code: https://github.com/rathena/FluxCP/blob/master/lib/functions/imagecreatefrombmpstring.php and https://github.com/rathena/FluxCP/blob/master/modules/guild/emblem.php
  7. Akkarin

    FluxCP PayPal

    FluxCP already has Paypal integration and while i'm pretty sure you don't need a business account for it to work, for proper accounting and legality sake you should. If the integration isn't working correctly you should have a look in the transaction logs to see what's up as there are many things that may cause this. It could even be as simple as the user not being verified and sending an echeck, so you won't get the funds immediately, or the transaction could be on hold pending Paypal review. Your logs will give you more information.
  8. That could be down to how your .bmp was saved and it's specific format. I remember it taking me a few tries with different settings before i got it to work.
  9. I believe the splitter tool is in our download area, which requires you to select a 24bit .bmp image for it to chop up into smaller images.
  10. It's a file in the download section. You could literally search '@aura' and you'd find the file.
  11. Your screenshot shows that the servers did indeed build. There are a number of topics already on the forum regarding the error message, searching "bad interpreter" either directly on the forums or even on Google will show you what you need to do.
  12. Assuming you've used git: cd /path/to/my/ra/files git commit -a -m "My files" git pull make clean && make server
  13. There's nothing wrong with FluxCP as it is - if you wanted to add new features to it then you can simply submit Pull Requests. There's no point in reinventing the wheel.
  14. This is clearly not a forum software issue.
  15. This is clearly not a forum software issue.
  16. Time for some good news! The impromptu forum maintenance earlier this evening allowed me to upgrade our forum version to 4.3.1 - with the new version comes some new features! Emojis ???? We've enjoyed Forum Emoticons for years, and as the rest of the world has been integrating Emoji's into their software, it's about time we had some too. The old forum emotes have now been removed and the custom RO specific emotes are now in their own category under the emote icon on the text editor. I've opted to use the Twitter style instead of the EmojiOne style as they are what we're used to seeing as the default Discord Emojis, but if enough members would prefer those instead then we can switch. Github uses a Native style, and we can only pick one. Apple Pay / Google Pay ? Many users have been sending me messages, PMs, hate mail, death threats, etc over the fact that we swapped Paypal for Credit/Debit Card only payment processing. I'm pleased to announce that our updated forum software is compatible with Apple and Google Pay platforms for both mobile devices and supported browsers. Spammers ?? Over the last two to three months we've seen a dramatic increase in spambots posting their topics on how to grow your ? or build some ?. The new update includes several new algorithms that allows spambots to be caught more effectively without Moderator intervention. Searching ? It has been noted that the search method in the older IPB 3.x forum software was much smoother than the recent implementation - so IPS 4.3 has changed it all. We should now* have more accurate search results displaying when searching for more than one word, and don't forget you can encase your phrase in quotes "to search the string as-is". *When the search index has finished re-caching.. will probably take 5-6 hours still. ReCaptcha ?️? Those daft "type the words as you see them" have now been removed in favour of Google's "Invisible ReCaptcha" platform. The forums will now determine whether or not you're human and let you use the forums to one's heart's content without being randomly asked to read unreadable text. There are other improvements but nothing worth mentioning as normal members won't see/interact with them. If you come across something that doesn't work as it should, please let me know by posting as much detail as possible in https://rathena.org/board/forum/224-forum-issues/ ? I think that's enough good news for one day. Akky out~
  17. Moved from "Forum Issues" as this is clearly not an issue with the forums. Is it.
  18. You didn't say you were using eAthena.. old FluxCP should still work with eAthena, but i make no guarantee. Bear in mind this is 10 years old: https://code.google.com/archive/p/fluxcp/downloads and old software may work, it may not. If you want something a bit more stable then you should be using something a little more up to date like rAthena FluxCP for rAthena works perfectly well https://github.com/rathena/FluxCP with rAthena.
  19. CeresCP is ancient and will not work with rAthena.
  20. You can find the answers to those questions in one of the following sections: https://rathena.org/board/forum/98-client-side/ I just did a quick scroll down those pages and found the topics you need to read.
  21. Set your npc script as "floating": - script npcname -1,{ ... }
  22. You could potentially do this with a character based array, bindatcmd and an onpcloginevent. Use bindatcmd to override the original @alootid command and pass the args to an array that is looped through onlogin, so the char always has that list available and active when they login to the game. You can read about all these components in the script_commands.txt file.
  23. It works just fine. The page you got that error from was:
  24. https://rathena.org/thirdpartyservices/ Other than that, i can recommend OVH or DigitalOcean.
  25. Version 1.0.0

    572 downloads

    //===== rAthena Script ======================================= //= @hide //===== By: ================================================== //= Akkarin //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Adds some sexy purple smoke to the @hide command. //= Default to @ and # commnd level 99. Feel free to change. //============================================================ //= This is based off an ancient src edit to the @hide command, but for the life of //= me i can't find it so it's now in a script, so src edits aren't required. //============================================================
    Free
×
×
  • Create New...