Recent content by KirieZ

  1. K

    All versions of Start Island and Criatura Academy (iz_ac01, int_land, iz_int)

    View File All versions of Start Island and Criatura Academy (iz_ac01, int_land, iz_int) Since RO starting point in renewal changed several times, and finding those files are getting increasingly hard, I decided to group them all and release here. This only includes the...
  2. K

    Hercules wiki migrated to a new platform

    Hello everyone, As you may already have seen from the 2024.03 release notes in GitHub ( https://github.com/HerculesWS/Hercules/releases/tag/v2024.03 ), Hercules' GitHub wiki has been moved to a new platform, powered by mkdocs and available at: https://docs.herc.ws/ This change aims to make...
  3. K

    Random Options on Monster Drops

    @fiction I finally got to my pc and could test it... The only issue I found is that when I run mapcache plugin it shows the error that it haven't found the group, but mapcache plugin kills map-server after adding the map. After the map is added and I properly start the server (this time...
  4. K

    Random Options on Monster Drops

    As of Release v2019.05.05 you can now create groups of random options that may be assigned to items dropped by monsters. In order to use it you must first create an Option drop group in db/option_drop_groups.conf, one group will set how each option slot is filled, the chance of it getting...
  5. K

    Hercules Script support for VS Code

    Hello Herc community, Today I want to share with you a VS Code extension to support Hercules Script Language. If you don't know about it, VS Code is a free, open-source, multi platform code editor made by Microsoft, but it was lacking a nice support for writting hercules scripts. I have been...
  6. K

    VS Plugin Creator

    View File VS Plugin Creator Hello everybody, I was trying some plugins a couple days ago and was bored of creating VS Projects by hand for each plugin, so I made this simple tool. You just have to set where's your Hercules is, the VS version you want to create projects for...
  7. K

    SetQuest2

    SetQuest2 View File NOTE: This functionality got merged into Hercules (check setquest and getcalendartime). That being said, I'm NOT maintaining this plugin anymore. Hello, This plugin adds the setquest2 script command that allows you to add a quest with...
  8. K

    NpcTalk2

    View File NpcTalk2 NOTE: Hercules now provides this functionality by itself (check unittalk). I'm not updating this anymore. Hello, When converting iRO's Xmas event I missed a way to use npctalk to a specific player, so today I made it. This plugin adds the npctalk2...
  9. K

    iRO Christmas 2016

    File Name: iRO Christmas 2016 File Submitter: KirieZ File Submitted: 03 Jan 2017 File Category: Events & Games Quite late, but here is iRO's Christmas Event of 2016. It was scripted while I played, so probably some things aren't perfect, like the monster and item data. This file...
  10. K

    Configurable Refiner

    File Name: Configurable Refiner File Submitter: KirieZ File Submitted: 02 Aug 2015 File Category: Utility This is a configurable refiner that I made after reading the request from this topic. It contains the following options (all of them configurable): Normal refine Refine N times at...
  11. K

    Get everyone who killed a monster

    Hello everyone, I would like to know if it's possible to get all the players who "helped" killing a monster, instead of only the one who killed it. Like OnNPCKillEvent, but instead of running on one player, to run on all of them. Does it needs changes in the source? Can you give me some tips...
  12. K

    Server and Client limits

    Hello everyone, I'm wondering about how much can I increase the number of characters per account and storage size until I reach the client or server limit? I did some search but could only find old topics from rA / eA and as far as I saw hercules did some upgrades in this part. Thanks in advance.
  13. K

    monster AI script command

    Hello everybody, today I was writting a script and noticed that monster command has an AI parameter: script_commands.txt But I couldn't manage to understand what it does, I tried spawning a Poring with AI = 1, expecting that it would be aggressive but nothing different happened, can someone...
  14. K

    Warnings at setsocketopts

    Hello everybody, I'm moving my server to a Host, but whenever I run it, it displays lots of Warning about setsocketopts, this is one of them: [Warning]: setsocketopts: Unable to set SO_REUSEPORT mode for connection #6![Warning]: setsocketopts: Unable to set TCP_THIN_LINEAR_TIMEOUTS mode for...
  15. K

    plugin addBattleConf and scripts

    Hello everybody, I'm trying to write some plugins to learn how it works but I got the following problem: I've used addBattleConf to make some confs, they work perfectly through the code, but I can't show them at a NPC (using getbattleflag command), is there a way to do it or it needs a new...
Back
Top