Search results

  1. B

    hercules SVN 2014 07 12

    hi guys can i ask where i can download that svn?
  2. B

    Sacrifice Miss - Src Error

    i just change on battle.c if ( (!skill_num || skill_num == PA_SACRIFICE) && tstatus->flee2 && rnd()%1000 < tstatus->flee2 ) TO  if ( (!skill_num) && tstatus->flee2 && rnd()%1000 < tstatus->flee2 ) i already put my backup battle.c but still...
  3. B

    Breed NPC

    [Error]: script error in file 'npc/custom/breeder.txt' line 16 column 18     parse_simpleexpr: unmatched ')'     13: {     14:         /* TODO: This can be optimized with just setmount(), as it can     15:                  auto-detect the proper mount for the class/skills. */ *   16:         if...
  4. B

    About HP and SP

    where i can download exp2.txt? on my server rate 999/80 stats 500 the hp/sp give not same as on my old server anyone?
  5. B

    help about itemdb

    done rAthena to Hercules database converters problem is how to update my itemdb? just copy paste it?
  6. B

    Auto Warp for unauhorized players on the map?

    im looking for a script that will automatic warp back to their save point if a player hasnt completed quest map ------ meaning player is not auhorized to be on that map Note: authorized players are those who have completed the map quest- they are the only ones who can land on that map
  7. B

    Askydun Script

    removed the final NPC ( The one who needs a guitar ) because I'm too lazy to code it. can anyone have that script code ? //=====================================================================//===========================eAthena Script============================//======================Made...
  8. B

    Askydun Map

    can anyone share your askydun map?
Back
Top