Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/10/18 in Posts

  1. 2 points
    AnnieRuru

    Advance SQL commands

    As usual, I only write advance guides This guide is a compilation of SQL commands that I have used, or Questions answered on the forum every single subject here are related to Hercules/Ragnarok Online in some ways, so you won't feel bored reading them XD Table of Content 1. When to use *escape_sql script command 2. How to build a case-sensitive table 3. Choose a table type, MyISAM or InnoDB ? 3a. How to index a table properly 3b. Why you shouldn't use `char_reg_num_db` table 4. AUTO_INCREMENT 5. How to do IF-ELSE in SQL query ? 5a. How to update multiple rows on different conditions in a single query 6. How to show the current rank of the player 7. INSERT INTO ... SELECT ... 8. Table JOIN vs AS 9. What is the maximum string limit for *query_sql 9a. UNION This topic is now open to Suggestions, Ideas, Improvements, and Questions ~ I'm sure many of you have some questions since the creation of this topic You may also post up your tricks if you want to share with us
  2. 2 points
    AnnieRuru

    King of Emperium Hill

    got a PM from rAthena member ask me to fix this yeah both rathena patch and hercules plugin ... all broken so .... update to 1.2 Script Plugin for Hercules Patch for rAthena
  3. 1 point
    vBrenth

    Auto-Falcon Assault when linked

    if( pc_isfalcon(sd) && sd->weapontype == W_BOW && sc && sc->data[SC_SOULLINK] && sc->data[SC_SOULLINK]->val2 == SL_HUNTER && pc->checkskill(sd,SN_FALCONASSAULT) > 0 && rand()%100 <= 15 ) skill->castend_damage_id(src,bl,SN_FALCONASSAULT,1,tick,SD_LEVEL); This will give you 15% chance. Edit the <= 15 ) to chance you want.
  4. 1 point
    4144

    Batch packets / client info extractor.

    This tool allow extract packets from old clients before 2013 version. For newer versions can be extracted not all packets. Another feature dump some packet related function addresses and create ida pro script file for name this functions. Usage information can found in readme. https://gitlab.com/4144/bpe/ For run bpe need linux or wsl in windows 10. Also need python2 installed.
×
×
  • Create New...

Important Information

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