summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)AuthorFilesLines
2006-07-12Tao Gunga will now summon G_Megalith's.Poki#33-32/+44
Updated the new Rachel mob names and the new G_ mobs stats & skills. Also removed there poring drops. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-12Updated Detale's SkillsPlaytester2-9/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-12Fixed element, mode and attack speed of some monstersPlaytester2-10/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7628 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-11Fixed Nurse Cap, Memory Book and Dagger of CounterPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7616 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-11Marionette now drops "Marionette Doll"Playtester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-11- Fixed login-sql compilation issue ~.~;skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-11- Corrected Frost Nova's splash range and Land Protector's cast range. ↵skotlex3-7/+13
Thanks to Haplo. - Fixed Beast Strafing not having inf2 = 512 (to make it a target-auto-select skill) - Fixed the duration of Land Protector, removed unusued time2 value from their entries in skill_cast_db. Thanks to Haplo. - Corrected Warp Portal being unable to warp people who are standing on it on the moment it triggers. - Fixed @follow stopping the moment you are warped. - Fixed pc_additem messing with the equip field of the passed item data. Fixes the famous "equip stuff on your arrow slot" bug. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-10- Corrected skill require entry from the Twilight Pharmacy skills.skotlex3-7/+11
- Removed the Frost Nova entry from skill_unit_db - Moved Gospel's code to skill_castend_pos2 - Some cleaning of skill_castend_pos2 - Fixed a unnecessary map_freeblock_unlock call in the default case of skill_castend_pos2 - Sense/Estimation will now display the mob info window to all party members in the same map. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-09Added Guillontine's SP Drain per attackPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-09More item updates thanks to HaploPlaytester2-11/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-09* Added some missing Rachel WarpsPlaytester2-2/+13
* Added a fix to npc/other/books.txt * Various item_db updates thanks to Haplo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-06- Modified the party_data structure on the map server to remove some ↵skotlex1-1/+1
redundant data. Added a party_data structure on the char-server to hold a more complete set of information about parties. Added to the party_member structure the class of each member so that the map server can do the appropiate checks even if the character is on another mapserver/offline. Due to the format changes in the party structure, txt servers will have to wipe their party file... (sql save format has not been changed) - Added function char_family to check if there's a family state given the three character ids, instead of doing individual checks all the time. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Added Thanatos Tower Quest items to item_trade.txtPlaytester2-0/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05- Merged some skill db data of NJ skills, thanks to RockmanEXEskotlex3-69/+69
- Cleaned up some of the skill logic, so that skills that are casted on self, but have a unit id (an entry in skill_unit_db) will automatically re-route themself from a targetted-no-damage-skill to a ground-skill. When this happens, the effect packet is clif_skill_nodamage rather than clif_skill_poseffect (this is because that's how the dance/songs/encores behave). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7538 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Added correct card effects for "Status Effect on both"Playtester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7536 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05* Added temp plugs for new headgears. [Vicious]Vicious2-3/+13
- I only added this for VIEW ID. so someone needs to update everything else. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7532 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Updated item_trade.txt to Aegis X.2 ItemMoveInfo.txtVicious2-21/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7530 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-05Saycyber21's NJ workVicious3-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7529 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04- Implemented cooking chances. Chance of success is 70% - 7*(dish-lv)% + ↵skotlex1-55/+55
12*(cooking set-lv)%. Exception: When using the legendary cooking set, success chance is 100% regardless of dish. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7518 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04* Updated the cooking items so they are ready for official implementationPlaytester3-23/+25
- also slightly raised drop rates of Cooking Sets git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7517 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-04Silver Tiara's bonus is Int AGAIN (Gravity can't decide)Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7508 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-03- Fixed a compile warning in login sql/txtskotlex2-10/+12
- Fixed pc_makesavestatus not setting your logout position. - Fixed the UF * flags of Songs/Dances in skill_unit_db. - Fixed two dances becoming BA_DISSONANCE instead of DC_UGLYDANCE. - Added the missing +100% damage modifier of Enchant Deadly Poison. - Fixed SkillStatusChangeTable not working correctly for Homun/Guild skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-02Added the Mercenary Summon ScrollsPlaytester2-1/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7444 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-02Fixed two books in the item_dbPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-01Added Silence Effect to the Lord of the Dead CardPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7441 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Applied some mob_db changes according to the 27/06/2006 patchPlaytester2-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30- Small cleanup on Abracadabra.skotlex2-14/+17
- Added UF_SONG (0x400) to differentiate songs from dances. - Updated the skill_unit_db accordingly, ensembles should only have that flag, likewise for songs and dances. - Added preliminar support for making a Song+Dance turn into BA_DISSONANCE cells. Beware of potential bugs as it's untested. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Added some slots to the new headgearsPlaytester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Small weight fixPlaytester1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Added the new X.4 headgearsPlaytester2-6/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7424 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30- Added mapflag "nochat" to prevent chatting rooms from being created.skotlex1-0/+1
- Corrected some of the sleep checks when the char id does not matches with the char-id expected by the script engine. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Fixed various items and sorted the item_dbPlaytester2-66/+63
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Reverted back Vulcan Arrow. It's fine now. Player can move after the attack ↵Lupus2-1/+2
animation end git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-30Updated Byalan F5 according to X.4, Stroufs are now stronger and more of ↵Playtester2-1/+3
them are spawning in F5 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7407 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-29Small addition to Freyr's ShoesPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7398 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-29Updated Freyr's Shoes and Vidar's BootsPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7396 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-29added walkdelay to SonicBlow, VulcanArrow (AGAIN, SOMEONE REMOVED THEM BY AN ↵Lupus2-2/+5
ACCIDENT) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7387 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-28- Added inf2 4096 (INF2_ALLOW_ENEMY) which is to be used in conjunction with ↵skotlex2-2/+4
INF2_PARTY_ONLY/INF2_GUILD_ONLY when said skill should ALSO be allowed to be used on enemies. - Updated Soul Change to use inf2 4096 (INF2_ALLOW_ENEMY). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7376 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-28Whoops... fixed last commit.Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-28Updated Morpheus's Hood and Freyr's ShoesPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-28Fixed the SP usage of AS_SPLASHER. Thanks to Belle.MasterOfMuppets2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-27Added the remaining Ninja/Gunslinger dropsPlaytester2-12/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-27- Fixed indentation on int_pet.c (how did it got messed up?)skotlex1-0/+1
- Added mapflag "loadevent", now load-map script events will ONLY trigger on maps with this mapflag on, rather than every map. - High Jump can now be used in all versus maps. - Added Kaite's opt3 value, taken from jA - Added state dirty == 2 to storages. Signals when a storage was sent for final saving. Said storage is removed from memory after the ack from the char-server, and they are sent to save if the map/char servers reconnect before the act arrives. In short: they are guaranteed to be saved after a char logs out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-27* Raised autocast chance of Owl Duke card to Aegis x.2Playtester2-10/+13
* Some small item_db fixes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-27Rachel Sprite name updateVicious2-7/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-27- Corrected the element of hunter traps.skotlex2-3/+3
- Deadly Poison now also reduces def2 by 25% - Changed skill_setmapcell to use skill splash rather than range. - Cleaned up a bit skill_moonlit, now it knocks back the correct amount of cells. - Fixed @mi displaying always 0 instead of the mob's class. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-26Updated/Added some itemsPlaytester2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7348 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-26- Forgot to add Tatami Gaeshi's 3 sec block of ranged attacks.skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-26- Corrected unit id of desperado and Ground Drift using jA's info.skotlex3-3/+8
- Rough implementation of Ground Drift according to description and jA info. - Implemented Tatami Gaeshi using skill description and jA implementation for reference. - map_foreachinpath calls will no longer go beyond the target point, as this function is required for skills other than SharpShooting now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-25Added two new gunslinger weapon drops. Thanks to RockmanEXE.MasterOfMuppets2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7329 54d463be-8e91-2dee-dedb-b68131a5f0ec