Search results

  1. Zirius

    Which client supports the equipment comparison system?

    I watched this video and is wondering which client supports this? it was uploaded 2013, so I expected that my 2014 client will have this, but it is not doing the same? Is it server side or client side? Thanks!
  2. Zirius

    [HELP] cannot "Allow zero base/job exp gain"

    first, at renewal environment db\re\level_penalty.txt 1,12,2,0 1,12,-2,0 meaning 3 level difference, monster won't give any form of experience src\map\pc.c int pc_level_penalty_mod(int diff, unsigned char race, uint32 mode, int type) { #if defined(RENEWAL_DROP) || defined(RENEWAL_EXP) int...
  3. Zirius

    where is the damage formula?

    Hello! can you guys direct me where can I change the attack calculation for renewal? I am trying to test jRO's Renewal formula Thanks! solved. Hercules\src\map\status.c status_get_weapon_atk
  4. Zirius

    What is "Official" and what is "Aegis"?

    I'd been lurking Hercules for sometime now, and got some free time I want to use in anyway to help the community. I am interested in making Hercules emulate the official RO behavior, specifically pre Renewal, but I need to clear some things up. As far as I know, hercules shadows the Aegis...
  5. Zirius

    delete char using email address instead of birthdate on 2014+ client

    rAthena has option to change whether you want to delete via email/birthdate via "char_del_option" // Restrict character deletion by email address or birthdate. // This restricts players from changing the langtype and deleting characters. // For birthdate, the client must be 20100803 or newer...
  6. Zirius

    R> on/off Option for Pnuema feature on Classic/Old-school

    classic Pnuema blocks Arrow Repel damage, but the knock back effect will still occur. Then, after Trans was released, they nerfed Pnuema by also nullifying the knockback effect. Since, Herc only classify 2 major Ragnarok version, Pre-Re and Renewal, the Classic feature was ignored. So at...
  7. Zirius

    exclude specific buffs to be dispelled

    Hello! I am planning to exclude pastry buffs to be dispelled. Where can I found those? Thanks! Tried: https://rathena.org/board/topic/64904-exlcude-a-skill-to-be-dispelled/
  8. Zirius

    How to debuff Spirit Spheres and Flip Coins?

    there an sc_end for most buffs, but can't find for spirit, any idea how? Thanks!
  9. Zirius

    Seriously, where do you host your server?

    Hello! I am just wondering, where do you host your server? I tried almost all host the Paid Section offers, but none of them can really host a growing server. Even the biggest 20GBps DDOS protection some host offers does not work anymore Which tells me, I must get my own dedicated server...
  10. Zirius

    using functions inside select() rather than predetermined string

    hello, I am currently using the snippet: switch(select(gettime(6),(gettime(6)+1),(gettime(6)+2))){ case 1: .@month = gettime(6); break; case 2: .@month = (gettime(6)+1); break; case 3: .@month = (gettime(6)+2); break;} As you can see, I am using function that returns an integer inside a...
  11. Zirius

    Run a single line command on Debian upon startup?

    Hello! At is seems, my server's time is off by 4mins, now I have to run: sudo ntpdate ntp.pagasa.dost.gov.ph everytime I reboot, which sometimes I forgot to run, is there a way that command be run immediately after startup? thanks!
  12. Zirius

    how to sync time of my server to my database on logging?

    Hello! I have a host which is using a shared SQL (it works great, saves resources), the problem is, the SQL is installed on a server with a different timezone with my VPS. Now, all my logs time are recorded with different time, it is pretty hard for me to use the logs with this... Any...
  13. Zirius

    [debian] Warning: File `3rdparty/mt19937ar/Makefile.in' has modification time 2.7e+07 s in the future

    hello! I am having trouble compiling on my debian after ./configure --enabled-debug=gdb i hit make clean or make sql this happens: http://pastebin.com/B2DmG2Gx Hope somebody can help. Thanks!
  14. Zirius

    How to add name of Player who using Mixed Cooking to its produced food

    Hello! I have a headgear that allows players to use Mix Cooking Skill and cook level 20 Foods, but is wondering if there's a way the foods they cook has their name on it like normal potion brewing? I am using pre-RE hope somebody knows how to add this feature. Thanks!
  15. Zirius

    Disable Discount Skill on specific item?

    From: http://herc.ws/board/topic/8100-remove-discounts/ How about specific item? I have an item I always give as a reward, (treasure box drop, event coin) and i want them to be sold at fixed price at NPC whatever their job/class. Is this possible?
  16. Zirius

    Refined equipment rolled back to zero refine? Bug or Normal?

    Hello! A player in my server reported that he refined a Manteau [1] and Boots [1]  up to +9 and that he is sure of. And then he said it suddenly disappeared... Upon checking his picklog table I found the Unique ID of those Manteau and Boots, interestingly... his story seems to be true.. Don't...
  17. Zirius

    Refined weapon/equip as quest item using getinventory list then delete after

    As it turns out, hercules has now "getinventorylist" command, but I am not pretty sure on how to run loop on its array. Suppose, let's say, we want +10 Muffler and +10 Manteau as quest requirement, how do you successfully check for it and delete it? ??? Any example? Thanks!
  18. Zirius

    detect where is the bug that causes map server crash on linux

    Hello! Any method of debugging to know where is the cause of map server crash? My server crashed thrice today and it is really getting very annoying. Thanks!
  19. Zirius

    How to create shortcut to Thor patcher that will always make it run as Admin?

    Hello! I made an installer via WinRAR using SFX option, it works great specially because I can install a shortcut to thor patcher to their desktop. The problem is some of my users seems like having problem with their patcher not overwriting files in their directory when I create a patch that...
  20. Zirius

    Reducing guild capacity and removing alliance => how to fix/ready DB

    Hello! I successfully reduced the max guild capacity and also planning to remove guild alliance feature. I tried in local dev, but seems like existing guilds are giving console error since in DB they have max guild capacity greater than what the source allows. How can I: Make the max guild...
Back
Top