Jump to content

Akkarin

Forum Manager
  • Posts

    3,067
  • Joined

  • Last visited

  • Days Won

    182

Community Answers

  1. Akkarin's post in How to install phpmyadmin? was marked as the answer   
    https://www.google.co.uk/search?q=install+phpmyadmin+debian+9&oq=install+phpmyadmin+debian+9
  2. Akkarin's post in Compiling issue on Debian 7 wheezy was marked as the answer   
    Upgrade to Debian 8.9 and follow instructions found on the Internet. 
  3. Akkarin's post in how to update source code? was marked as the answer   
    There are so many guides on these forums that detail how to update via git. You shouldn't be manually copying updates into your code.
  4. Akkarin's post in What's the difference between data.grf and rdata.grf? was marked as the answer   
    rdata.grf contains files used by the "sakray" renewal/test servers. Normal data.grf is for the standard non-test official servers.
    They're both read by private servers as the newer clients are RE (doesn't stand for renewal) so they can read all the new files that are added.
    Hope that makes sense.
  5. Akkarin's post in Error compiling @aura was marked as the answer   
    The source from this file should go into /src/custom/script.inc and /src/custom/script_def.inc to avoid conflicts.
  6. Akkarin's post in understanding the function of atoi was marked as the answer   
    Simply put, the value of strnpcinfo(2) is a string formed by the name of the NPC itself. "NPC Name#45" would give "45" as a string, so you'd use "atoi" to change the string to an integer.
  7. Akkarin's post in Rodex Question was marked as the answer   
    Iirc that tab is for messages that are returned to the character after x days of not being opened by the original receiver.
  8. Akkarin's post in Small Question was marked as the answer   
    https://github.com/rathena/rathena/blob/master/doc/map_cache.txt
  9. Akkarin's post in Old times was marked as the answer   
    If you want to run a server at a specific episode, you need to manually disable content you don't want/need. There are no magic switches available to do this for you.
  10. Akkarin's post in Flux Donation Paypal Association was marked as the answer   
    'AcceptDonations' => true, // Whether or not to accept donations. 'PayPalIpnUrl' => 'www.sandbox.paypal.com',// The URL for PayPal's IPN responses (www.paypal.com for live and www.sandbox.paypal.com for testing) 'PayPalBusinessEmail' => '[email protected]', // Enter the e-mail under which you have registered your business account. /config/application.php line 97, 98, 99.
  11. Akkarin's post in helpFluxcp Error was marked as the answer   
    It's to do with SuExec. Disable it so PHP can run correctly. There are many guides on the internet on how to do this.
    Note: This is only an issue with CentOS.
  12. Akkarin's post in Iteminfo.lub editing was marked as the answer   
    It's an encoding issue. I've noticed recently that editors like notepad++ (which i would normally swear-by) converts areas of the text that it shouldn't. In this case it's attempting to convert the end-of-expression " quote marks into the rest of the string, which removes the quotes and then the client screams.
    I've found that using Visual Code works - open up itemInfo.lub and then click the encoding link at the bottom, select re-open in new encoding and it should auto detect euc_kr, then you shouldn't have any further problems.
  13. Akkarin's post in how to change fluxcp themes skin? was marked as the answer   
    https://github.com/rathena/FluxCP/blob/master/doc/user_theme.md
  14. Akkarin's post in Where can I find commit for item bonus bonus2 bSubSkill? was marked as the answer   
    Github has a search feature too, along with commit history and blame functionality per-file.
    I typed bSubSkill into the search box, then noted the line number, then hit "Blame" and scrolled down back to the line and it shows the last commit that touched that particular line, which was indeed the commit that introduced the bonus: Git Hash: 549f491
  15. Akkarin's post in Fluxcp connection refused suddenly was marked as the answer   
    This could be due to any number of reasons. The most common SQL issue is that your host who's using cPanel have had an update installed and the outbound MySQL port (which is disabled by default) has been removed from the firewall, which happens more often than people realise!
    However, connection refused is an error message from your MySQL server running on your VPS. Try restarting the service, double check your firewall. No one can give you a definitive answer because the error message is vague.
     
  16. Akkarin's post in Error logging in to fluxCP was marked as the answer   
    It means you've removed this: (themes/default/account/login.php)
    <?php if (count($serverNames) > 1): ?> <tr> <th><label for="login_server"><?php echo htmlspecialchars(Flux::message('AccountServerLabel')) ?></label></th> <td> <select name="server" id="login_server"<?php if (count($serverNames) === 1) echo ' disabled="disabled"' ?>> <?php foreach ($serverNames as $serverName): ?> <option value="<?php echo htmlspecialchars($serverName) ?>"><?php echo htmlspecialchars($serverName) ?></option> <?php endforeach ?> </select> </td> </tr> <?php endif ?> Or that you've changed something so that the code skips over the server selection. If you only have one server defined in your config/servers.php file then it won't be displayed anyway, so it's safe to add it back.
  17. Akkarin's post in Hide startup rates message was marked as the answer   
    If you mean the 3 lines of orange text when VIP system is enabled, it's a config option in /conf/battle/player.conf
    // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes Other than that i don't know what rates you're having displayed via a script as you've provided literally no information to go by.
  18. Akkarin's post in Hieroglyphs in items! was marked as the answer   
    Download the translated package from here: https://github.com/zackdreaver/ROenglishRE
  19. Akkarin's post in //#define STATS_OPT_OUT was marked as the answer   
    The anonymous stats feature was removed last year. It gave the stats to us, it didn't display anything extra to you.
    Update your rA.
  20. Akkarin's post in Paid 3rd Party FLUX CP Top Player (PVP Based) and Top Guild integration addon services? was marked as the answer   
    Paid 3rd Party:
    https://rathena.org/thirdpartyservices/
    There are very few people who would give you scripts and a module for fluxcp that would accomplish this for free.
  21. Akkarin's post in reshufling a homnuculus stats was marked as the answer   
    *homshuffle; This will recalculate the homunculus stats according to its level, of the current invoking character.  
  22. Akkarin's post in Ragnarok for Android [apk] was marked as the answer   
    I typed Ragnarok Online Android into Google and got this result: http://roworkshop.com/andro/main/index.html
    p.s. it costs $400.
  23. Akkarin's post in achievement in some other language was marked as the answer   
    https://github.com/zackdreaver/ROenglishRE/blob/master/System/achievement_list.lub
  24. Akkarin's post in Flux_Error after changing theme was marked as the answer   
    Resolve your errors, then read https://github.com/rathena/FluxCP/blob/master/doc/user_theme.md . As your error states, circular dependencies means you've done it wrong. The default theme shouldn't have a manifest.php file, and you shouldn't be overwriting the default theme at all.
  25. Akkarin's post in need rathena source file 17310 was marked as the answer   
    Everyone is capable or searching for older commits themselves via the Git repo.
    Since you're being lazy i've done the search for you. This commit equates to r17310 in the old SVN timeline. https://github.com/rathena/rathena/tree/87d862c4232a8e8f1c3d57975dccf4432dea5d4b
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.