Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Posts posted by nanakiwurtz

  1. The problem with tagging a forum user in the digest is the name is not always the same between github and rA forum, so it's hard to keep track of who is who.
    But if someone has a suggestion, please post it here.

    Or maybe if there is another section inside the github Issue/PR template, like "Forum username" I think I can make it work.

    On 11/4/2017 at 11:47 AM, Azura Skyy said:

    Was wondering if its worth tagging people who contribute. I imagine you copy the contributors from somewhere resulting in the lack of tags like @nanakiwurtz
    I'm also not sure if its worth bothering with considering not all of those contributors seem to use the same name on rA/Git. Regardless, nice work as always.

    2

     

  2. October Digest 2017
    The following digest covers the month of October, 2017.

     

    Staff Changes

    • None.

    Development Highlights

    • CORE:
      • Migrated mob.c to mob.cpp (593ac627, 215aa158)
      • Migrated skill.c to skill.cpp (2606cf97)
      • Prefer static_casts instead of C casts (a5719e72)
      • Fixes homunculus being able to attack from Manhole (6b671774)
      • Corrected Overed Boost behavior (53ba373c)
      • Fixed a bug where refine bonuses was being incorrectly parsed (872cb42a)
      • Corrected character slot movement (fe75aeab, ae0da362)
      • Fixed a couple of warnings (fb882c4a, ff6722c9)
      • Removed SCRIPT_CALLFUNC_CHECK ifdef-directives (b8562932)
      • Resolved Skill Unit Database parsing issue (54a119c5)
      • Added a duplicate name check for the itemdb (828f7832, 48fcc92a)
      • Updated callshop selling list variables (fa425b83)
      • Updated Convex Mirror to match official behavior (951ff555)
      • Moved some remaining constants into src (f42c2ff2, b196b46b)
      • Added support for 3 new hat effects (8c2f727f)
      • Fixes required equipment check for skills (db37fc7d)
      • Adjusted script command bindatcmd (b4106eb9)
      • Implemented round,floor,ceil script commands (2830183e)
      • Added support for October clients (7dc6f757)
      • Fixed an import issue in mapindex (caf31521)
      • Enabled import for translations by default (3b219565)
      • Added 2 new NPC constants (93ad3a13)
      • Adjusted Item Shop trade restriction (5208d169)
      • Add check in configure to ensure C++ compiler (feb1ab9d)
      • Fixed searchstore for vendings with item id > 32k (18e0f0ab)
      • Fixed duplicated condition check (9772639a)
      • Fixed cmake (611dee07)
    • DATABASE:
      • Added AB_RENOVATIO as reproducible skill (2df18b12)
      • Implemented Terra Gloria cards (091738ac)
      • Implemented cards for Moscovia monsters (fc8534f7, b8844a09, 75653d9d)
      • Fixed missing comma in /db/re/item_db.txt (77a7bc2d)
      • Corrected Aegis names (7f9747c1, 0791adb4)
      • Fixed a duplicate Aegis name (319fc4d1)
      • Fixed Zaha Doll Hat not being refinable (800fd3da)
      • Fixed several item positions (3e78cc1c)
      • Added Mob DB placeholders (705cc5a8)
      • Updated Rebellion class (6a2c1229, 3ab39c4c)
      • Corrected Endure hit count behavior (ea0b54e0)
      • Added new 2016 Wedding skills (c73e10cb, 828f7d6e)
      • Fixed Crimson Saber equip class requirement (b90df893)
      • Added new Intro map for Renewal (c7d5b614, cb760a0a)
      • Corrected Dark Claw behavior (2c1df58b)
      • Corrected St. Patrick's Hat and Green Ale (d15b5fc5)
    • SCRIPT:
      • Updated Job Master NPC (2676d053)
      • Corrected some refiner checks (76923ac5)
      • Added an option to disable Baby Novice on Job Master (7991f47a)
      • Added missing warps from dali to dali02, dali02 to dali (f07ceced)
      • Added MC_CARTDECORATE as Platinum skill (10d40570)
      • Initial release of Sarah and Fenrir memorial (5ed21132, c9ee8eb6)
      • Added new Global Function `F_GetPlatinumSkills` (c76f3675)
    • OTHERS:
      • Updated .sql files to fix Random Options with negative values being stored as 0 in database (f20ac015)
      • Updated the contributing documentation (2c8ab4ff, 9210bf5d, 00682683)

    Statistics

    • Excluding merges, 12 authors have pushed 84 commits to master and 168 commits to all branches.
    • On master, 128 files have changed.
    • There have been 12,094 additions and 5,820 deletions.
    • There are 38 merged Pull Requests and 14 Proposed Pull Requests.
    • There are 15 new Issues and 51 Closed Issues.

    List of Contributors

    • @4144, @Akkarinage, @Aleos89, @anacondaqq, @Atemo, @Braniff, @cydh, @Daegaladh, @dastgir, @esu1214, @Everade, @exneval, @feltenc, @Haikenz, @hc3490, @hendra814, @jenkijo, @Jeybla, @joelolopez, @kaninhot004, @Lemongrass3110, @lunixoid, @M4karov, @mazvi, @Mickosis, @Mikegyver, @MuzTank, @RagnarokNova, @Ridley8819, @rpdigos, @Rytech2, @secretdataz, @shushusao, @Stolao, @ToiletMaster, @TokeiBuru, @uddevil, @Yuchinin

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 2
    • Love 3
    • Like 1
  3. September Digest 2017
    The following digest covers the month of September, 2017.

     

    Staff Changes

    • None.

    Development Highlights

    • CORE:
      • Removed reset of monster drops on mobdb reload (f197f82f)
      • Corrected broadcast item flag with autoloot (dfe714e9)
      • Resolved bonus WeaponMATKRate (e92fc967)
      • Migrated script.c to C++ (965edbf4,0379774c,60d59124,528539f6,38d225c4,6434a830)
      • Adds allow_bound_sell configuration (557cccac)
      • Corrected OPT1 behavior (5c7c0893)
      • Refine overhaul (e24d30a7)
      • Updated alternate 3rd job bodystyles (78c63c3a)
      • Fixed msvc warning casting int to bool in getequiprefinecost (70f1d864)
      • Corrected Elemental flee calculation (1bfe8475)
      • Migrated clif.c to C++ (80a251ef)
      • Shadow Refiner and getequiprefinecost (cd43f32f)
      • Corrected script command instance ID lookups (82ed67a0)
      • Changed atcommand follow behavior (d9a2bdbe)
      • Updated Kaite renewal behavior (ee552d67)
      • Adds pk_mode_mes displayed on joining a pk zone (0e4ffdac,e6ec0f52)
      • Added support for some missing clients (7de74727)
      • Corrected Elemental Cure healing behavior (ab014246)
    • DATABASE:
      • Updated Rune Stone item behavior (d353b668)
      • Updated Guillotine Poison item behavior (6ef8a97c)
      • Leprechaun_Hat should be refineable (969c10fb)
      • Resolved Lex Aeterna autospell for Laser of Eagle (734ec225)
      • Corrected Bawaya Agimat Tattoo item bonus (549d6f5b)
      • Added new mob db placeholders (6899c89e)
    • SCRIPT:
      • Corrected a second changequest attempt in Assassin Job Change quest (470364cb)
      • Fixed a warning in HorrorToyFactory (b275412b,3cc29d04)
      • Fixed typo in achievements.txt (c71f1050)
      • Fixed duplicate NPC location (052b9bc8)
    • OTHERS:
      • Fixed a potential map-server crash (b4952aae,5fda4f0f)
      • Updated item group file location in documentation (82222084)
      • Fixed potential crash in pc_bonus (0e74b5f5)
      • Updated script command callshop documentation (2572bbbc)

    Statistics

    • Excluding merges, 12 authors have pushed 41 commits to master and 74 commits to all branches.
    • On master, 62 files have changed.
    • There have been 2,632 additions and 694 deletions.
    • There are 21 merged Pull Requests and 8 Proposed Pull Requests.
    • There are 7 new Issues and 42 Closed Issues.

    List of Contributors

    • @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @anity99, @Atemo, @Barigas, @cydh, @Daegaladh, @esu1214, @Everade, @Felleonel, @Haikenz, @jenkijo, @Jeybla, @Lemongrass3110, @LiamKarlMitchell, @luan122, @Mikegyver, @MrAntares, @panko11, @Paoly28, @Playtester, @plsfixrito, @RadianFord, @sader1992, @secretdataz, @technoken, @uddevil, @vstumpf, @whupdo, @Yuchinin, @Zellukas

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 8
    • MVP 1
  4. August Digest 2017
    The following digest covers the month of August, 2017.

     

    Staff Changes

    • @Z3R0 and @crazyarashi have become Forum Moderators.
    • @Azura Skyy has been moved to the Forum Moderators group.
    • @Cyro has been moved to the Content Moderators group.

    Development Highlights

    • CORE:
      • Fixed pre-increment and pre-decrement operators for achievement condition parsing (c0556a3)
      • Corrected guild bound item retrieval deletion (4c62f58)
      • Fixed readparam when 2nd parameter is a variable (9d6b3d0)
      • Added a new item flag for delayed consumption (fe5f1e1)
      • Cleaned up character deletion code (bbd42e7)
      • Fixed a memory leak in achievementremove (ee12429,8310253,4a28c8c)
      • Fixed achievement handling in OnPCStatCalcEvent (70c14fa,f8e4aab)
      • Fixed misleading indentation in script.c (43949b8)
      • Fixed public equip switch not being saved (983d164)
      • Fixed mob database reloading (5424ab8)
      • Added dummy entries for the equip switch feature (829f0a1)
      • Made cbasetypes.h more C++ compatible (a46e012)
      • Added missing MySQL column check for show_equip (34aa59d)
      • Made global variables in header files extern and implement them in their respective source file (71421a4)
      • Corrected YAML file parsing (dcbb2df,ac1cf04,74cc00f)
      • Made view_data for mob unit changes persistent (abfd198)
      • Fixed a memory leak in the script engine (dce6ff1)
      • Fixed memory manager still using SVN revision (37f7fc5)
      • Fixed a PACKETVER mismatch for the random options (a2fc7d5)
      • Fixes memory leak in char-server (f9c6b92)
      • Inter server C++ conversion (cc1d26f)
      • Fixed another error from mobdb reloading (d673d25)
      • Fixed std::string reference being an incomplete type in inter.h (bfb9294)
      • Fixed cast time for the npcskill script command (165197d)
      • Fixed return value of unitattack for players (4cb4d60)
      • Fixed character creation for expired VIP accounts (d319ff7)
      • Fixed rebinding of mob view data for killed mobs (5fdebec,6f98508)
      • Added support for the all 2017-06 clients (1fc0ed6)
      • Added script command sc_end_class (4539d55)
      • Cleaned up Item Shop checks (7a1b2e0)
      • Corrected the Chorus skills damage bonus (515fa6a)
      • Adjusted the Achievement Chat Counter (3e51f68)
      • Corrected mob chat display checks (b19325b)
      • Adjusted HP, Max HP, SP, and Max SP SQL defines (fc115b8)
    • DATABASE:
      • Fixed swapped accessories (cd3f42e,166836d)
      • Removed some hardcoded item checks (cd164d7)
      • Added new NPC IDs and mob ID placeholders (b30d0fd)
      • Fixed wrong crimson staff being dropped (693e958)
      • Updated item_db.txt (16.1 episode) (641a1f1)
      • Resolved non-weapon items having a weapon level (b9627dd)
      • Fixed bAddEffOnSkill (9db3c38)
      • Corrected Fatal Menace behavior (39a5d38)
      • Updated Silvervine Root Twist behavior (e4072e1)
    • SCRIPT:
      • Fixed a lot of "next" on Old Pharmacist (627a178)
      • Fixed a typo in quests_eclage.txt (115c1b9)
      • Fixed storage condition in Lasagna town (087a727)
      • Fixed script dialogue's NPC name to its proper order (fcc4936)
      • Fixed incorrect use of 'close' command (f4de91b)
      • Adjusted script command gettimestr (7554b53)
      • Initial release of Ghost Palace Memorial (11d3300)
    • OTHERS:
      • Fixed compile warning and errors (f4338ad,3183c39)
      • Fixed a compilation problem with CentOS (9084d01)
      • Details of import/ dirs and examples (8417d76)
      • Fixed x64 release mode not building all servers (6b18ea5)
      • Updated Readme.md (c9ce29c)

    Statistics

    • Excluding merges, 13 authors have pushed 74 commits to master and 93 commits to all branches.
    • On master, 115 files have changed.
    • There have been 2,793 additions and 947 deletions.
    • There are 29 merged Pull Requests and 12 Proposed Pull Requests.
    • There are 13 new Issues and 55 Closed Issues.

    List of Contributors

    • @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Atemo, @Canoe, @CairoLee, @chadn4u, @ClayJensen, @cydh, @Daegaladh, @Everade, @exneval, @hendra814, @hurtsky, @Jeybla, @karlseven, @keitenai, @Lemongrass3110, @M45T3Ryu, @M4karov, @mazvi, @Milchdealer, @sanny1128, @secretdataz, @Stolao, @Temtaime, @TesLA-Git, @Tokeiburu, @uddevil, @vstumpf, @Yuchinin

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 5
    • Love 4
    • MVP 2
  5. July Digest 2017
    The following digest covers the month of July, 2017.

     

    Staff Changes

    • None

    Development Highlights

    • CORE:
      • Expanded `bg_get_data` script command (fa24b213)
      • Corrected client date for the implementation of new Party UI window (ad8091498)
      • Fixed `getequipid` returning 0 instead of -1 (045f4be5)
      • Fixed `unitwalk` and `unitwalkto` label reset (2072fe36)
      • Added some checks to guild leader change (a3c05905, eaeec397, be15b629)
      • Added a state check for the Cash Shop (f86ba2b6)
      • Added a few missing cashpoint message comments (689a3ff9)
      • Miscellaneous atcommand parsing cleanups (bae5c312, 27a30ffa)
      • Fixed Thief's Backsliding animation (b2aa7e69)
      • Corrected VIP Drop calculation (9959c919)
      • Added Lasagna to atcommand `go` locations (d9d9042b)
      • Fixed character deletion on 2014-10-22 (b0f5672a)
      • Fixed a warning for guild master change time (6e2ab600)
      • Fixed a small bug with atcommand `addwarp` (0d103bf6)
      • Overhauled and dropped packet db (f0ab8d2a, 574c7539)
      • Expanded script command `unitstopwalk` (d86c8a81)
      • Fixed a warning when obfuscation is disabled (d324cd1e)
      • Fixed `unitwarp` to unwalkable areas for NPCs (dae50306)
      • Fixed mod permission for private channels (9eaabd5f)
      • Added shuffle packets for 2017-06-14bRagexeRE (2f453e79. 7c2f3c4d)
      • Added script command `progressbar_npc` (cf0cfe84)
      • Disabled instances from using OnPC Events (8b3e9cd2)
      • Updated alternate 3rd job bodystyles (cac49fda)
      • Fixed homunculus menu for a few clients (433490a2)
      • Initial release of the Achievement system (7f5411da)
      • Allows families to share exp (3a556a35)
      • Added support for RODEX 2017 (02135c4e)
      • Added a new config to allow restrict guild alliance requests (b21f7c0a)
      • Fixed Item Combos in same equip index (3f8ff5a3, f0a07d6d)
      • Allows negative Equipment Attack (a5e18f12)
      • Fixed item selection dialog (dfbd6f6c)
      • Fixed pre-increment and pre-decrement operators (6748ff7e)
      • Fixed some memleaks in `skill_require_db` (b2c5424a)
      • Added script command `achievementupdate` (6581bac8)
    • DATABASE:
      • Updated Summoner class (5f7a143d)
      • Updated Item DB (c7438aa0, 7a3a6496, 2bd0fd5a, 77718c32, 1bfd28ee, 4af68603)
      • Updated skills: Hell Inferno, Hell's Plant (dc2c51cd, 5462b08d, 07392755)
      • Added placeholders for Mob DB (e00d8438)
      • Fixed some typos in the Achievement database (0126759d)
    • SCRIPT:
      • None
    • OTHERS:
      • Fixed compilation warnings and errors (2aefe6c1, 4dfeeade, df2c3e16, 94aa28aa, ad036d08)
      • Removed extra tabs/spaces in script_commands.txt (4b8720b4)
      • Removed packet_db copy from VS project (19d7c442)
      • Fixed file order in map-server project for VS (e157e05c)
      • Removed SQL upgrade files dated prior to 2016 (d912c503)
      • Renamed the Achievement SQL upgrade file (fdbdcb26)
      • Fixed release mode building of map-server (1e63f892)
      • Fixed some compilation warnings in release mode (d7c7d58d)
      • Fixed some RODEX related compile warnings (000786d9)

    Statistics

    • Excluding merges, 10 authors have pushed 76 commits to master and 98 commits to all branches.
    • On master, 148 files have changed.
    • There have been 17,797 additions and 6,793 deletions.
    • There are 18 merged Pull Requests and 5 Proposed Pull Requests.
    • There are 13 new Issues and 59 Closed Issues.

    List of Contributors

    • @4144, @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Asheraf, @Atemo, @CairoLee, @dastgir, @esu1214, @Everade, @f0und3r, @Felleonel, @feltenc, @Grimfiend, @hartonox, @hazimjauhari90, @hendra814, @Jeybla, @jezznar, @keitenai, @kukuasir1, @lelouch22, @Lemongrass3110, @Lux-uri, @Mikegyver, @mrjnumber1, @RagnarokNova, @ragnarokValor, @reigneil, @Rytech2, @sader1992, @sanny1128, @secretdataz, @sikiro, @talesvalente, @technoken, @ToiletMaster, @Tokeiburu, @uddevil, @Valorro, @vstumpf, @Yuchinin, @zackdreaver, @zellkennedy

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 9
  6. June Digest 2017
    The following digest covers the month of June, 2017.

     

    Staff Changes

    • None

    Development Highlights

    • CORE:
      • Fixed warps between 2 maps of the instance (ddee418)
      • Implemented Clan Instance support (f450538)
      • Added support for 2016's guild packets (9412ebb)
      • Fixed login on 2017-03-15 and later (52ac564)
      • Added support for 2017's guild leader change (b51617c)
      • Fixed party window for 2017 clients (816d8ab, 7351b88)
      • Fixed Status Recovery's interaction with other skills (b2d72ca)
      • Corrected a SQL buffer type for bound items (1282594)
      • Fixed color by default in questinfo script command (ad82c6b)
      • Changed some GvG checks (264af55)
      • Fixed some damage skills which ignored walls (05a778d)
      • Updated atcommand changegm area name update (3093824)
      • Fixed false duplication of items on trading (6b8dbf9)
      • Implemented basic RODEX support (58776da, 3acf1aa)
      • Adjusted RODEX mail return and delete timer (9d7d368)
      • Adjusted NPC casted skill cast times (2a6277a)
      • Added a config for Banana Bomb (e804970)
      • Fixed a bug with script command strnpcinfo (a7c8751)
      • Replaced rand() to rnd() (20908ee)
      • Fixed motd parsing (9827bf6)
      • Updated sleep2 command (a8e4c83)
    • DATABASE:
      • Item DB updated (887efa4, 55935a1)
      • Updated Rune Knight Runestone effects (4a2bd82, c212b2e)
      • Corrected some Aegis item names (a89e051, fb2ab5b)
      • Added some placeholder from kRO data patch 2017-06-07 (8e7d739)
      • Updated Item Package and Aegis names (6c266ae, 6d962d7, 399d11c)
      • Updated mapcache.dat (b9db861)
      • Updated produce_db.txt to include Combination Kit (6ce8468)
      • Updated /re/refine_db.txt (56201ae)
      • Removed all bAtkRate item bonuses from renewal (d5b67f3)
      • Added some placeholder for mob_db.txt (c8496a1)
      • Resolved function timers not being freed properly (ba242eb)
    • SCRIPT:
      • Fixed  bug with vip_status command (d0ca637)
      • Initial release of Lasagna NPCs (a5afb06)
      • Added Clan Emblem to the NPCs (45e91e2)
    • OTHERS:
      • Added instruction on how to get Git Hash (1005b46)
      • Cleaned up Visual Studio project minicore (76786e2, da036de)
      • Resolved compiler warning when compiling rAthena using clang++ (bd33f01, 6fc2399)
      • Migrate core source files to C++ (4a2574c, 809fc35)
      • Fixed compile error when ADJUST_SKILL_DAMAGE macro is defined (e87626c)

    Statistics

    • Excluding merges, 7 authors have pushed 61 commits to master and 96 commits to all branches.
    • On master, 252 files have changed.
    • There have been 28,706 additions and 3,487 deletions.
    • There are 20 merged Pull Requests and 8 Proposed Pull Requests.
    • There are 11 new Issues and 30 Closed Issues.

    List of Contributors

    • @admkakaroto, @aleos89, @anacondaqq, @Atemo, @awayne910, @cydh, @exneval, @Felleonel, @hazimjauhari90, @jenkijo, @Jeybla, @jezznar, @kukuasir1,@Lemongrass3310, @mrdiablo, @RadianFord, @RagnarokNova, @secretdataz, @Tokeiburu, @uddevil, @zackdreaver

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 8
  7. 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

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 5
  8. April Digest 2017
    The following digest covers the month of April, 2017.

     

    Staff Changes

    • Jeybla is now a Core Developer
    • srhmike is now a Forum Moderator
    • Sryx is now a Forum Moderator
    • Cyro is now a Forum Moderator
    • Technoken is now a Forum Moderator
    • Promise is now a Forum Moderator

    Development Highlights

    • CORE:
      • Fixed Storage bug (c218eb6)
      • Added cash shop support to 2012-04-10 (3cce333)
      • Fixed a bug with Renewal table loading (ec1fe15)
      • Added new script command: chatmes, getfreecell (72fe4cd, 0c2ccc7)
      • Re-link monster drop data with item data (d6594ee)
      • Fixed sleep times getting freed twice (4b9ade3)
      • Fixed debug output for missing char server tables (780ebd1)
      • Removed password outputs on login server console (100d71e)
      • Added current_equip_item_index check (384917b)
      • Adjusted Status Change display in status window (a75133e)
      • Removed empty script check for usable items (38e0496)
      • Implemented Channel System expansion (c87dba5, c3ad04d, 4f99567)
      • Fixed Blessing ending Curse before the Curse check (f1af321)
      • Updated Homunculus-S skill failure messages (452d9c6, b4857cc)
      • Added deprecation functionality to script engine (5923633)
      • Removed unnecessary library includes (4cfaa18, 31cd394)
      • Initial release item Random Option for monster drop (e59cdff)
    • DATABASE:
      • Skill update: Claymore Trap, Blast Mine, Land Mine, Monster's Bombs, Feint Bomb, Stealth Field, Neutral Barrier, Pain Killer (5d90380, 0a35e3a, 1261d92, caed389, 800f491, cbc3b26)
      • Item DB updated (f0b7feb, a040a52)
      • Expanded Baby Jobs (39e54d6, b7d802a, 2029f2e, ad0731f, ed24be1)
      • Added missing Quest ID in quest_db.txt (f57f3e7)
      • Added support for the latest NPC and Mob IDs (7d20033, 25da0fe)
      • Adjusted skill_nocast_db settings (a7c682f)
    • SCRIPT:
      • Fixed a bug in Sara Memory (a6b252c)
      • Removed extra semi-colon from multiple scripts (73b798b)
      • Updated DTS Warper in moc_ruins map (3986195)
      • Fixed wrong condition in monk.txt (c098d0c)
      • Converted some scripts to warps (cdc0527)
      • Fixed a bug in Continental Guard NPC (9e6b02a)
    • OTHERS:
      • Updated Instancing document (82967fc)
      • Fixed a compile warning and error (4369b47, f9a0f81)
      • Removed ancient SQL Upgrade files (9af37d2)
      • Updated default PACKETVER to 55 -> 20151104 (33c31ca)
      • Fixed misc grammar on documentation (58bad46)
      • Removed rAthena-15.sln (da36b26)
      • Updated appveyor.yml to use new solution (7fb245b)
      • Added missing EOL in project files (fcba7b7)
      • Moved the .bat scripts into the tools folder (448e5e8)
      • Updated gitignore for the moved shell scripts (3995fff)
      • Redirected build output into the .vs folder (bfeb697)
      • Added a -D equivalent for msbuild in Appveyor (4348ef3)
      • Added Visual Studio x64 support (07b2ef2)
      • Removed dbghelp.dll (be9b13d)
      • Enabled x64 in Appveyor (4a64986)

    Statistics

    • Excluding merges, 12 authors have pushed 67 commits to master and 132 commits to all branches.
    • On master, 295 files have changed.
    • There have been 25,469 additions and 18,650 deletions.
    • There are 23 merged Pull Requests and 15 Proposed Pull Requests.
    • There are 24 new Issues and 41 Closed Issues.

    List of Contributors

    • @Akkarinage, @aleos89, @anacondaqq, @Atemo, @CairoLee, @crazystorm2017, @cydh, @Encon21, @Everade, @feltenc, @hazimjauhari90, @Jeybla, @Joy-Ro, @Lemongrass3110, @LiamKarlMitchell, @Limestone, @MishimaHaruna, @MrAntares, @Playtester, @spangler88, @technoken, @TheNoobCompany, @Tokeiburu, @secretdataz, @stealth62, @wilkemeyer, @Yuchinin

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 7
  9. March Digest 2017
    The following digest covers the month of March, 2017.

     

    Staff Changes

    • None

    Development Highlights

    Statistics

    • Excluding merges, 1 authors have pushed 25 commits to master and 35 commits to all branches.
    • On master, 75 files have changed.
    • There have been 139 additions and 1,816 deletions.
    • There are 4 merged Pull Requests and 5 Proposed Pull Requests.
    • There are 12 new Issues and 20 Closed Issues.

    List of Contributors

    • @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Atemo, @cold-hr, @cydh, @daisyanne1380, @Everade, @ex0ample, @hazimjauhari90, @hendra814, @Indigo000, @Jeybla, @Lemongrass, @lucasoli, @MishimaHaruna, @MysticFurur0RE, @Playtester, @RadianFord, @secretdataz, @spangler88, @srhmike, @TokeiBuru

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 11
  10. February Digest 2017
    The following digest covers the month of February, 2017.

     

    Staff Changes

    • None

    Development Highlights

    Statistics

    • Excluding merges, 9 authors have pushed 39 commits to master and 47 commits to all branches.
    • On master, 75 files have changed.
    • There have been 1,437 additions and 410 deletions.
    • There are 11 merged Pull Requests and 3 Proposed Pull Requests.
    • There are 18 new Issues and 39 Closed Issues.

    List of Contributors

    • @Akkarinage, @aleos89, @alxalmora, @Angelic234, @Atemo, @CairoLee, @cydh, @daisyanne1380, @Everade, @exneval, @FrFrMako, @Fyrus, @Hactus, @hendra814, @Jeybla, @Joy-Ro, @KrokusPokus, @kukuasir1, @Lemongrass3110, @lighta, @macabu, @mrjnumber1, @keitenai, @Playtester, @RadianFord, @RagnarokNova, @secretdataz, @technoken, @Tokeiburu, @Triedge, @zackdreaver

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

     

    • Upvote 5
  11. January Digest 2017
    The following digest covers the month of January, 2017.

     

    Staff Changes

    • None

    Development Highlights

    Statistics

    • Excluding merges, 13 authors have pushed 64 commits to master and 77 commits to all branches.
    • On master, 293 files have changed.
    • There have been 16,238 additions and 11,806 deletions.
    • There are 17 merged Pull Requests and 7 Proposed Pull Requests.
    • There are 20 new Issues and 60 Closed Issues.

    List of Contributors

    • @aleos89, @alxalmora, @anacondaqq, @Atemo, @CairoLee, @chriser-, @cydh, @Emistry, @exneval, @Everade, @guilherme-gm, @Indigo000, @kukuasir1, @jamon18, @Jeybla, @johnfercher, @landergate, @Lemongrass3110, @lighta, @LiMoon, @lucasoli, @marky291, @MrAntares, @naffej, @Playtester, @raynra, @rubie123, @secretdataz, @sigtus, @srhmike, @RagnarokNova, @technoken, @Tokeiburu, @vstumpf, @zackdreaver

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 5
  12. Sometimes when I post something, the CloudFlare check kicks in and erases the whole post, so I tend to edit it first somewhere else offline.

    It happened to me 3x in the past and I had to rewrite the post again, so for me it's 'better safe than sorry'.

  13. December Digest 2016
    The following digest covers the month of December, 2016.

     

    Staff Changes

    Development Highlights

    Statistics

    • Excluding merges, 10 authors have pushed 71 commits to master and 110 commits to all branches.
    • On master, 132 files have changed.
    • There have been 10,357 additions and 1,690 deletions.
    • There are 13 merged Pull Requests and 9 Proposed Pull Requests.
    • There are 22 new Issues and 53 Closed Issues.

    List of Contributors

    • @admkakaroto, @Akkarinage, @aleos89, @anacondaqq, @Asheraf, @Atemo, @CairoLee, @cydh, @Darkelfen, @Dragonnnn, @Emistry, @Everade, @gmsour, @GrumpyLittlePanda, @hendra814, @hnomkeng, @Lemongrass3110, @LiMoon, @Locien, @MrAntares, @mrjnumber1, @Playtester, @secretdataz, @srhmike, @Stolao, @technoken, @Temtaime, @theultramage, @Tokeiburu, @Vexillio, @Weskercorp, @zackdreaver

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

     

     

    The rAthena community would like to say
    "Happy New Year 2017!!"

    graphics-fireworks-325975.gifbunny_03.gifgraphics-fireworks-325975.gif

    • Upvote 2
  14. November Digest 2016
    The following digest covers the month of November, 2016.

     

    Staff Changes

    • Administrators group has been replaced with Forum Manager and Development Manager group.
    • @Akkarin is now a Forum Manager.
    • @Aleos is now a Development Manager.
    • Global Moderator, Scripting Leaders, Support Leaders group has been merged into Forum Moderator group.
    • @Emistry and @Skorm are now Forum Moderator.
    • Graphic Leaders group has been replaced with Content Moderators.
    • @Adel and @Najara have been moved into Content Moderators group.
    • @Azura Skyy, @Chemical Crush and @Haziel have been promoted to Content Moderators.
    • Core Dev Manager and Script/DB Dev Manager group have been removed.
    • Core Developers, Script/DB Developers, Documentation Developers, and Supporting Developers group have been merged into Development Team group.
    • @Antares, @Capuche, @Lemongrass, @Lighta, @nanakiwurtz, @Nova, @Playtester, @rayn, @Secrets and @Stolao have been moved into Development Team group.
    • Translators group have been removed.
    • @Euphy, @Radian, @Limestone@Olrox, @KamiShi, @tr0n and @Ai4rei are now Community Contributors. Thank you all for your contributions to rAthena community!

    Development Highlights

    • CORE:
      • Initial release of Premium Storage (46b1de7)
      • Fixed memory leak when player's string variable is cleared (4753407)
      • Fixed a bug in party creation (485ae6f)
      • Refactored clif functions for unit names (418d820)
      • Fixed a potential map crash (06aec01, a03105b, 595d9b7)
      • Removed duplicate check for storage size (aa0b7cd)
      • Added unit flag UF_CRAZYWEED_IMMUNE (805f11d)
      • Fixed `npc_cashshop_buy` for 2010-11-16 client or older (20e228a)
      • Cleaned up instance parsing checks (0b68035)
      • Fixed aggressive mode of slaves (78d9e2a)
      • Fixed autospell bonuses (cbc365d)
      • Fixed rental timer display (45d9674, 82675d8)
      • Removed unused battle configure "disp_serverbank_msg" (e21b392)
      • Fixed IgnoreDefClassRate check (623d845)
      • Fixed Anodyne usage on no teleport maps (74a703d)
      • Fixed a possible null pointer (4687247)
      • Corrected vending order of similar item IDs (56512ce)
      • Cleaned up fame lists (4ed035b)
      • Implemented correct windows socket cleanup (b5de7df)
      • Removed unused functions (8028789)
      • Optimized Inventory, Cart Inventory, and Storage usage (ade1b17)
      • Cleaned storage saving output (28cee2ca)
      • Corrected Storage dirty flag check (d1cc320)
      • Fixed a map crash with pet items (5332d7f)
      • Fixed an uninitialized variable (cb279a7)
      • Fixed a shadowed variable (9bf5d4a)
      • Fixed atcommand changecharsex sync issue (3dfdb38)
      • Removed double saving attempts (dfccb88)
      • Initial release of the Clan system (ecc8cf9)
      • Added sura jobs to the switch on party.c (0fa8919)
      • Small OPTION_INVISIBLE refactor (ef63cff)
      • Fixed some arrays not zeroing out on status recalculation (0dd3c74)
      • Replaced hardcoded genders with constants (9b1b7b1)
      • Split item stack database between renewal and pre-renewal (2c32011)
      • Definition cleanups (c88ca44)
    • DATABASE:
      • Skill update: Severe Rainstorm, Round Trip, Fire Rain, Voice of Siren, Crazy Vines, Frigg's Song, Spiritual Sphere Absorption, Cursed Circle, Frost Nova, Land Protector, Volcano, Deluge, Violent Gale, Lux Anima (c1d9520, cc733a9, 6e97762, c8d37c4, 9a009bf, db3ef52, ee9a0f9, 09a0c29)
      • Item DB update (9fcdcbd, 8c3562a, c7a9dd8, dcc3285, ab7ca67, 1aa2012, 633a642, aaca853)
      • Corrected Sling Item behavior (eae1161)
    • SCRIPT:
      • Resolves players getting stuck in Airship Dice Quest (162c5a2)
      • Fixed potential script quest warning (afd6f20, d78da42)
    • OTHERS:
      • Minor define cleanups (dc8d466)
      • Small documentation cleanups (b831287)
      • Added Discord link to Readme.md file (12ca9a0, 378b4dd)
      • Updated wiki references in README (61ce61c, ea085f8)
      • Resolved some compile errors and warnings (c00c734, 9910478, 9aaf18e)
      • Removed rAthena Stat Reporter (00fd5e7)
      • Added enc_temp_folder to gitignore list (6c27a13)
      • Added missing empty newlines to a lot of files (9040613)

    Statistics

    • 11 authors have pushed 103 commits during this period.
    • On master, 315 files have changed.
    • There have been 5,882 additions and 3,178 deletions.
    • There are 11 merged Pull Requests and 13 Proposed Pull Requests.
    • There are 17 new Issues and 62 Closed Issues.

    List of Contributors

    • @admkakaroto, @Akaineko-astasi, @Akkarinage, @aleos89, @anacondaqq, @Atemo, @CairoLee, @chriser-, @cydh, @Darkelfen, @dragonis1701, @ernestfegarido, @Filipe-Souza, @Felleonel, @Fyrus, @Grantea, @hnomkeng, @Hope8888, @Jeybla, @Keniski, @kukuasir1, @lelouch22, @Lemongrass3110, @lighta, @lucasoli, @mgksrt8, @mkbu95, @mrjnumber1, @MuzTank, @Paoly28, @Playtester, @RadianFord, @RagnarokNova, @reigneil, @secretdataz, @srhmike, @stealth62, @Temtaime, @Tokeiburu, @whupdo, @zackdreaver

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 6
  15. October Digest 2016
    The following digest covers the month of October, 2016.


    Staff Changes

    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)
    • 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)

    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

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 8
  16. September Digest 2016
    The following digest covers the month of September, 2016.


    Staff Changes

    • None

    Development Highlights

    • CORE:
      • Added defines and constants for new skills (382c8d4)
      • Corrected script command `unitwalk` (432dcda)
      • Fixed typo in warning message of `getcastledata` (cf80d72)
      • Initial release of `nocostume` mapflag (23b271c)
      • Added new Status Changes (b46e433)
      • Fixed Cart is not shown after relog (dc8471d)
      • Battleground script command expansion (33cda97)
      • Adjusted minimum vit_penalty_num config to 1 to avoid potential crash (ddac48d)
      • Fixed map-server errors from Cloud Kill (391f0d6)
      • Added more Exports constants (79b39e5, 228f0c5)
      • Added English comments in nullpo.h (90539f4)
      • Changed mob parsing order (8e3da7f)
      • Enabled Warlock for atcommand `bodystyle` (7be38fa)
      • Fixed random options with MAX_ITEM_RDM_OPT < 5 (3b09de1)
    • OTHERS:
      • Fixed an ambiguous if statement (01e5fbe)

    Statistics

    • 11 authors have pushed 110 commits during this period.
    • On master, 207 files have changed.
    • There have been 11,707 additions and 1,845 deletions.
    • There are 18 merged Pull Requests and 9 Proposed Pull Requests.
    • There are 6 new Issues and 26 Closed Issues.

    List of Contributors

    • @aleos89, @anacondaqq, @Atemo, @cydh, @cyilcode, @Fran-, @Hope8888, @icxbb-xx, @Indigo000, @Jeybla, @Lemongrass3110, @LiMoon, @lucasoli, @paecantalup, @Playtester, @Ridley8819, @secretdataz, @X-eno, @zackdreaver

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 6
  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)
    • 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)

    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

    /no1Show your support to rAthena by submitting your Issue or Pull Requests! /mail
    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

    • Upvote 5
×
×
  • Create New...