Jump to content

N e s s

Members
  • Content Count

    202
  • Joined

  • Last visited

Posts posted by N e s s


  1. i dont know if some of this RE scripts are implemented here in hercules.

     

    Links:

    http://calc.irowiki.org/js/tables/attackSpeedNew.js

    http://calc.irowiki.org/js/tables/baseExperience.js

    http://calc.irowiki.org/js/tables/card.js

    http://calc.irowiki.org/js/cookies.js

    http://calc.irowiki.org/js/tables/defines.js

    http://calc.irowiki.org/js/descriptions/elements.js

    http://calc.irowiki.org/js/tables/elementTable.js

    http://calc.irowiki.org/js/functions/Enemy.js

    http://calc.irowiki.org/js/events.js

    http://calc.irowiki.org/js/descriptions/exposition.js

    http://calc.irowiki.org/js/foot.js

    http://calc.irowiki.org/js/head.js

    http://calc.irowiki.org/js/functions/Heal.js

    http://calc.irowiki.org/js/functions/helperFunctions.js

    http://calc.irowiki.org/js/tables/item.js

    http://calc.irowiki.org/js/tables/itemEffects.js

    http://calc.irowiki.org/js/descriptions/itemNames.js

    http://calc.irowiki.org/js/tables/jobBonus.js

    http://calc.irowiki.org/js/descriptions/jobClasses.js

    http://calc.irowiki.org/js/tables/jobExperience.js

    http://calc.irowiki.org/js/jquery.js

    http://calc.irowiki.org/js/functions/magicAttack.js

    http://calc.irowiki.org/js/descriptions/maps.js

    http://calc.irowiki.org/js/functions/math.js

    http://calc.irowiki.org/js/tables/monster.js

    http://calc.irowiki.org/js/tables/petTable.js

    http://calc.irowiki.org/js/descriptions/projectiles.js

    http://calc.irowiki.org/js/descriptions/races.js

    http://calc.irowiki.org/js/functions/roformulas.js

    http://calc.irowiki.org/js/descriptions/sizes.js

    http://calc.irowiki.org/js/tables/skill.js

    http://calc.irowiki.org/js/functions/skillFormulas.js

    http://calc.irowiki.org/js/descriptions/skillNames.js

    http://calc.irowiki.org/js/descriptions/speedPotions.js

    http://calc.irowiki.org/js/descriptions/statusAilments.js

    http://calc.irowiki.org/js/variables.js

    http://calc.irowiki.org/js/tables/weaponSize.js

    http://calc.irowiki.org/js/descriptions/weaponTypes.js


  2. if ( n_tok[bon_ICE_PICK] === 0 )

    { // Player has no Ice Pick, apply defence

    damage = Math.floor( damage * defReduction( n_B[en_HARDDEF] ) ) - n_B[en_SOFTDEF] + wBC4_3;

    }

    else

    { // Player has an Ice Pick, ignore defence

    damage += wBC4_3;

    }

     

    damage = Max( 1, damage );

     

    return damage;

    }


  3. Any Patcher can be used be any client.

    All Patchers are Good:

    1)Thor Patcher: Widely Used, (I believe it have best compression, and I am using it for years) , easily customizable. Resumable not supported.

    2)NeonCube: (No Comments, Ah, I don't know what to say here)

    3)JikariCube: (I believe that is has resumable support), and same function as others.

     

    But Personally, Thor Patcher is best.

    woah thanks for the suggestion sir Dastgir Pogee! :) sir do you have a tutorial on how to create a thor patcher? :) thanks again sir! :)


  4.  

    ^ Its up to you, check this out 

    +-----+------------------------+-------------------+| int | enum SERVICETYPE       | "servicetype" tag |+-----+------------------------+-------------------+| 0   | SERVICETYPE_KOREA      | korea             | <---- will appear request button on login and will disable your Mail| 1   | SERVICETYPE_AMERICA    | america           || 2   | SERVICETYPE_JAPAN      | japan             || 3   | SERVICETYPE_CHINA      | china             || 4   | SERVICETYPE_TAIWAN     | taiwan            || 5   | SERVICETYPE_THAI       | thai              || 6   | SERVICETYPE_INDONESIA  | indonesia         || 7   | SERVICETYPE_PHILIPPINE | philippine        || 8   | SERVICETYPE_MALAYSIA   | malaysia          || 9   | SERVICETYPE_SINGAPORE  | singapore         || 10  | SERVICETYPE_GERMANY    | germany           || 11  | SERVICETYPE_INDIA      | india             || 12  | SERVICETYPE_BRAZIL     | brazil            || 13  | SERVICETYPE_AUSTRALIA  | australia         || 14  | SERVICETYPE_RUSSIA     | russia            || 15  | SERVICETYPE_VIETNAM    | vietnam           || 17  | SERVICETYPE_CHILE      | chile             || 18  | SERVICETYPE_FRANCE     | france            || 19  | SERVICETYPE_UAE        | uae               |+-----+------------------------+-------------------+

    thank you sir sevenzz23! :)

×
×
  • Create New...

Important Information

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