Jump to content

Akkarin

Forum Manager
  • Posts

    3123
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. Version 1.0.0

    3 downloads

    This Addon will allow server owners to require SMS Authentication when players register their account. Players who are not logged in will be able to see a new link in the primary navigation for SMS Authentication. When they enter their account name and the code sent to them via SMS, the account will become unbanned and the player can login. There is a reasonable-sized readme file with instructions of what to do and where to register your account to access the API used in this Addon. Other APIs can be used but will not be supported. The code provided with the included function can be used in other areas of FluxCP with a little bit of rewriting. You're only limited by your imagination! After purchasing, send me a Discord DM with your rA Order ID and PingedOut email address and I'll get some free Credits added to your account for testing, or just to start you off.
    20.00 USD
  2. EXPIRED

    Re-Listing this funding in an effort to get the fees covered by the community. Our monthly fees: Web Hosting ($32) VPS Backup Drive ($13) 200GB Offsite NAS Sparkpost SMTP Relay ($10) So you all get the emails you're supposed to. Misc software renewals ($5) Forum apps and plugins that require license renewal every 6 months are broken down to a monthly value. There are other costs for back-end services which are specifically sponsored by individual members of the rAthena project so do not require community crowdfunding.
  3. If you had a legal team of any kind, they would tell you to stay the hell away from running a private server. Your team need to be fired. Also, this is not the correct location for hiring staff - see: https://rathena.org/board/jobs_available/
  4. Since we don't know what's also running on your PC, it's impossible for anyone to help you.
  5. If it's a bug and not working as it does on official servers, this should be posted as an Issue on Github with all relevant information.
  6. @Valkyries instead of creating a new file and modifying core src files, you could put everything into the import and custom files instead, with the exception of the code that is in clif.cpp. There is no reason at all to create new files, or not use the files provided for custom content. (e.g. "../custom/battle_config_struct.inc" )
  7. You'd be better off googling that.
  8. If you use the search feature on the forums, you'll find a very detailed guide on how to setup rAthena on a Pi4.
  9. I've gone back to basics and made a complete mess.
  10. You would need to open the map with browedit, select the castle model and delete it, then use the black tile and put it wherever the building was. There are plenty of guides on the forums and around the web on how to use browedit.
  11. Are you allowing players to create chars outside of the client? Or are you using a client that doesn't support char-specific genders?
  12. Alright then, if you want to do something complicated, you will need to create a separate column in the char table and update that column with the player's name before changing it.
  13. You could instead just use @fakename to apply the change so it doesn't change anything in the database. OnPCLoginEvent: atcommand "@fakename [Dark Army] "+ strcharinfo(0); end; The fakename atcommand is visual only and lasts until the player logs out.
  14. For starters, please change the topic title - it's not as descriptive as it could be. Second, why is your script using a string variable for an integer? (charid) How are you setting these variables? Missing parenthesis:
  15. You can do this in an SQL statement. If it's in an NPC script: prontera,123,123,5 script sql_test 123,{ mes "Input player's char ID"; input .@charid; next; query_sql("SELECT `name`, `sex` FROM `char` WHERE `char_id` = '"+ .@charid +" LIMIT 1", .@name$, .@sex$); if(getarraysize(.@name$) == 0){ mes "Unknown Char ID"; } else { mes "Char ID: "+ .@charid; mes "Char Name: "+ .@name$[0]; mes "Char Sex: "+ .@sex$[0]; } close; } Untested, but should work.
  16. This is a client issue with your setup and not an issue with the provided files.
  17. I should firstly preface a few things: I do not offer, and will not offer hosting packages of any kind. I do not overhaul old code. I do not ask for payment upfront. Why? Well, the past has been a bumpy road, so to avoid any of that in the future, certain stipulations have to be made. Due to daily-life commitments, I don't accept large projects. What do I offer? I offer FluxCP Services; creating addons, themes, code-snippets and integrations. Basic Theming The themes I design are simple, they're mobile responsive (most of them) and they're easy to modify. My Themes available through rAthena: Rips from websites that I've turned into FluxCP Themes: Essentially, if you have a design that is html code, I can turn it into a FluxCP Theme for you. Pricing for themes start at: Fully custom design: $400 Basic design: $40 Integrate code to available html: $40 Ripping another site to create a theme: $40 Addons & Integrations If you're looking for an addon or some kind of integration, I'm happy to discuss this over Discord DM or Forum PM. Pricing starts at $10. Scripting Service If you're looking for a fully fledged system that does X, Y and Z and integrates with This and That, I'm not the developer you're looking for. With that said, I'm still happy to discuss any scripting requirements via Discord DM or Forum PM. Server Management If you're looking for a developer who is able to run maintenance on your Linux/Windows server, then maybe I can help you put a process in place to help automate it. If you're looking for a developer to help manage your server's infrastructure, then I can help. Note: My methods of communication are via rAthena Forum PM or Discord DM only. Payment is not required until I've showed you the finished result. Tweaks afterwards can be made without charge, however, if the change requests are coming think and heavy, then I won't be doing it for free. Don't be offended if I decline your request. It's usually because I know I won't have the time necessary to complete the work. (I have failed at this before..) Payment is made through the rAthena forums - I do not accept personal direct payments (this is to rebalance the lack of forum crowdfunding). Any questions, feel free to shoot me a message via rAthena or via Discord.
  18. Can you expand on your request please - what items are required for what buffs?
  19. This is not a forum related issue so I'm moving your topic to somewhere more appropriate. Please take greater care in the future.
  20. Never heard of them. Don't rely on someone to set up your server for you, you should install everything yourself which will help you understand how everything works.
  21. These deffo work - they're what I use ? 8 Custom Window Title 9 Disable 1rag1 type parameters (Recommended) 13 Disable Ragexe Filename Check (Recommended) 14 Disable Hallucination Wavy Screen (Recommended) 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 22 Extend PM Box 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 28 Increase Headgear ViewID 32 Increase Zoom Out Max 34 Enable /showname (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 48 Use Plain Text Descriptions (Recommended) 50 Skip License Screen 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 87 Only Second Login Background 88 Allow space in guild name 90 Enable DNS Support (Recommended) 200 Enable Multiple GRFs - Embedded 208 Restore Cash Shop Icon 213 Disable Help Message on Login (Recommended) 230 Always load Korea ExternalSettings lua file (Recommended) 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 233 Hide SNS Button 256 Use Default Web Browser In Cashshop 280 Change guild exp limit 290 Hide build info in client (Recommended) 291 Hide packets from peek (Recommended) 319 Opening To Service Select 326 Disable OTP Login Packet (Recommended) 338 Additional client validation (Recommended) 348 Send client flags to server (Recommended) 404 Use borderless mode in full screen (Recommended)
  22. That's a misconfig of your rAthena setup - nothing to do with your client. We can't help you if you don't give us an error message.
  23. You can just ignore it - newer clients don't use it.
  24. Why do you not read the file's warnings... Clients haven't used the obfuscation packets for several years if I recall correctly. Unsure which client was the last to support them properly, but it's reasonably safe to disable the feature since you can't use it correctly now anyway.
×
×
  • Create New...