summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-18- Corrected Fog of Wall's "targetted spells fail 75% of the time" feature by ↵skotlex3-18/+18
making it behave like GTB, that is, you just get a skill-failed on cast-end, no skill-animation at all. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18- Added a proper check to make aggressive mobs never override homun targets ↵skotlex13-147/+141
regardless of distance. - Removed a bunch of homun-related variables that are not needed at all. The alive condition is removed, now the code checks for the hp value to know if the homun is alive or not. - Cleaned up a bit the skill-id function, homun skill checks (such as delay and skill-lv learned) should be correct now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18- Fixed giving the 100% damage bonus when no-splash-targets are found in the ↵skotlex2-3/+9
blown path to Grandcross instead of Bowling Bash. Bowling Bash damage equation becomes then +50*lv% rather than +40*lv% when there's no splash-damage (the 50*lv% figure is custom, all we know is that level 10 does 600% instead of 500% damage). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18* Added more of the X.4 and 11.1 drops [Playtester]Playtester3-17/+20
- ATTENTION: All Stone of Sage (etc) drops have been changed to Stone of Sage (usable) drops, the etc item is not used anymore! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7724 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18* Speed updates for Anolian and MermanPlaytester4-5/+9
* Fixed a warp in moc_pryd06 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-18- Updated mob_db.sql to current mob_db.txt data.skotlex8-112/+162
- Some cleaning on chrif.c - The char-server will allow off-line character saves when said char is tagged for final-save (this is the scenario when the char-map reconnect). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17- Should have fixed the Cart Termination damage code to be scaled correctly ↵skotlex8-70/+114
when you change the max cart weight. Thanks to The Ultra Mage for the error clarification. - Implemented Grandcross weird property where if there's noone on the path it'll hit twice for the skill's reported damage, and when there is (or you cant knockback the target) it'll do a splash attack that hits twice for 500% to all affected targets. - Some cleaning of the combo code. TK Rankers will now get their combo-time extended each time they trigger a kick, enabling them to do "unlimited combos". - Modified the autosave function to use a sweep across the player db instead of across connected clients. This will cause non-connected players (like autotraders) to also be saved on a regular interval, may help with possible data-loss from said characters on unclean shutdowns. - Added function map_foreachpc - Removed the code that forces aggressive mobs to go after a Homun instead of their master (no reason why there should be such a condition). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7721 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Enchanting a Tiara now costs 2MPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Some sign quest map flag updates.MasterOfMuppets3-0/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7717 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Added slotted Running Shirt to Comobo GamblingPlaytester2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Speed/Delay updates for Pasana, Rybio and PhendarkPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17OoopsDracoRPG2-11/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17atcommand_follow is now more verbose.Euph2-3/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Skill lv up fixDracoRPG4-15/+13
Manually updated VS8 char_sql project git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7710 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17- Updated mob_db.sql to current mob_db.txt data.skotlex2-168/+169
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7708 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17orn's lil fixVicious2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-17Orn's and Albator's Homunculus system, finally, YAY!!DracoRPG44-1065/+3842
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7706 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-16* Updated nomemo mapflags based on info from ↵Poki#32-17/+85
http://ro.doddlercon.com/images/memo.jpg git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-16Updated Speed, aDelay, aMotion, dMotion of some mobs to AegisPlaytester2-37/+38
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7704 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-16Raised speed of Kiel mobs until we know official valuesPlaytester2-10/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-16Small spawn update in Kiel DungeonPlaytester2-3/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7700 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-16Added Angel's Kiss drop to ToadPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-16Valkyrie drops slotted helm again, Valkyrie Helm requires a questPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7695 ↵evera2-1/+6
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15removed global eligibility from dts warpersevera2-12/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7694 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15Hydro's drop change...Playtester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7692 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15Adjusted attack speed of Thanatos Tower mobsPlaytester2-15/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7691 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15* Fixed up Abyss LakePlaytester5-14/+20
- adjusted move- and attack-speed of all Abyss Lake mobs - fixed Novus dropping the correct card - added Detale's Reflect Shield skill - fixed Detale's spawn location git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7689 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15player.conf now states max aspd allowed is 199evera2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7687 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15Fixed Blue Fish quest only removing 1 Stinky ScalePlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7684 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15Typo...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7683 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-15Fixes some typos in cities/izlude.txt thanks to ZarnoxPlaytester2-25/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7681 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14Only removed a blank line...Playtester1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7678 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14Fixed a quest NPC giving you a Huge Leaf rather than Smokie LeafPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7675 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14* Added more X.4 and 11.1 item dropsPlaytester2-15/+17
- we don't know about the others yet git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7674 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14* Adjusted Odin Temple drops and drop rates with help from TharisPlaytester2-6/+9
- note: I'm working on adding the X.4 and 11.1 drops now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7673 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14Improved the Fox Mask questPlaytester2-49/+57
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7671 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14Small Kafra coordinate fixesPlaytester3-1952/+1954
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7669 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14Fixed an invalid savepoint in Lighthalzen Inn. [Euph]Euph2-1947/+1950
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7667 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14- Kaahi no longer shows the heal effect to everyone.skotlex2-5/+19
- Eska no will cause defense to change randomly every second. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7666 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-14- Tuned up some more NJ_KAENSIN based on Tharis's information.skotlex3-4/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7665 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13* Added Sephiroth's version of the Rachel Sanctuary WarpsPlaytester2-1/+34
- remove the comments in the warp file if you want to use them git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13Fixed some typos thanks to ZarnoxPlaytester3-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13-By default the number of subnets defined in subnet_Athena will now be 0 ↵skotlex1-1/+1
until the mysterious ip-bug is resolved. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Corrected NJ_KAENSIN as per description.skotlex5-9/+12
- Fixed a leaking map_freeblocklock on skill_del_unitgroup. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7659 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Disabled socket enchant npc by default. [Musashiden]musashiden2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7658 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Changed the default save interval to 5 minutes. Added support for ↵skotlex5-6/+32
specifying fixed save-intervals by using negative values. EG: - Save interval set to 300 (5 minutes): all characters will be saved in equal time-slots, so that everyone is saved every 5 minutes regardless of number of players online. - Save interval set to -1000 (1000 ms): One character will be saved every second, regardless of amount of characters online. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Fixed @storeall and @charstoreall failing when the target character ↵skotlex3-9/+30
already had the storage open. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Reverted temporarily the Cart Termination equation until it can be fixed...skotlex2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-07-13- Fixed the value range checks added by Zido on pc_bonus (some of them were ↵skotlex3-46/+34
even redundant...) - Fixed script command "recovery". git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7654 54d463be-8e91-2dee-dedb-b68131a5f0ec