Jump to content

Patchers

22 files

  1. Free

    HanzoBR Free Thor Skin Blue

    About this file - EN
    Made for a friend who ended up not using it, so I'm making it available to the community.
    This Skin has features of WoE Status (On/Off), Server Status (On/Off), Real + Fake Player Count.
     
    Please
    Selling this product is TOTALLY PROHIBITED! Contents
    Thor Patcher PSD Included - Modify as you wish. WebFiles View - Online Players, Server Status Map, WoE Status - HanzoBR WebFiles Configuration - Server Connection, Server Status and Online Players - Credit @Lawliet - Thanks for this Web Configuration
    In the Web/status/inc/config.php directory, configure:
    $Srv_Host = "127.0.0.1"; // Change to your database IP $Srv_Database = "ragnarok"; // Name of your database $Srv_Username = "ragnarok"; // Username $Srv_Password = "ragnarok"; // Password
    In the Web/status/playeronline.php directory you will find:
    $playerCount = PlayerCount(); $number = 0; // number of fake users - used only to configure space for the hundreds place in the view or not. // Add the $number to the result of the PlayerCount() function $result = $playerCount + $number; In $number = 0; you can change the value to 50 for example and the user will see $number + $playerCount
    Assuming you have 15 real players online, the $result will show 65 Players Online (50+15). I created this configuration to measure the space for the hundreds place in the view, so as not to cut the design, however use this function as you wish.
     
    In the Web/status/woestatus.php directory you will find:
    $now = new DateTime("now", new DateTimeZone("America/Sao_Paulo")); Set your Time Zone, find yours in Time Zone PHP, currently it is set to São Paulo-Brazil time

    Days configuration
    $allowedDays = [0, 2, 4]; // 0-Sunday, 2-Tuesday, 4-Thursday, In $allowedDays = [0, 2, 4]; - It means that WoE is enabled for 0 = Sunday, 2 = Tuesday, 4 = Thursday
    "0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday"
    Hours configuration
    if (($day == 4 && $hour == 21 && $minute >= 0 && $minute < 60) || (in_array($day, [0, 2]) && $hour == 20 && $minute >= 0 && $minute < 60)) In (($day == 4 && $hour == 21 && $minute >= 0 && $minute < 60) - It means that on day 4 (Thursday) WoE will start at 9:00 pm and will last 60 minutes.
    And if you have WoE configured for different times, you can configure it without any problem;
    In (in_array($day, [0, 2]) && $hour == 20 && $minute >= 0 && $minute < 60) - It means that on days 0 (Sunday) and 2 (Tuesday) WoE will start at 8:00 pm and will last 60 minutes.
     
    Don't forget to 👍 if you liked this.
    -----------------------------------------------------------------------------------------------------------------------------
    Sobre este arquivo PT-BR
    Feito para um amigo que acabou não utilizando, então estou disponibilizando para comunidade.
    Esta Skin tem recursos de Status WoE (On/Off), Status Server (On/Off), Contagem de Players reais + fake.

    Por Favor
    Venda deste produto está TOTALMENTE PROIBIDA! Conteúdo
    Thor Patcher PSD Incluso - Modifique como quiser. WebFiles Visualização - Players Online, Status Map Server, WoE Status - HanzoBR WebFiles Configuração - Conexão com servidor, Server Status e Players Online - Crédito @Lawliet - Obrigado pro isso Configuração Web
    No diretório Web/status/inc/config.php faça a configuração:
      $Srv_Host = "127.0.0.1"; // Alterar para IP do seu database $Srv_Database = "ragnarok"; // Nome da sua database $Srv_Username = "ragnarok"; // Usuário de acesso $Srv_Password = "ragnarok"; // Senha de acesso  
    No diretório Web/status/playeronline.php você encontrará:
      $playerCount = PlayerCount(); $numero = 0; // número de usuários fake - utilizado apenas para configuração de espaço para casa de centena na visualização ou não. // Soma o $número ao resultado da função PlayerCount() $resultado = $playerCount + $numero; Em $numero = 0; você pode alterar o valor para 50 por exemplo e irá aparecer para o usuário o $numero + $playerCount
    Supondo que você tenha 15 players reais online o $resultado irá mostrar 65 Players Online (50+15), eu criei esta configuração para medir o espaço da casa de centena na visualização, para não cortar o design, no entanto use como quiser esta função.
    No diretório Web/status/woestatus.php você encontrará:
      $now = new DateTime("now", new DateTimeZone("America/Sao_Paulo")); Configure seu Time Zone, encontre o seu em Time Zone PHP, atualmente está configurado para horário de São Paulo-Brasil
     
    Configuração de dias
      $allowedDays = [0, 2, 4]; // 0-Domingo, 2-Terça-feira, 4-Quinta-feira, Em $allowedDays = [0, 2, 4]; - Significa que a WoE está habilitada para 0 = Domingo, 2 = Terça-Feira, 4 = Quinta-Feira
    "0=Domingo, 1=Segunda-Feira, 2=Terça-feira, 3=Quarta-Feira, 4=Quinta-feira, 5=Sexta-Feira, 6=Sábado"
    Configuração de horas
      if (($day == 4 && $hour == 21 && $minute >= 0 && $minute < 60) || (in_array($day, [0, 2]) && $hour == 20 && $minute >= 0 && $minute < 60)) Em (($day == 4 && $hour == 21 && $minute >= 0 && $minute < 60) - Significa que no dia 4 (Quinta-Feira) a WoE começará às 21:00hrs e terá duração de 60 minutos.
    E caso você tenha WoE configurada em horários diferentes, poderá configurar sem problema;
    Em (in_array($day, [0, 2]) && $hour == 20 && $minute >= 0 && $minute < 60) - Significa que nos dias 0 (Domingo) e 2 (Terça-Feira) a WoE comecará às 20:00hrs e terá duração de 60 minutos.
     
    Não se esqueça de 👍 se você gostou disso.

    24 downloads

    Updated

  2. Free

    Elurair Patcher - Valkyrie Randgris Skin

    I'm sharing this skin because it might helps someone who want to explore and edit elurair skin easier, and not a lot of people share or release Elurair skin in rAthena forum.
    1. Download Elurair Patcher from Ai4rei website : http://ai4rei.net/p/skal and extract it.
    2. Extract this uploaded file elurair-valkyrie_skin.zip and add it in Elurair Patcher folder.
    2. Use builder.exe in builder folder to create Elurair.exe. Target Patcher file elurair.exe, Configuration file elurair.Chaos92.ini.
    3. Tick compile, and add all the skin files in skin_valkyrie folder. Maybe purge existing skins if you want to replace with your own skin.
    4. Insert Icon file and Window Title (optional) and then click 'Build'.
    5. Use the web files and upload if needed.
    *** To run Elurair Patcher, you need .inf generated from here : http://ai4rei.net/make/patch.inf/<desired numeric id>.
    For example, to start from patch number 0, you can open the link : https://ai4rei.net/make/patch.inf/0 .
    And include the .inf file in the same folder with Elurair.exe.
    Things that you need to replace depends on your setup.
    InfFile=patch.inf
    PakFile=main.grf
    WebList=patch_main.txt
    WebPath=/data/
    WebSite=patch.example.com
    And also all the ActionData= in the elurair.Chaos92.ini if needed.
    I include web files folder too just incase this might help you (without main.inf, you can generate it yourself as told above).
    The ONLY files that you need in client folder after 'Build' Elurair.exe :
    - inf file
    - elurair.exe (no problem to rename it)
    - media folder (contains media for the skin)
    - your own client files
    Documentation & example for elurair settings you can found in elurair.default.ini.
    Website Elurair : http://ai4rei.net/p/skal .
    Discord NN (Creator of Elurair Patcher) : http://ai4rei.net/p/discord .
    Not all the resources for the skin are created by me.
    Video source : https://steamcommunity.com/sharedfiles/filedetails/?id=1964715704 .
    Skin file compiled and released by Chaos92.
    rAthena Profile : https://rathena.org/board/profile/6755-chaos92 .
    Facebook Page : https://www.facebook.com/hostingmalaya .
    Can contact me via links above for web hosting & services.
    Wanna treat me some coffee ? https://ko-fi.com/amirazman_my .

    522 downloads

    Updated

  3. Free

    s1 Lykos Free Thor Patcher

    Settings:
    Just add your logo in bg.jpg [Located at Configuration > Images] Set your links at config.ini [Located at Confugration] Recompile using ConfigGenerator.exe [Located at Configuration] Edit the main.ini file_url=http://yourwebsite.com/patcher/data/ to your website link [Located at Web > Patcher] Upload the patcher folder in your website [Located at Web]  
    Please do not remove/replace s1 Lykos credit at the bottom.

    1483 downloads

    Updated

  4. Free

    Free skin Thor Patcher 2020 Holidays [CODED]

    Please
    - Do not remove credits
    - I do not authorize the sale of this launcher


    Content
    - Thor Patcher [CODED]
    - PSD Project
    - PHP Files
                      Server Status + RSS Feed

    - This file has a configuration guide Guide.txt


    Buy me a Coffe *u*



    Support
    Discord: єℓƒιη#9444
    Powered by @Aeomin & Design @Elfin

    Enjoy and happy holidays ?

    1408 downloads

    Updated

  5. Free

    Autopatch RBS - Freebies 01 (Code + PSD)

    Hi guys
    I am posting an autopatch (Code + PSD).
    I hope you all like it. =D
    If you need support contact us.
    Support: https://facebook.com/ragnarokbrasilservice

    564 downloads

    Updated

  6. Free

    Sloth Forest Patcher

    Patcher
    This patcher is public so don't try to sell it or make it your property.
    I make this patcher months ago for a server, no longer having news and they didn't put on their server, i dicided to publish him.
    The update bar is the logo, i've made one but you can change for your own logo of course.
    Contains
    All the necessary files.

    I lost the PSD, sorry.
     
    Contact
    You can found me on discord : Sloth#6226
    Github : https://github.com/SlothBM/
    I don't take orders.
     
    Want to support my work ?

    273 downloads

    Submitted

  7. Free

    Thor patcher (Config + PSD)

    Patcher v2.0
    - Added players online
    - Button settings

    898 downloads

    Updated

  8. Free

    VPatcher

    Just sharing my own Ragnarok Patcher for your server. A simple Ragnarok Client Patcher with rsumerge GRF Merge support powered by .NET Framework written in C#.
    INSTRUCTION
    1. Serve your files using the built-in php server on the server
    2. Create your new patch folder inside "patches" folder, add "list.txt" inside the newly created patch folder and enumerate all the files inside the folder with the following format:
    [File Name][tab][File Path]([tab][Patch Target])[newline]

    (parentheses indicates that the argument is optional, do not include the characters on formatting)
    (even though [File Path] is required, leave blank after the tab if the path is the root)
    Ex: RagnarokOnline.exe[tab][newline]
         OptionInfo.lua[tab]savedata/[newline]
         iteminfo.lua[tab]System/[newline]
         patch.grf[tab][tab]mygrf.grf[newline]
    Important Note: When naming your patch folders, it is important to consider its alphabetical order. With this, the last patch folder detected will override all the patches.
    3. Replace the background skin of the WinForm in the Designer tab

    417 downloads

    Updated

  9. Free

    Sloth Thor Patcher

    Patcher
    This patcher is public so don't try to sell it or make it your property.
     
    Contains
    All the necessary files.
    English and French version.
    The PSD.
     
    Contact
    You can found me on discord : Sloth#6226
    Github : https://github.com/SlothBM/
     
    Want to support my work ?

     

    421 downloads

    Updated

  10. Free

    Simple Thor patcher theme

    Simple theme for Thor patcher.
    Free for use ?

    565 downloads

    Updated

  11. Free

    FREE SKIN THOR PATCHER [CODED]

    SKIN;
    STATUS SERVER;
    RSS FEED;
    PSD;

    GUIDE
    RSSFEED
    Webfiles\status\inc\rssConfig.php 'news' => 'http://g1.globo.com/dynamo/carros/rss2.xml', 'event' => 'http://g1.globo.com/dynamo/ciencia-e-saude/rss2.xml', 'update' => 'http://g1.globo.com/dynamo/concursos-e-emprego/rss2.xml',  
    STATUS SERVER
     
    Webfiles\status\status.php $status = new ServerStatus( "LOCALHOST", "LOCALHOST", "USERNAME", "PASSWORD", "DATABASE" ); Do not remove the credits, thank you.
    Please do not sell this product.
    Design Elfin

    1498 downloads

    Submitted

  12. 35.00 USD

    Thor Complete Exclusive Patch of 0

    Ola, estou vendendo esse Thor Patch exclusivo Feito Totalmente pra meu servidor.
    Motivo da venda: Desiste do servidor de ragnarok.
     
    Contem:
    Sistema de Status de Servidor
    Sistema de Players Online
    Sistema de Horarios
    Sistema de Abas Facebook, Discord, Forum e Registre.
    Sistema de RSS NEW com Forum.
    Att.
    ---------------------------
    translation
    ----------------------
      Hi, I'm selling this exclusive Thor Completely Made Patch to my server. Reason for the sale: Give up the ragnarok server.   Contains: Server Status System Online Player System Schedule System Facebook, Discord, Forum and Register Tabs. RSS NEW system with Forum. Att.

    4 purchases   5 downloads

    Updated

  13. Free

    [Shiro Designs]Free Thor Patcher

    Uhmm... So the owner of Amatsu Ragnarok Online didn't pay me at all so here it is.
    It is coded already.  
    It includes PSD file, Config Files, Web files and Thor Generator 
    Check out my gfx services here @ http://herc.ws/board/topic/15115-shiro-designs/
    Have fun 
     

    2085 downloads

    Updated

  14. Free

    Ergo Patcher

    Ergo Patcher Guide
    Setup the Patcher
    Extract the patcher.
    Open the Config File (/ErgoPatcher/System/Config/PatcherConfig.XML) with Notepad++ or any other text Editor.

    Edit the Black parts. (Value Settings)
     
    Required are:
    <HTTPLink_Patcher_List> - The PatchList.XML file should be directly reachable. (On your website/server). It requires the complete patch to this file. "http:" is also required.
    <HTTPLink_Patches_Directory> - The remote folder where your patches will be downloadable.
    <RagnarokEXEName> Is required for the "Start" Button. Your client belongs into the /RO/ Folder.
    <MetroColor> The Patcher uses MahAppsMetro for thr window design. Possible colors without any further changes in this application are: “Red”, “Green”, “Blue”, “Purple”, “Orange”, “Lime”, “Emerald”, “Teal”, “Cyan”, “Cobalt”, “Indigo”, “Violet”, “Pink”, “Magenta”, “Crimson”, “Amber”, “Yellow”, “Brown”, “Olive”, “Steel”, “Mauve”, “Taupe”, “Sienna”.
    A tip: Keep the standard config around. So that you know where a number, a string or an bool (true/false) is requested.
     
    The rest is self explaining I guess.
    If there is a problem setting up the patcher feel free to ask. (PM me or ask for me in discord)
     
    Here is a Video for Starters:
    ErgoPatcher_Starter_Guide.mp4
     
    Currently Working on:
    Crypted-Config:
    [IIIIIIIIII] ~ 0% Done.
    Hash-Checking Files:
    [IIIIIIIIII] ~ 0% Done.

    472 downloads

    Updated

  15. Free

    Simple patcher Theme [PSD+cofig included]

    a tiny and simple thor patcher which i made a while ago,

    482 downloads

    Updated

  16. Free

    Free Grudge Thor Patcher [Coded]

    Free Coded Thor Patcher [Grudge Theme]
    .psd file included

    572 downloads

    Updated

  17. Free

    Thor Patcher (Coded + Slider + PSD)

    First released by Anakid as [pRO Style] s1 - Free Thor Patcher v3 3.0
    I have uploaded my version containing a rotating slider, as I've seen that being requested a lot of times.
    The .rar file includes:
    Patcher
    Tools
    Web
    DemoRO Patcher.exe (Pre-patched version as sample)
    DemoRO Patcher.psd (PSD file for you to edit to your heart's desire)

    Please do like us on Facebook, or visit our website;
    https://ragnahosting.com/
    https://www.facebook.com/RagnaHosting

    1730 downloads

    Submitted

  18. Free

    Ragnar Lothbrok 1st Free Thor Patcher

    Thor Patcher
    Simple Coded...

    645 downloads

    Submitted

  19. Free

    TK Patcher

    I've seen many people having issues with the RSU patchers ("Failed to retrieve x file"), so this software attempts to fix these problems.
    Here's what the appliction looks like :

    Key features
    Current downloads can be stopped at any time and resumed later on
    Downloads can be refreshed by renewing the connection (sometimes, the FTP server doesn't send you as much data as it should, slowing you down a lot)
    Each patch is applied right after it's been downloaded, so you don't need to start from the beginning everytime
    The merging is done via GRF Editor's library
    The GRFs are defragmented automatically (due to the library's speed, there's no need to specify a limit on when to defragment the GRF; it's done everytime the GRF is modified)
    Sometimes, the FTP server sends the wrong stream offset (causing damaged gpf/rgz files); the software can detect those and ask for a new stream automatically
    Embedded resources, so only one exe file is required
    If there is a problem while downloading a file (ex : connection lost or the FTP server closed the stream for no apparent reason), the program will attempt to renew the connection

    It uses a self-assembly editing "technique" to create new patchers. I've added this feature because of the different official patchers out there. By default, it uses :
    http://webpatch.ragnarok.co.kr/ with patchRE.txt and ftp://ragnarok.nowcdn.co.kr:20021/Patch/
    If you need to change patchRE.txt to patchRE3.txt (to be honest, I have absolutely no idea what the difference is between those two, now I do, thanks Ai4rei), you can generate a new assembly with the Properties icon at the bottom like this :

    General information
    This application requires .Net 4.0. This is the major con, because players may not have this library installed by default (even though it's advised to install the .Net libraries for the renewal client). This application has been tested on Windows XP/Vista/7. This is not a replacement for the RSU patchers nor your own patcher (but I don't see why it wouldn't work?).
    Due to its implementation, if you do not provide a .inf file, the patcher will start at the beginning of the patching list. This means that if you're using patchRE.txt (you should), make sure you have provided all the patches from patchRE3.txt first in your installer, otherwise they will just get skipped (because the patcher only deals with one list). It's also strongly recommended to include the .inf file with your installer, whatever patcher you use.
    Leave a comment or suggestions ;o, thank you!

    1018 downloads

    Updated

  20. Free

    Free Neon Cube Patcher

    Terms and Condition:
    I dont care if you remove my name in the credits.
    I dont care where you want to use it whether you sell it etc..
    This is free to use and you can redistribute it.

    1336 downloads

    Updated

  21. Free

    Thor Patcher

    Please do not send me private message as my response would be in lowest priority.
    2.6.4.0 UPDATE IMPORTANT NOTICE: Not only this release is beta, there are few important changes need to note of: You now may modify the icon, code sign after pack configuration data. Some configuration entries are deprecated. Additionally, as you can tell, script support is coming...
    System Requirement: Windows 2000 or higher.
    Features
    Pack into single/multi grf file(s) [0x200]
    Automatically generates GRF if not exist
    RGZ support
    Customizable skin & language entries
    Background music
    No extra dll, not even config file is needed when distribute.
    Embed config file and resource data (images for background/buttons)
    Custom Button
    Remote config file
    Self update and client update [supports multi client exe update(Up to 255)]

    Tools
    ConfigGenerator - Packs configuration and resources into the patcher or generate as a binary config pack.
    ThorMaker - make patch files into thor file, there two options file & grf, when choose file, the patcher will extract file into disk, and grf simply put in GRF. [Please do not pack GRF, instead you should pack the actual data.]
    CheckSum - Simply a crc32 tool, used to make sure patcher & client/game exe is up to date
    ========================
    Internal Config and Remote Config:
    Internal config is simply the one embed inside patcher, store basic information required to run
    Remote config, is on web server (of course), it used configure extended features.

    20926 downloads

    Updated

  22. Free

    KPatcher

    Title: KPatcher
    Version: 3.1
    Language: Multilingual
    Supported GRF files: All versions
    Support for other packers: RGZ and RAR
    Supports data transfer protocols: HTTP, FTP, support for username and password
    KPatcher Features:
    1) Fast merge GRF/GPF files;
    2) Defragment GRF file;
    3) Delete files from the GRF on the mask;
    4) Deleting files from your client on a mask;
    5) Unpack the RGZ/RAR archives;
    6) The ability to patch any GRF file in the folder with patcher;
    7) Unique auto update;
    8) Support for the official patch server;
    9) Simple skinning;
    10) Remote file settings and auto update;
    11) Fully embedded skin;
    12) Custom Buttons.
    Config Tool Features:
    1) Embedding the configuration file;
    2) Embedding language file;
    3) Embedding skin;
    4) Change the icons patcher;
    5) Getting CRC of any file.
    ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
    Instructions:
    1) Edit the file Localhost.kpsf;
    2) If no language file for your language, create translation using an existing language files;
    3) Create your own skin;
    4) Place the files from the Web on your Web server
    5) Edit the file settings.ini;
    6) Make the necessary changes to the file update.ini;
    7) Build settings in the patcher using ConfigTool.
    Each configuration file has comments and explanations for most settings and options!

    4859 downloads

    Updated


×
×
  • Create New...