Search results

  1. bWolfie

    getmapflag for zone

    I am trying to use getmapflag to detect a zone, but cannot get it to work. Is it possible. Any advice? Thank you. if (getmapflag("" + strcharinfo(PC_MAP) + "", mf_zone) == "Memorial Dungeon") script here; else other script here; end;
  2. bWolfie

    Map Server won't start (CentOS)

    Hi, I have two servers - one ubuntu, one centos. They run exactly the same files, yet CentOS has issues starting sometimes. When loading scripts on CentOS, this can sometimes happen if there is something odd in a script: [Info]: Done loading '10146' NPCs: -'3306' Warps -'72'...
  3. bWolfie

    Mouse Cursor appears when not hovered over character

    Hello, Background To explain the bug is quite tricky, and to reproduce can be hard. Our server has some really old SRC code, dating back to as old as 2006. The Bug It happens mostly during War of Emperium, when lots of people are on the same map. Sometimes your mouse will suddenly have a...
  4. bWolfie

    Castle Treasures Fail to Spawn

    Hi Hercules, I am having an issue with castle treasures - they don't spawn! I am using the default script in agit_main. Even castles with economy will not spawn anything. Please help. Regards //== Treasure Room Spawn Template ========================== - script...
  5. bWolfie

    Old eAthena changelog 2004-2008

    I just found this. An old changelog from some old server files I was looking through. Thought this may be interesting for some people. Dates back from 2004/11/14 to 2008/07/25 http://pastebin.com/Skf7hgR4   2008/07/25     * Updated: massive item_db update from Trunk [akrus]     - Added...
  6. bWolfie

    Removal of shake without client edit

    Where can I find the sprites for the shake in skills such as: - Heaven's Drive - Lord of Vermilion - Meteor Storm I know Critical explosion you have to edit your client, but how can I remove the shake from these three skills? Thanks.
  7. bWolfie

    Safely Transfer Guild Master

    Hello Hercules, Sometimes guild leaders get banned, and their guild is forever frozen. I'm looking for a script that would allow Game Masters to safely transfer guild master to another player in the guild without the guild master needing to be online If there are already some out there...
  8. bWolfie

    Vultr - anybody tried their hosting?

    Been with them for a few months now. Had around 7 instances of host failure and losing the server for anywhere from 15 minutes to 2 hours. I'm wondering how this compares to others? There's also this weird thing in which the server takes like 7 attempts to connect the char to login server...
  9. bWolfie

    Correct Method to close live server

    Hi, I'm looking for information on the correct way to close a live server, so no items are lost or rolled back.
  10. bWolfie

    Is it possible to connect to remote SQL?

    Hi, I've been trying to connect my server to a SQL database located on a different host. I.e. My server is located on Host 1 (11.11.11.11). My SQL files are located on Host 2 (22.22.22.22). I thought I had set everything up properly, but I receive the following error when trying to start...
  11. bWolfie

    addrid

    Hi I'm just wondering if anyone knows what happened to the addrid script command? *addrid(<type>{,<flag>{,<parameters>}}); This command will attach other RIDs to the current script without detaching the invoking RID. It returns 1 if successful and 0 upon failure...
  12. bWolfie

    [Paid] Custom Falcon Sprites

    Hello, I am looking for somebody to create custom falcon sprites. The idea is to create a skill called 'Change Falcon', similar to 'Change Cart'. Recolours are also good. Contact me via PM here on the forums, or by replying to the listing. Thanks!
  13. bWolfie

    SQL tables crash and need to be repaired

    Hi, Few things. - Using CentOS 6. - Server is live. - It has around 100 players on it. - The issues started around 20 October. It starts like this. An error will pop up in the console, something like this. 161021 1:40:14 [ERROR] /usr/libexec/mysqld: Incorrect key file for table...
  14. bWolfie

    [Paid] Custom Job (well not really)

    Greetings, I am looking to implement the Game Master sprite as a job itself. I've tried my hardest, but have had extreme difficulty in getting it right. The job is a paid one. Please respond either below or via PM with interest. God bless!
  15. bWolfie

    New /conf folder sucks

    Sorry...just updated to latest herc and I want to give my feedback on it. I think the new format for the /conf folder is really bad, and just creates extra hassle for no benefit. I didn't find anything wrong with the old format and it was easy to follow. It's not like item_db.txt -&gt...
  16. bWolfie

    [2014-10-22] Removal of Safety Check Vending

    Hello Hercules! I am interested in removing this button from my client. Does anybody know how? Thank you in advance.
  17. bWolfie

    How to access server logs

    Okay so, when you start your server via putty, you get access to all the things going on your servers. But how do I re-access them without having to restart my server? Thanks!
  18. bWolfie

    Script to force command prompt?

    Hi, I want to make a script to open command prompt (or Run -> Cmd in old windows) so players can check their ping. → Player types @ping → Client forces a cmd open and automatically runs the command 'ping mydomain.com'.
  19. bWolfie

    Haru's Script Checker

    http://haru.ws/scriptchecker/ Hi all, This is not a release and it's not mine either. I just wanted to alert people to this awesome piece of work by Haru. You just paste your script and it'll error-check for you! Been here for 8 months and never heard of this till now. Mods feel free to move...
  20. bWolfie

    Battlegrounds differences?

    Hi, Wonder if anybody knows what are the differences between the two BGs in the Herc trunk? i.e. npc/battleground & npc/custom/battleground Thanks
Back
Top