Search results

  1. M

    A to Hercules

    Hi! Is there a program that can convert old aegis npc script files to hercules? I'm planning to remake an old-server where I need some old text that aegis had since I have a copy of it.
  2. M

    R> Destructed Morroc Map

    Is there a way to find in the new data.grf of kRO patches the destructed morocc map? Cause after patching till the latest patch, morroc is now back at normal settings. Tried searching it here though can't find. Tags that been used in downloads "morroc" ; "morocc" Requesting the destructed map...
  3. M

    Object Browser (Visual Studio)

    Visual Studio finding. Hi, how is it again to find something like "GC_DARKCROW" in object browser using visual studio? I somehow forgot the steps to do it. Correct me if I'm wrong please. 1. Open Visual Studio 2. Open Hercules solution 3. Open Object browser 4. Search in the solution -...
  4. M

    Pre-Renewal Setup

    Is pre-renewal in hercules stable?
  5. M

    Removing new skills icon in alt + s

    Is there a way to remove new skills icon in alt + s?
  6. M

    What's the most stable client to use as of now in hercules?

    Good day, What's the most stable client to use as of now? Where can I get that client too? Also is there translations available for it? I was out for a year and just went back just to try ragna again. Hope I could get a response. Search request misleads me and some uses like 2013? Some 2014...
  7. M

    Q> How to use the other database for multiple server?

    I followed this post.. Link: Click Me! and it worked but the problem is that it is still using the same database. For example. I have 2 separate database on mysql, Server1 and Server2, the characters being showed are. see picture below.. It shows the same characters. Using Server1 Database...
  8. M

    Problem starting a server

    Hi tried running a multiple server but failed to run it via athena-start Here's what it spit.. Athena Starting...            (c) 2003 Athena Project              modified by [email protected] checking..../Hercules/login-server does not exist, or can't run. my current is this.. #!/bin/sh#...
  9. M

    Q> How to fix BIO Cannibalize?

    Whenever I use the skill no summon appears, just that the plant bottle is decreased? Where in the part of source could I check or fix it? Note: I'm using old version of Hercules. Tried looking at skill.c and skill.h input but when comparing to old and new hercules they're almost the same...
  10. M

    Q> How to end the event if no one..

    How to end this event if no one has successfully hunted the real poring? //=========== PORING CATCHER MADE ==============//=== BY: SHOGS-GFX and RAGNAROK DEVELOPERS ====//= Please Report if you encounter some errors =//===== https://www.facebook.com/ShogsGfx...
  11. M

    How do you add timer for @autotrade?

    Like for example, you want to set the maximum time for one player to use @autotrade is for 12 hours. Where will I edit the src file? Thanks in advance!
  12. M

    R> @away

    Requesting this plug-in i've found (not a plug-in actually just a source edit) before but nowhere to be found again. It works like an instant message to someone who pm an afk/brb player. E.G. Let Player A = user of @away       Player B = one who will message player A Player A didn't use...
  13. M

    How to properly use array and using it as random?

    Example. setarray .@frate[0],500,600,700,800,900,1000,1100,1200,1300,1400,1500;set $@rate,rand(.@frate); How to use the list of array to be come random for setting $@rate?
  14. M

    Q> How to disable @go command for novice

    Anyone who can teach me how to disable @go command for novice with below level 14. All other job can use it except novice class/job. Thanks in advance! E.G. If novice is level 14 above, he/she can use @go, if not then @go is denied"
  15. M

    How to apply this one to the new item_db.conf

    { Id: 7608 AegisName: "Premium_Ticket" Name: "Premium Ticket" Type: 0 Buy: 20 Weight: 10 Script: <" if (#Premium==0){set #Premium, gettimetick(2) + 604800; announce "Thanks for using Premium Service! Kindly reconnect in-game to upgrade your account. Premium Service will not take effect unless...
  16. M

    R> Destructed Morocc Map

    As the title says, anyone who have the old files of morocc the one that was destructed. Cause the morocc I have is the one that's being rebuilt. Didn't had the chance to get it before. Thanks in advance!
  17. M

    Whisper Window 2013-12-23c

    Anyone knows how to fix the whisper window for the said client? Currently using NEMO patcher and the provided ragexe client. The whisper window only shows the reply of your chatmate. It doesn't show your own reply or your own message. Is this a client side problem? TIA
  18. M

    Q> How to run a fluxcp with multiple server?

    Is there a guide on how to run FLUX cp using multiple server? I have one login server and different char and map server. Can't seem to find a guide. Thanks in advance!
  19. M

    New Costumes

    Will O Wisp and Decoration of Music Hi Herc, Because I'm so old school and don't know how to open pull request I'll upload the patch for the 2 new costumes. Hope this will help new costumes.patch Also, uploaded the files needed for the client data.rar preview new costumes.patch
  20. M

    R> A script that checks first login of the account

    Requesting a script that will check first login of account and will give x items. I don't want to use global reg value cause isn't it limited before? Or uptil now? Thanks in advance!
Back
Top