Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/25/19 in all areas

  1. Version 2.0.2

    292 downloads

    Sader's Files Verifier Version 2.0.2: Adding get_information.php with it you can generate the information.txt directly in your webhost use it carefully DO NOT ALLOW IT TO BE PUBLICLY ACCESSIBLE!!!!!!!! you can change the file name or put a password, or create a cron job for it change '$verify_dir' to the dir of your files. change the '$informationfile' to the name of your information file. the information file will be created in the same dir as the php file. Version 2.0.1: Adding Pre-Compiled Version so Visual Studio is not needed if you only want it to run without any customization . Version 2.0: Adding Design . Adding support for Multiple folder layer . Adding Pre-Compiled Version pre_compiled_generator.zip no need for visual studio , you just need to fill out the information and generate the file >> it will build Sader Files Verifier.exe and get_information.exe in the directory you run the program from this how it look an application that check the files you want to check and download if they are missing or corrupt this program in C# , Visual Studio 2019 , and need .Net 4.5 (you can lower the version if you put some work in to it) https://github.com/sader1992/sader_files_verifier Video on how to setup (slow it down if you can't follow my steps) [This video with the non design version 1.0 but it's the same thing] this file made for Ragnarok private servers community you should not add the data.grf and rdata.grf as files as the player better just re-download the full client again do not add your custom.grf as you will edit it every update , unless you are planing to generate new information file every update same thing for your .dat from Thor Patcher don't add it if you have custom.grf that you will never change with the updates , you can add it i would recommend that you better not add files that you update them a lot like iteminfo.lua , unless you are planning to update the information file and the files in the webhost every time you change it! DO NOT ADD THE PROGRAM IT SELF TO THE information FILE!!! this to do list i may or may not do it , however you are free to do it your self! TODO: Encrypt information.txt Compress uploaded files and decompress after download
    Free
    1 point
  2. that's one of my old bad habit, forgot to enclose bitmask check into bracket https://github.com/AnnieRuru/Release/blob/master/scripts/Quest %26 Shops/Mission Board/mission_board_r2.6.txt
    1 point
  3. It's called being creative.
    1 point
  4. In your storage.cpp. Comment out the lines that checks the permission of the sd if they can trade. Though it's not suggestible this may solve your problem. int storage_storageopen(struct map_session_data *sd) { nullpo_ret(sd); if(sd->state.storage_flag) return 1; //Already open? /* if( !pc_can_give_items(sd) ) { // check is this GM level is allowed to put items to storage clif_displaymessage(sd->fd, msg_txt(sd,246)); return 1; } */ sd->state.storage_flag = 1; storage_sortitem(sd->storage.u.items_storage, sd->storage.max_amount); clif_storagelist(sd, sd->storage.u.items_storage, sd->storage.max_amount, storage_getName(0)); clif_updatestorageamount(sd, sd->storage.amount, sd->storage.max_amount); return 0; }
    1 point
  5. November Digest 2018 The following digest covers the month of November 2018. Staff Changes: None Development Highlights: CORE: Added multi level up level caps (a47e6cb4) Updated the list of skills usable in Madogear (fd91ab62) Implemented official buy/sell amount restrictions (e8c11624) Added some additional guild loading checks (a4c8039c) Corrected Ignition Break animation (78cda50e) Corrected script command setunitdata HP/Max HP (404973f6) Updated Hammer of God behavior (0c6b772d) Corrected Reins of Mount interaction with hiding (24dca111) Corrected Raid damage for renewal (a8f01ecc) Corrected trap splash count (7cc44e55) Corrected Fire Charm and Exploding Dragon damage (16c2f22f) Fixed a potential crash on change map events (505a0cd8) Resolved Small and Large Life Potion Healing (47d76205) Corrected Absorb Spirit Sphere on self (eafb1cb7) Refactored item bonuses to utilize C++ features (c71ef92f) Added drop highlighting effect feature (bde580fd) Fixed possible string out of bounds in configurations (bff89bd7) Updated CN Meteor and Lunatic CB behavior (9758a38f) Corrected Electric Shocker versus MVP (a0d10876) Corrected White Imprison and reflected damage (e02e85b6) Corrected a potential overflow in item bonuses (5cc368a1) Corrected Stone Hard Skin Rune effects (0bb279b6) Corrected possible item loss during char login (6a49dc2b) DATABASE: Corrected Platinum Shotel and Curved Sword (d9b00bd7) Added Equipments/weapons from ep17.1 (795aa825) Added Illusion of Labyrinth item DB (348acd18) Added KRO items november-07-2018 (a8175337) Added missing bracket for sql synchro (56f5333a) SCRIPT: Corrected atcommand reloadscript and NPC dialogs (a7d8fbae) Added missing Phantasmagorika Spokesperson (5dbe3dba) Prevent duplicate npc (dbf2f232) Fixed a bug in Gaebolg Family Curse script (756ef38b) OTHERS: None Statistics: Excluding merges, 7 authors have pushed 48 commits to master and 75 commits to all branches. On master, 104 files have changed and there have been 2,069 additions and 1,705 deletions. 50 Active Pull Requests 59 Active Issues 41 Merged Pull Requests 20 Proposed Pull Requests 9 Closed Issues 46 New Issues List of Contributors: @admkakaroto, @aleos89, @Angelic234, @Asheraf, @Atemo, @Badarosk0, @Balferian, @crazystorm2017, @cydh, @dastgirp, @Everade, @exneval, @flamefury, @FriggRM, @Joao1905, @kukuasir1, @laziem, @lelouch22, @Lemongrass3110, @mrjnumber1, @Rytech2, @slyx88, @syracuase, @teededung, @Tokeiburu, @vykimo, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests!
    1 point
  6. Laugh My Ass Off !!!! where do you get this statistic XD anyway rathena was from eathena, and eathena was from athena ... athena has renamed as jathena ... yup, early eathena has bunch of japanese comments on them official ragnarok emulator is Aegis btw you can google search for it ... some people leak it on github
    1 point
  7. prontera,150,150,0 script Timer 100,{ OnInit: while (1) { delwaitingroom; waitingroom ""+gettimestr("%H:%M:%S", 10)+"",0; sleep 1000; } end; }
    1 point
×
×
  • Create New...