Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 04/01/20 in Posts

  1. 1 point
    Name: Build Manager Creator: Me (@Cretino) Version: 1.2 (Updated script and source modification to work with last Hercules revision [Cretino] (Need source modification)) Contributors: (@kerbiii: Found a bug, @Anisotropic Defixation: Make a list of bugged skills) Q: 'What features have 'Build Manager'?' R: Q: 'How to use these features?' R: 'You can use all features in game, just talk to npc and have fun. ' Q: 'How to configure it?' R: 'You can go to line '666' in script, and you will see details like:' I'm accepting suggestions. If you found any bug, report in topic or send me a private message. I'll solve the problem as quickly as possible. I think is it. Note: Sorry for my English. @Edit Now is necessary apply this source modification to use the script: skillup_scriptcommand_by_cretino_v0.1.diff build_manager_v1.2.txt skillup_scriptcommand_by_cretino.diff build_manager_v1.1.txt build_manager_v1.0.txt build_manager_v1.0.txt build_manager_v1.0.txt
  2. 1 point
    meko

    Google Translate Plugin

    You can hook into the chat and whisper-related functions with a HPM plugin and then call the Google Cloud Translation API but this will be very costly because you have to translate every single message into the local language of every listening player so if you have a player speaking English and there's 50 players around them and they all use a different language you end up sending 50 translation requests to the API. You could do the translation client-side but you would have to build your google translate logic directly into the RO client. Keep in mind that this will also increase lag because you wait on API responses before displaying the message.
  3. 1 point
    meko

    Google Translate Plugin

    You'd want to do the translation offline (not on a live server, on-the-fly) using a HPM plugin (such as generate-translations) to generate your po files and then you would use a script (maybe in python, so you could use that python lib you linked) to call the google "cloud translation" api and translate your po file. You could also put both the po generator and translation routine in the same HPM plugin (using generate-translations as base and expanding from there)
  4. 1 point
    Tsuuu

    [Paid] Edit Map

    Ridley, thank you very much, I am a big fan of yours, I wish you all the blessings of the world under your life. You don’t need to not up on the topic, I just wanted to let you know that in anonymity you have people who admire your work
  5. 1 point
    AnnieRuru

    How to apply a diff file

    getting tired of people keep sending me personal message -> how do I apply your koe patch after about 6 PMs or so I getting really fed up, only then I realize there is no guide to properly teach members how to apply a diff file, so here I make one for you guys First step A lot of people download hercules in .zip format. This is WRONG. instead, follow the proper guide and use tortoisegit (if you are using windows) to download your server This is the proper guide on how to install hercules Question: but I am using rathena, not hercules Answer: just change the link into rathena ones https://github.com/rathena/rathena/wiki/Install-on-Windows Second step after you get your proper server, the first thing you have to do is get rid of your current one this is the painful process, because you did not follow the guide but on the up side, you can always update your server every week just by Git pull which already mentioned in that installation topic guide Question: but every time I Git pull, it always ask to resolve conflicts Answer: that's the reason hercules community stop providing patch file and transition towards plugin system you should always keep your server up to date with the latest revision as we always add new features and bug fix nobody on the board like to give support on old emulator Question: but rathena doesn't have plugin system Answer: yes rathena doesn't support right now, but will be soon in the near future. rathena already slowly transition towards C++ format Third Step now you have a .diff file, download the file somewhere, right click on it then point the link towards your hercules installation folder Apply Patch Serial... Review/apply single patch... if either option doesn't work, try the other Disclaimer: I am windows user, so I never use Linux or Centos whatever, so this guide is purely meant for those keep bombard my PM box over and over
  6. 1 point
    Hey guys, this is my 'new script'. (New to you guys, because I used when I had my server, but now with some improvements.) Name: Quest Manager Creator: Me (@@Cretino) Version: 1.0b (Little improvement and others bugs fixed.) Contributors: (@@Aeromesi: Found a bug.) Recommendations: To get a better experience using this script, it is recommended change the value of 'input_max_value' to '2147483647'. (See more in 'conf/script.conf'.) Q: 'What features have 'Quest Manager'?' R: Q: 'How to use these features?' R: 'You can use all features in game, just talk to npc with GM Account and have fun. ' Q: 'How to configure it?' R: 'You can go to line '1568' in script, and you will see details like:' I'm accepting suggestions. If you found any bug, report in topic or send me a private message. I'll solve the problem as quickly as possible. I think is it. Note: Sorry for my English. quest_manager_v1.0.txt quest_manager_v1.0.txt quest_manager_v1.0.txt
×
×
  • Create New...

Important Information

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