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...
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 original map files, no changes, no NPCs adjustments.
When downloading, you will find 6 options, pick the ones...
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...
@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...
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...
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...
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...
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...
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 your own time limit, ignoring the one in quest_db, thus...
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...
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 script command that allows you to show a...
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...
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 contains:
Santa Klaus giveaway (christmas_giveaway.txt): This NPC seems to be enabled every christmas on iRO. Santa Klaus is...
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...
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 once (It's possible to allow this for a different group)
Set different zeny and item requirements based on...
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...
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.
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...
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...
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...