Jump to content

Akkarin

Forum Manager
  • Posts

    3147
  • Joined

  • Last visited

  • Days Won

    214

Everything posted by Akkarin

  1. You will struggle. NovaRO is a private server with their own mechanics and stat tables. You won't be able to use rAthena to test your NovaRO chars because the base data isn't the same.
  2. You can use changebase with a OnPCBaseLevelUpEvent to change a player sprite, hold it in a character variable and check for that on login. There is an aura mod in the downloads section, you can use the same level check script and apply the aura for specific levels.
  3. Your query is completely wrong. https://dev.mysql.com/doc/refman/5.7/en/update.html
  4. Hey guys! I know you've all seen the widget on the forum index for the last few weeks so I thought it was high time it had a proper announcement! What is "Moods"? It's basically just a harmless bit of fun. Let your friends on rAthena know how you're feeling! Hello Smiley Face! Clicking on the following smiley face in the userbar will open a modal for you to select your mood. Once open, select how you feel and click update! You may have noticed that these icons have changed today - the previous images were a bit... naff, so I've updated the moods with reasonably decent looking Emojis. I also removed the overly-negative moods. Ain't nobody got time fo' yo' negativity! As with all forum related updates, if you have issues or suggestions, please post them in the appropriate section. Akky out~
  5. This is not a script, it's a list of changes for the month of February. https://github.com/rathena/rathena
  6. I miss-read, that'll teach me to read the forums as soon as i wake up! There's no sense in switching to an emulator with less official content just to have a plugin written On a side note: You won't get tagged for Annie Ruru anymore, that account was banned a long time ago so I've removed it. Now you can have all of the @AnnieRuru tags
  7. Replace the regex with a pattern that will check for the word help. There are hundreds of guides on the Internet that can give you regex patterns.
  8. Your custom goes at the top as number one, anything else goes after. It literally says that on the link i gave you.
  9. This should answer your questions https://github.com/rathena/rathena/wiki/DATA.INI
  10. It's ok - i setup a 2017 client earlier this week and it took me a good hour to figure everything out. The last client i setup was 2013 when it was easy peasy!
  11. Well.. if you read the error it tells you exactly what's wrong. You don't have an iteminfo file with the name it's looking for - so rename your version to the version the client is looking for, or reopen NEMO and select the diff option to change the name of the itemInfo file.
  12. No.......... `monsters` is a temporary table created by FluxCP. If it can't create it then your MySQL user doesn't have the permissions to create temporary tables.
  13. Just remove the <yellow> section if you want your GMs to have the right-click menu with yellow text and GM sprite or remove the <aid> section if you want them to have the sprite and yellow text but no right-click menu. The 2015 clients use clientinfo.xml so it's the correct file.
  14. Either, but not both. You could have tested this for yourself when I said not to use both.
  15. The yellow tag is just for aesthetics while aid provides the right-click menu. You shouldn't have the same account IDs in both.
  16. Pretty much all good webhosts will lock down ports as a security measure. The best way to get around this is to get yourself a small vps so you have total control and just follow any of the thousands of guides on the internet on how to setup apache and php. Forums are easy to setup with most of them having a "one click installer". There may be a few hosts in our 3rd party section that already provide hosting with those ports open for server status checks.
  17. https://www.w3schools.com/css/css_image_transparency.asp Google is your friend.
  18. You can use any of the RSS feeds on our forum - you can also use the RSS feed for activity (which you can configure yourself) for any of the support sections to give you a constant stream of live data.
  19. An example of a fixed (not moving when scrolling) background image. You put this at the bottom of your /themes/bootstrap/css/flux.css file. body { background: #000000 url(/themes/bootstrap/img/imagename.jpg) no-repeat top center fixed; }
  20. Nothing should be merged into rAthena.
  21. `cp_cmspages` A more upto date version of this CMS plugin is already included within FluxCP.
  22. If you translated it, maybe someone would recognise which quest it belongs to.
  23. For goodness sake you guys, it's an encoding issue. Set your editor's encoding correctly and it'll resolve your issue. You don't need VS2017 to open a .lub and if it's jargen then it's still compiled. The item shows it's not a compiled lub, thus, encoding issue. I stopped using Notepad++ when VS Code was released. It has this handy "encoding switch" feature that actually tells you that you need to change your encoding for the file to be read and saved correctly. Stop giving rubbish advice after i've already said what's wrong.
  24. Your file is encoded incorrectly. There are numerous guides on the forums on how to resolve this issue.
×
×
  • Create New...