summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-26- Modified party_item_share_type config setting so that using 1 disables ↵skotlex7-8/+17
item-sharing from non-mob loot (player dropped items or pet loot) and 2 enables round-robin instead of random sharing. Using 3 obviously is enabling both 1 and 2. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7898 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- Added battle_get_master which returns the master bl of a given object.skotlex2-114/+133
- Recoded battle_check_target to use battle_get_master, the src/target switch has been split into two, so that actual target and master target are seperately treated (same for source). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7897 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- Added support for "sc_end -1" which will clear all status changes. Added ↵skotlex3-1/+8
the constant SC_ALL so you can use in scripts "sc_end SC_ALL;" instead. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- @pettalk will now fail when muted.skotlex2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26- Enabled changing of equipment while stunned/asleep/petrified/etcskotlex3-5/+7
- Cleaned up a bit the skill_castend_id dead checks. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7890 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26* Fixed the Factory QuestPlaytester2-1/+6
- two NPCs in one line won't work! >_> git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7888 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-26Added very first part of Bio Ethics Quest.evera2-2/+186
Very far from complete. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7887 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Cleaned up run_script_main to properly free previous stack-data when ↵skotlex2-33/+32
running scripts. Note that scripts may still leak memory when run by non-players and they don't reach the "END" state, however I am not sure how this case should be handled, so it's left as it is for now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Added rudeattacked teleport to Rachel MVPsPlaytester2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Added a missing ntohl call in the loginlog code.skotlex2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Added a check when buying from npcs to allow buying of item_avail items.skotlex2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7883 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25Small fixes for the sign quest.MasterOfMuppets2-46/+56
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Fixed duel accept invite sending the packet before the duel data is set ↵skotlex2-4/+7
(resulting in a packet that noone receives). Thanks to Toms for finding it out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7881 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-25- Fixed a possible crash when you dual-wield and the total damage is 0.skotlex2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7880 54d463be-8e91-2dee-dedb-b68131a5f0ec
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