Jump to content

Yommy

Community Contributors
  • Content Count

    290
  • Joined

  • Last visited

  • Days Won

    29

Reputation Activity

  1. Upvote
    Yommy got a reaction from adam62 in Hercules WPE Free - June 14th Patch   
    then read more of this
  2. Upvote
    Yommy reacted to jaBote in Hercules vs rAthena   
    It depends on what you want. Keep in mind that if you ask this here and in rAthena, you'll get here replies that say "Hercules is better" and in rAthena forums you'll be told that "rAthena is better". Correct reply is "Hercules is better in some ways, rAthena is better in some other ways".
     
    We don't get any commission or whatever based on users, (unlike rAthena we don't even place adverts on our pages), but it's an administrator preference.
     
    Here in Hercules we have the fastest and most optimized Ragnarok Online emulator to the moment and there's no possible argument to this: you can run the map server on 70 MB RAM, while rAthena consumes around 200 MB on an idle state. Anyways, this varies on the amount of maps and NPCs you load on your server, and in the amount of users you have. It's also a fact that Hercules consumes much less processing time than rAthena, but I'm not aware of how much. This also means Hercules boots faster than rAthena and has some caching system for even faster boot at the cost of some disk space. Note that these measures also vary depending on the OS you're using
     
    Hercules has some features that rAthena doesn't, and vice versa. For example we have an anti WPE security system (depends on client version) and some unique features (some of them were also merged in rAthena). The same happens on rAthena side, but I'm not well informed on that.
     
    Emulator stability is comparable, but since in Hercules we introduce and make more features it's quite obvious we are a bit riskier on that and may crash a bit more. Anyways, our bug fixing is way faster than rAthena. We're also comparable in emulator support, too, but I believe we've more answered topics in relation to our total amount that rAthena.
     
    The biggest flaw I can see out there is on the scripting and db development side, since rAthena is more active than us on that side (in fact, we seriously lack on them). Anyways, you can generally import all of them here with very little to no effort, most cases it's just a copy and paste issue and they'll work. We're also lifting some IMPORTANT scripting limitations at the moment and have no information of rAthena doing that at the moment.
     
    We've also support for the last 3rd job skills while rAthena doesn't (with good formulas but still not perfect), but neither of us have Rebellion yet.
     
    And we've also have a plugin system that allow you to make new features without the need of creating conflicts in the source code when updating. Anyways I still don't know why third party devs like eAmod still don't want to support us because it's pretty damn easy to do that with the plugin system which was specifically designed for them. I prefer to think they're lazy bums and only want to sell, because in eAmod case they tell you they support Hercules but then when you buy it they tell you it's still in merging process (it's been like 3 months merging, seriously?). Anyways, it's not that I personally like that much people getting rich at the cost of our free emulator.
     
    In short, if you want my opinion:
     
    Performance: Hercules
    Stability: If you mind it over all other things, use rAthena because it's slightly more stable but not much. Else it doesn't quite matter.
    Support: Hercules for bug fixing, doesn't matter for forum support.
    Development of new features: Hercules
    Development of scripts: rAthena (but you can just copy them over here most of the cases).
    Third party support: Still rAthena.
  3. Upvote
    Yommy got a reaction from evilpuncker in Stop message play   
    because they use several antibot measuresahnlab, packet id shuffles, packet id encryptions, themida encrypt clients...
     
    Hercules does not support this yet, and i dont think there will be a huge rush to code it.it will probably be a user contributed modification
     
    <3
  4. Upvote
    Yommy got a reaction from evilpuncker in Client Translation Project   
    then why do you ask questions on a forum of an emulator you do not use o_Omaybe direct your questions over at the rAthena forum ?
  5. Upvote
    Yommy got a reaction from evilpuncker in Introducing Cash Shop Support   
    i replied there
  6. Upvote
    Yommy got a reaction from evilpuncker in src_logo help!!   
    disable anti-alias in the image editor
  7. Upvote
    Yommy got a reaction from Skyline in Hercules WPE Free - June 14th Patch   
    either request at rAthena to convert it, or change to using Hercules
     
    Hercules devs will not create this for rAthena o_O
  8. Upvote
    Yommy got a reaction from jTynne in Client Translation Project   
    http://pastebin.com/raw.php?i=gkvqSZ7q
     
    message table from 2013-03-20 ragexe
  9. Upvote
    Yommy got a reaction from Mumbles in Help on script   
    off topic though
     
    arrays are 128, but a small hack is that it can use negative values too
    -127 to 127.
     
    but i think there is some secret plans to make the arrays unlimited, shhh, secret
  10. Upvote
    Yommy got a reaction from Zalbahis in Help! with this Vending Control   
    getmapxy( .@map$,.@x,.@y,1 ); that 1 at the end is to get the location on the npc (which yours does not have a location)
    look at the documentation for this script function
    http://ea.dj-yhn.com/index.php?c=getmapxy
  11. Upvote
    Yommy got a reaction from EriNa_KillerSoul in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  12. Upvote
    Yommy got a reaction from SlashGeeGee in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  13. Upvote
    Yommy got a reaction from kisuka in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  14. Upvote
    Yommy got a reaction from Toshiro in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  15. Upvote
    Yommy got a reaction from Samuel in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  16. Upvote
    Yommy got a reaction from Emistry in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  17. Upvote
    Yommy got a reaction from evilpuncker in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  18. Upvote
    Yommy got a reaction from jaBote in Navigation Script Commands   
    It does not require any server modification
    just make an npc show the text, like
     
    mes "go to <NAVI>[Hat Maker]<INFO>izlude,131,148,</INFO></NAVI> to make hats";
     
    the [Hat Maker] will be clickable in the client and make a navigation to the npc.
     
    also it works with the browser too
     
    mes "You can <URL>Google<INFO>http://www.google.com/</INFO></URL> anything";
    clicking Google will open the browser
     
     
    ###
    A quick scan shows this <URL> and <NAVI> first appeared in 2011-10-10aRagexe.exe.
    so any clients after that should work
  19. Upvote
    Yommy got a reaction from jaBote in It seems Google dislikes rAthena (no drama in this topic)   
    Yes, eAthena died when paradox294x gained control and left a few weeks after.
    bad mistake i liked eAthena
  20. Upvote
    Yommy got a reaction from jTynne in It seems Google dislikes rAthena (no drama in this topic)   
    Yes, eAthena died when paradox294x gained control and left a few weeks after.
    bad mistake i liked eAthena
  21. Upvote
    Yommy got a reaction from Nameless2you in Whenever I do screenshot..   
    yup, just a data/time stamp, so you can see when the screenshot was taken.
    The other letters are just the char_id in a letter form.
    0 => R
    1 => O
    2 => H
    3 => U
    4 => T
    5 => N
    6 => A
    7 => S
    8 => E
    9 => W
     
    you could use this to verify who took the screenshot.
    but now i have published the mega complex algorithm used, you should no longer trust this information.
    and Gravity Korea will be manhunting me for telling you all this, i doubt i will last a few days /sadface
  22. Upvote
    Yommy got a reaction from evilpuncker in Hey :D Guess who ;3   
    <3
  23. Upvote
    Yommy got a reaction from Nameleszx in Whenever I do screenshot..   
    yup, just a data/time stamp, so you can see when the screenshot was taken.
    The other letters are just the char_id in a letter form.
    0 => R
    1 => O
    2 => H
    3 => U
    4 => T
    5 => N
    6 => A
    7 => S
    8 => E
    9 => W
     
    you could use this to verify who took the screenshot.
    but now i have published the mega complex algorithm used, you should no longer trust this information.
    and Gravity Korea will be manhunting me for telling you all this, i doubt i will last a few days /sadface
  24. Upvote
    Yommy got a reaction from jaBote in Whenever I do screenshot..   
    yup, just a data/time stamp, so you can see when the screenshot was taken.
    The other letters are just the char_id in a letter form.
    0 => R
    1 => O
    2 => H
    3 => U
    4 => T
    5 => N
    6 => A
    7 => S
    8 => E
    9 => W
     
    you could use this to verify who took the screenshot.
    but now i have published the mega complex algorithm used, you should no longer trust this information.
    and Gravity Korea will be manhunting me for telling you all this, i doubt i will last a few days /sadface
  25. Upvote
    Yommy got a reaction from Neo-Mind in Whenever I do screenshot..   
    yup, just a data/time stamp, so you can see when the screenshot was taken.
    The other letters are just the char_id in a letter form.
    0 => R
    1 => O
    2 => H
    3 => U
    4 => T
    5 => N
    6 => A
    7 => S
    8 => E
    9 => W
     
    you could use this to verify who took the screenshot.
    but now i have published the mega complex algorithm used, you should no longer trust this information.
    and Gravity Korea will be manhunting me for telling you all this, i doubt i will last a few days /sadface
×
×
  • Create New...

Important Information

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