Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/09/19 in all areas

  1. Version 2.0.0

    915 downloads

    this application help you calculate the monster mode for more info about the monster mode https://github.com/rathena/rathena/blob/master/doc/mob_db_mode_list.txt Update v2.0: this update only for rAthena +2016 support sql , support reverse result , add reset button Contact me for Errors https://github.com/sader1992/sader_scripts
    Free
    2 points
  2. Por aquí hay una opción disponible. https://www.midgard-community.com/forums/topic/1425-tutorial-of-secured-easy-editing-compiling-server-through-vps/
    1 point
  3. delete on the menu example remove "Prontera",t1; and t1: go("prontera",155,183); same with the other menu // -------------------------------------------------- Towns: // -------------------------------------------------- menu "Prontera",T1, "Alberta",T2, "Aldebaran",T3, "Amatsu",T4, "Ayothaya",T5, "Brasilis",T6, "Comodo",T7, "Dewata",T8, "Eclage",T9, "Einbech",T10, "Einbroch",T11, "El Dicastes",T12, "Geffen",T13, "Gonryun",T14, "Hugel",T15, "Izlude",T16, "Jawaii",T17, "Lasagna",T18, "Lighthalzen",T19, "Louyang",T20, "Lutie",T21, "Malangdo",T22, "Malaya",T23, "Manuk",T24, "Midgarts Expedition Camp",T25, "Mora",T26, "Morroc",T27, "Moscovia",T28, "Nameless Island",T29, "Niflheim",T30, "Payon",T31, "Rachel",T32, "Splendide",T33, "Thor Camp",T34, "Umbala",T35, "Veins",T36, "Yuno",T37; T1: Go("prontera",155,183); T2: Go("alberta",28,234); T3: Go("aldebaran",140,131); T4: Go("amatsu",198,84); T5: Go("ayothaya",208,166); T6: Restrict("RE"); Go("brasilis",196,217); T7: Go("comodo",209,143); T8: Restrict("RE"); Go("dewata",200,180); T9: Restrict("RE"); Go("ecl_in01",48,53); T10: Go("einbech",63,35); T11: Go("einbroch",64,200); T12: Restrict("RE"); Go("dicastes01",198,187); T13: Go("geffen",119,59); T14: Go("gonryun",160,120); T15: Go("hugel",96,145); T16: Go("izlude",128,(checkre(3)?146:114)); T17: Go("jawaii",251,132); T18: Restrict("RE"); Go("lasagna",193,182); T19: Go("lighthalzen",158,92); T20: Go("louyang",217,100); T21: Go("xmas",147,134); T22: Restrict("RE"); Go("malangdo",140,114); T23: Restrict("RE"); Go("malaya",231,200); T24: Go("manuk",282,138); T25: Go("mid_camp",210,288); T26: Restrict("RE"); Go("mora",55,146); T27: Go("morocc",156,93); T28: Go("moscovia",223,184); T29: Go("nameless_n",256,215); T30: Go("niflheim",202,174); T31: Go("payon",179,100); T32: Go("rachel",130,110); T33: Go("splendide",201,147); T34: Go("thor_camp",246,68); T35: Go("umbala",97,153); T36: Go("veins",216,123); T37: Go("yuno",157,51);
    1 point
  4. Place your scripts as follows: "I will assume that you are using scripts_custom.conf" npc: npc/custom/function-navi.txt npc: npc/custom/prontera-guide.txt first the function and then the script.
    1 point
  5. Custom Aura? te refieres a Custom Items? Si deseas implementar custom Auras o modificar la aura tradicional por una diferente, deberás decir que clientes estás utilizando para tu proyecto, ya que no todos lo permiten. Y si buscas crear Custom Items, creo que la mejor guía sería esta. Efectos en los items? te refieres a Item bonus o efectos visuales al colocarse o quitarse un item? De ser cualquiera de los dos, ocupas dar una buena leída a esto para crear bonuses, si quieres conocer más sobre efectos, debes de leer esto. Ponerles auras especiales a GM y auras de diversos colores, sólo sería posible con un Addon de Gepard Shield. Tendrías que hablar con @Functor sobre ello.
    1 point
  6. Podrías empezar con esto. Por cierto, movido a la sección correcta.
    1 point
  7. https://github.com/rathena/FluxCP/blob/master/themes/default/account/create.php at line 7 <p><strong>Note:</strong> <?php echo sprintf("Your password must be between %d and %d characters.", Flux::config('MinPasswordLength'), Flux::config('MaxPasswordLength')) ?></p>
    1 point
×
×
  • Create New...