-
Posts
587 -
Joined
-
Days Won
44
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Secrets
-
Unfortunately, no. Even if we do have it, it will be prone to spoofing via hooking Winsock and changing the MAC address that was sent from the client. Actually I was considering doing a proof-of-concept of evading brAthena's MAC ban.
-
[Suggestion/Request] Random Option Database
Secrets replied to llchrisll's question in Source Requests
item_randomopt_group.txt doesn't have the capability to parse script commands. See the bracket in item_randomopt_db.txt -
[Suggestion/Request] Random Option Database
Secrets replied to llchrisll's question in Source Requests
I’ll see what I can do with converting this file’s structure -
You cannot get the ID out of nowhere. You need a reference of an object containing the ID.
-
Does rA Supports 2018-03-09aRagexe_zero Client?
Secrets replied to Archetype Saber's question in Client-side Support
Support for Ragnarok: Zero is not planned at the moment. -
I like @fTakano‘s
-
[Showcase] Achievements, Titles, Random Options
Secrets replied to Luxuri's topic in Source Releases
We already have all of these in our master branch. You can grab it for free... -
Thor Patcher on Webhost that has cloud flare
Secrets replied to iubantot's question in General Support
Did you turn SSL on Cloudflare on? Thor doesn’t support HTTPS -
You messed up packet obfuscation. This topic isn't for troubleshooting connection issues.
-
Feel free to remove the check I added then
-
That means your client has /quake command support. You can use that to toggle quake effects.
-
why is player not attached OnPCLoginEvent?
Secrets replied to drifterxxxx2's question in Scripting Support
sleep detaches the player. use sleep2 instead -
@Functor Thanks. Will be fixed on Sunday. Fixed!
-
Remove codes in clif_user_count
-
if(skill_num > 0 && !skill_db[skill_num].pneumaIgnore)
-
You need to run the file in command line because it needs some additional command line parameters.
-
Guides about xray client and the xray client itself is outdated. You don’t need them anymore. IIRC, you can now add custom skills clients that utilize lua files for storing skill data.
-
Bots are better at answering those questions than real people. A person with some regular-expression knowledge could easily code a bypass for script-based antibot. You may be able to catch macro users though :3
-
Just download a perl runtime or w/e it is then execute the file. You don’t have to know Perl to use the tool. For Windows install StrawberryPerl or ActivePerl.
-
Pseudocode, but I think you can get what I want to show here - script secret -1,{ OnFoo: $evt_tick = gettimetick(2); addtimer "somenpc::someevent",.delay_tick; end; OnInit: .delay_tick = youreventdelay; [email protected] = gettimetick(2) - $evt_tick; if([email protected] < 0) { // timer still not elapsed addtimer "somenpc::someevent",[email protected]; } else { donpcevent "somenpc::someevent"; }
-
Can't see other players! Default Installation!
Secrets replied to Flamel's question in General Support
Are you in some sort of intro maps? Because there are many copies of it and every character spawns on one of the randomized copies. What if you go on a GM account and use @recall on the other char? -
Before using skills, NPCs must have basic stats applied to them depending on the skill being used: UNPC_ATKMIN, UNPC_ATKMAX, UNPC_MATKMIN, UNPC_MATKMAX, UNPC_STR, UNPC_AGI, UNPC_VIT, UNPC_INT, UNPC_DEX, UNPC_LUK. See 'setunitdata' for more information on usage. source: https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L7889-L7892
-
Try applying the "Enforce Official Login Background" patch on Nemo
-
You could have noticed the word "compile". If you happen to have zero lua knowledge, skip lua-related topics next time