Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/18/18 in Posts

  1. 1 point
    don't just wipe achievement_db.conf, it should contain these data.
  2. 1 point
    meko

    Hercules Revision for Live Server

    there's no reason you should be using an old version from last year. the newer versions have all of the features of older versions, better compatibility, less bugs and better stability You should always use the latest release, but please don't download a .zip of the release, use git clone git://github.com/HerculesWS/Hercules.git
  3. 1 point
    jaBote

    Is there another way to reload scripts?

    you could make a script for that - script reloadnpcfile -1,{OnInit: bindatcmd "reloadnpcfile",strnpcinfo(3)+"::OnAtcommand"; end;OnAtcommand: if (getgmlevel() < 99) end; atcommand "@unloadnpcfile " + .@atcmd_parameters$[0]; atcommand "@loadnpc " + .@atcmd_parameters$[0]; message strcharinfo(0), "NPC file " + .@atcmd_parameters$[0] + " reloaded if you didn't get any problem with the other commands. AVOID RELOADING ANY MOBS OR MAPFLAGS WITH THIS COMMAND."; end;}
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.