summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
AgeCommit message (Collapse)AuthorFilesLines
2008-03-05Updated Gunslinger battleground set. (bugreport:1010)L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12295 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04- Updated firepillar so it cannot be placed on top of others.skotlex1-0/+3
- Updated the firepillar code so it behaves like the other traps. - Changed the default format for @me and @main to avoid crashes on the newer clients. - Fixed the char-sql server so it returns a valid 'not found' packet when attempting to load a non-existing homunculus. - Fixed jump to use 0,0 for random coordinates rather than -1,-1 - Added missing \n to error reporting in getmonsterinfo - Additional status changes now only get triggered if the attack did damage, not if they get absorbed. - Fixed a logical comparison in unit_free to properly remove pets/homuncs when their intimacy is reduced to 0. - Properly set the opt3 value for Moonlight, Changeundead and Soul Link - Fixed the "no equip" flag of cards not being properly applied when attemting to equip items. - Added a check to avoid invoking pet menu entries when the pet is incuvated. - Fixed the session_data de-association in chrif_auth_delete - Cleaned chrif_auth_ok so that the latest received char info is kept when previous char login data was already in there. - Corrected docs mentioning non-existing flag 'mf_nopvp' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04Added a slot drooping ninetails. (bugreport:1089)L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-04Corrected Field Manual 100% box. (bugreport:1104)L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-03-03* Rather large update to the item database.L0ne_W0lf1-0/+10
- Lots of minor updates to sell prices and kRONames, and more. - Added several items. ($ephiroth and myself) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-28Adjusted const.txt's cell type numbers to match changes in r12247ultramage1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-27 * Fixed Apple of Idun not checking for bard soul link (bugreport:1028)ultramage1-0/+2
* Fixed Advanced Adrenaline Rush not working barehanded (bugreport:1049) * Disabled idle_no_autoloot setting (bugreport:1051) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-07Updated some existing items and added some others. L0ne_W0lf1-0/+4
* Changed NPC_BLEEDING in mob_skill_db to be target not self. * Added Event drops to tarou, cramp, martin. (enable in mob_db2) * Added new pet: New Year Doll (quest reward) thanks to Yomanda. Added Lunar new year event for 2008 from iRO. Read comments before enabling. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12183 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-02-07- Fixed Freezing Trap doing no damage (changed type from misc to weapon)skotlex1-0/+5
- Changed suiton's element to water (apparently fixes not being able to use water-based skills on it) - Fixed Landmine doing no damage (decreased trigger range to 0 to match its splash range) - Fixed the disguise commands using the wrong variable when attempting to disguise as an npc. - Fixed a compilation warning on CELL_CHKNODAMAGE (which is a totally bad-ripoff of basilica cells anyway) - Corrected and optimized npc_remove_map's npc array cleanup (@reloadscripts no longer report 'too many npcs per map and related dangling pointer crashes are fixed) - Removed suspicious, yet totally unused npc_data variable 'n' - HP loss item scripts can no longer kill you. - Corrected the item-drop-rate check to avoid duplicate entries in @whodrops after a @reloadmobdb - Cleaned up and optimized map_addnpc (there are never any gaps in the npc array so npc_num always points to the last valid entry) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12180 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-25* Changed cast time of Napalm Vulcan from 1,7s to 1s.FlavioJS1-0/+3
Based on X.4 and 11.2 zones git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex1-0/+3
- Corrected duel_count/duel_list (you DON'T place variables in a .h file! That is what 'extern' is for) - Script command warpportal now places a warp in its initial state (as if a real warp portal was casted) - Updated dispell to also not remove the following effects: Hindsight, Inc Hit/Atk Rate (NPC_POWERUP), Nen, TK stances and tumble, warm and speedup1 (the other speed potion) - Chase-walking characters can now loot. - Hiding characters can't drop items now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-28* Updated MVP drops to 11.2Playtester1-0/+3
- also increased speed of Lord of the Death git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11990 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-26Fixed two bugs in mob_dbPlaytester1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11977 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-18- Cleaned up a bit the format of skill_db.txt (that comma next to the skill ↵skotlex1-0/+3
name looks ugly if you ask me) - Corrected skill_db reading to properly trim the skill name/descs. - Added a mobid_db in map.c to handle mob lookups faster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14- corrected Option_Xmas value in const.txtskotlex1-0/+2
- Wand of Hermode now dispells buffs only of allies. - Fixed some null pointer checks in status_change_end. - Corrected a crashy Warning message. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11910 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-14Fixed Big Defense Potion 10ea Box. (was giving small def pot.)L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-05- Corrected Lif skill durations/delays according to http://irowiki.org/wiki/Lifskotlex1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-12-02- Added some missing headgears from others official servers.zephyrus1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11852 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27Added Battle field and Memorial dungeon maps.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-27- Cart Termination now ignores the attacker's cards, as a side effect makes ↵skotlex1-0/+3
it bypass AutoGuard & Cicada Skin Shedding git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22* Added slots to Cross Shield and Book of Charms (bugreport:429)L0ne_W0lf1-0/+2
- Fixed the brynhildr item script. (bugreport:429) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11784 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-22Guard effect when auto-casted by Clock Card will now cancel on armor swap.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11778 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-17* Heat now only does 10 hits a secondPlaytester1-0/+4
- this is an official kRO update - you can still set the delay in the skill_unit_db to what you desire git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11748 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-15- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]zephyrus1-0/+4
- Fixed some items boxes giving wrong tamings. - Fixed another item giving 48 gladius[3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11738 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-12- Added SC_INCMDEFRATE, used in Mdef Potions.zephyrus1-0/+1
- Added the effects of the fireworks items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-12Corrected some of the ep. 12 accessory bonuses.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11720 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-11Fixed an item giving 24 of the 'Gladius' item. :P L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-11* Item Database update.L0ne_W0lf1-5/+24
- Added some missing items. (Still much more to add) Slow process as I have to translate them myself. - Added Battle Ground reward equipment. - Implemented some 12.1 equipment bonuses. - Added enabling of level 3 Turn Undead back to Grand Cross git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06Fixed Aesprika's item ID.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11686 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-06Added the Halloween 2006 event script.L0ne_W0lf1-0/+1
Updated drops for Event Lude. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11676 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Updated some of the 12.1 armor, added Brynhildr and ASepirka.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Fixed Imp using a too high level of FireboltPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11668 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-05Updated DEF and MDEF of Moscovia mobsPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02* Minor fixes/updates to various items.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-11-02* Added trap mode to FirepillarPlaytester1-0/+3
- tell me if it breaks something git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-29Updated to fix errors reported by Zephyrus_CR. bugreport:334L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-28Corrected Cross Shield bonus.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11598 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-26* Some small db updatesPlaytester1-0/+6
- fixed Bongun Card thanks to Gepard - updated Ifrit Card to official - Fire Wall now has 2 cells knockback - set interval values of Fire Wall and Fire Formation to 20ms git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-23Added Arunafeltz State WoE maps.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-22Fixed Bowling Bash doing more than 1 tile knockbackPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21* Added new cards to drops so they can be testedPlaytester1-0/+2
- updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11539 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21Implemented remaining 12.1 cardsPlaytester1-7/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11537 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-21Fixed some typos in the item_dbPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20Fixed some item bugsPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20Corrected Desert Twilight and slots.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-20* Some more updates to the skill unit codePlaytester1-0/+3
- renamed SKILLUNITTIMER_INVERVAL to SKILLUNITTIMER_INTERVAL - Heat now depends on the interval settings rather than firewall_hits_on_undead - if you want Heat to do more or less hits you can now change the interval value in the skill_unit_db.txt (official+default: 20ms) - Icewall doesn't break anymore when the SKILLUNITTIMER_INTERVAL gets changed git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11526 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-19Updated some new cards for testing purposesPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11522 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-19Fixed some typos and updated Atroce CardPlaytester1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11521 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Updated Gorynych's DEF/MDEFPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-18Fixed Ahlspiess not ignoring def of bossesPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11513 54d463be-8e91-2dee-dedb-b68131a5f0ec