Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/02/16 in all areas

  1. 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
    2 points
  2. original by Napster ( https://rathena.org/board/topic/97889- ) equivalent ExtendedVendingSystem_1.9.4_r15149.diff very recommend use clean server for this patch. back up your server first before patch and use as your own risk. Step 1: download patch.diff and place to rAthena working directory. Step 2: in Git Bash, browse to rathena directory (cd command) and execute this command. patch -p1 -l < patch.diff or git apply patch.diff result should be. Step 3: migrate database by command. mysql --user=dbuser -p dbname < sql-files/upgrade_extended_vending_item.sql Step 4: re-compile. Step 5: start the server. test result with rAthena server commit "f8a8c9fe798c315a3a340eb5a484d275c5c543b2" (24 August 2016) Edit: Updated 10 August 2016 patch.diff
    1 point
  3. That moment when you use Hercules Emulator. xD
    1 point
  4. There's nothing server-sided that prevents you from casting skills while auto-attacking. The client simply won't send skill requests. Only solution would be to write your own client. But it's easier to just not use autoattack I guess. Well, you could also use a tool to manually send skill requests.
    1 point
×
×
  • Create New...