Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 04/05/16 in all areas

  1. March Digest 2016 The following digest covers the month of March, 2016. Staff Changes NoneDevelopment Highlights CORE:Release of Doram race! (daa9e01) Fixed a bug in HP recovery when using Berserk, MERC_HPUP or MERC_SPUP (1bf8537) Fixed a bug in Cashshop, Itemshop and PointShop (2fd0517, a16fb7c, 3a5f3a3, 4eb3a9e) Fixed a party chat bug on client 2015-10 and newer (98fedbd) Fixed a bug where experience might go above the defined max level and multi level up exploit and overflow (b1b3aae, ae8ba78, 551bf2e, b70b259) Fixed a bug in monster angry mode and provoke status (ecb01c4) Updated the Line of Sight system (7906f0a) Implemented serverside Navigation System and a new script command "navigateto" (4f13007, 179f734) Fixed a potential crash with script command "setunitdata" (0d5e491) Fixed official exp giving script (9ebf59c) Expanded script command "addrid" (b98ba7a) Refactored Party Booking defines (ed7157c) Implemented new adoption methods, via atcommand and script command (0f5b6db) Fixed Rental Item removal on expire (074bdde) Fixed MVP Exp message issue on client 2013-12-23c and newer (85749e8) Fixed critical Duel exploit (c6ed8a4) Fixed an error popup at char selection screen on client 2015-10-01 and newer (aea025e, 33f397c) Implemented the Trap Invisibility setting (f31475d) Fixed monster random walk (718e478) Implemented official Long Range Critical bonus (9e82454) Fixed defense overflow exploit (590f42c) Fixed a parsing issue with #command (31ef12b) Implemented new script command: 'min' + 'max' (cdd3fdf) DATABASE:Skill Update: Chain Lightning, Jack Frost, Status Traps, Stone Fling, Leap, Cannon Spear, Madogear, Demon of the Sun Moon and Stars, Ground Drift, Excruciating Palm, Shield Press, Earth Shaker, Sightless Mind, Tiger Cannon, Snap, Ganbantein, Gravitational Field, Flying Kick, Arrow Shower, Arms Cannon, Epiclesis, Decrease Agi, Adoramus, Icewall, Talkie Box, Feint Bomb, Fire Expansion, Knuckle Arrow, Madogear Repair, FAW Removal, Volcanic Ash, Tarot Card, Gospel, Checmical Protection, Meteor Storm, Catnip Meteor, Banding, Warmer (1616e06, 61a48b9, 0677347, fef0d3d, e7150ee, 80e0264, 0fb78d4, b5de854, aa6a111, a021829, 1ca9fb5, 989a252, 7f7af2e, 0bd337d, 242b3c1, 960007a, 88d2dde, 894d6f2, 1365d94, ba640cf, fe97051, 1812fdd) Added missing mapflag (033cdba) Added missing mob placeholders (543d2c3, 081b03c) Updated item db and combo script (96bf081, 59c92b7, 9ebf59c, 0ea8c90, ad49794, 107a724, 0f41f98) Fixed Status changes that can cause damage (a6f73a6) Fixed Fear status effect (fbb8edb) Implemented official Exp for Summoner (787f41c, 1c055f9) Implemented official effect of Vellum Vanish (6dc437f, e071256) Added placeholders for Summoner class in Pre-RE database (c6720b2) Fixed skill combo activation and targeting (7ccca9d) SCRIPT:Fixed missing color marker, strnpcinfo and some bug fix in some scripts (7e66be5, 614a010, f1c9089, 6f34c14, c5cd672, 4b3d8dd, 3cd6774, 438e33a, 9c99c5c, f3fa99f, 15d27a4, a2941b7) OTHERS:Fixed some compile error and warnings (709424a, 084fbc8)Statistics 11 authors have pushed 107 commits during this period. On master, 135 files have changed. There have been 3,832 additions and 1,946 deletions. There are 13 merged Pull Requests and 6 Proposed Pull Requests. There are 30 new Issues and 85 Closed Issues. List of Contributors @admkakaroto, @aleos89, @anacondaqq, @Artuvazro, @Atemo, @AtlantisRO, @cydh, @Darkelfen, @Everade, @firecroll, @icxbb-xx, @jezznar, @joelolopez, @julia40124009, @Lemongrass3110, @mgksrt8, @nanakiwurtz, @panko11, @Paoly28, @Playtester, @playpsro, @Racaae, @RadianFord, @RagnarokNova, @Ragno1, @raynra, @reunite-ro, @secretdataz, @Sweet520, @stealth62, @Tearbytes, @vakhet, @Vomaito Show your support to rAthena by submitting your Issue or Pull Requests!
    3 points
  2. Prolog There are many skills that actually can be set easily to ignore some bonuses. Example Gate of Hell ignores Long Range bonuses (from attacker's and target's gear), the value will be 0x0081000. // - Expanded NK Flags [Cydh] // - These flags are split value of 0x08 - Skill ignores caster's % damage cards // - If you want to this flag works better, remove the 0x08 and 0x10 first // 0x0001000 - Skill ignores caster's % range damage cards (bLongAtkRate) // 0x0002000 - Skill ignores caster's % race damage cards (bAddRace, bMagicAddRace, bAddRace2) // 0x0004000 - Skill ignores caster's % class damage cards (bAddClass, bMagicAddClass) // 0x0008000 - Skill ignores caster's % elemental damage cards (bAddEle, bMagicAddEle, bMagicAtkEle) (split of 0x10 - Skill ignores elemental adjustments) // 0x0010000 - Skill ignores caster's % size damage cards (bAddSize, bMagicAddSize) // 0x0020000 - Skill ignores caster's % specific monster damage cards (bAddDamageClass, bAddMagicDamageClass) // 0x0040000 - Skill ignores caster's % skill-type & mastery mastery bonus? (Adv. Katar Mastery) // - These flags are split value of 0x80 - Skill ignores target's def cards // - If you want to this flag works better, remove the 0x80 and 0x10 first // 0x0080000 - Skill ignores target's range reduction cards (bNearAtkDef, bLongAtkDef) // 0x0100000 - Skill ignores target's race reduction cards (bSubRace, bSubRace2) // 0x0200000 - Skill ignores target's class reduction cards (bSubClass) // 0x0400000 - Skill ignores target's elemental reduction cards (bSubEle) (split of 0x10 - Skill ignores elemental adjustments) // 0x0800000 - Skill ignores target's size reduction cards (bSubSize, bSubDefEle) // 0x1000000 - Skill ignores target's specific monster reduction cards (bAddDefMonster, bAddMDefMonster) // 0x2000000 - Skill ignores target's skill-type reduction cards (bMagicAtkDef, bMiscAtkDef) // 0x4000000 - Skill ignores target's status reduction bonus (SC_MDEF_RATE, SC_DEF_RATE) Download LATEST skill_db_nk_expand-rA-20191001-dda63f51.diff skill_db_nk_expand-rA-20190611-34971e57.diff skill_db_nk_expand-rA-20180708-f2437f4a-v1.diff Changes with old version The flag values are shifted left 1 byte (example 0x100 becomes 0x1000) so it won't be conflicted with multi-hit critical updates on Pull: 2982
    1 point
  3. there are tons of "item to item trader npc" in the forum... http://upaste.me/fd6d21779b8a1ac70 http://upaste.me/00c3961ef9f4b5a http://upaste.me/1d10278cd3db1e7 etc
    1 point
×
×
  • Create New...