Search results

  1. Zirius

    Windows find all files that are different from latest pull?

    Hello! I am just wondering if there's a tool in windows to check all the files in my current Hercules folder and its difference to the Latest Hercules git? Up to know I am still having problem compiling since 2 weeks ago after pull...
  2. Zirius

    Building on Windows Platform HPM Hooking errors

    ------ Rebuild All started: Project: plugin-HPMHooking_login, Configuration: Release Win32 ------Build started 11/14/2014 11:33:38 PM._PrepareForClean: Deleting file "plugin-HPMHooking_loginReleaseplugin-HPMHooking_login.lastbuildstate".InitializeBuildStatus: Touching...
  3. Zirius

    20120410 Client crashes when playing .rrf replays

    So, recording works fine. I already added -Replay to my client command line, and it loads perfectly, but when played my client crashes. What file am I missing? what am I missing? Thanks!
  4. Zirius

    is it normal to have vending tax? and how to remove it?

    is it normal to have vending tax? and how to remove it? I never knew this, is this part of official mechanics?
  5. Zirius

    Detect all NPC file that uses goto

    I just want to avoid any future trouble, so I wanna ask if there's a way I can detect all NPC files that are using goto function. I have so many custom NPCs. Is there a way these goto function uses to show at my console so I can debug? Thanks!
  6. Zirius

    Is it normal that "vcproj-10\plugin-HPMHooking.vcxproj" could not be found."

    I pulled last night, is it normal that "vcproj-10plugin-HPMHooking.vcxproj" could not be found.", I cannot see it on the commits. Thanks!
  7. Zirius

    [Solved] Crashing Map no error on console

    Hello! I just pulled and recompiled. I am wondering why I cannot access map server, it keeps failing to connect after selecting the character. I have Hercules' packet keys enabled. I don't think it is packet keys, I disabled it on packets.h and battle/client.conf and still can't connect. (...
  8. Zirius

    @noatk ?? An atcommand that disable attacking?

    It keeps me bothered that game masters can hit players in PVP or GVG maps. (accidental) Actually, I am trying to code a warper where players can watch GvG and PvP events by letting them use @hide temporarily, but they can still attack players, is there also atcommand for not letting invoking...
  9. Zirius

    Map server crash how to get dump or error log?

    Is there an error log for map server? My map server is crashing and the console is not saying anything. How do you pinpoint the problem? Thanks! i'm on windows platform.
  10. Zirius

    updated map user count in PUB every minute?

    Haha, I have seen this to some servers, but up to know I have no idea where to start coding. All I know is that PUB must be created, but to destroy it and update it I have no idea. Can somebody please lead me where to start? Thanks!
  11. Zirius

    @autotrade fails at first try.

    Hello guys, I wonder what could be the problem. A merchant who used @autotrade at first try would be kicked, but no character will stay at the map. This used to work before, any insight where is it failing? But works on 2nd try. Thanks!
  12. Zirius

    What would become of "goto" ?

    So I have read the potential of this: https://github.com/HerculesWS/Hercules/pull/374 And wondering what should i replace for "goto" function? Most of my scripts are using goto even my healer NPC. So, how do you make this not use goto? - script Healer -1,{if ( Delay_Heal > gettimetick(2)...
  13. Zirius

    "name of party" to party_id

    hello! warp party requires party_id , I am just wondering if there's a way to get the party_id given the party name? *warpparty "<to_mapname>",<x>,<y>,<party_id> I am coding a script that warps 2 parties into 2 different location using whisper system recall#"party name...
  14. Zirius

    What controls "water" in skill_require_db.txt

    Ok, i learned that my hercules does not recognize if a player is stepping in water or not, tried replacing water with none and AB works, but some other skill which really needs to be on water will not work, waterball. What controls which is water and not in hercules...
  15. Zirius

    @recallmap for Hercules

    Hello! I found this on rathena: http://rathena.org/board/topic/73701-recallmap-command/ Plus, don't recall autotrade state players. I need this badly because of events. Thanks!
  16. Zirius

    Query to wipe everything except login details

    hello! my server is currently on beta test we are doing fine and we are going for official launch. I just want to make sure which database should be truncated. So basically, the only data that should remain is the login details of the players. Other DBs like: Character, Storage, Guild, Guild...
  17. Zirius

    How to use and How to read custom log sql?

    Hello! I am trying to implement AGIT LORD ranking system, and wondering if I can use logsql to make sure the points are getting updated daily, so if someone could give me an example how to use logsql query, that would be great. Thanks!
  18. Zirius

    Disable more than 3 same letter on character name

    Hello! I am just wondering if I can request a patch to disable players from creating chars with more than 3 consecutive same characters. If a player created a char name: WWWWOOOOWWWWLLLL Also, 1(one) and I(capital letter I), i believe should not be allowed to be side by side with each other...
  19. Zirius

    [LUA] Cannot automatically allocate skill points on some skills

    I believe this is a LUA issue. Suppose, you want to auto allocate skillpoints to get Magnus Exorcismus, the skill addition fails. Same as Double Strafe of Rouge. Upon investigating, I don't know if I'm correct, but I believe because the LUA files are using the skill ID from other jobs. Say...
  20. Zirius

    Client is not showing shield sprite

    Hello! I am using 20120410, and wondering why are the shields not showing? I patched using Nemo I tried extracting the sprites from http://ratemyserver.net/index.php?page=riot_bible_section&section=5 to my own grf, but still now showing. Should there be lua/lub file need? Because I am...
Back
Top