Jump to content

Akkarin

Forum Manager
  • Posts

    3127
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Akkarin

  1. It's a copy of the kRO instalaltion folder.. so it'll be in Korean.
  2. @Grava is active on the forums, perhaps he'd like to update his file.
  3. If you update your kRO files you'll get this sprite anyway.. so not sure why you've uploaded it to the forums o.O
  4. Which file? Ideally, the file owner should update the file to include the new format.
  5. It's telling you that you're missing the minimap that corresponds with the map your character has just landed on. There are numerous guides on the forums that explain how to create one from within browedit.
  6. We've got mapflags to stop other on-death stuff from mobs, such as no items or no exp from mobs, but there isn't one for no zeny from mob kills if you've got that enabled in /conf/. I have this enabled by default and when trying to look through various output in the chat window, i sometimes spend far too long scrolling passed "Gained xz." messages before i get to what i'm looking for. The cheap alternative is to `@showzeny` but there's no guarantee that a player hasn't already done that manually, so if scripted into an arena type script where you have to kill 30+ mobs, it's just going to reverse and enable it.
  7. The error literally tells you what to do.
  8. Uh.. you don't need to touch the src - the script command will do everything you need and throw all the data into an array
  9. I don't have Ophelia's recolours, only the original. Spellring.rar
  10. *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.
  11. There are some good free themes in our download area: https://rathena.org/board/files/category/159-fully-coded-themes/
  12. Looking at the code, it's a straight format using the date() function. date('Y-m-d', $birthdatestamp)
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. It's a compiled list of our GitHub activity.
  19. This should help you https://support.google.com/mail/answer/7126229 You're using the wrong SMTP port if you want to use TLS.
  20. 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.
  21. The problem is actually that the theme is too old and doesn't translate the labels correctly.
  22. 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.
  23. 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.
  24. Then speak to @Sryx in a PM.
×
×
  • Create New...