Search results

  1. PunkBuster

    Foul Language Detected problem

        How do I fix this?
  2. PunkBuster

    Server doesn't recognize items

    I am editing a fresh install Hercules. I made a skill-related source edit and after I recompiled, the server no longer had any items. During recompiling, it didn't trigger any errors, and on the map server window there are so many "item no found" errors that I can't even scroll up and check...
  3. PunkBuster

    Replays Crashing

    Sometimes replays recorded from other people won't run. They load up but, when I press play, I get a crash to desktop. What reasons could be behind this?
  4. PunkBuster

    Item that gives constant Soul Link Effect

    I am attempting to create a weapon that has a permanent Soul Link effect. In this case, it's a musical instrument. What I am attempting is using equip_script... sc_start SC_SOULLINK,600000,5; and then on unequip_script.... sc_end SC_SOULLINK; Doing this gives me the visual effect of the Soul...
  5. PunkBuster

    Chaotic Benediction

    Changing the skill's cooldown at skill_cast_db.txt does not add cooldown to the skill: case HVAN_CHAOTIC: //[orn] { static const int per[5][2]={{20,50},{50,60},{25,75},{60,64},{34,67}}; int r = rnd()%100; int target = (skill_lv-1)%5; int hp; if(r<per[target][0]) //Self...
  6. PunkBuster

    Renewal Homunculus EXP Tables up to 999

    I'd like to request homunculus exp tables up to 999. I saw this but the numbers don't match, so I believe that table is pre-renewal.
  7. PunkBuster

    No rule to make target `o'

    I am trying to add plugins, but when I run "make plugin", it gives me this error. This is a freshly installed Hercules.
  8. PunkBuster

    Gunslinger Dual Wield

    This is a very strange request. I want to allow the Gunslingers/Rebellion on my server to dual wield weapons. Of course, all pistols would have to become 1 handed. This would allow them to wear two different pistols. Is it possible to allow a non Assassin, non Kagerou job to dual wield?
  9. PunkBuster

    Auto Counter

    What Auto Counter does is block a normal melee hit from the front. However, it only blocks the first hit. I want to make the skill counter all melee hits for the full duration of the skill(2 seconds at level 5), instead of just the first one. This is because the ASPD on my server is high, and...
  10. PunkBuster

    Reflect Behaviour

    Current behaviour: If a skill is blocked by Auto Guard/Parrying/Safety Guard/Kyrie Eleison, the damage is reflected as if it had been a hit. Old Behaviour: Reflect only occurs when an attack lands a hit. I want to make my reflect behave as it did before.
  11. PunkBuster

    How do I update/merge my Hercules?

    Though there are plenty of guides on how to install Hercules, I couldn't find any extensive ones for how to update it. My current version is almost 5 months old, and I want to apply all the changes that have been made, but I have no idea how to proceed. How do I merge my files with the...
  12. PunkBuster

    Loading screens won't show up

    Nevermind, I was using the wrong structure on clientinfo.xml. Please delete this topic.
  13. PunkBuster

    Two Servers

    I have a test server along with a main server. I'd like to allow players to connect to the test server during testing periods so I can test new features, exactly like a Sakray Server. How do I add the second server to the Service Select screen upon log in?
  14. PunkBuster

    Masquerade Strip

    Masquerade - Weakness is capable if striping/divesting weapon and shield regardless of FCP. How can I make the skill not ignore FCP?
  15. PunkBuster

    Kagerou Charms

    I'd like to edit which status effects the Kagerou Charm skills(using the Cast Ninja Spell skill) are used. Which SCR file am I looking for? In particular, I want to remove those two effects from the Water Charm, and the Sleep status from the Wind Charm. *Edit* After looking around a bit, I...
  16. PunkBuster

    Cicada Skin Shedding

    The Ninja skill CCS. How does it determine which skill will or will not bypass it? What if I want to make X skill ignore it, where do I have to edit? Also, would it be possible to make a skin_shedding.txt file, in which we can add and remove which skills are bypassed? I think that'd be a nice...
  17. PunkBuster

    FCP and Masquerades

    http://herc.ws/board/tracker/issue-6500-masquerade-weakness-cant-strip-when-player-are-fully-coated/?gopid=13495#entry13495 I'd like for FCP to block Masquerades, like it was doing before.
  18. PunkBuster

    Shadow Trampling and Feint Bomb

    I have a problem on my server. Kagerou's Shadow Trampling is supposed to reveal concealed targets, and prevent further concealment. However, Shadow Chasers are capable of using Feint Bomb, to escape the skill 100%. I'd like the Shadow Trampling skill to also block Feint Bomb.
  19. PunkBuster

    Castle Treasure Chests

    //===== Hercules Script ======================================//= War of Emperium Guild Template File//===== By: ==================================================//= L0ne_W0lf//===== Current Version: =====================================//= 2.0//===== Description...
  20. PunkBuster

    Updating Hercules

    I'd like to get around to updating my current hercules SVN. Currently running 13043(2013-11-07)(Linux). I have extensive customization on my server, and I am afraid doing an auto update will over-write much of my costumization. Is there a way around this issue?
Back
Top