Jump to content

Akkarin

Forum Manager
  • Posts

    3144
  • Joined

  • Last visited

  • Days Won

    212

Everything posted by Akkarin

  1. You'd be better off googling that.
  2. If you use the search feature on the forums, you'll find a very detailed guide on how to setup rAthena on a Pi4.
  3. I've gone back to basics and made a complete mess.
  4. 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.
  5. Are you allowing players to create chars outside of the client? Or are you using a client that doesn't support char-specific genders?
  6. 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.
  7. 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.
  8. 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:
  9. 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.
  10. This is a client issue with your setup and not an issue with the provided files.
  11. 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. I do not write code that requires /src changes. 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 often simple, they're mobile responsive (most of them) and they're usually easy to modify. My Themes available through rAthena: Splicing Essentially, if you have a design that is html code or a layered PSD file, I can turn it into a FluxCP Theme for you. Pricing for themes start at: Basic design: $40 Integrate code to available html: $40 Integrate code to available PSD with splicing: $100 Ripping another site to create a theme: $60 Fully custom design: $400 FluxCP 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 $20. Here's my FluxCP portfolio: https://github.com/rathena/FluxCP/commits/master/?author=Akkarinage Scripting Service If you're looking for a fully fledged system that does X, Y and Z and integrates with This and That and has some amazing Src changes, 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. There are still too few servers out there that are not leveraging Git/Github to it's fullest. Using Github Actions on your server's repository will allow you to do things like automated maintenance and updates, automated attendance generator, NPC and Event management, etc etc. If you're looking to spend less time editing files and more time providing a great gaming experience to your players, then send me a DM and we'll talk about your options Note: My methods of communication are via rAthena Forum PM or Discord DM only. Payment is not required until I've shown you the finished result. Tweaks afterwards can be made without charge, however, if the change requests are coming thick 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 Paypal or Stripe invoicing, which will be sent out at the beginning of our project together and is due when complete and before any files are sent to you. Any questions, feel free to shoot me a message via rAthena or via Discord.
  12. Can you expand on your request please - what items are required for what buffs?
  13. This is not a forum related issue so I'm moving your topic to somewhere more appropriate. Please take greater care in the future.
  14. 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.
  15. 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)
  16. 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.
  17. You can just ignore it - newer clients don't use it.
  18. 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.
  19. I'm using recommended patches and a selection of others and the 20211103 client works perfectly fine.
  20. "most stable" is ambiguous. All clients work if rAthena has the packets listed. The default client at the moment is defined in source as: #define PACKETVER 20211103 http://nemo.herc.ws/clients/2021-11-03_Ragexe_1635926200/
  21. The error is literally telling you what to do.
  22. You can have the button execute a program (i forget which config number that is) to open a .bat file. The .bat file contains the delete code.
  23. Uh.. it's a video. Those animations aren't part of the sprite files - someone has spent time in their movie-maker software and produced that.
  24. Your first error is your clue. It's likely just as simple as a `chmod`. Run `ls -alh` and paste your list.
×
×
  • Create New...