Jump to content

Leaderboard

Popular Content

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

  1. 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
  2. Description: Character Voice System is a custom feature that allows player to make voices when using skills or when dying. Features: Three voice types Easy to add new voice types @vlisten command for turn ON/OFF listening to players voices. Works through permanent player variable Configurable delay for not spamming voices Enable/Disable voice system through Battle Config. How it work? This system work through a permanent player variable called "VTYPE", so you must set this variable for change voices. VTYPE: 0 | Voice Type 1 (Default) VTYPE: 1 | Voice Type 2 VTYPE: 2 | Voice Type 3 etc... Note: this system only include 3 voice types, if you want more voices, add by yourself. Adding new voices: For adding new voices you must to follow a structure in your .wav files. <M/F>_skill_<VTYPE>_1.wav <M/F>_skill_<VTYPE>_2.wav <M/F>_skill_<VTYPE>_3.wav <M/F>_nodamage_<VTYPE>.wav <M/F>_die_<VTYPE>.wav Example: Adding voice type 5. // For Male M_skill_5_1.wav M_skill_5_2.wav M_skill_5_3.wav M_nodamage_5.wav M_die_5.wav // For Female F_skill_5_1.wav F_skill_5_2.wav F_skill_5_3.wav F_nodamage_5.wav F_die_5.wav Made in rA Git Has: d08bc1ce2d7c652f9a5d0c399ed724f248c51dea If you're interested in this, feel free to contact me by PM or Discord: Easycore#3412
    1 point
  3. View File TouchDown v2.0 (Original author Alayne) // Config starts here ---------------------- $maxTDMemberCount = 8; // Max players to start (if 4v4, settings should be = 8) $TDEntryPrice = 10000; // Zeny entry fee .pointPerKill = 1; // Points gained per kill $pointPerTouchDown = 5; // Points gained per touch down .pointPerVictory = 10; // Points gained per victory .reward = 7773; // Reward ID setarray .rewardMin[0], 5, 1; // Reward amt <WIN TEA>, <LOSE TEAM> setarray .rewardCnt[0], 10, 20; // Reward count setarray $TDDuration[0], 1, 10, 15; // Game time in minutes .buffs = 1; // Buff after death ( 1 = on ; 0 = off ) .redteam_color = 412; // Red team cloth color .blueteam_color = 300; // Blue team cloth color set $delayBetweenRounds, 2; // Delays between rounds (in seconds) // Config ends here -------------------------- DISCLAIMER: I DONT OWN OR HAVE THE RIGHTS IN THIS SCRIPT. I am just a mere fan of the author and decided to fix problems I encountered when installing the script. Original Author is @Alayne, this is modified and posted with permission from author herself. Submitter pajodex Submitted 02/28/2018 Category PvP, GvG, WoE, Battleground Video Content Author Alayne, pajodex  
    1 point
×
×
  • Create New...