Jump to content

Secrets

Developer
  • Posts

    587
  • Joined

  • Days Won

    44

Everything posted by Secrets

  1. 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.
  2. Not long ago we have adjusted maximum length of NPC name. Make sure you have latest version of rAthena running.
  3. That's not how counting works
  4. We provided constants for instance types and you went for hardcoded numbers :\
  5. 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; },{},{}
  6. We have fixed this bug long time ago. Please make sure you are running latest version of rAthena.
  7. Move the OnSun label to the first line because .@GID_HM need to be set everytime the script runs.
  8. After testing this, I find that word2 group's color choice is bad. I'm personally using 255,140,140.
  9. Now people can ditch Notepad++ Good job.
  10. https://ragnahosting.com/team The "new" owner doesn't have enough time to even edit the old, bad-reputation owner it seems.
  11. 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.
  12. warning for inappropriate language in 3..2..1.. jk 4341
  13. An event-driven plugin system is planned.
  14. 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
  15. Please post a screenshot of errors on your console so I can resolve the problem for you
  16. 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  
  17. Version 1.0.3

    520 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 Reserved
    Free
  18. .gat suffix is deprecated. `@eac` will resolves to 0 (Novice) if no other script assigns it.
  19. The issue has been resolved. @Radian @Bitwise
  20. Only guaranteed to work with cashshop with #CASHSHOP as primary currency and #KAFRAPOINTS as second currency.
×
×
  • Create New...