summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-08-11* Implemented 11.2 skills in the skill_dbPlaytester1-0/+3
- note that the code for them is still missing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10982 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-10* Raised splash range of Focused Arrow Strike and First WindPlaytester1-0/+3
- temporary fix until the real area calculation is added - also started adding some of the 11.2 skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10978 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-10- added proper comments to login packet 0x277ultramage1-0/+2
- added a missing \n to one login server warning - silenced one "dc[4] might be uninitialized" warning - fixed an apparently wrong abra_db.txt entry (venom splasher: 40000) - removed .gat from the remaining npcs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10974 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-09* Fixed damage of NPC_COMBOATTACKPlaytester1-0/+3
- also reverted some custom skill changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10972 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-08- Changed the structure of the homunculus_db file so that the homunculus and ↵skotlex1-0/+3
its evolved version share the same line. Also added the evolution bonuses to it. - Updated the @homstats command to show evolution bonuses - Cleaned up the homunculus db structure. - Implemented the evolution stat growth bonuses. - Some small cleanups in the mercenary.c file - Corrected initial intimacy of a newly created homunculus (should be 21/1000) - Incremented the size of mob.c:summon.class_[] since mob_pouch has almost 350 entries. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-08Sharp Arrow now gives Crit+20Playtester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10962 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-08- Fixed some missing max levels for npc skillsskotlex1-0/+2
- Expanded isloggedin script command to support an optional argument (char id) - Expanded warpparty command to accept target "Leader", this will warp the party to the leader. - Added a summon structure to handle non-dead-branch mob-groups since the current implementation totally fails for mob groups that don't have MANY integrants - Fixed mobs not attempting an IDLE skill right before unlocking a target. - Removed a useless variable in the pet_data structure git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10961 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-06* Added a null-pointer check to skill_initunit() to prevent a crashultramage1-1/+4
* Added a while() loop to the client packet processor (for performance) * Added support for kRO 2007-05-14aSakexe langtype 0 login packet 0x2b0 * Added Job_Baby_Alchemist define to complement the Job_Alchemist update * Added custom Hollow Poring mob_db2 entry git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10954 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-04* Removed weird mvp reward item drop behavior (see topic:160077)ultramage1-0/+3
* Fixed Cart Revolution not transferring status effects on attack, and Cart Termination doing it when it shouldn't (see topic:156745) * Fixed #refine not accepting names with spaces in them * Fixed disguises not doing sit-down properly (missing self packet), broken since r6299 stable / r5833 trunk * Added missing /blackmith packet action to packet_db.txt * Removed "eathena's custom equipped mobs" from mob&skill db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-04Added the remaining arrow craftingsPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-08-01* Added some of the new arrow craftings for testing purposesPlaytester1-0/+5
- some item names are still unknown, help needed - fixed an item name - more to come git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Added several localized quest items to item_trade.L0ne_W0lf1-0/+2
- Added some Rachel quest items as well as cash shop specific items to item_trade git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Additional Pet Tames reverted again back to item-type 2 (recent commit by ↵L0ne_W0lf1-0/+1
Ultramage fixes double-consumption) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Added 1 slot to all coloured ribbons as pointed out by Elfange.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10929 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-28Fixed monsters using Pneuma on target instead of selfPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-28* Fixed Black Ribbon's Aegis Name. (Ribbon -> Ribbon_Black) Thanks emc2boi.L0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-27* Simplified exp gain equations (now more FPU-friendly and precise), also ↵ultramage1-0/+2
fixes the uninitialized variable problem * Corrected one exp calculation overflow (mainly affected high-rate pk servers) * Fixed Neuralizer item script typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10921 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-27* Added Cash Shop item fucntions. (/other/CashShop_Functions.txt)L0ne_W0lf1-0/+5
* Updated Cash Shop Skill Scrolls to behave more like official scrolls. - Kafra Card, Neuralizer, Giant Fly Wing and Dungeon teleport scroll now call functions. The functions for these items are found in /npc/other/CashShop_Functions.txt * Fixed Tidal Shoes missing HP bonus. (Thanks to ZephyrShakuraus) * Reverted change of Taming items item-type back to 11 because of a bug. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10917 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-26Fixed Fireball and Firewall mob skill levelPlaytester1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10911 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-24Venom Splasher and Gloria Domini fixes and updatesDracoRPG1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10907 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23Added Job_Alchemist constant, Job_Alchem should now be considered deprecatedDracoRPG1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-16* Fixed incorrect skill ID for Lady Tany's Expulsion.L0ne_W0lf1-1/+3
* Corrected the AegisName for "Fresh Fish." Should have been "Delicious_Fish" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-16* Fixed fixed incorrect skill ID for Thanatos's ExpulsionL0ne_W0lf1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-15* Fixed Blue Drooping Kitty again (extra comma.)L0ne_W0lf1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10883 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Fixed error in Rachel's Sanctuary quest.L0ne_W0lf1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10880 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Updated "Name" fields for 11.2 headgears.L0ne_W0lf1-0/+1
* Updated NPCs for Al De Baran - Added Inn NPC for Al De Baran * Fixed problems with Hahoe/Lion/Bride masks quests. * Added Zairik's fix for the wizard quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Fixed Blue Drooping Kitty. (Missing comma) Thanks to diedlikeaheroL0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-11* G_Bacsojin will summon G_Spring_Rabbit now instead of Green Iguana.L0ne_W0lf1-1/+4
* Fixed some of the episode 11.2 monsters not using the proper level for some of their skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10876 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-09* Commented out two questionable Marine Sphere skills.L0ne_W0lf1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10873 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-09* More mob_skill_db.txt updates.L0ne_W0lf1-0/+6
- Added Fiber Lock to Argos and Close Confine to Drosera. - Fixed monsters in Thanatos Tower and past using "Bash" instead of "Provoke" - Added Two-hand Quicken to Incantation Samurai. - Several additional updates to other monster skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10871 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-08* Corrected the new NPC skill IDs in the mob_skill_db.L0ne_W0lf1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10866 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-07* Commented out NPC_EARTHQUAKE in Randgris' skill list.L0ne_W0lf1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-07* Rather large update to mob_skill_db. L0ne_W0lf1-1/+9
- Update to biolab monster skill list, and boss monster skill lists. - Updated 11.2 monster skills to official. - Monsters that summon mobs that are NOT mini-bosses only summon when IDLE now. - Due to lack of support for new NPC skills, they have been commented out. - Removed skills (with the exception of NPC_REVENGE from alchemist plants) - Additional minor changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-06fixed Kiel quest bug, fixed item names in db, according to the quest and ↵Lupus1-0/+2
ragnainfo.net wiki git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10857 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-05* update from Skotlexultramage1-0/+2
- Fixed NPC_STOP's visual effect not clearing when the status ends - Corrected @homshuffle making the skill tree be lost. - Corrected homunculus skills being unusable if the master was sitting or inflicted by a disabling status (eg: petrify, stun) - Some fixes to the cell no stacking mod (mainly mobs would just get stuck behind each other and not properly surround you) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-04Fixed spiritual ringPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10854 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-04* Cursey Abbey mob updatesPlaytester1-0/+4
- fixed some bugs in the item_db - updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10851 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-03*Reverted some preciously item-type 11 items back to 11.L0ne_W0lf1-0/+2
Itemskill apparently depends on item-type 11 or it won't work. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10849 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-03Thor Volcano mob updatesPlaytester1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10847 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-03* More updates to AEGIS name fields.L0ne_W0lf1-0/+4
* Fixed job code error with Spiritual Ring. * Added several new items, and Updated various fields in others. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-02* Rev. 10841 Updated some AEGIS names. (Still more to do)L0ne_W0lf1-0/+9
* Updated Flame Lord Ring, Ring of Resonance, and their set skills. * Updated Spiritual Ring, effect and rates. * Updated Lesser_Elemental_Ring, added auto-cast skills. * Adjusted some other auto-cast skills. * Adjusted Doom_Slayer's chance to break armor (1% -> 5%) * There are no longer any items that use the item-type (use delay) 11. * Modified Cash shop scroll items to use "unitskilluseid" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-29Added Christmas Goblin taming itemPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10832 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-28Updated Kasa skill usage thanks to DoddlerPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-27Fixed Homunculus racesPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10817 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-16* Updated Ifrit and Byorgue dropsPlaytester1-0/+3
- removed incomplete items from drops * Updated Ganbantein on Ifrit and Kasa * Added Ifrit and Byorgue to spawns * Lowered Atroce respawn time on Veins fields git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10776 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-16Removed Mdef bonus on Ph.D HatPlaytester1-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10774 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-10* Added Old_Bleu_Box and added corrisponding item group entries.L0ne_W0lf1-0/+3
* Updated Red_Box_ and added corrisponding item group entries. * Updated constants to include IG_BleuBox and IG_Red_Box_2. * Updated itemdb.h with the two new item group values. (38 and 39) Why are they static anyway? * Fixed some small typos in the Gaebolg family curse quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10745 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-10* Updated (and added) item_trade entries. (Converted from Aegis.)L0ne_W0lf1-0/+1
* Updated several Prontera NPCs. - Updated Prontera town NPCs, and Prontera Library. - Updated the Prontera Milk Merchant. - Updated the inn dialogs slightly, and corrected information for Prontera. - Added Gaebolg Family Curse quest. - Commented out old Clothes_dyer npc. * Updated Rachel's guide's while loop to be a bit nicer looking. * Added the ability to redeem lottery tickets before max donation is met. * Changed conflicting warps to the "Adoption" room in the church. * Fixed a bug in Kiel Hyre warps and quest. * Updated Dandelion Request quest for Gaebolg compatibility. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10736 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-09* Added some official Thor Volcano mob statsPlaytester1-0/+2
- also updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10730 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-06-09- fixed Mavka and Lesavka being exchangedPlaytester1-0/+2
- reverted kRO names back to kRO git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10728 54d463be-8e91-2dee-dedb-b68131a5f0ec