Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/04/17 in all areas

  1. February Digest 2017 The following digest covers the month of February, 2017. Staff Changes None Development Highlights CORE: Added a code to close the shop when player disconnects (Git Hash: baa91f8) Fixed VIP gemstone requirement setting (Git Hash: 320bf90) Added missing SCB for Geffen Magic statuses (Git Hash: bb42b31) Added missing Elemental Resist Potion icon (Git Hash: 84df170, Git Hash: 778e96e) Fixes AgitEnd2 Scriptcommand (Git Hash: 929384c) Fixed a broken character in `skill.c`'s comment (Git Hash: ae182ef) Fixed Cart Weight calculation (Git Hash: 52f9bf6) Cleaned up character saving (Git Hash: d99c914, Git Hash: 90e3f89, Git Hash: 4623d37) bindatcmd now supports the new event name length (Git Hash: 7377f0f) Update name for all party members on rename (Git Hash: aa7de20) Fixed market shop weight calculation (Git Hash: 068d18c) Added the packet db entry for 0x0A0E (Git Hash: cc3b39c) Added some missing string escapes (Git Hash: 3b5699e) Removed Freezing and Crystalize from OPT1 (Git Hash: ca051d1) Expanded script command setbattleflag (Git Hash: 0c20c59) Cleaned up processing of secondary tables (Git Hash: 5d22e1c) Remove sleep timers when a script is unloaded (Git Hash: afa880e) Fixed invalid damage on WoE maps (Git Hash: 2f659e4) Fixed character rename feature (Git Hash: 7cf081c) Initial release of the cash shop sales (Git Hash: aaa4ea9) Fixed the day of the year function (Git Hash: 93f74cf) Fixed cashshop removal issue (Git Hash: 03ffd99) Increased the integer storage type for EXP (Git Hash: 6c0debb) Moved the knockback check to the correct location (Git Hash: 6c0debb) Adjusted check to remove prereqs from skill_tree (Git Hash: 2931b76) Expanded VIP Gemstone configuration (Git Hash: 251c400, Git Hash: 8bdaf1e) Fixed some misc. stuff (Git Hash: 4a2964f) DATABASE: Skill update: Back Slide, Cloud Kill (Git Hash: c853ef0, Git Hash: 431f30a) Fixes Queen Scaraba Card (Git Hash: e1e2bfa) Corrected Shoes of Valor bonus (Git Hash: 987901f) SCRIPT: Fixed Clearchus Mercenary NPC (Git Hash: 4270ef8) OTHERS: Added better documentation for skill splash range (Git Hash: c770990) Added batch file for Windows Mapcache user (Git Hash: 196017c) Updated Issue and Pull Request templates (Git Hash: 66cfa06) Fixed a compile warning on centos (Git Hash: eebbf1d) 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 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
    3 points
  2. You can check roBrowser's sprite loading; it's very clear and on point: https://github.com/vthibault/roBrowser/blob/master/src/Loaders/Sprite.js
    1 point
  3. https://github.com/rathena/rathena/wiki/Basic-Scripting https://github.com/rathena/rathena/wiki/Tips-and-Tricks https://raw.githubusercontent.com/rathena/rathena/master/doc/script_commands.txt
    1 point
  4. About This release is related from previous change requests, there are Gives no more drop if quest's objectives are complete Auto-complete quest if quest's objevtives are complete Gives the quest drop only for the mob killer Makes the killer as the center for party member check for updating quest's objectives, not the killed mob position Increase range for objective's counter for party in same map, not only must be in same area New file It's db/[pre]-re/quest_misc.txt, it contains: // Quest DB misc information // // Structure: // quest_id,flags,range // // quest_id: // See available quest at db/[pre-]re/quest_db.txt // // flags: // The value is bitmask of // 1 : Sets the quest state to Q_COMPLETE if all objectives are completed // 2 : Does not give quest drop if objectives are completed // 4 : Gives quest drop only for the killer // 8 : Makes the killer as center for distance checking // // range: // The max distance area for party members get objective counter from the center. // If 0 or no value defined, default range is AREA_SIZE. Screen Shots soon Download Git Hash: 129812d6 2018-10-05: quest_misc_db-rA-20181005-129812d6.diff Links Branch (not updated yet)
    1 point
×
×
  • Create New...