-
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
-
The feature is entirely client side. I'm not sure about the file name, but you can search for the word "signboard" in GRF editor and it should show you the lua file containing all sign boards.
-
Edit the elemental_create function in elemental.cpp
-
Can Rathena compatible with HTTP? (because anti-DDOS)
Secrets replied to bluesky's question in Source Requests
RO’s protocol is stateful while HTTP is not. Consider other options instead. -
I don't run private servers for years, most of us also don't. Next time check the fact before spilling bullshit again. Thanks.
-
It is not our goal to make an MMORPG engine that can be used for another game.
-
Uploaded by request Hashes: SHA1 542F5BF78695A01CC4582207DF8962CBA724A79F SHA256 1C6FA00D0BF6FA136DBB89E40ED3FC4DE072002C6DC15B5649B71529EC196429 MD5 3365A7566618B290B9BA1719249AAA97 https://mega.nz/#!I3gixBCQ!vJzF6-t3eS-lZxetr6x7I_ZCBK5CL7PMajLHc1tRn2I Disclaimer: This client is a property of Gravity co.ltd. It will be removed upon a request from Gravity or its authorized person.
-
Since November, I’ve been clearing up my work schedule, prepare for the finals and barely reply to 10+ PMs (sorry for that). So I guess I’m posting this. I’ll be on a hiatus to around middle of December. Expect slow PM replies because I don’t check rA multiple times a day like I used to.
-
When premium time is more than certain number, multiplying it by 1000 in this line could make it overflow. addtimer (( #Premium - gettimetick(2) ) * 1000 ),"vip_system::OnExpire";
-
Rejected From Server not Rejected From Server(3)
Secrets replied to panducakep's question in Client-side Support
You’re not supposed to edit config/packets.h -
It's not latest if the lasagna NPCs are not there https://github.com/rathena/rathena/tree/master/npc/re/custom/lasagna
-
View File Shop-based refiner Information This script lets your players refine multiple items of the same category at once. Each item's refining process is independent to each other. This means they can have some items successfully refined and some fail at the same time. This script is also configurable to suit your likings. By buying this script, you agree to these terms: You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. You will not get any support if you are using an old build of rAthena from 6 months ago or earlier. Your rights to receive free supports may be revoked on my discretion if you are being abusive. Terms above may be changed or adjusted without prior notification. Copyright © - Secrets 2016-2017 - All Rights Reserved Submitter Secrets Submitted 10/15/2017 Category Utilities Video https://www.youtube.com/watch?v=x5ODjTYF0iM Content Author Secret
-
Version 1.0.0
128 downloads
Information This script lets your players refine multiple items of the same category at once. Each item's refining process is independent to each other. This means they can have some items successfully refined and some fail at the same time. This script is also configurable to suit your likings. By downloading this script, you agree to these terms: You are not allowed to redistribute this script in any way, shape, or form. Chargeback scams are not tolerated and will get you punished on rAthena. I still retain all rights to this script. You will not get any support if you are using an old build of rAthena from 6 months ago or earlier. Your rights to receive free supports may be revoked on my discretion if you are being abusive. Terms above may be changed or adjusted without prior notification. Copyright © - Secrets 2016-2017 - All Rights ReservedFree -
[email protected] = getrefine()-11; if([email protected] >= 0) bonus bFixedCast,min([email protected] * 100, 500);
-
I'm keeping the 64K hairstyles patch private due to the polar opposite amount of user vs donation amount I got. You can discuss with me in PM if you are interested in the patch. https://gfycat.com/IdealOffensiveGardensnake
-
#define PACKET_OBFUSCATION_KEY1 0x12345678 #define PACKET_OBFUSCATION_KEY2 0x12345678 #define PACKET_OBFUSCATION_KEY3 0x12345678
-
Ragnarok restart is actually a heavily adjusted renewal server.
-
Refine Database Reworked As of Git Hash: e24d30a, rAthena's refine database has been reworked. Changes: refine_db.txt has been converted to YAML format with new name, refine_db.yml. This should help with readability and easier customizations. Refine rates can now be set in the refine_db.yml once and for all. rAthena's provided refiners have been updated to follow these adjustments in refine_db.yml. Official smelting event is now available. You can toggle event_refine_chance config in conf/battle/items.conf to enable smelting event. Refine rates will be increased significantly when smelting event is turned on. If you find any issues after updating, please let us know via our issue tracker!
-
Answers that are vulnerable to SQL injection have been hidden.
-
imgur
-
It also works in 2015-10-29 onwards. Try ctrl+clicking or shift+clicking at the item while the chat box is active.
-
Do I have to know how to kode to follow this guide?
-
Added experimental "Disable Doram Character Creation UI" patch. Thanks to @Ai4rei for his hex sequences.