Search results

  1. PunkBuster

    Problem with playercount

    I did the Endless Tower Fix from here: https://github.com/HerculesWS/Hercules/commit/0876387f293ee633f7bfe12f8adf3f4a37d5b736 ... and it broke my playercount function. Here's the relevant portion of my file: // guild // (needs to go before clif_spawn() to show guild emblems correctly)...
  2. PunkBuster

    New card effect request

    I'd like to make a custom card that negates telaportation effects, except Warping scripts. It would negate Warp Portal(acolyte skill), Intimidate(rogue), and Fatal Menace(Shadow Chaser). Walking into portals between maps, and the warp from scripts should also work. Is an effect like this possible?
  3. PunkBuster

    Guild Storage Logs

    My server isn't logging Guildstorage transactions. My logs.conf file is set to: enable_logs: 0x04525 Which should be logging the gstorage items being moved. Any likely causes for this problem? *additional info* It was working during my beta test, but after I moved my database, it stoped...
  4. PunkBuster

    Variable Size

    I made a custom NPC which displays how much zeny players have spent healing, mvping, and questing. I rapidly ran into problems because the shown number didn't change: the variable I had used to store the number has a maximum allowable number. In scripting, is it possible to create a variable...
  5. PunkBuster

    Preserve Skill

    I'd like to make the skill toggle on/off, for convenience sake. How can I do that?
  6. PunkBuster

    Biolab Enchants

    Do we have this? http://irowiki.org/wiki/Biolab_Enchants Didn't find on my server.
  7. PunkBuster

    Magic Crasher

    Noticed that Magic Crasher is being blocked by GTB Card. On my old eAthena server, it was used by players to fight against GTB users. How can I make it not be affected by GTB?
  8. PunkBuster

    Cart Boost

    I'd like the Whitesmith skill Cart Boost to give the same Speed Bonus as the Genetic skill Cart Boost. What do I edit?
  9. PunkBuster

    Castle Drops

    My server runs on 100x drop rates, but I want the treasure boxes to drop the God Item Pieces at a drop rate lower than that. Even setting them to 1 will make them drop at 1%, and that's more than I intend. Is there a way to edit certain items to ignore the DROP rates?
  10. PunkBuster

    Permanently stuck on the Wedding Suit

    One of my players encountered a problem while getting married. Something about the marriage process went wrong and now she's permamently stuck on the Wedding Dress. She's been online for hours and the sprite won't revert back to it's original form. What can I do to force-revert her back to...
  11. PunkBuster

    Using Certain Items while Mounting(Halter Lead)

    I'd like to make it possible for players to use butterfly wings and fly wings while mounting using the Halter Lead.
  12. PunkBuster

    Monster MATK

    My server is a maxlvl 255 one, so I need to make my MvPs stronger. Increasing their ATK is easy because the mob_db2.sql has an atk field, but giving them HIT and MATK wasn't possible like this. i've given them DEX and INT instead, but that had the nasty side-effect of making magic nearly-useless...
  13. PunkBuster

    Kagerou Skills

    Not sure if this is the right section, but here goes: I've played Kagerou class extensively on iRO, and thanks to that I can tell that the way Kagerou skills are working on my server is far from what it should be. I know it's a work in progress, but maybe this input will help whoever is working...
  14. PunkBuster

    Rebellion Weapons and Ammo

    Do we have the information on Rebellion's new weapons, ammo, and maybe armor? If so, I'd like the data, please.
  15. PunkBuster

    Error at clif.c

    My server has been crashing randomly. I had trouble setting up GDB, but once I did I got the following report from it: Program received SIGSEGV, Segmentation fault.0x000000000042b142 in clif_elemental_updatestatus (sd=0x9c53db0, type=05) at clif.c:16351 My clif.c has the following: void...
  16. PunkBuster

    Fallen Angel Wing and Arch Angel Wing Enchanters

    Which files contain the Enchanters for Fallen AW and Archangel Wing? I was actually looking for the Fallen Angel Wing Enchanter in-game, but he wasn't where I though it'd be(Inside Eden). I tried looking for the files and also couldn't find.
  17. PunkBuster

    Spear Boomerang Autocast

    I'd like to remove the chance to AutoCast Spear Boomerang when using Hundred Spears.
  18. PunkBuster

    Pneuma and Safety Wall

    I'd like to remove the limitation on Pneuma and Safety Wall not being able to be overlapped on each other and on themselves.
  19. PunkBuster

    Help with GDB

    I got this error on my map server: [Error]: Server received crash signal! Attempting to save all online characters! Segmentation fault (core dumped) A little bit of search, and it seems like I need to use something called GDB mode to debug this error. I looked at the guide on our wiki but it...
  20. PunkBuster

    Converting from eAthena to Hercules

    I could only find conversions from rAthena, not eAthena. Any pre-made scripts for converting .sql files from the eAthena database into Hercules-friendly files?
Back
Top