-
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
-
DISCONTINUED Since I updated some of NEMO's easy-to-update patches, I think the community would benefit from them too. Don't expect much though Download updated patches on my fork of NEMO. (Commit logs) These patches are distributed "as is", without warranty of any kind. In no event shall I be liable for any claims, damages or other liabilities. If you'd like to buy me a symbolic beer, feel free to donate to my PayPal. Symbolic beer hall of fame: (Thank you for the kind donation) @Hurtsky @renniw @Radian @Haziel
- 74 replies
-
- 38
-
-
-
-
-
See his commit log. Just open source your changes so people can contribute. Your own action on recruiting just 1-2 people and intending to make the development closed source(seem like that based on your action) won't attract as much people.
-
Not long ago we have adjusted maximum length of NPC name. Make sure you have latest version of rAthena running.
-
That's not how counting works
-
We provided constants for instance types and you went for hardcoded numbers :\
-
Export your database as a SQL file then remove all occurences of NULL, do some regex magic to remove quotes and add braces to item scripts. That's how I did it back then. Bingo, you have your TXT database REPLACE INTO `item_db_re` VALUES (501,'Red_Potion','Red Potion',0,50,NULL,70,NULL,NULL,NULL,NULL,0xFFFFFFFF,63,2,NULL,NULL,NULL,NULL,NULL,'itemheal rand(45,65),0;',NULL,NULL); 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ itemheal rand(45,65),0; },{},{}
-
Random Option dissapearing when decarded or enchanted
Secrets replied to Prime's question in Scripting Support
We have fixed this bug long time ago. Please make sure you are running latest version of rAthena. -
How to make script warp guild in certain time? (SOLVED)
Secrets replied to rakuzas's question in Scripting Support
Move the OnSun label to the first line because [email protected]_HM need to be set everytime the script runs. -
After testing this, I find that word2 group's color choice is bad. I'm personally using 255,140,140.
-
Now people can ditch Notepad++ Good job.
-
https://ragnahosting.com/team The "new" owner doesn't have enough time to even edit the old, bad-reputation owner it seems.
-
You didn't read the thread, did you?
-
I'd spawn an invisible monster and run specialeffect on it then remove it like @Enthr suggested. That's more flexible than using invisible NPCs and you can display as many effects as you want at once.
-
warning for inappropriate language in 3..2..1.. jk 4341
-
An event-driven plugin system is planned.
-
Unable to Build rAthena using VS 2017 - MSB8020 ERROR
Secrets replied to Enalds's question in General Support
Retarget your solution to v140/v141 -
YAML parsing support and C++ support update As of Git Hash: 4a2574c, rAthena has an additional configuration file format support which is YAML. It was made possible by a third-party library we have choosen, yaml-cpp. YAML stands for "YAML Ain't Markup Language". It is widely used as a human-friendly configuration file format and supported by many modern text editors, unlike Libconfig which is the format we currently use. If you still want to stick with C (why?) You can take a look at our newly added C wrapper for yaml-cpp, C++ third-party library we are currently using here. I've also attached my own example on using the C wrapper below. Another noteworthy is that rAthena now fully supports C++ source file compilation on both major operating systems, Windows and Linux. This means you can let your inner C++ talent go wild, write stuffs in cleaner C++11 way, and many possibilities you could think of. That's all for this announcement. Secret out! refinedb_yaml.diff
-
You ran out of ram.
-
View File Time-based WoE participation reward Information This script rewards your player if they participated in a WoE longer than the time set in the script. This script works with my modified version of Euphy's WoE Controller (which is included in this package), or you can use the static map version which is also included in this package. Use Case Encourage your players to participate in the WoE with this method of rewarding them. 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 at my discretion if you are being abusive. Terms above may be changed or adjusted without prior notification. Copyright © - Secrets 2017 - All Rights Reserved Submitter Secrets Submitted 06/18/2017 Category PvP, GvG, WoE, Battleground Video Content Author Secrets
-
Version 1.0.3
230 downloads
Information This script rewards your player if they participated in a WoE longer than the time set in the script. This script works with my modified version of Euphy's WoE Controller (which is included in this package), or you can use the static map version which is also included in this package. Use Case Encourage your players to participate in the WoE with this method of rewarding them. 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 at my discretion if you are being abusive. Terms above may be changed or adjusted without prior notification. Copyright © - Secrets 2017 - All Rights ReservedFree -
Utility: Freebies (Account Based)
Secrets replied to Deleted User's topic in Utility Script Releases
.gat suffix is deprecated. `@eac` will resolves to 0 (Novice) if no other script assigns it. -
The issue has been resolved. @Radian @Bitwise
-
Thanks for the report.