Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. I don't have Ophelia's recolours, only the original. Spellring.rar
  2. *getskilllist({<char_id>}); This command sets a bunch of arrays with a complete list of skills the invoking character has. Here's what you get: @skilllist_id[] - skill ids. @skilllist_lv[] - skill levels. @skilllist_flag[] - see 'skill' for the meaning of skill flags. @skilllist_count - number of skills in the above arrays. While 'getskillv' is probably more useful for most situations, this is the easiest way to store all the skills and make the character something else for a while. Advanced job for a day? This could also be useful to see how many skills a character has. This command does not count skills which are set as flag 4 (permament granted) (ALL_BUYING_STORE/ALL_INCCARRY) This should be a good starting point. Bind the command to a script and use getarg() to parse the char's name/ID and output the results using dispbottom. Moving to Script Requests.
  3. There are some good free themes in our download area: https://rathena.org/board/files/category/159-fully-coded-themes/
  4. Looking at the code, it's a straight format using the date() function. date('Y-m-d', $birthdatestamp)
  5. Well.. to begin with you should be using the theme code to display the image from the correct location. Other than that it looks fine. It can't be a php error as there's only one line of php code that page, and that's not going to cause issues unless you're trying to view the page from outside of the FluxCP environment.
  6. You can get the status of your rAthena servers by including the code from the XML status page where you wan't to display it. To stop the servers from thinking it's a DDOS attack, you can just change the status cache timeout in the config file.
  7. Akkarin

    Flux Error

    This generally means that your webhost can't find the remote machine that MySQL is running on. If you're using the FQDN (Fully Qualified Domain Name) like sqlserver.domain.com then it's not routed correctly via DNS. You should use the IP instead.
  8. This is just a full client (copy of the kRO installation). You will need to follow a guide on how to diff your client and connect it to your rAthena server.
  9. You are asking in the wrong place. Ragnarok "offline" means you want to run a local server. You can download kRO using any of the links in the Client Releases subforum. Star Emperor and Soul Reaper are currently in a Pull Request on our Github repository. If you want to test the branch out, you're more than welcome to. Alternate sprites for 3rd jobs are available in our Download area. P.S This is not a help topic. Please post your issues/questions in the appropriate areas.
  10. It's a compiled list of our GitHub activity.
  11. This should help you https://support.google.com/mail/answer/7126229 You're using the wrong SMTP port if you want to use TLS.
  12. @Hurtsky I summon you.
  13. Actually, there are quite a few. Have a look at the top 5 servers in each category on RMS, nearly all of them use roBrowser.
  14. The problem is actually that the theme is too old and doesn't translate the labels correctly.
  15. Award granted.
  16. It takes as long as it takes for me to approve manually. ALL orders sit in a pending state for accounts that don't pass the anti-fraud checks.
  17. script_commands.txt is your friend. *instance_destroy {<instance id>}; Destroys instance with the ID <instance id>. If no ID is specified, the instance the script is attached to is used. If the script is not attached to an instance, the instance of the currently attached player is used (if it is a character, party, guild or clan mode). If it is not owned by anyone, no player needs to be attached. If that fails, the script will come to a halt. This will also trigger the "OnInstanceDestroy" label in all NPCs inside the instance.
  18. Then speak to @Sryx in a PM.
  19. Google is your friend for learning.
  20. 4389
  21. This is not a forum issue. Please post in the correct section. Topic moved. As this is your second post in the wrong area you've earned yourself a warning point.
  22. This is not a forum issue. Please post in the correct section. Topic moved.
  23. You should have plenty of money if you continue to file chargeback disputes in Paypal. Account banned ?
  24. Don't use free web hosting for FluxCP, it won't work. You also won't have the external MySQL access nor port-checking abilities. There's no reason to move your FluxCP installation away from your VPS.
  25. To be honest, there's no reason at all why anyone would want to integrate these two platforms. You'd be better off writing the code and inserting it into the WordPress framework itself.
×
×
  • Create New...