Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/07/18 in all areas

  1. October Digest 2018 The following digest covers the month of October 2018. Staff Changes: None Development Highlights: CORE: Fixed ers_destroy called too early in do_final_instance (0f8ce367) Fixed IM_NONE idle timer issue (7d8530e3) Fixed instance map issue (e66dc4f6) Added script command getunits (10e7035b) Initial release of the guild storage log (55acdb986) Changed the default packetver to 20180620 (8e7b9a57) Cleanup skill_damage mapflag for skill (d8e760fa) Fixed free purchase from cashshop NPC exploit (180938d9) Corrected equipment stripping success rates (04f127fd) Fixed potential map server crash in clif_parse_Mail_setattach (21407227) Added skill_duration mapflag (84b4f098) Updated Gunslinger/Rebellion Bullet behavior (87032fc9) Fixed Water Evasion and Freezing Spear combo (af205a88) Removed code duplication for Guild Skills (98ba5490) DATABASE: Corrected Solid Lunatic spawn amount at prt_fild08 (daebd300) Updated item_buyingstore table (474cb7d9) Corrected Repair and Shape Shift requirements (77ace906) Corrected a SQL issue (5c031c73) Added cards from ep14.3 (kRO 2018.09.21) (a31b34ba) Renewal Monster updates (fe197bfa1, 5322c563, bcd419db) Added items from kRO 20181002 (4c25aadf) Added items from kRO 20160504 (5c891c53) Corrected Airship_Boots item script (8cecb040) Added missing mode for Nightmare Biolab monsters (a4fa8054) Corrected an Imperial Set Combo (fece0abe) Updated amount of items given from certain scroll boxes (b1200aa1) Corrected some item combo bonus (edfaa546) SCRIPT: Initial release of Rock Ridge script (01a70999, 441e8f96) Corrected some issues with Malaya Quests (2e9319af) Updated Malangdo enchant weapon script (e2763068) Initial implementation of Nightmare Biolab (33dcadda) Updated NPCs in moro_vol map (0b18fe4b) Initial release of Devil Tower memorial (58c520eb, efbb9fed) Fixed some conditions in LV4 weapon quest (7066cac9) OTHERS: Corrected Guild Storage Log SQL file (8a504c69, 3b7fbb0d) Miscellaneous documentation update (5e7cb8a8) Adding LGTM to CI tools (c0793a80) Statistics: Excluding merges, 10 authors have pushed 71 commits to master and 120 commits to all branches. On master, 117 files have changed and there have been 22,609 additions and 5,417 deletions. 59 Active Pull Requests 63 Active Issues 39 Merged Pull Requests 20 Proposed Pull Requests 32 Closed Issues 31 New Issues List of Contributors: @admkakaroto, @aleos89, @anacondaqq, @Atemo, @attackjom, @AzarthMZintos, @Balferian, @cydh, @Everade, @exneval, @Indigo000, @JohnnyPlayy, @keitenai, @lelouch22, @Lemongrass3110, @mazvi, @officialwedevgames, @OptimusM, @Questune09, @sader1992, @secretdataz, @slyx88, @teededung, @vykimo, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests!
    2 points
  2. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  3. Version 1.0

    9529 downloads

    These files are not created by me. I just found someone share a complete package of it on facebook. Thank him/her for collecting all these Skin across the world wide web, I believe some skin files was updated or fixed by him/her. So, I'll just provide a text file that contain the link to download these files from my dummy OneDrive Folder. Album Preview : http://imgur.com/a/b1MHG Installation Guide : Pick any RO Skin that you like and Download it to your PC/Laptop. Extract the files using 7-Zip / WinRar / WinZip / etc. Copy and paste the extracted files into the %System%/kRO/Skin/ folder. Again, I don't own any of these files. I just sharing the files. None of these are commercial items. Please insert / remain the credits in case you know who're them. Thank you.
    Free
    1 point
  4. Version 1.0.0

    340 downloads

    You need at lest rAthena 10e7035bebdbc2ec25a392ee2cf14172ecf169e5 or above! (for old rAthena you should add the pr manually!) SCRIPT HEADER (INFO) //===== rAthena Script ======================================= //= getgpmapunits command //= getipmapunits command //===== By: ================================================== //= Sader1992 //= Free!! // https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project // https://github.com/sader1992/sader_scripts //===== Description: ========================================= // getgpmapunits("map"); return the number of players with the same GePard id in the given map. (You must have GePard to work!) // getipmapunits("map"); return the number of players with the same IP in the given map. //============================================================ //==== please report any error you find //============================================================ //============================================================ you should add the functions to your rAthena/npc/other/Global_Functions.txt to work (add it in that file where ever you like, no need for guide for that ?!) Examples: scenario ? > you want a Warper NPC (or maybe event NPC) that allow only one player per IP in the map ? //============================================== //NPC EXAMPLE FOR IP FUNCTION //============================================== prontera,152,183,5 script Warper IP Test 446,{ if(getipmapunits("prontera") > 0){ mes "you already have a char inside this map"; }else{ warp "prontera",152,183; } end; } //============================================== Same as above but per GePard ID not IP //============================================== //NPC EXAMPLE FOR GEPARD FUNCTION //============================================== prontera,155,183,5 script Warper GePard Test 446,{ if(getipmapunits("prontera") > 0){ mes "you already have a char inside this map"; }else{ warp "prontera",155,183; } end; } //============================================== BONUS Test: pvp warper prontera,158,183,5 script PVP Warper IP Test 446,{ mes "would you like to teleport to the pvp map?"; if(select("yes:no") == 2) close; if(getipmapunits("pvp_n_1-1") > 0){ mes "there is another character with the same ip inside the map!"; mes "only 1 character per IP allowed in this map!"; }else{ warp "pvp_n_1-1",0,0; } end; }
    Free
    1 point
  5. Evening all! I'm sure we've all come across a file that we really wanted to download, but found that we end up with a page that simply says "File Not Found". It's annoying. We feel your pain. You can help us to clean up these files! When you come across a file that doesn't actually have any files attached to it, you can click on the grey "Report this file" link near the bottom of the file page area. This will give you something that looks like this: When you select the Missing File option, your report will be placed into a special category. If moderators don't happen to have the original file on hand (which we tend to keep when approving files to make sure they work) they will send the original author a PM asking for a re-upload. If the author doesn't respond within 7 days, the file and support topic (if it has one) will be hidden. There are currently 2,760 file records in our database, and i'm almost willing to put money on the fact that ~15% of those files are ghost records (file records in our database without actual files saved on disk). Members who are particularly diligent will be awarded the Helper badge and will be displayed next to all of your posts and on your forum profile. It's like bug-hunting.. but for things that aren't there.. Happy reporting! Akky out~
    1 point
  6. Stolao was the main character in a Story i wrote forever ago, so i ended up taking the name on myself when I got into online gaming. About 15 years ago.... thank you i feel old again...
    1 point
  7. Because I greatly enjoy the Fairy Tail guild master.
    1 point
×
×
  • Create New...