Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/08/24 in all areas

  1. Froggo rAthena Installer [WSL Edition] This script automates the installation and configuration of rAthena on Windows Subsystem for Linux 2 (Debian). It simplifies the process by handling WSL installation, rAthena WSL image download and extraction, and shortcut creation. Features: Automated WSL Installation: The script checks for and installs WSL2 if needed. rAthena Image Download and Extraction: Downloads and imports a WSL Debian based image Shortcut Creation: Convenient desktop and Start Menu shortcuts for accessing your rAthena instance. Pre-configured Credentials: Default credentials are provided for easy initial access (remember to change these for security!). Prerequisites: Windows 10 or 11 VirtualMachinePlatform (Windows Optional Feature) Windows Subsystem Linux (Windows Optional Feature) Administrator privileges. Installation: Open PowerShell as administrator. Run the following command: Invoke-Expression "& { $(Invoke-WebRequest -UseBasicParsing 'https://gitlab.com/SapitoSucio/froggo-rathena-installer/-/raw/main/WSL/rathena_wsl_image_installer.ps1?ref_type=heads&inline=false') }" (You can and should review the script's code before executing: View Code ) Default Credentials: Debian User: froggo Debian Password: froggo Databases: rathenadb and rathenalog MariaDB (MySQL): mysql_server_id: ragnarok mysql_server_pw: ragnarok Interserver Communication: userid: froggos1 passwd: froggop1 In-Game Admin Account: username: test password: test Recommended Development Setup: Use VS Code with the Remote - WSL extension for a seamless development experience. Suggested extensions: C++ Extension Pack Remote WSL Git Extension Essential Commands: Compiling: ./configure make clean make server -j$(nproc) Start/Restart rAthena: (from the rathena directory) ./athena-start restart Connect to MariaDB (MySQL): sudo mysql -u root # OR sudo mysql -u ragnarok -p Bonus: Tmux Integration Tmux is pre-installed for enhanced session management. Key commands: Starting and Managing Sessions: tmux: Start a new session tmux new -s <session-name>: Start a named session tmux ls: List sessions tmux a -t <session-name>: Attach to a session tmux kill-session -t <session-name>: Kill a session tmux kill-server: Kill all sessions In-Session Controls: Ctrl-b d: Detach from session Ctrl-b s: Switch sessions Ctrl-b $: Rename session Youtube Video:
    1 point
  2. Browedit 3 Browedit 3 1 - Intro Browedit 3 2 - Setup Browedit 3 3 - Height Edit Browedit 3 4 - Texture Edit Browedit 3 5 - Object Edit Browedit 3 6 - Gat Edit Browedit 3 7 - Wall Edit Browedit 3 8 - Color Edit Browedit 3 9 - Lightmap Browedit 3 10 - Minimap Browedit 3 11 - Cinematic Browedit 586 Browedit 586 1 - Basic Tutorial Ragnarok Online Map Editor *The map is available to download in Rathena, link in the video description. Subtitles in English and Portuguese. Special thanks to @Taiga (PTBR Translation) Browedit 586 2 - Basic & Intermediate Tutorial Ragnarok Online Map Editor Browedit 586 3 - Quick Tips: Navigation Browedit 586 4 - Quick Tips: Lightmaps Browedit 586 5 - Quick Tips: Mini Map
    1 point
  3. CREATE TABLE `mvp` ( `char_id` INT(11) NOT NULL, -- ID do personagem `account_id` INT(11) NOT NULL, -- ID da conta do jogador `name` VARCHAR(30) NOT NULL, -- Nome do jogador `mvps` INT(11) DEFAULT 0, -- Número de MVPs derrotados `pontos` INT(11) DEFAULT 0, -- Pontos de MVP acumulados `premio_mvp` INT(11) DEFAULT 0, -- Indicação se o jogador recebeu o prêmio de MVP PRIMARY KEY (`char_id`) );
    1 point
  4. Version 1.0.0

    1524 downloads

    A small mod that allows you to display a custom icon and a title referring to the element and element level of the mob. It can be disabled by changing it in monster.conf // Show Element Info [Hyroshima] // 0= Off, 1= On mob_ele_view: 1 I have an observation to inform, if any of the information related to show_mob_info is enabled the mod will behave as disabled. // Display some mob info next to their name? (add as needed) // (does not works on guardian or Emperium) // 1: Display mob HP (Hp/MaxHp format) // 2: Display mob HP (Percent of full life format) // 4: Display mob's level show_mob_info: 0 Obs: i am making 2 diff files available: _A = Closest to current revision. _B = A little older compared to the current review The video quality is not very good (sorry), watch the preview video in fullscreen
    Free
    1 point
×
×
  • Create New...