Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/20/18 in all areas

  1. when diff your custom client, select the patch "Use custom font". certain symbols or fonts character may need certain langtype (ex: 11,13,14 etc) to work and not to forget if it ever used in script, it need to be saved as UTF-8 format.
    2 points
  2. April Digest 2018 The following digest covers the month of April, 2018. Staff Changes: @Nitrous is now a developer. @tr0n returns to his International Moderator position for the German section. @Azura Skyy, @crazyarashi, @Z3R0 and @Promise have left the Moderator teams. Development Highlights: CORE: Dropped an unused declaration (170da178) Added Random Option item data to getinventorylist (f07a1c4b) Fixed error in getinventorylist (1390930c) Added support for homunculus autofeeding (aff70f64) Added a config for disabling novice/summoner character creation (aab5d549) Adjusted Madogear interaction with skills (1efd7b5e) Fixed a compile warning from homunculus autofeed (7901c1b2) Corrected a potential integer overflow (1d539c3e) Applied MHP limit based on bLv (7f2c6cf2) Corrected item_db script curly parsing (ec1470b6) Fixed a bug with MAX_ITEM_RDM_OPT (f948b9a6) Updated getunitdata / setunitdata (cdae404e) Resolved storage saving on server crash (8893ef1c) Removed a stack push from getvar (25f2626c) Made the second parameter for bonus script command optional (07e2bf09, cc63bb59) Fixed default mob AI spawn (3b385d95) Changed SI_ enum to the official EFST_ enum (d13d6a6e, 55bf142a) Fixed a few problems with homunculus autofeed (2c68db9f) Added ZC_NPCACK_SERVERMOVE2 (aaffbaaa) Updated item_group_db column requirements (01846710, 4ffb1b04) Added support for missing 2018 clients (8c7cd293) DATABASE: Updated Item DB: Muscle Fool, Biscuit Stick, Hunting Arrow, Akaraje, Fidelity Necklace, Hero Judgement Shawl, Hero Target Suit, White Slim Potion Box (e96807cc, 71bf8cc8, 963d9b04, 72c0f9c8, e23f06d6, e7ccee76, fac4d9be) Updated Shadow Chaser skills (e509930a) Added new items, some fixes and missing duplicates (7a361690) Added Phantasmagorika mobskill placeholder (05dd7b31) Updated Mob and NPC identity (33e36809, ae65e2e2, 94e68930) Corrected some shadow equipment (33960fef) SCRIPT: Fixed a few typos and language mistakes (fdc48770) Fixed typos in Phantasmagorika quests (dca8cc60) Cleaned up custom battleground scripts (e2b9e42b) Corrected a NPC name in academy.txt (aee83557) Initial release of instance Isle Bios (5a0b72a7) Fixed Regenschirm Guard Laboratory Permit issue (3a8814ac) Added missing getpartymember calls in MVP ladder script (258069da) OTHERS: Added mailmap file to coalesce together commits (872eb00c) Updated Item Bonus documentation (c4d3f0fd) Statistics: Excluding merges, 14 authors have pushed 68 commits to master and 93 commits to all branches. On master, 125 files have changed and there have been 7,752 additions and 3,866 deletions. 43 Active Pull Requests 65 Active Issues 37 Merged Pull Requests 6 Proposed Pull Requests 44 Closed Issues 21 New Issues List of Contributors: @aleos89, @Akkarinage, @Angelic234, @AnnieRuru, @arby89, @Atemo, @BrOgBr, @crazystorm2017, @cydh, @ecdarreola, @Encon21, @Everade, @flamefury, @gegewu85, @iubantot, @juanfus, @kisuka, @Lemongrass3110, @llchrisll, @mrdiablo, @RadianFord, @sader1992, @secretdataz, @syracuase, @talesofragnarok, @teededung, @Valacobino, @vstumpf, @Yuchinin, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  3. No active development for this project!! Hey, Just out of boredom I started writing a Discord Bot for tracking MVP downtimes. Though working alone isn't that much fun. So I thought I'd share my project with you and maybe I'll find someone who wants to join me. https://github.com/Normynator/RagnaDBot I've already written a couple of lines of code but so far only trivial stuff. Normynator
    1 point
  4. Version 2.2.0

    37204 downloads

    Third Job Costumes + New Classes The Correction With the advent of jRO releasing new Job Costumes, and also, the new classes from the Taekwon branch, many of server owners want to replace the vanilla sprites or even, implement the bodystyle system. But, there's a catch! Originally jRO, and now, even kRO spriters, have made it completely off of the default pattern of palette. In a classic example, you can notice the pattern of the RO palettes. What matters is the position of the colours, as an example, for all jobs, the white-ish tones will be always on the same row, so we can use it to create custom palettes. See how it works: But jRO didn't follow the classic pattern, making it incompatible with custom palettes (@Kamishi ones included). So, I edited frame by frame of each job sprite, of each gender, mounted or not, correcting them, converting them in a way so many of the previously created palettes will work. This package includes: Alternate Outfits: Alternate Royal Guard M/F + Gryffon Battlemount + Lion Mount Alternate Ranger M/F + Warg Battlemount + Ostrich Mount Alternate Minstrel/Wanderer + Ostrich Mount Alternate ArchBishop M/F + Alpaca Mount Alternate Warlock M/F + Fox Mount Alternate Mechanic M/F + Savage Mount Alternate Genetic M/F + Savage Mount Alternate Guillotine Cross M/F + Hyena Mount Alternate Shadow Chaser M/F + Hyena Mount Alternate Sorcerer M/F + Fox Mount Alternate Sura M/F + Alpaca Mount Alternate Rune Knight M/F + Dragon Battlemount + Lion Mount New Classes Star Emperor M/F + Wolf Mount Soul Reaper M/F + Wolf Mount As requested by @Emistry, I also added an extra, making it more compatible to default palettes: Kagerou/Oboro + Frog Mount Following the another @Emistry's request, all files are now already on GRFs. The previous version had no Cashmount palette included, this one fixes the issue. Only the already released costumes are supported at this moment. The Rune Knight seems to be the last of them, it's over a year from the first release! As a final part of the package, I'm including Classic Palettes for all Alternate Costumes. Enjoy the final product!
    Free
    1 point
  5. - script sample -1,{ OnPCLoginEvent: if (getgmlevel() >= 90 && (gettime(DT_HOUR) >= 10 && gettime(DT_HOUR) <= 20)) { // 10am ~ 8pm atcommand "@kick "+strcharinfo(0); } end; }
    1 point
  6. you can try this. https://pastebin.com/1KQSeydF
    1 point
  7. Ola funktor .. I really want your shield ... but for my server the price is above the limit of earnings .. Well in Brazil 150 dollars is 400 reais !!! Well ... I recognize your work and I really like it ... for this reason I'm sending you this letter Do you have any cheaper options for your product? If it exists please, please, please ... send it to me ... I'll buy it ... and when my server is older I'll pay you for your full service ... you deserve it.
    1 point
  8. - script Sample -1,{ OnPCBaseLvUpEvent: if ( Upper & 1 ) end; // yeah PRE-TRANS ... else if ( BaseLevel == 90 && (#lv_milestone /1 %10) < 3 ) { #lv_milestone += 1; getitem 607, 15; getitem 610, 15; getitem 616, 1; dispbottom "You gained reward for level 90."; } else if ( BaseLevel == 70 && (#lv_milestone /10 %10) < 3 ) { #lv_milestone += 10; getitem 607, 10; getitem 610, 10; dispbottom "You gained reward for level 70."; } else if ( BaseLevel == 50 && (#lv_milestone /100 %10) < 3 ) { #lv_milestone += 100; getitem 607, 5; getitem 610, 5; dispbottom "You gained reward for level 50."; } end; }
    1 point
  9. Same problem... download patcher.thor file, uncompress in tmp.exe and dont copy over old patcher executable. Configs are correct and revised I think so a bug on thor patcher, last version.
    1 point
  10. February Digest 2018 The following digest covers the month of February, 2018. Staff Changes Daegaladh is now a developer. Development Highlights CORE: Added support for 2018-01-24 client (8792960d) Fixed a bug with pincode on 2018-01-24 client (9d4fa62e) Added support for 2018-02-07bRagexeRE client (e1b9d243) Removed password output from atcommand accinfo (2746e0d3) Made mercenary db dynamic (132feeb6) Added new script command `clear` (ead017b3) Fixed compatibility with some newer MySQL client library derivatives (dfe279fb) Corrected renewal ASPD off-hand calculation (267fd3e6, b7d38283, 6411a1d4) Set max Zeny to 2,147,483,647 (eaf44078) Fixed item creation with full inventory (3c41d4ee) Changing DBMap into STL::Map in C++ for guild storage (fe575dda) Cleaned up atcommand accinfo leftovers (d4c1a57f) Fixed display of newly added pet eggs in storage (c16b7b17) Converted pet_data::petDB into a getter function (1e766a7b) Added support for 2018-02-13aRagexeRE client (f6e0a0a3) Added a new packet for the equipment swap system (71886193) Fixed unitwalkto calls in unit walk events (a0a55dad) Resolved renewal ASPD and two-handed weapons (31e2871d) DATABASE: Corrected True Seyren Windsor Card bonus (24a9e4c6) Corrected the party member ATK bonus of RK_FIGHTINGSPIRIT (82035609) Added new mob placeholders (eea76c8e) Corrected chance to craft 2 runes starts at Rune Mastery Lv5, not 6 (8258df64) Corrected Heat Barrel bonuses (75a8f520) More items correction (In general Equips) and added new item 1835 (41dbb30f) Fixed some autobonus scripts in item_db (cacf450d) Fixed AL_HOLYWATER behavior (2ecb30ab) Updated Cultivation plant spawn formula (a40b1da4) Updated Masquerade - Weakness behavior (d2c5ca99) Fixed Mystical Amplification and Chain Lightning (02983c4f) Corrected missing ATK / MATK bonus from Old Wind Whisper (77f75c05) Corrected the amount of slots of Spartacus (4fef4d04) Updated guild skill Guard Up (6e5de84a) Updated Tiger Fist stop duration (0e23f3fe) Removed unnecessary RC_PLAYER item bonuses (d3ea313b) Added items of Reactors from Charleston Instance (7bb35d28) Fixed STR/INT/VIT Biscuit Sticks item script (97c1e8b9) Cart Termination should be affected by % effects (5998cca3) Fixed Endow skills to match official behavior (1e2032cc) Corrected Disarm and Steal Coin formulas (5e354494) Updated Mob and NPC Identity (e9919620) Corrected Power Swing weapon requirement (fdb7aefd) Fixed Skin Tempering (BS_SKINTEMPER) fire resistance percentage (a40b69f3) Fixed Sheltering Bliss (CG_MOONLIT) max level (b989844f) SCRIPT: Cleaned up kafra functions (139f6f25) Workaround to solve issue with news cards in enchants NPCs (3bcb37bf) Updated card seller NPC (afab80fb) Initial release of Dimensional Travel Quest (6e0187bc) OTHERS: Updated CI tool configurations (2f358d8f) Fixed charban example in atcommands.txt (e43f03ad) Fixed athena-start newlines not set to unix type (7f9f185c) Added map_msg_mal.conf (38a00aa5) Statistics Excluding merges, 13 authors have pushed 66 commits to master and 87 commits to all branches. On master, 79 files have changed. There have been 2,825 additions and 764 deletions. There are 42 merged Pull Requests and 7 Proposed Pull Requests. There are 13 new Issues and 40 Closed Issues. List of Contributors @4144, @admkakaroto, @aleos89, @Artuvazro, @Atemo, @ArcherDs, @Badarosk0, @BrOgBr, @cydh, @Daegaladh, @ecdarreola, @Everade, @flamefury, @hendra814, @laziem, @Lemongrass3110, @inhyositsu, @mrjnumber1, @RadianFord, @raynra, @rye305, @sader1992, @sctnightcore, @secretdataz, @talesofragnarok, @Tokeiburu, @uddevil, @vstumpf Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  11. January Digest 2018 The following digest covers the month of January, 2018. Staff Changes None. Development Highlights CORE: Turned pet db into a dynamic map (fb966a12) Updated Item Group features (32950ece) Implemented getequiptradability script command (bfb6972c) Fixed a wrong fifohead allocation (c4bfe0b1) Merged two similar conditions on mapchange (6f01321b) Fixed typo in atcommand.cpp (a6818eb5) Fixed space allocation for new castle data (48d79cef) Added RagexeRE support until 2018-01-03 (7a0f3d0e) Fixed a minor typo in client.conf's comment (0ccf309c) Updated Spanish message conf (e9bb1064) Added support for 2018-01-17aRagexeRE (c4a57c57) Cleaned up whisper code between map-servers (3a8c8a9d) Fixed mapserver crash on script command warp (bb0dd7b8) Fixed a problem with instance_db import (ec59e955) Fixed required weapon messages (de9b4efd) Fixed minor style typo in clif_obfuscation.hpp (db4e9b25) DATABASE: Updated Item DB (8e45966c, 19e712c8) Added new mob placeholders and npc ids (8c53679a, dea92eef) Corrected Cannibalize behavior (15b6d5cc) Fixed SQL sync (f02cde4e) Implemented item "Lunar Rainbow" (ad53dba4) Fixed Badge Of Order Grace missing bonus (a524e39a) Corrected MATK bonus in the item 'Infinity Dagger' (5e0d3e54) Corrected Reverberation behavior (2e90136d) Fixes missing item view on Lapine Shield and White Gold Shield (d04d307e) Corrected Old Glast Heim items (805114c3) Corrected Strawberry Decoration sets (8616332f) Added combos for Legionaire Helm (a8976dd2) Corrected 'Reborn in Valhalla' achievement (fe9f1ace) Fixed Amdarias' Vampire Gift cast rate (585f419e) Cleaned up Miracle damage bonus (f2c73848) Implemented heroes trail cards (1a560dd0) Updates Rolling Cutter counter behavior (4171cd18) SCRIPT: Updated twintowers.txt (d5c6c6d3) Updated Old Glast Heim instance (c04c2e7e) Fixed a typo in 2008's Christmas event (de50a5e3) Added a missing warp in paradise.txt (1f7ceabb) Fixed F_SexMes call (a65e7dbf) Fixed a few name typos with Niflheim (16780638) Fixed sleep error in Geffen Magic Tournament (31bd28df) Fixed Job Level check for Blacksmith and Alchemist quest (8530a7b1) OTHERS: Changed forking reference link (31988abd) Statistics Excluding merges, 14 authors have pushed 56 commits to master and 85 commits to all branches. On master, 82 files have changed. There have been 18,165 additions and 2,208 deletions. There are 26 merged Pull Requests and 16 Proposed Pull Requests. There are 26 new Issues and 43 Closed Issues. List of Contributors @4144, @admkakaroto, @aleos89, @anacondaqq, @Artuvazro, @Atemo, @AzarthMZintos, @BrOgBr, @cydh, @Daegaladh, @Dakado, @ecdarreola, @Everade, @exneval, @Haikenz, @im-mi, @insanchen, @jenkijo, @Jeybla, @Lemongrass3110, @lighta, @luan122, @LunarSHINING, @MrAntares, @rofasindo, @sader1992, @sctnightcore, @secretdataz, @srhmike, @syracuase, @technoken, @uddevil, @Valorro, @win4517, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  12. December Digest 2017 The following digest covers the month of December, 2017. Staff Changes None. Development Highlights CORE: Added support for custom constant import (7c1a8827) Fixed an issue with invisible item shops (f7bc3bca) Fixed title selection in UI window (4dde4c66) Fixed atcommand where parsing (c5b7850a) Fixed script commands for Item Option (1e1bd71e) Refactorized status_change_timer (00d8ace8, d08bc1ce) Adjusted script command sc_end_class to accept an optional job ID (1b68303f) Added November and December clients (15e509fe) Fixed character variable lengths and char-server (7a1a76a9, 88e48ed6) Resolved some miscellaneous typos (1ae1e312) Prevents accessing a nullpointer from a non existant mob when using mobsearch (a0c8961e) Fixed a crash caused by setquest in login events (6e7e97ca) Corrected mapcache build (eb8f33e4) Updated Pet catching values (9315781a) Exported the pet catch constant (d4436769) Switched mob db searches to find (65771a8e) Fixed a bug with Neutral Barrier and duel atcommand (5ad35eb6) Relocated restricted equip failure check (5e2dd2af) Cleaned up renewal ASPD calculations (ae69e506) Optimized dynamic memory allocation for duel atcommand (716f6c0f, e385e167) Updated pet script command (d19ba918) Added Rune Knight to atcommand bodystyle (1f0ea81d, 5602bb04) DATABASE: Corrected Magical Ring bonus (b00f3bcf) Corrected Gray and Thanatos equipment sets (da152c6f) Corrected some item bonuses (37b95826) Corrected Item ID 14677 (Limited Power Booster) (f639c001) Corrected Celine Kimi Card (5531fef9) Updated Sorcerer Insignia Skills (0f33de9b) Fixed Giant Growth & Crush Strike damage bonus (ab1fa803) Corrected Hervor (Item ID 2181) (346fcef5) Corrected Chain Lightning behavior (947875d2) Corrected Drooping Pope (758e319d) Resolved enchants not executing unequip script (b3e67d21) Corrected Snowman Hat, Holy Mom Love, Event Xmas Cake item script (fa35e8b9) Corrected Adventurer Pack (13721c10) Corrected Supplement Part Dex (4302fe64) Removed Duplicate Entries in Renewal Quest DB (b4ce1e3d) Corrected Evil Marcher Hat (84085d7e) SCRIPT: Updated Megingard Seal Quest (bb4a88a3) Fixed wrong npc name in npc/events/xmas.txt (336a475d) OTHERS: Disabled root/admin user check for build bots (812e3a9a) Added the custom and test scripts to the buildbot (b3cfd122) Added support for windows admin detection (f59298ad) Add few test to travis and appveyor (53db435, 0fa57e2b) Corrected the Windows runserver script (34a905df) Introduced utilities to gradually replace utils (fd8e1fe2) Added /src/config/packet.h clarification (6afc3625) Updated status change documentation (7113743c) Updated script command npcskill documentation (33bfe1d2) Fixed a compilation warning on winapi.cpp (b9981b2e) Fixes potential map server crashes (5a80f29b) Resolved a compile error (e88785b1) Statistics Excluding merges, 13 authors have pushed 63 commits to master and 86 commits to all branches. On master, 81 files have changed. There have been 1,772 additions and 823 deletions. There are 42 merged Pull Requests and 7 Proposed Pull Requests. There are 16 new Issues and 47 Closed Issues. List of Contributors @4144, @admkakaroto, @aleos89, @anacondaqq, @Atemo, @AthenaStudioz, @Badarosk0, @cydh, @Everade, @exneval, @flamefury, @gusjungsza, @hnomkeng, @hurtsky, @ignizh, @Jeybla, @keitenai, @Lemongrass3110, @lighta, @Lilori, @mazvi, @mrjnumber, @MuzTank, @Paoly28, @Questune09, @rAthenaCN, @reymarbc, @sader1992, @secretdataz, @Sweet520, @syracuase, @Tokeiburu, @uddevil, @Vennren, @whupdo Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  13. November Digest 2017 The following digest covers the month of November, 2017. Staff Changes None. Development Highlights CORE: Started initial work for map server to C++ (c4a364be, a49a1a52) Started initial work for char server to C++ (24b3509e) Started initial work for login server to C++ (a587b913) Refactored achievements to utilize C++ features (1c660357) Resolved skill NK checks (6decf6c6) Adjusted item drop minimum value limit (86241b0e) Added battle config autoloot_adjust (63daab58) Fixed twice assigned values (1f7a314c) Changed emoticons constant name (ea88ea50) Merged emotion and unitemote script command into `emotion`, the previous emoticons constant names and unitemote script command are now deprecated! (ea88ea50) Updated Heal formulas to match kRO (805a6fb6) Added support for 2017-10-25 and 2017-11-01 clients (243f4ca3, c20d1cc3) Fixed spawn infos after mobdb reload (ba9314cb, e148bd3a, b2d904b7) Implemented new monster range (b2ab9724) Adjusting Vending tax to match official (8e002bc9) Added a new Vending Tax config (3ce3bc3f) Corrected a ShowError output (1645fc0c) Fixed spinlock issue (618b9356) DATABASE: Added new NPC and Mob ID placeholders (af358809, 125ab285) Corrected Mavka Card item bonus (e0b43ecc) Updated warper NPC (c6fe9e9c) Updated rune and skill effects of Rune Knight (da088357) Corrected Valhalla Idol item bonus (c4ce8cfe) Corrected Free Cast and Exceed Break walk speed (9766ec94) Corrected Hyuke's Black Cat Ears and Wickebine's Black Cat Ears item bonus (50ef5650) Corrected Hell Inferno Dark damage behavior (6fdb6059) Fixed dummy at Prontera prevents critical attack from being displayed (c45db5d6) Added 2 new hat effects (c5af8c76) SCRIPT: Fixed negative NPC input checks for arena_points.txt (c09929aa) Added mapflag `nowarpto` to Novice Island RE maps (c6cc8ede) Fixed deprecated emotion in GeffenMagicTournament.txt (cd089155) Added save point in Izlude and updated monsters spawn in prt_fild08 (ca1b980e) Fixed typo in Weapons Expert BK (ead1ed91) Moved close3 function into Global_Functions.txt (d708fb35) Fixed Bifrost Tower in Warper NPC (cfb8b42d) OTHERS: Cleaned up and harmonized cmake file (e7e9cf6d) Temporary adjustment for strict aliasing (67331599) Harmonized include guards (728a29d4) Resolved some compile warnings (c13f271a) Added `emotion` and `unitemote` conversion tool in Python script (576d4886, c5ceda03, 4f62f68e, 34817c97) Respect the default platform toolset (a2e8d027) Changed minimum VS version to VS 2013 SP5 (4de727ef) Fixed compilation for the Windows XP API (60b54917) Resolved a compile warning on pre-renewal (cdbb14b9) Fixed tools/config.pl (03da2f68) Corrected a potential map crash with achievements (114bebac) Fix basic_test not having common.lib has dependancies registered in solution (664ea478) Added custom src files to rAthena.sln (02044c0d) Statistics Excluding merges, 12 authors have pushed 65 commits to master and 85 commits to all branches. On master, 383 files have changed. There have been 8,322 additions and 7,251 deletions. There are 31 merged Pull Requests and 13 Proposed Pull Requests. There are 12 new Issues and 55 Closed Issues. List of Contributors @4144, @AetherHaziel, @aleos89, @Atemo, @CairoLee, @cydh, @Daegaladh, @darhylism, @ecdarreola, @Encon21, @hartonox, @hendra814, @Jeybla, @Lemongrass3110, @lighta, @lunixoid, @mazvi, @mgksrt8, @RagnarokNova, @reymarbc, @Rytech2, @sader1992, @Sweet520, @Tokeiburu, @uddevil, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  14. Officially supported client versions and changes to support policies on client-related bugs Hello! Here at rAthena we try our best to provide a stable server to build around. Unfortunately we've had a rash of commits in the past few months that have introduced client bugs that hadn't existed before. This is unacceptable and we apologize for any downtime or issues this may have caused. There has also been a large number of bug reports involving unusual client versions, resulting in significantly wasted time and effort on our behalf trying to track down bugs that may or may not actually exist. So as such we have as a team decided to tighten down the list of officially supported clients for rAthena. These clients will be tested against on any major update or commit that affects any packet or client-facing code to make sure new bugs are not introduced. Other client versions will be supported on an as-is basis. Basically, you are free to use any client version you wish, but for stability reasons we highly recommend sticking to the officially sanctioned list as those will be the ones we test against. If an update breaks support for a client that isn't on the approved list then it may be taken care of at a lower priority than bugs affecting officially approved versions. This does not mean we will intentionally be breaking support for clients that are not officially sanctioned, this merely means support will be tailored to those first and foremost, and any bugs or bad behaviors may go unnoticed or corrected. If there any conflicting changes that would break support on one of the officially sanctioned versions, those bugs will definitely not be fixed. What does this mean to you, the server admin? It means you can pick from one of our officially supported client versions and rest assured we will tailor support specifically to those and will aim for stability for those clients. We will do everything we can to make sure client bugs are not introduced during updates so you don't have to waste your time troubleshooting, or have to deal with angry players if something breaks. And in the unlikely event something does break, we will put the highest priority on fixing bugs affecting the officially supported clients. Here are the following clients and which server mode we support them for. Pre-Renewal: 2010-07-30aRagexeRE Renewal 2012: 2012-04-10aRagexeRE Renewal 2013: 2013-08-07aRagexe 2013-12-23aRagexe Renewal 2014: 2014-10-22aRagexe Renewal 2015: 2015-05-03aRagexe 2015-11-04aRagexe We are not supporting 2012 era Ragexe clients, only RagexeRE. Use those at your own peril. Bug reports for any other client will only be accepted at a core developer's discretion, if at all. We reserve the right to close and ignore any bug reports coming from clients other than the ones listed above. Clients older than 2010-07-30aRagexeRE are considered depreciated and while they work for the time being, support may be removed at any time. It is highly recommended you move your servers to 2010-07-30aRagexeRE or newer as soon as possible. An announcement will be made if support for clients older than 2010-07-30aRagexeRE is intentionally removed, but be warned it may break at any time and bug reports will not be accepted for fixing them.
    1 point
  15. May Digest 2017 The following digest covers the month of May, 2017. Staff Changes None Development Highlights CORE: Fixed MySQL 5.7 compatibility issue (799f781) Replaced strcopy with memmove (07e1a67) Fixed hidden statuses not being applied (ef3ad99, 9ba2513) Refactored script_rid2sd (cac27fc) Updated Giant Fly Wing behavior (10b512b) Added new script commands for Item Random Options: getitem3, getitembound3, makeitem3, rentitem3, countitem3, delitem3 (a15661e) Adjusted Homunculi configurations (12756ba) Fixed issue with bBaseAtk (f539d97) Implemented Equip Preview Window (9716233, 55735ea, 39dbb9a) Added new command: warp2 (8097543) Added automatic clan member removal (562d6d1) Fixed chat color bug in Channel System (c0476f6) Fixed char saving after buyingstore transactions (068ea0a) Updated leftover pet variables to 64k support (ce4ebbe) Skip MapN parsing if it is equal to EnterMap for instances (6a75b17) Fixed instance idle timer (cc700f1) Fixed a missing alliance channel check (bba3da2) Fixed a bug in hardcoded NPC event names (0fcc9b6) Fixed a bug in Tetra Vortex Fire animation (3e625df) DATABASE: Skill update: Claymore Trap, Blast Mine, Feint Bomb, Maelstrom (b6ff1c6, cc59048) Item DB updated (6cc9b95, 79ad0a1) Added some placeholders for new mob and NPC (bff62ed) SCRIPT: Fixed a bug in /quests/quests_morroc.txt (9e6b02a) Merged Faceworm Instance from idAthena (1e1d7e5) Restricted Summoner, Baby Kagerou, Baby Oboro and Baby Rebellion job to enter WOE:TE castles (b7cd40e, 4d12604) OTHERS: Dropped support for VS older than 2012, all these solutions has been deleted, replaced by a global solution (Works on VS2013 or newer) (cacd98d) Added x64 build support for Windows (cacd98d) Added preparation code for mixing the C++ project (7749c18, 2e524f1, 4a004ad) Fixed compile warnings and errors (900548f, a3282c1) Updated readme.md (999c411) Added zlib1.dll to .gitignore (d259ba3) Fixed Linux server shutdown order (ae540f1) Corrected some inter packet documentation (8d8712f) Statistics Excluding merges, 11 authors have pushed 46 commits to master and 88 commits to all branches. On master, 266 files have changed. There have been 26,706 additions and 18,780 deletions. There are 21 merged Pull Requests and 8 Proposed Pull Requests. There are 17 new Issues and 44 Closed Issues. List of Contributors @4144, @admkakaroto, @aleos89, @alxalmora, @anacondaqq, @Atemo, @Canoe, @cydh, @Daegaladh, @Encon21, @exneval, @feltenc, @hazimjauhari90, @hurtsky, @jamon18, @Jeybla, @Lemongrass3110, @majimboo, @nanakiwurtz, @Playtester, @RadianFord, @reigneil, @rpdigos, @Rytech2, @secretdataz, @sikiro, @spinzaku, @TheNoobCompany, @TrueNoir, @whupdo Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  16. October Digest 2016 The following digest covers the month of October, 2016. Staff Changes @Limestone is now a Community Contributor. Development Highlights CORE:Merged warp and warpchar into a single function (6510d41) Fixed random options being removed on cardremoval (5a56210) Cleanup party withdraw (9a52768) Fixed a bug with cart change (19d6205) Fixing @at venders being stuck when map->char connection gets reset (3e4d2b8) Added guild/party checks for character deletion process (5ea873b) Added a configuration for deletion restriction (ce9e623) Cleaned up map property sending functions (940c473) Removed additional clif_maptypeproperty2 calls (f51a1c7) Fixed VIP char selection window (8f3599b) Expand NPC Name Length to 50 (d307743) Fixed a few EVENT_NAME_LENGTH usages (4d71a12, b60f74c, e443f84) Fixed NPC markets (6a89855) Refactored clif_charnameack (48c43cf) Introducing charpointer macros for fifo/buffers (73eb96f) Fixed a minor typo in warning message (655d6f5) Fixed a minor typo in ipban.c (428e516) Removed use of petheal command from pet_db.txt in both PRE and RE (d20cbca) Fixed Siroma and Imp card cast time reduction behavior (6dfaa0b) Fixed unknown state handling in mob skills (1c74af7) Fixed instance maps not being freed (e9c5dc6) Fixed extra status variables not being cleared correctly when the killed unit did not have any status change (9a130fa) DATABASE:Skill Update: Ranger Traps, Manhole, Occult Impact, Phantom Thrust, Falcon Assault, Lex Divina (031adff, e93c888, 04cf397, c14e674, 561a874, 5d24d73) Added missing items for IG_Mysterious_Travel_Sack4 (644d809) Added latest npc constants (568262f) SCRIPT:Renamed WoE:TE directory and files (42ce38c) Fixed Kafra length name (6216bfb) Added a sample script for utilizing the random option system (09cb81d) Fixed a wrong close in the Eye of Hellion quest (56c9765) Adjusted some script syntax (481a730) OTHERS:Removed README.txt (10946dd) Script_command.txt updated (6663df3) Fixed some compile warnings (57131f2, 55c5627) Fixes appveyor not building in pre-renewal mode (15b4050) Added a configure option for VIP features in the CI matrix (3108bb1, 7d0931a) Reenabled buildbot defines (dd55592, abd9809, ed53167, 40430d6) Added documentation for item links in mes (6f67a65) Statistics 12 authors have pushed 95 commits during this period. On master, 100 files have changed. There have been 1,933 additions and 1,878 deletions. There are 25 merged Pull Requests and 8 Proposed Pull Requests. There are 31 new Issues and 45 Closed Issues. List of Contributors @Akkarinage, @aleos89, @Atemo, @Baalberith6, @Badarosk0, @CairoLee, @cold-hr, @cydh, @cyilcode, @icxbb-xx, @ignizh, @Jeybla, @keitenai, @Lemongrass3110, @lelouch22, @lucasoli, @mgksrt8, @Playtester, @Ridley8819, @secretdataz, @Smokexyz, @Temtaime, @tmav94, @Tokeiburu Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  17. August Digest 2016 The following digest covers the month of August, 2016. Staff Changes @Napster is now a Community Contributor.Development Highlights CORE:Removed unused variables in @rates code (6bc2f62) Fixed a mapcrash caused by SC_CLOUD_KILL (5fabab9, 99e49d9) Corrected progress bar behavior (842e30e) Implemented new item bonuses: bNoMadoGear, bRegenPercentHP and bRegenPercentSP (5f981bc, a79d065) Fixed a crash on invalid combo scripts (f560da8) Added Script level up events from atcommands (9157318) Refurbished hat effects (ede39b1) Initial Release of Random Option system (f296409, 8657c42, e7147d9, 78bc0a6) Implemented basic script commands to apply Random Options to equipped item (8deabb1) Exported some constants (1e2e37a) Fixed memory leaks from item Random Options (e2bf685, 8da71a1) Corrected the showscript packet (47a69c0) Updated Status Icons from latest kRO (371f619) Adjusted the temporary ban check (cd7e610, bd65341) Removed an unused function declaration (d11b58c) Added missing column check for char table in char_checkdb (04ffafa) Implemented status reduction potion support (021bed5, 472b885, eb8ea91) Used defined variable names for constant exports (5cae674) Corrected quest progression (08f63aa) Adjusted battle_getcurrentskill() return type (bf84469) Adjusted the npctalk script command (cd5dbe2, b3b2bab) Initial release: Map X Job restriction (d84d6ba, f7e4001) Fixed Eclage skill animations (0feabf3) Fixed searchstore feature for 2015-02-26 onwards (600e8ae) Clean up party invitation reply (47276e9) Fixed Random Options not being updated correctly (0569d85) DATABASE:Skill Update: Voice of Siren, Mystical Amplification, Clearance, Phantom Thrust, Knuckle Arrow (f7a276e, 676ae63, f200541, 8788c74, 5fcb3bf) Item DB Update (bc0e171, cfc6d22, 52f88eb, a1f59c6, 393e07d, a599264, 9c2a744, 574e3ae, 574072d, 5777162, a209e4c, d73bad4, 8b3e889, 24882c9, 399b98e) Implemented Infinite Space instance's armor set (be4a87f, 66f054f) Corrected Rift_Manteau and Rift_Shoes' tradability (9912ad9) Implemented cards from Charleston Crisis (f7b36e8) Fixed GX Poison duration (72b61d7) Skill Tree cleanup (e40c88e, 16b100d, d7ee77c, b2a46a3) Updated hateffects to latest kRO (c1aa841) Implemented `hateffect` script for some items (d8537a2) Updated some AegisName to official name (6bcfc18, 1d6f99a) Fixed default roulette data (c3b6951) Added dummy monster data from kRO 2016-08-31 (140ecb9) SCRIPT:Adjusted some scripts to the new syntax (d017e24) Fixed wrong operator usage in 2 scripts (a855bcc) Fixed Bullet and Magazine Dealer (e00adfe) Fixed a bug on Juperos Ruins History quest (c488268) Updated Custom Godlike Mixing NPC (5d52871) Removed 20x Oridecon from Sleipnir (5353c44) Updated Custom Godlike Mixing NPC: Adds Muspellium and Essence of Rune (14654b8) Implemented Heroes' Trail Part 1 - Sara's Memory instance (75b0b43, 9b52803, 7a3c390, 3678fca) Fixed a bug on Hazy Forest script (55edbc1) OTHERS:Updated .sql DB files (d1c40d6) Added custom battle config support (8857ff6) Fixed some compile error and warnings (2cbc9ac, ebcb923, 1e8c27c, da21013, b9e61c7) Documentation update (a87d86c, 8da71a1, 021bed5) Added /sql-files/upgrades/upgrade_20160814.sql and /sql-files/upgrades/upgrade_20160814_log.sql (f296409) Statistics 12 authors have pushed 161 commits during this period. On master, 111 files have changed. There have been 28,184 additions and 23,786 deletions. There are 17 merged Pull Requests and 8 Proposed Pull Requests. There are 16 new Issues and 32 Closed Issues. List of Contributors @aleos89, @Atemo, @cydh, @CygnusBot, @Darkelfen, @DriwFS, @ElsaEve, @Emistry, @Everade, @Hope8888, @Jeybla, @jgoog999, @julia40124009, @Lemongrass3110, @LiMoon, @lucasoli, @philg666, @Playtester, @RagnarokNova, @secretdataz, @shushusao, @spinzaku, @tmav94, @Tokeiburu, @vstumpf, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  18. June Digest 2016 The following digest covers the month of June, 2016. Staff Changes NoneDevelopment Highlights CORE:Cleaned up item group & monster group parsing, now it use sv_readdb and import (1591e9a, 48a4ee1) Fixed incorrect map-server buffer allocation size (b8d4761, e2d3819) Fixed monster with cast sensor not working (63e8fa0) Resolved a potential map crash on instance destruction (5ef2000) Resolved a memory leak in the channel system (323bd72) Implemented recalculatestat command (98fdf31, 0d43d26) Cleaned up do_reload_instance (e219dd9, 407fd01, f61535b) Updated item database job mask to 64 bit (15fdc12, a14e21f) Improved char-bound instance mode (195a525) Fixed error on atcommand ii (abf939c, 604e805) Fixed error on atcommand monsterinfo and whereis (93c01ee) Fixed error on atcommand bodystyle (247217e) Fixed error on atcommand showexp (cccb740) Fixed Reflect Damage versus Emperium (7a84b53) Expands pc_bonus warnings to give more info when unknown bonus type is detected (33270ed, c658ea2) Moved 'mob random groups' constants into script_constants.h (9558ef0) Removed some hardcoded mob IDs (65b716f, 562a1a7) Added const support to mob race2 db (2534588) Fixed issue with 0 experience (d2bbd91, 6412c82, mb95df50) Refactored clif damage type calls (82af619, c2035f0) Streamlined renewal ASPD skill and potion calculations (fe11416, d6d92a4) DATABASE:Skill Update: Earth Quake, Warmer, Knuckle Arrow, Phantasmic Arrow, Soul Breaker, Rebirth Spirit, Blastmine, Claymore Trap, Swing Dance, Impressive Riff (e39293f, 3817bb3, ab576e9, aa5d7a4, e4ac1ee, d4824c3, 9b3a581, 1d09abe, ec042e9, b2fedb8, 574f69e, b99114c, 06eab75) Updated Item DB (c6df701, 520a840, 90c6d7a, 29ae472, 9cf7cae, 124572e, b3ab05d, b1d8271, 16ad1fc) Resolve error in quest_db (14587cc, ac2009b) Added some more missing placeholders to mobdb (bea47ea) ECL_SQUOIA now removes SC_DECREASEAGI (26aa69d) SCRIPT:Add official quest condition for Guillotine Cross job change quest (25c4334) Updated Old Glast Heim instance (b8898cd) Fixed PLAYTIME issue in guillotine_cross.txt (a667fc0) Added weight check in Ring of the Wise King Quest (055ee42) Fixed Pintados Festival never ends (aed00e0) Fixed warning on Hunting Mission (673a93c, 6546566, 14d93ff) Added support to Para_Team_Mark_ item in Eden Group (274232f) Added use of F_HasEdenGroupMark function (815368a) Removed useless lines from several scripts (85f44a5) Fixed issue with Quest Error (94b866e) Added duplicate NPCs to Novice Grounds (1dd674f) Fixed wrong usage of close in Thor Volcano Base Quest (933d687) OTHERS:Resolved compile warning and errors (46f1a6f, 7cf7a54, dfd9bde) Remove webtatic repo reference for CentOS5 (66cda76) Updated the SQL conversion script (5892e5e) Updated bSkillUseSP item bonus documentation (33f83e0) Update .gitignore to ignore *.VC.opendb (0798ace) Updated script documentation (2e98ff6) Added appveyor for windows build tests (7316c45, 4ad8eb0) Fixed Full Throttle status icon (f031741) Statistics 9 authors have pushed 92 commits during this period. On master, 100 files have changed. There have been 2,074 additions and 1,380 deletions. There are 7 merged Pull Requests and 0 Proposed Pull Requests. There are 24 new Issues and 69 Closed Issues. List of Contributors @admkakaroto, @aleos89, @Akaineko-astasi, @Akkarinage, @anacondaqq, @Atemo, @AtlantisRO, @CairoLee, @cydh, @dragonis1701, @dynaraan, @Everade, @exneval, @iubantot, @jezznar, @Jeybla, @julia40124009, @Lemongrass3110, @LiamKarlMitchell, @lighta, @MishimaHaruna, @MrAntares, @nykuz85, @Paoly28, @Playtester, @RadianFord, @rubie123, @secretdataz, @stealth62, @Stolao, @spinzaku, @technoken, @tlacson7, @tmav94, @VXPlay, @wilkemeyer, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
  19. May Digest 2016 The following digest covers the month of May, 2016. Staff Changes @Secrets is now a Script DB/DeveloperDevelopment Highlights CORE:Fixed a cashshop crash after reloaditemdb (2170cfc) Map Server and Path searching optimization (99cb385, 1967fab, f7bc696, b414fae, 6104db8, d2ded88, a98d6b1, 332f66d, b7643e3, a89e97e, 961399f, 790bc58) Added missing Summoner constants (d83559c) Fixed a map crash from the mob mode update (55165ac) Fixed readparam behaviour for variables (2b61f45) Fixed the Monster Transform status icon (0c09928) Increased MAX_RACE2_MOBS for future use (c6ba347) Corrected some packet structure issues (440c6ef) Refactored part of guild emblem validation (cdb626c) Implemented new item bonuses: bWeaponAtkRate and bWeaponMatkRate (952b072) Expanded the instance system to support new modes: No player attached, single player, and guild (c97be60, 8f7d220, cb703c5, 2cfb844, c591586, 6babca3, 1408eef, 161a4c0, f91bf02) Fixed random disconnection issue on client 2015+ (0a79b4b) Add support for unsetting bit flag in item_noequip (5287f82) Fixed atcommand skilltree (0889367) Added missing jobs to atcommand accinfo (93aa624) DATABASE:Skill Update: Tension Relax, Tiger Cannon, Lunatic Carrot Beat, Catnip Meteor, Grand Cross, Marionette Control, Mechanic Back/Front Slide, Izayoi, Grafitti, Exceed Break, Spell Fist, Giant Growth, Defending Aura, Neutral Barrier, Dispell, Clearance, Banishing Buster, Aqua Benedicta, Water Ball, NPC Earthquake, Shadow Leap, Bio Explosion, Suicide Bombing, Summon Legion, Swirling Petal, Enchant Blade (abaed18, cb52138, 89f86b2, 8a37f1b, 9cd7e59, 4c617bc, 717eb22, b3c1866, 24ef79b, db0f231, 4a671ea, 19f2bc5, 4f34689, cc30d9d, 9b4c7dd, 6f0ed15, 1640b40, b4fe1fe) Updated Item DB (c6187fa, b14b3e2, 6a43804, 62d9a9b, b76dea7, 3132b60, 9c994e0, b8b2593, c4ded91, 1e584cb, 8e0dff7, 1672e0f, ed8c967, d1819e7, 37b3644, 6e9c67c, aec8b51, 5ac2292) Fixed a bug with Champion Monster modes (79ba46c) Implemented new kRO cards (bcdf196, 440a265) Adds var 'killedrid' to script monster OnKillEvents (5b35e1a) Fixed a bug with item bonus bAddEff that can affect the user when hit by own skill (935235c) SCRIPT:Fixed a bug in Assassin Job Quest (33184fe, 631187b, 97426ec, 3261532) Updated /npc/custom/resetnpc.txt (6541972) Updated quest_db.txt for Wolfchev Laboratory (6485dba) Updated the second entrance to Biolabs (88635c0) OTHERS:Fixed compilation with visual studio (c4390e5) Resolved a compile error for CentOS (ca049a6, 1cd648b, 28ad9ac) Added the new import templates (208407c) Statistics 13 authors have pushed 104 commits during this period. On master, 76 files have changed. There have been 2,141 additions and 1,311 deletions. There are 20 merged Pull Requests and 4 Proposed Pull Requests. There are 24 new Issues and 84 Closed Issues. List of Contributors @aleos89, @anacondaqq, @Asheraf, @Atemo, @Badarosk0, @breaker7, @CairoLee, @cydh, @Daegaladh, @Darkelfen, @darknessfmy, @Everade, @hazimjauhari90, @iubantot, @jeybla, @jezznar, @jgfeliz, @joelolopez, @julia40124009, @keitenai, @Lemongrass3110, @majimboo, @MishimaHaruna, @MrAntares, @nanakiwurtz, @nehpetskie, @Paoly28, @Playtester, @RadianFord, @RagnarokNova, @reunite-ro, @secretdataz, @spinzaku, @stealth62, @Stolao, @theoriginalspre, @Tokeiburu, @Vomaito, @whupdo, @wilkemeyer, @X-eno, @Yuchinin, @zackdreaver Show your support to rAthena by submitting your Issue or Pull Requests! By providing enough useful info (Git Hash, Client Date, RE/Pre-RE, crashdump, how to reproduce, etc) you will help us to solve the issues faster
    1 point
×
×
  • Create New...