Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 11/25/17 in all areas

  1. 2 points
    Asheraf

    how to fix this??

    The lua files you're using seems to not have support for SkillScale you should update skillinfolist.lub by adding the SkillScale field to your version of the file from kRO lua files.
  2. 1 point
    Alayne

    Alayne's Scripts Collection

    < Alayne's Script Collection > After several asks, here's a link to my github Feel free to comment or add anything that might be usefull and that I won't think of I've decided to release my scripts here, it'll be easier to me so I can duplicate it on hercules and rathena rather than uploading twice. So sorry for multiple upload between there and download section Don't mind the name Nyliar in the git, that's me too ^^ < Instances > < Quests > < Event > < PvP Content > < Utilities > < Full Systems > < Dungeons > < Raid > < Battleground >
  3. 1 point
    Dastgir

    Plugin Collections

    Hello Community, I am feeling like, there's many plugin on forum, but not been actively used, due to out-of-date plugin I have updated Shikazu's Plugin first(as it was requested on the thread from 25th April), maybe Shikazu busy on his rl. Also I have included My Plugins there. I would like to add more plugins there(which are not updated on hercules forum <- please suggest if you find some outdated plugin and want me to update it ) List of Plugins and Owners: https://github.com/dastgir/HPM-Plugins/blob/master/README.md Repository: https://github.com/dastgir/HPM-Plugins Thanks.
  4. 1 point

    Version 1.0.0

    1026 downloads

    Release for the 2017-06-14bRagexeRE client. Be sure to have your DATA.INI set to read rdata.grf first and data.grf second. Packets are provided in the included text file. Packet shuffles and keys can be found at the bottom in the file.
  5. 1 point
    Sephus

    Hercules Battlegrounds

    Hercules Battlegrounds A full conversion and enhancement of eAmod's Battlegrounds system into a easy-to-install Hercules plugin library. Version: 1.0a (alpha) Repository @ https://github.com/Smokexyz/HerculesBG Installation 1) Place plugin files in plugin directory. (If you wish to re-compile the code, please do so the standard way.) 2) Place all script files in the default directory provided in the repository (or your own). 3) Place all database and config parts in their respective files. 4) in conf/plugins.conf add "hBG". Instructions on installing Plugins - http://herc.ws/wiki/HPM#Building_a_plugin Battleground Modes Capture the Flag Eye of Storm Triple Inferno Team DeathMatch Bossnia Conquest Stone Control Domination Rush Free For All Why use it? 1) Prevents conflicts when updating Hercules. 2) Easy to install. 3) Can be easily modified for more functions/features in the future. For contributors If you wish to add a free BG script to the list of available battleground modes, please contact me. Bug Reporting Please feel free to open an issue on the repository and I'll get to it as soon as I can. Donate to support the project and motivate updates.
  6. 1 point
    IndieRO

    how to fix this??

    Edit: problem solve How to solve this problem, just add new function on luafile514\lua files\SkillInfoz\skillinfo_f.lub GetSkillScale = function(in_SKID, in_Level) local obj = SKILL_INFO_LIST[in_SKID] local x = 0 local y = 0 if nil ~= obj then obj = SKILL_INFO_LIST[in_SKID].SkillScale end if nil ~= obj then obj = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level] end if nil ~= obj then x = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].x if nil == x then return 0, 0 else y = SKILL_INFO_LIST[in_SKID].SkillScale[in_Level].y if nil == y then return 0, 0 end end end return x, y end
  7. 1 point
    u can setting on your RO folder find folder "savedata/chatWndInfo_U.lua" sorry with english i just try to help you
  8. 1 point
    IndieRO

    Hercules Battlegrounds

    someboody can help me to fix this error??
  9. 1 point
    IndieRO

    Hercules WPE Free - June 14th Patch

    works until 20171101 just see in folder src/map/packets_keys.h
  10. 1 point
    Temtaime

    Æsir map viewer

    Hi all ! Now you can use render engine from Æsir game client to view maps. Just download it from there(use version >= v0.3.2) : https://cloud.acomirei.ru/s/khm08qmHJSVLEUy Extract it somewhere, put grfs near executable and edit their names in the aesir.json. Then click viewer.bat and it will show you the map. You can hide settings using F12. Render quality and antialiasing requires restart.
  11. 1 point
    Temtaime

    Æsir map viewer

    v0.3.4 is here ! Viewing area enlarged so you can see all the map now. Use link in the first post to get it.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.