Jump to content

Secrets

Developer
  • Posts

    587
  • Joined

  • Days Won

    44

Everything posted by Secrets

  1. You could create a shop for each level range and use a simple if-else to call the appropriate shop for a player's level.
  2. Fixed YAML generator generating invalid YAML. It missed one space for each item.
  3. I don't know about other countries, but in my country, popular servers offer monetary rewards for WoE winners as an incentive for the players to stay competitive.
  4. how is this even related to this topic? i'm turning off the notifications.
  5. Yes, it is possible. But your act of mass-mentioning people made me decide that I will shut up ?
  6. We've found a race-condition exploit involving cart which could allow duplication of items. The rAthena team has released an update that fixes the exploit. rAthena users are advised to update as soon as possible. Commit link: https://github.com/rathena/rathena/commit/7f772c32d3be201861946bb64720c231828465ac
  7. Marketplace link: rAthena Language Support - Visual Studio Marketplace This extension now lives in rAthena organization, my own fork has been archived. This extension provides rAthena-flavored Athena language syntax highlighting and code snippets and automatically highlights files with .rascript extension. Automatic rAthena script detection for .txt files is coming soon. The following is the non-exhaustive list of code snippets provided by Athena Language Support. * `defnpc`, `defnpcfloat`, `defwarp`, and `defshop` (In-game objects definition) * `deffunction` (Function definition) * `On:` event handler snippet * `for`, `while`, `do` flow control snippet report issues: https://github.com/rathena/vsce-rathena-language-support/issues Special thanks to @JoWei for the base extension for Atom.
  8. I'm not sure why you need a TXT server since MySQL/MariaDB takes just a few clicks/keystrokes to install. But try eAthena.
  9. Looks better than original, for sure. Can't comment much because the low resolution.
  10. @AnnieRuru afaik the instance is a solo instance so I wouldn't count that as a bug. That's Aegis' way of forcing a one man party that got mimicked. I guess we could make it char-bound instead of having the solo party since we have support for that, unlike Aegis.
  11. Your version will miss the baby version of the two jobs since they have the JOBL_BABY flag added.
  12. .@eaj = eaclass(); if((.@eaj & EAJL_THIRD) || (.@eaj & MAPID_REBELLION == MAPID_REBELLION) || (.@eaj & MAPID_KAGEROUOBORO == MAPID_KAGEROUOBORO)) { // ... } untested
  13. You have to set up a castle for the map guild_base in /db/castle_db.txt
  14. Pull request opened https://github.com/rathena/rathena/pull/3729
  15. No, it's my other experimental "secure login" project with with codes commented and a line for this bypass added, and I'm too lazy to clean it up for a release. It just hooks into the "send" function and modify the buffer.
  16. brAthena's solution is using a launcher or some custom mod to read the computer's physical address and put it into packet 0x0825 (enabled with SSO login packet patch) at 0x3C offset.
  17. [Untested] Slap Roarrr.asi into your RO client folder and watch brAthena get confused. I take no responsibility of any kind from consequences of using this client add-on. It is simply provided as a proof-of-concept on how weak brAthena's MAC address ban system is. Use it at your own risk.
  18. Structure padding screwed you up there edit: Add Pack = 1 to the StructLayout attribute and change version to uint since ulong is 64 bit integer (8 bytes)
  19. The packet ID (0x64) should be a ushort instead of byte.
  20. Check if any of your MySQL table was crashed and repair them
  21. https://rathena.org/board/topic/117041-tutorial-how-to-disable-creation-of-summoner-characters/
  22. View File Glicko-2 rating system - Now on rAthena This source edit provides two script commands for you to get and sets rating of a player, and adjust them relative to another player after two of them battled. This implementation uses Glicko-2 rating system, an improvement of Elo system. If you still have no idea what you could do with this, this source mod is not for you. You can also get the code on GitHub. Licenses: The rAthena implementation of Glicko2 itself fell under the GNU GPLv3 license that rAthena uses. Glicko2 library by Taylor Petrick: tldr of the license here. Submitter Secrets Submitted 10/15/2018 Category Source Modifications Video Content Author Secret, Taylor Petrick
×
×
  • Create New...