summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-25- Added Toms's perl scripts item_db.pl and mob_db.pl (they are in tools/), ↵skotlex5-120/+388
they convert the txt databases into sql. - Usage: "script" < "input file" > "output file". eg: ./tools/item_db.pl < db/item_db.txt > sql-files/item_db.sql - Updated the sql files since now it's easy :D git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Added some NPC_Emotions for the Rachel mobsPlaytester2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed Grandcross not being self-targeted for mobsPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Something weird happened to the exp2.txt some months ago and I finally ↵Playtester1-4/+4
reverted it ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7876 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Final cooking drop rate adjustmentPlaytester2-24/+25
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7874 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed a bug in the item_db thanks to TomsPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7873 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25* Updated Thanatos Tower spawnsPlaytester2-75/+78
- they are official up to Floor 6 now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7871 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Fixed G_Kraben and G_Biolab3 mobsPlaytester2-7/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7870 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Item updates by HaploPlaytester2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7869 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Re-updated the mob_db.sql to latest.skotlex2-58/+64
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7868 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Cleaned up the skill_landprotector function to correctly block only magic ↵skotlex3-13/+36
skills from being placed on land protectors. - Corrected itemdb_group so that it will not return the random item givers (should give priority to actual item groups, so that the item heal bonuses work correctly) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7867 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Modified the loginlog setting on the login-sql server to store the ips ↵skotlex1-8/+11
using the htonl conversion function before storing/retrieving them from sql. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7866 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Raised drop rate of cook books and sets a littlePlaytester2-22/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7865 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Raised drop rate of food a littlePlaytester2-17/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7864 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Cleaned up the Mistress Card related code so that the no-gemstone bonus ↵skotlex3-30/+28
reduces item requirements by one rather than totally skip them. - Cleaned up the logs "can log"function to use the IT constants. Also corrected the "only log large amounts" setting not working on negative values (trades). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7863 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Updated Changelog HeaderPlaytester1-10/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7862 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Raised drop rate of Kiel's and Valkyrie's drops a littlePlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7861 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24updated def on 2006 helms in preparation for the 2006 headgears quest.reddozen2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7860 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Adjusted skill_castfix_sc so that Suffragium will get consumed even on ↵skotlex4-20/+24
instant cast skills, but Memorize won't. - Adjusted map_countoncell to receive the BL_* defines currently used instead of 0 to signal all. - BladeStop will now end when either of the characters is moved (knocked out?) around. - Moved the Zeny penalty code from respawn to pc_dead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7859 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Added a check to prevent Deluge/Volcano/Violent Gale from being placed on ↵skotlex6-14/+28
top of each other. Reverted the previous 'fix' where atk was being increased based on armor element rather than element of attack. - Added flag 0x002 (no reiteration) to Deluge/Volcano/Violent Gale (skill_unit_db) - Removed the noreturn mapflag check from script command warp. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7858 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Random Homunculus cleanupDracoRPG6-90/+70
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7857 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Edited Rachel mobs a little and added Beret to Turtle General dropsPlaytester2-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7856 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24- Changed Land Protector's range back to 3.skotlex6-63/+58
- fixed unban unblocking players as well. - Fixed Volcano/Deluge/Violent Gale increasing damage based on element of attack instead of defense element of attacker. - Cleaned up the code of Magic Rod, fixed it not giving SP. - Moved the code of Hermod and Basilica to castend_pos2 so it should work now. - Modified the code of Ankle Snare so the status ends on unit's time-limit rather than when the snared object moves away. - Re-worded the water check of ST_WATER skills. - Allowed sc-cast reductions to be processed even when cast-time is instant (to let suffragium end even on instant-cast skills) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7855 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Added temporary Rachel spawn file, commented for nowPlaytester4-4/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7854 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Removed the regular Thanatos spawn, since the quest is now implemented.MasterOfMuppets2-7/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7853 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7850 ↵MasterOfMuppets1-1/+1
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-24Implemented the Niflheim town invasion.MasterOfMuppets2-2/+144
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7848 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Added some new items thanks to HaploPlaytester2-0/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7847 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Added temporary Rachel spawn file thanks to SepheusPlaytester1-0/+110
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Small delay adjustmentPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7845 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ↵skotlex5-8/+14
setting instead of yes/no. The default now is that weapon-based skills will take the attacker's range for non-players. - Changed the default of skillrange_by_distance to include homunculus. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7844 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Jawaii warp now costs 10,000zPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7842 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Implemented the Sign Quest, please take your time and test it. We need to ↵MasterOfMuppets5-2053/+9749
make sure there are no bugs to put it in stable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7841 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Added Holy Quiver to IG_QuiverPlaytester2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7840 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23- Fixed buildin_isequip not working correctly with non-cards.skotlex2-7/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7838 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23* Added the skills of the Rachel + Ice Dungeon mobsPlaytester2-7/+55
- I made it so that the monsters are safe to use - the skills are official, but some skills are missing - the stats are only 50% official - drops are official, but various are missing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7837 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Fixed the names of some NPCs.MasterOfMuppets3-26/+28
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7835 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23Completed the temporary Rachel + Ice Dungeon mob statsPlaytester2-15/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7834 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-23- Updated mob_db.sql to latest.skotlex3-204/+203
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22- Applied use of EQI/EQP constants to the strip skills code.skotlex1-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7831 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22Removed two warps in Aldebaran in preparation for the sign quest.MasterOfMuppets2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7829 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22- Applied Toms's suggested corrections to homun code.skotlex6-13/+18
- Corrected Cannibalize/Marine Sphere ignoring the selected summon spot. - Fixed looting pets ignoring the item pick-up priority of other players. - Should have fixed a signess warning in login txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7828 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22More Rachel mobsPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7827 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22Raised the chance of Holden Card Combo dropping a stemPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22Started to implement the Rachel mobsPlaytester3-14/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7825 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22- Removed some pc_equipitem code that was added earlier today that wasn't ↵skotlex1-10/+0
really needed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7824 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-22- Added blocking of @me when muted or in berserk status.skotlex2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21- Corrected the @follow timer not being deleted on logout.skotlex6-9/+22
- Applied the homunculus code fixes provided by Toms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7820 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21* Updated Speed/Delay of Juperos mobsPlaytester2-30/+32
- all the official Aegis delays we have are implemented now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7818 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-21Updated Speed/Delays of Lighthalzen mobsPlaytester2-31/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7817 54d463be-8e91-2dee-dedb-b68131a5f0ec