Jump to content

Secrets

Developer
  • Posts

    587
  • Joined

  • Days Won

    44

Everything posted by Secrets

  1. I updated the pull on my repository as a gesture since many people are still interested in it. Have fun PS. I have no intention of supporting any of this. You are still on your own.
  2. 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.
  3. Fixed YAML generator generating invalid YAML. It missed one space for each item.
  4. 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.
  5. how is this even related to this topic? i'm turning off the notifications.
  6. Yes, it is possible. But your act of mass-mentioning people made me decide that I will shut up
  7. 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
  8. Marketplace link: https://marketplace.visualstudio.com/items?itemName=secretdataz.athena-language-support This extension provides rAthena-flavored Athena language syntax highlighting and code snippets and automatically highlights files with .rascript extension. 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/secretdataz/athena-language-support/issues show me I suck at making extensions: https://github.com/secretdataz/athena-language-support/pulls Special thanks to @JoWei for the base extension for Atom.
  9. I'm not sure why you need a TXT server since MySQL/MariaDB takes just a few clicks/keystrokes to install. But try eAthena.
  10. Looks better than original, for sure. Can't comment much because the low resolution.
  11. @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.
  12. Your version will miss the baby version of the two jobs since they have the JOBL_BABY flag added.
  13. [email protected] = eaclass(); if(([email protected] & EAJL_THIRD) || ([email protected] & MAPID_REBELLION == MAPID_REBELLION) || ([email protected] & MAPID_KAGEROUOBORO == MAPID_KAGEROUOBORO)) { // ... } untested
  14. You have to set up a castle for the map guild_base in /db/castle_db.txt
  15. Pull request opened https://github.com/rathena/rathena/pull/3729
  16. 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.
  17. 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.
  18. [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.
  19. 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)
  20. The packet ID (0x64) should be a ushort instead of byte.
  21. Check if any of your MySQL table was crashed and repair them
  22. https://rathena.org/board/topic/117041-tutorial-how-to-disable-creation-of-summoner-characters/
×
×
  • Create New...

Important Information

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