Commit Graph

  • d876272283 Bug Fixes * Cleaned up the card fix calculations once more. (bugreport:8848) * Fixed Kaite pre-renewal effect. (bugreport:6415) * Fixed a possible crash from Elemental Action. * Cleaned up the costume atcommand messages. * Fixed a few issues from the CppCheck report. aleos89 2014-04-03 14:38:58 -04:00
  • 0081e25922 Costume System cleanup. - Cleaned up overall system to work like officials. - Added costume atcommand to easily enable/disable costumes. aleos89 2014-04-03 11:26:38 -04:00
  • 2fe8140f96 Quest Log system improvement. (Hercules 6f55c00) - Improved memory usage of the quest log system. (saves up to 75kB per online character). - Fixed various issues with quest entries disappearing from characters without an apparent reason, or monster kill counters getting stuck - the issues were caused by a de-synchronization between the two parallel questlog arrays in map_session_data. - Added some code documentation. - Thanks to @shennetsind and @MishimaHaruna. aleos89 2014-04-03 09:39:34 -04:00
  • cc59315323 Fixed some 3rd class skill effects not displaying properly. (bugreport:8144, 8804) (Hercules 8cc9012) aleos89 2014-04-03 08:48:49 -04:00
  • 44ddd96365 Bug Fixes * Updated Poem of Braggi cast time reduction bonus from Musical Lessons to only be 1% per level. * Updated Don't Forget Me ASPD decrease and movement speed formulas. * Updated many renewal and some pre-renewal status changes that effect ASPD to official. * Cleaned up some various status change formulas. aleos89 2014-04-02 15:23:35 -04:00
  • e86471bb0b Fixed npcshopattach not working on all Shop types. (bugreport:8850) aleos89 2014-04-02 13:19:39 -04:00
  • c4a41c4049 Fixed a compile error for pre-renewal. (bugreport:8855) aleos89 2014-04-02 08:27:42 -04:00
  • 744eb0e532 Follow up to 0fed97c to include a warning when skill_unit_layout/skill_nounit_layout has overflowed to prevent future issues. aleos89 2014-04-01 15:08:25 -04:00
  • 9b098e109e Merge pull request #62 from cydh/master aleos89 2014-04-01 14:49:45 -04:00
  • 0fed97c1d9 Bug Fixes * Follow up to 6e795af expiration timer passing wrong time value. Thanks to @MrKeiKun. * Follow up to 26afd76 to force players to use skill_sit before pc_setsit to invoke pc_stop_walking and pc_stop_attack first. * Follow up to 26afd76 to revert change on Extremity Fist status icon. * Fixed some Gentle Touch - Revitalize typos. * Fixed some Gentle Touch - Energy Gain typos. (bugreport:8846) * Corrected Explosion Spirits effect for renewal. (bugreport:8842) * Rebound status from Full Throttle will now disable HP and SP regeneration. * Fixed Mainframe Restructure not giving DEF bonus. (bugreport:8840) * Added Hiding and Sight to the list of skills not usable while riding Mado using _INF3 and removed hardcoded checks. * Increased the max skill unit layout to accommodate the addition of Fire Rain. (bugreport:8775) * Fixed Unlimit to not work with Warg skills and sets DEF/MDEF to 1 per Ziu's tests. * Fixed damage and life (hits) for Wall of Thorn. * Added an extra check for Crescent Elbow to check for short range and to handle knockback with the autospell skill. aleos89 2014-04-01 14:26:37 -04:00
  • 5e02af25af Fixed quest information icons not displaying properly on NPC. (bugreport:8156, bugreport:8157) (Hercules 1ab0017) aleos89 2014-03-31 08:16:44 -04:00
  • 0239b612f4 Merge pull request #65 from Akkarinage/master Akkarinage 2014-03-28 23:32:29 +00:00
  • d3428a329a Update README.md Akkarinage 2014-03-28 20:46:02 +00:00
  • 26afd769ce Bug Fixes * Fixed Chorus songs causing the map server to crash. (bugreport:8817, bugreport:8819) * Updated renewal Arrow Shower area to be 5x5 for levels 6-10. * Neutral Barrier should effect all targets and only block Earth Quake splash damage. * Only party and guild members should be affected by Stealth Field. * Fixed Cloud Kill layout to be 7x7. * Feint Bomb should explode after half a second. * Fixed Fire Rain unit ID causing Fire Wall, Ice Wall, and other unit skills to display improperly. (bugreport:8775) * Updated the effects of Banana Bomb, Concentrated White Potion Z, and Vitata 500. * Fixed Gentle Touch - Revitalize HP regeneration calculation. * Fixed Gentle Touch - Change making MDEF go below 0 and doing too much damage. (bugreport:8690) * Fixed Gentle Touch - Energy Gain not adding spirit balls when doing damage. * Fixed Gentle Touch - Cure to heal players who are wearing a shield with the Golden Thief Bug card. (bugreport:8815) * Fixed Tear Gas /sob emoticon not stopping when the skill ended. * Fixed Kagerou/Oboro charms not applying to specific skills. (bugreport:8823) * Updated some other Kagerou/Oboro skills. Thanks to idAthena. * Players will stop attacking when forced to sit through skill_sit. (bugreport:8796) * Fixed Extremity Fist not removing natural SP regen flag and adjusted the icon to show for the 5 minute duration. (bugreport:8811) * Implemented the official effect for Chaos Panic. (bugreport:8520) * Fixed a small typo for the knockback of Crescent Elbow. * Fixed Cross Slash not checking for players wearing Shields + Dagger/Sword. (bugreport:8797) * Synced up the 3rd class pre-renewal skill database files with the renewal skill database files. aleos89 2014-03-28 15:11:42 -04:00
  • de079a28da Removed duplicated commented values to eliminate encoding issues. Fixed tab-length to tidy the files up along the way. Akkarinage 2014-03-28 14:32:20 +00:00
  • f756d7e249 Merge branch 'rathena/master' Cydh Ramdh 2014-03-27 13:48:41 +07:00
  • f7d40ba71c Merge pull request #64 from sandbox-ra/patch-8 Euphy 2014-03-27 01:47:51 -04:00
  • 14301f3640 Minor fix on siege set combo. Jeric 2014-03-27 13:29:03 +08:00
  • 6e795af5c1 Added the remaining part to the official expiration timer. (Hercules 7120b55) aleos89 2014-03-26 09:27:03 -04:00
  • e1903cb97a Fixed some equip location itemscripts. (bugreport:8821) http://rathena.org/board/tracker/issue-8821-general-daehyon-card/ Euphy 2014-03-26 01:47:37 -04:00
  • c577480e98 Merge pull request #63 from sandbox-ra/patch-7 Euphy 2014-03-24 20:37:20 -04:00
  • 0e744c38ce Merge pull request #60 from sandbox-ra/patch-6 Euphy 2014-03-24 20:36:38 -04:00
  • 156c5c848d Minor fix on BG script. Jeric 2014-03-24 10:15:08 +08:00
  • 012ab92f8f Merge 01c30bf5056869b63d42612dd711b5d718ccc69d into cfa4d3c6b14a8f7231460056233ce86fc49c3d19 Cydh Ramdh 2014-03-22 07:46:49 +00:00
  • 01c30bf505 Script Command Updates: - *countitem: -- Added cartcountitem -- Added storagecountitem -- Added cartcountitem2 -- Added storagecountitem2 -- Added a new param 'AccountID' - *delitem: -- Added cartdelitem -- Added storagedelitem -- Added cartdelitem2 -- Added storagedelitem2 Cydh Ramdh 2014-03-22 14:44:20 +07:00
  • cfa4d3c6b1 Bug Fixes * Cleaned up some remaining Concentration leftovers from 1f26499. (bugreport:8756) * Added a missing break for the damage calculation of Cross Strike. * Adjusted the area of effect for Feint Bomb. * Miscellaneous cleanups. aleos89 2014-03-21 14:20:25 -04:00
  • e2fe7383e7 Minor bug fixes. - Fixed incorrect item IDs in Port Malaya quests. (bugreport:8810) http://rathena.org/board/tracker/issue-8810-quest-malaya/ - Updated Ship Captain Hat bonuses. (bugreport:8725) http://rathena.org/board/tracker/issue-8725-item-bugs/ Euphy 2014-03-21 00:21:38 -04:00
  • 1f26499994 Bug Fixes * Fixed Group A Songs not showing their respective skill animation. (bugreport:7379) * Fixed Cart Revolution pushing targets East rather than West. (bugreport:8806) * Chemical Protection should not remove Strip status. (bugreport:8807) * Concentration now casts Endure. (bugreport:4262, bugreport:8756) * Fixed the Riding Mount icon not showing up after relogging for Dragons and Mado Gear. (bugreport:8805) * Crescent Elbow will now knock the target back 8 cells. * Other miscellaneous cleanups. aleos89 2014-03-20 12:59:18 -04:00
  • 7081f0ce7a Update script_commands.txt Jeric 2014-03-20 17:18:40 +08:00
  • 51f26d43d2 Follow up e0c8e01 lighta 2014-03-18 17:36:23 -04:00
  • 26aad11908 Fixed the Item Shop and Point Shop not displaying their shop message when "callshop" is used. (bugreport:8710) aleos89 2014-03-18 15:30:22 -04:00
  • e0c8e01e08 Fixed Release not storing the cooldown of the skill that is released. (bugreport:8800) aleos89 2014-03-18 15:13:19 -04:00
  • c8d792488f Questlog fixes. - Lost Child (bugreport:8791) http://rathena.org/board/tracker/issue-8791-lost-child-quest/ - Muff's Loan (bugreport:8787) http://rathena.org/board/tracker/issue-8787-muffs-loan/ - Peace For Arunafeltz (bugreport:8790, needs confirmation) http://rathena.org/board/tracker/issue-8790-peace-for-arunafeltz/ Euphy 2014-03-17 18:24:19 -04:00
  • c7c5f7e89e Bug Fixes * Fixed Venom Splasher consuming a second Red Gemstone. (bugreport:8506) * Corrected Final Strike's damage formula. (bugreport:8648) * Shield Boomerang should always be a neutral attack. * Shield Chain should always take the element of the weapon. * Updated Occult Impact damage and force element to neutral on final attack. (bugreport:7462) * Added a list of skills that get forced to neutral for the final attack in renewal mode. Merge from idAthena. aleos89 2014-03-17 14:37:28 -04:00
  • 8198715203 Follow up to 165609d. Fixed a remaining typo by removing constant field. (bugreport: 8789) aleos89 2014-03-17 12:09:32 -04:00
  • 79fbd3bc69 Bug Fixes * Updated Pointpoint Attack to also have a chance to break Helm equips. (bugreport:8735) * Fixed Feint Bomb stacking with Hiding and Stealth. (bugreport:8346) * Updated the trigger area of Feint Bomb to be 3x3 and AoE is 5x5. (bugreport:8346) * Fixed Chemical Protection not removing Strip effects. (bugreport:8746) * Fixed Warg Strike's Warg requirement, reverted to misc attack, and ignores target's Flee. (bugreport:8732) * Warg Bite and Warg Dash now ignore target's Flee. * Corrected Epiclesis HP/SP recovery timer. (bugreport:8751) * Fixed Crimson Moon not working with Epiclesis. * Updated Spirit Sphere requirement for Gentle Touch - Cure to 1. * Fixed Shield Boomerang not taking weapon element into account. (bugreport:8757) * Homunculus skill re-use delay is no longer reset when vaporized. * Lauda Agnus and Lauda Ramus can now be casted when the caster is not in a party. * Cart Revolution will now always knock targets to the West (added config to disable). (bugreport:8753) * Updated all non-3rd class skills cast times. (Hercules e2fdc3b) * Corrected Prestige magic evasion formula. (bugreport:8737) * Poem of Netherworld will now only effect enemies except in WoE. (bugreport:8771) * Poem of Netherworld can be removed by Status Recovery and Lion Howling. * Updated Deep Sleep, Crystalize, and Vacuum Extreme to use base status. (bugreport:8749) * Self Destruction now ignores target's DEF cards. * Fixed Raising Dragon not recovering SP. (bugreport:8769) * Fixed Charm bonuses for Kagerou/Oboro. (bugreport:8319) * Moved calculation for Chorus bonus. * Fixed Over Brand damaging targets on the entire map. (bugreport:8736) * Fixed Cast Ninja Spell not randomly picking a status ailment to cast on target. (bugreport:8774) aleos89 2014-03-17 11:37:36 -04:00
  • ce5729a7ad Merge 161f976ce543a7bf9655e2fdd8cfc68753e7f24b into 0602234e4dff0560c2ff97a809f12cad7a5f8d04 Jeric 2014-03-15 05:48:21 +00:00
  • a8a5b4766e Merge 91e6a37e979d5f1b65a863e487a9c5a4eeb8665e into 0602234e4dff0560c2ff97a809f12cad7a5f8d04 Jeric 2014-03-15 05:48:18 +00:00
  • 0602234e4d Follow-up 165609d: fixed damage issue. (bugreport:8768, credits: Jey) http://rathena.org/board/tracker/issue-8768-about-the-damage-i-think-the-race-or-resist/ Euphy 2014-03-14 16:19:08 -04:00
  • 6362620fd3 Merge pull request #59 from scriptord3/master Euphy 2014-03-14 15:44:20 -04:00
  • bdf392d4c2 added status ids to db/const.txt scriptor 2014-03-14 20:38:16 +01:00
  • 184ba55dfc added status ids scriptor 2014-03-14 10:08:46 +01:00
  • 91e6a37e97 Update skill_require_db.txt Jeric 2014-03-14 10:04:31 +08:00
  • 161f976ce5 Update skill_require_db.txt Jeric 2014-03-14 10:00:54 +08:00
  • 8617d2b93e Merge f5100fe3909a2baa58408ba3e411dd42708273a6 into 8c133f139b85dfc00a7cefc36a07515b461c6278 Jeric 2014-03-13 23:05:04 +00:00
  • 8c133f139b Hercules merges. - If a player has both a Cart and Magic Gear, removing them will now first remove the Magic Gear first (instead of both simultaneously). (2f9a514) - Added overflow check to 'itemheal'; documentation updated. (1849d35) Euphy 2014-03-13 16:20:56 -04:00
  • 4889699376 Bug fixes. - Fixed guild names for payg_cas02 and payg_cas04. (bugreport:8763) http://rathena.org/board/tracker/issue-8763-castle-db-wrong-castle-names/ - Fixed OnTouch issues in Old Glast Heim instance. (bugreport:8738) http://rathena.org/board/tracker/issue-8738-oldglastheim/ - Fixed a minor documentation issue with 'pcblockmove'. (bugreport:8706) http://rathena.org/board/tracker/issue-8706-pcblockmove-description-incorrect/ Euphy 2014-03-13 15:47:02 -04:00
  • dd67f9de96 Bug Fixes: - 'hp_rate' and 'sp_rate' config aren't working. http://rathena.org/board/tracker/issue-8742-max-hpsp-battleconf-not-working/ - Mercenary DB that aren't being read properly whic also happens for Homunculus DB. http://rathena.org/board/tracker/issue-8761-mercenary-db-import-folder-issue/ - Fixed Elemental DBs that aren't being imported yet. (also changed to sv_readdb) Cydh Ramdh 2014-03-13 23:59:29 +07:00
  • bebfb06159 Follow up to f916504. Forgot to increase packet length. (bugreport:8745) aleos89 2014-03-13 11:23:03 -04:00
  • 165609d487 Fixed elemental reductions stacking to eventually cause 100% immunity. Thanks to Jey. (bugreport:8695) aleos89 2014-03-13 10:46:58 -04:00
  • e0324852d7 Merge pull request #56 from sandbox-ra/patch-3 Euphy 2014-03-13 09:56:13 -04:00
  • 83ee884891 Update script_commands.txt Jeric 2014-03-13 15:34:38 +08:00
  • 6bd5616e22 Merge pull request #55 from sandbox-ra/patch-2 Akkarinage 2014-03-12 12:13:15 +00:00
  • 7ee480a38b Update script_commands.txt Jeric 2014-03-12 18:11:07 +08:00
  • f5100fe390 Fix for Gentle Touch skills Jeric 2014-03-12 14:28:51 +08:00
  • 93cd1de363 Merge 2d00a9ccc054d4d2406f7f6967efeb894a50db00 into 0766c732299a8149ca5fbe3037326f8b60027ecc Jeric 2014-03-12 06:09:06 +00:00
  • 2d00a9ccc0 Fix for Gentle Touch skills Jeric 2014-03-12 14:08:55 +08:00
  • 29667923be Merge a90245ae1c261ad2f52d4346a8337d060a65286b into 0766c732299a8149ca5fbe3037326f8b60027ecc Jeric 2014-03-12 06:08:07 +00:00
  • a90245ae1c Fix for Gentle Touch skills Jeric 2014-03-12 13:57:14 +08:00
  • 288d6eab19 Fix for Gentle Touch skills Jeric 2014-03-12 13:40:48 +08:00
  • 0766c73229 Bug fixes * Fixed wrong bonus for Max HP (bugreport:8679) * HP/SP respawn (restart_hp_rate and restart_sp_rate) should be work now (bugreport:8642) * Fixed MVP drop that failed to make random order (bugreport:8665) Cydh Ramdh 2014-03-08 04:27:36 +07:00
  • 2dece5586d Bug Fixes * Follow up to 2cd1e8c compile error. (bugreport:8733) * Implemented official hiding effect for Feint Bomb. (bugreport:8346) aleos89 2014-03-07 15:51:16 -05:00
  • 2cd1e8c393 Bug Fixes * Reverted a change made to Raising Dragon for HP/SP Regen. * Fixed Rage Burst not consuming Rage Counters on use. (bugreport:7975) aleos89 2014-03-07 14:19:09 -05:00
  • 5aa2f17fc1 Bug Fixes * Fixed Guild Auras applying to other guilds. (bugreport:7073) (Hercules 81caf70, 7fc0697, eb53067) * Fixed wrong packet being used for storages on 20071002 and older clients. aleos89 2014-03-07 11:53:14 -05:00
  • df1b99212b Bug Fixes * Updated /stats+ to support 2013-12 and newer clients. (bugreport:8726) (Hercules 42b5c04) * Guild auras will no longer be removed on Land Protector. (Hercules 186fbc5) * Fixed the animation for logout. (Hercules 3f473c2) aleos89 2014-03-06 15:14:26 -05:00
  • 499010d34c Bug Fixes * Fixed Gates of Hell range check. (bugreport:8680) (Hercules d554d61) * Updated All Odin Power to official effects. (Hercules d554d61) * Removed the range check from Hell Gate. * Sorcerer Insignias are now disabled on Land Protector. * Fixed Rush Windmill adding BATK rather than WATK. aleos89 2014-03-06 13:18:37 -05:00
  • d010f67ac2 Bug Fixes * Updated Sightrasher area to be 15x15. (bugreport:8701) * Added missing accuracy decrease and Base Level damage modifier for Fatal Menace. (bugreport:8723) * Warg Strike issues: (bugreport:8724) -- Fixed Warg Strike not working while using Warg Ride. -- Warg Strike is now a neutral element. -- Warg Strike attack type is now a weapon. -- Warg Strike will no longer ignore target's Flee. * Warg Bite is now a neutral element. aleos89 2014-03-06 10:22:13 -05:00
  • 30f2a0f6fc Merge pull request #51 from Akkarinage/master Akkarinage 2014-03-06 13:42:14 +00:00
  • c480783921 Pull Request Test; Fixed engrish: test checkweight Akkarinage 2014-03-06 13:30:52 +00:00
  • c547d24652 Follow up to f916504. * Fixed a compile error. aleos89 2014-03-06 07:48:04 -05:00
  • 6e5545274e Variable typo (bugreport:8722) Akkarinage 2014-03-06 11:49:25 +00:00
  • 931f26065c Teleport and Map Warp Portals - Added a battle_config to allow avoidance of Teleporting on top of Map Warp Portals. (bugreport:8584) - Officially no one has been able to Teleport on top of a Map Warp Portal. aleos89 2014-03-05 15:31:31 -05:00
  • f9165044ca VIP System Additions * GM's (or group IDs > VIP group ID) will not be able to become VIP. * Adjusted @whodrops and @mobinfo to account for VIP rates. aleos89 2014-03-05 10:45:53 -05:00
  • f6cc486ab7 Bug Fixes * Taekwon stances will now be removed on logout to prevent them being permanently on when a Taekwon is no longer ranked. (bugreport:8614) * Added a battle config (taekwon_mission_mobname) for Taekwon Mission to check for kills based on monster names, off by default. (bugreport:8614) -- Credits to clydelion for the base. * Removed a case that ignores damaging a target when they are on the same cell as the caster for Frost Nova. (bugreport:8705) * Removed a skill unit check for Overbrand. (bugreport:8711) aleos89 2014-03-04 13:51:03 -05:00
  • 4a84de748c Merge pull request #49 from CairoLee/master Euphy 2014-03-03 16:41:29 -05:00
  • 4534bd4b1d Follow up to 96c768f. * Fixed Rampage Blaster damage formula. (bugreport:8646) * Fixed Circling Nature HP regeneration formula. (bugreport:8670) * Fixed Flash Combo spirit sphere requirement. (bugreport:8715) * Fixed Overbrand skill attack. (bugreport:8627) aleos89 2014-03-03 09:11:25 -05:00
  • d98cf33cbb oops, forgot one thing Matej Pristak 2014-03-02 23:32:53 +01:00
  • a5b2b4ed49 temporary fix for vending items not saving correct cart ID > prompt player to relog if we have a new item in cart Matej Pristak 2014-03-02 23:21:33 +01:00
  • e13d727940 Removed remaining 'bIgnoreMdefRate' item bonuses. (follow-up dae8122, bugreport:8712) http://rathena.org/board/tracker/issue-8712-bonus-bmdef-error/ Euphy 2014-03-01 18:56:29 -05:00
  • cad0a57865 Replaced 'getserverdef' command with 'script_hardcoded_constants' function in source. These constants can now be directly accessed in scripts. (Hercules 950e3eb) - Relocated 'Option_*' constants from 'db/const.txt' to source; added OPTION_COSTUME compound. (Hercules a5728fd) - Added MAX_CHAT_USERS define. (Hercules 950e3eb) - Follow-up ca9642a: applied 'Loc' changes to Pre-Renewal database. Euphy 2014-03-01 15:42:49 -05:00
  • 96c768f9b7 Bug Fixes * Fixed Severe Rainstorm damage formula. (bugreport:8581) * Caster can no longer switch equips for the duration of Severe Rainstorm. (bugreport:8581) * Cleaned up Demonic Fire and Fire Expansion combos. (bugreport:8620) * Fixed Dragon Breath - Fire/Water damage formula and not being reduced by DEF or Flee. (bugreport:8620) * Fixed the movement speed formula for Camouflage. (bugreport:8619) * Fixed Overbrand Brandish area damage. (bugreport:8627) * Fixed cast time for Magical Amplification. * Fixed Moonlit Serenade MATK increase. (bugreport:8697) * Fixed Phantom Thrust not casting. (bugreport:8652) * Fixed Gentle Touch - Cure healing formula. (bugreport:8699) * Fixed Wall of Thorns not dealing damage to players who touch it. (bugreport:8673) * Fixed Flash Combo spirit sphere requirement. (bugreport:8286) * Fixed Feint Bomb damage formula. (bugreport:8593) * Fixed Circling Nature HP recovery and SP consumption being reversed. (bugreport:8670) * Fixed Judex area of effect to be 3x3. (bugreport:8672) * Fixed Abracadabra skill "Summon Monster" not displaying the monster's name. (bugreport:8671) * Fixed Sight Blaster duration. (bugreport:8656) * Fixed Ignition Break area of effect damage. (bugreport:8653) * Fixed Poem of Netherworld not immobilizing enemies. (bugreport:8607) * Fixed Rampage Blaster damage formula. (bugreport:8646) * Adjusted Tiger Cannon damage formula and allow to bypass target's flee. (bugreport:8625) * Fixed Self Destruction not working on self. (bugreport:8633) * Fixed Repair not healing or consuming item requirements. (bugreport:8633) * Fixed Silver Sniper and Magic Decoy AI types not being counted towards the land skill limit. (bugreport:8407) * Fixed Silver Sniper bonus ATK formula. * Fixed Magic Decoy maximum HP formula. * Fixed Lion Howling damage formula. (bugreport:8654) * Fixed Rapid Throw (Muchanage) damage formula. (bugreport:7861) * Stasis no longer allows casting of Chorus skills. * Fixed Chorus skills not checking for additional partners. (bugreport:6052) * Body Paint no longer removes Chase Walk or Invisibility. (bugreport:6801) * Recognized Spell is no longer cleared by Dispell or Abundance. (bugreport:6718) * Epiclesis now removes Cloaking Exceed and will heal while in the Frenzy state. (bugreport:6679) * Renovatio now heals while in the Frenzy state. (bugreport:6679) * Fixed Firing Trap not having the fire element. (bugreport:8707) * Fixed Icebound Trap not having the water element. (bugreport:8707) * Fixed Axe Tornado not doing less damage for targets outside of the 5x5 area of effect. * Updated the list of effects that Inspiration makes the caster immune to. (bugreport:5735) * Cleaned up the effects of Vacuum Extreme to work as it should in GvG maps. (bugreport:6031) * Corrected durations for Millennium Shield, Crush Strike, Refresh, and Weapon Crush. aleos89 2014-02-28 15:18:45 -05:00
  • 233d7aca0b Update script.c Sean Allen 2014-02-24 03:14:19 +08:00
  • d068dff52f Update script.c Sean Allen 2014-02-24 03:10:36 +08:00
  • f20e54150a Update script_commands.txt Sean Allen 2014-02-24 03:01:49 +08:00
  • 1f426bcb07 - Add instance_enter2 script command CairoLee 2014-02-24 00:45:57 +08:00
  • 6bf1c27023 Merge pull request #17 from cydh/master Cydh Ramdh 2014-02-23 19:26:28 +07:00
  • 072e98bdf2 Spiritball typo Cydh Ramdh 2014-02-23 19:17:11 +07:00
  • 98f7a78133 int is too much for 'i' that limited to MAX_SKILL_LEVEL 100. :P Cydh Ramdh 2014-02-23 19:13:26 +07:00
  • 992c382562 Updated documentation for spiritball script commands Cydh Ramdh 2014-02-23 19:05:16 +07:00
  • 96eafc738b Merge branch 'rathena/master' Cydh Ramdh 2014-02-23 19:04:08 +07:00
  • 5f2060189c Merge pull request #48 from CairoLee/master Cydh Ramdh 2014-02-20 10:49:47 +07:00
  • a607a42ea3 Merge branch 'rathena/master' Cydh Ramdh 2014-02-20 10:45:49 +07:00
  • 9ca5208b59 - Remove "DEFAULT CHARSET=latin1" from sql-files(Maybe has somebody Using utf8 like me) CairoLee 2014-02-20 10:19:02 +08:00
  • ca9642a2a2 A few database fixes. - Removed all 'Loc' fields from Armor Enchantments (4700-4938), since they cannot be used directly by players. - Fixed some item view IDs. (bugreport:8676) http://rathena.org/board/tracker/issue-8676-itemid-5770-view-error/ - Fixed item bonus typos. (bugreport:8677, blame:c7e020a) http://rathena.org/board/tracker/issue-8677-bonus-syntax-error/ Euphy 2014-02-19 13:28:52 -05:00
  • 944e7d041f Minor bug fixes. - Changed 'bIgnoreDefRate' to 'bIgnoreDefRaceRate' in Pre-Renewal item database. (bugreport:8674) http://rathena.org/board/tracker/issue-8674-item-bonus-error-or-not/ - Added missing 'bFixedCastrate' bonus for item 1832. (bugreport:8422) http://rathena.org/board/tracker/issue-8422-vellum-claw-not-giving-insta-cast-on-10/ - Clarified 'getgmlevel()' and 'getgroupid()' functions in script documentation. (bugreport:8586, pull #46) http://rathena.org/board/tracker/issue-8586-script-commandstxt-doc-getgroupid/ - Added Buying Store tables to source documentation. Euphy 2014-02-18 19:09:37 -05:00
  • 521104a282 * Fixed bugreport:8663 http://rathena.org/board/tracker/issue-8663-importjob-db1-errors/ * Follow up 8800f32 Cydh Ramdh 2014-02-17 12:35:41 +07:00
  • 8800f3238c Item Database Updates Cydh Ramdh 2014-02-16 20:40:32 +07:00
  • c7e020ad18 Added pRO/twRO "Card Exchange" NPC. Information: http://richkidherbert.blogspot.com/2013/08/card-exchanger.html Euphy 2014-02-16 01:40:29 -05:00
  • 1d77a9f6ff Added documenation providing an overview of rAthena's source code. (credits: @lighta, @aleos89) This is not comprehensive by any means, but gives some basic explanation of how rAthena works. Other topics will likely be added at a later date. Euphy 2014-02-15 21:15:18 -05:00
  • 27a0f3f88e Added 'OnPCStatCalcEvent' trigger. (tid:77230, credits: @QQfoolsorellina, AnnieRuru) This label triggers whenever a player's stats are recalculated. http://rathena.org/board/topic/77230-onpcstatcalcevent/ Euphy 2014-02-15 12:40:43 -05:00