Search results

  1. hemagx

    [RELEASED] RO Hooks, a nice set of modifications for your client

    Hello! ~ * Introduction RO Hooks is a paid project, which will allow a set of custom abilities to your client, such as player name coloring, server side GM sprite and such; It is is meant to be a way to edit this old dead game client to add things either improving player's experience or giving...
  2. hemagx

    [2016-04-16] introduction of private headers

    Hello ~ Rationale: For long time we had many functions or variables that were supposed to be kept privately used, but because of the design of our header files were kept a public access. This caused, on one hand, poor design choices (too much binding between separate components), and on the...
  3. hemagx

    Playing in Official Server ? we need your help!

    Hello ~ Want your name to be in the glorious history of ragnarok online servers emulators ? here's your chance if you have an high-end or many characters in any official server that can perform tests and such to help us implement new systems. currently we're having many unfinished system or...
  4. hemagx

    [2016-04-17] The Redesign of Client Interface and Private Headers

    Rationale: For ages we got awful looking code when it come to work with socket and packet, also this code was totally manually handled. so many possible mistake could happen and lot of hardcoded numbers, now with this update this will not happen anymore and compiler will take care of all of...
  5. hemagx

    Odin Server side manner

    File Name: Odin Server side manner File Submitter: hemagx File Submitted: 17 Jan 2014 File Category: Plugins ~ Hello Here's my Server side manner based on ind one with more advanced options. ~ Features -- For Full Version it uses regular expressions Option to bypass by GM Level or Group...
  6. hemagx

    Odin Server side manner 0.2

    ~ Hello Here's my Server side manner based on ind one with more advanced options. ~ Features -- For Full Version it uses regular expressions Option to bypass by GM Level or Group Permission or by using special Variable Auto mute -- Full Lite Version it uses regular expressions Option...
  7. hemagx

    Items Serial Number

    Hello, Why not Hercules implement items serial number it's really important for lot things and officail ( exist in Aegis ) ? :3
  8. hemagx

    CrashSaver

    Hi, Sometimes we get crash without know the reason and GDB log can't help so what we will do ? Q_Q Here's my idea to help servers owners to know reason of that unknow crashes simply a little log name CrashSaver that record every thing happen in the server and every 5 min delete the log and...
  9. hemagx

    SQL problem

    Hi, i done clone of my server database to test change From rA to Herc. i did all updates in the upgrades folder but when i start the server i get the follow errors. [Error]: SQL upgrade file sql-files/upgrades/ was not found![Error]: SQL upgrade file sql-files/upgrades/ was not found![Error]...
  10. hemagx

    not-allowed words in char name and other 2 commands

    i hope if we can a not allowed "words" in char name so we can do like conf/athena_char.conf //Not allowed bla blahno_allowed_words: GM,DM,CM,Ind,xD and other setting for bybass level ! //Not allowed bla blah// if gm group >= 12 GM can bybass the filter no_allowed_wordslvl: 12 about...
  11. hemagx

    @warp ignore map walk area

    well, in Aegis GM can ignore walk area when use warp command ( /mm mapname ) so my suggestion is make new option like if GM Group id is more than 2 can ignore walk area when warping so GM can warp to eg. @warp prontera 10 10 if his group is more than 2 and thx sorry for bad english
  12. hemagx

    edit max item amount problem :/

    well i changed max item amount to 300k in mmo.h //Max amount of a single stacked item#define MAX_AMOUNT 300000  but when i use @item 512 300000 it's set amount to 0 in the database and if i changed it to any number more than 30k+ give me this error in char server [SQL]: DB error - data of...
  13. hemagx

    inter server

    i hope hercules team make inter server so we can easy make multi map server and less lag for some maps like WoE for who don't know what's inter server it's server used in AEGIS ( Click here for more info ) ( For more info about inter server ) inter server is made to make connection between...
Back
Top