-
Posts
587 -
Joined
-
Days Won
44
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Secrets
-
-
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.
-
Fixed YAML generator generating invalid YAML. It missed one space for each item.
-
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.
-
16 hours ago, DaemonSpade said:
thanks for selling me one of your script the woe time base rewarder
how is this even related to this topic? i'm turning off the notifications.
-
Yes, it is possible. But your act of mass-mentioning people made me decide that I will shut up
-
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
-
3
-
-
- Popular Post
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 snippetreport 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.
-
11
-
3
-
1
-
I'm not sure why you need a TXT server since MySQL/MariaDB takes just a few clicks/keystrokes to install.
But try eAthena. -
Looks better than original, for sure. Can't comment much because the low resolution.
-
That's a client limitation. I cant do anything about that
-
-
2 hours ago, utofaery said:
What is this ???
English please!
Common communication language!
This post is in the Filipino section.
-
@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.
-
1 hour ago, AnnieRuru said:
-snip-
Your version will miss the baby version of the two jobs since they have the JOBL_BABY flag added.
-
1
-
-
.@eaj = eaclass(); if((.@eaj & EAJL_THIRD) || (.@eaj & MAPID_REBELLION == MAPID_REBELLION) || (.@eaj & MAPID_KAGEROUOBORO == MAPID_KAGEROUOBORO)) { // ... }
untested
-
You have to set up a castle for the map guild_base in /db/castle_db.txt
-
Pull request opened
-
15 hours ago, Normynator said:
Do you have Source Code for that PoC publicly available?
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.
-
14 hours ago, Anacondaqq said:
I don't understand your hate to different emulators, like hercules or brathena, but his src mod will not work at all because of its nature and ethernet.
Also, your changes can break almost all protection if focusing and having a goal for it. I talk about protections which use simple mac address taken from client's network adapter PC's (hardware mac) as a unique identifier of a player session for doing different manipulations. Also, macs can be very easy edited with default GUI from windows without any problems. So mac protection for server owners = bad idea, must be used something more interesting and unique like motherboard + cpu + some other PC part like hard drive + some salt.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.
-
[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. -
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)
-
The packet ID (0x64) should be a ushort instead of byte.
-
Check if any of your MySQL table was crashed and repair them
-
2 hours ago, Ninja said:
I'm curious, how do you disable the doram option?
https://rathena.org/board/topic/117041-tutorial-how-to-disable-creation-of-summoner-characters/

[Error]Source | secret/costume
in Source Support
Posted · Edited by Secrets
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.