summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-07- Removed the Warmth "stacking" code.skotlex10-27/+84
- Added back the effect of /doridori to skill-SP regen - Implemented a rough version of Angel of the Sun/Moon/Stars, it has a low chance of triggering on doridori-boosted SP-regen events. - Added sg_angel_skill_ratio to specify rate at which the Angel skill triggers. - Added unit_cancel_combo which takes care of ending a combo time and resuming normal attack 'inmediately' - Cleaned up some the SG_HATE code, you can't change hate targets anymore. - Increased duration of Miracle of the Sun/Moon/Stars to one hour. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8664 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-07Changed gvg_short_attack_damage_rate to 80, as leaked X.2 [Vicious]Vicious2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8662 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-07- Added error message when attempting to use deprecated bonus bAspd.skotlex2-4/+6
- Added missing line terminator on a pair of ShowErrors in the sig plugin. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8660 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as ↵skotlex3-2/+5
item-drop bonuses suddenly not working anymore. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8658 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06Changed all bCriticalRate to bCriticalPlaytester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8657 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06- Corrected SC_INCREASEAGI and SC_DECREASEAGI speed-change formula.skotlex2-5/+15
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8656 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06Added a missing feature to the donation NPC in Lighthalzen.MasterOfMuppets2-1/+18
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8655 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06- Reverted back the default view/chase range of mobs to 100% since eA now ↵skotlex2-4/+5
uses square view areas, like Aegis. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8654 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06- Moved some entries from the main Changelog to the db/Changelog....skotlex2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8653 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 ↵skotlex5-5/+9
gemstones (there's no such hardcoded yellow gemstone requirement anymore) - Corrected db/const.txt entry bMagicSubRace -> bMagicAddSize - Fixed Aex Aeterna ending on Soul Breaker's first half. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8651 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06fixed book of yamir npcLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8650 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06fixed rebirth systemLupus2-16/+77
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8649 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06* Updated attack power of Unholy TouchPlaytester2-9/+12
- also moved combo bonuses to non-accessoire parts git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8648 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-06Applied Orn's modification on speed increases/reductions with ↵toms2-2/+5
increase/decrease agi git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8647 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, ↵skotlex7-18/+39
which can be used to specify what kind of info should be displayed from a mob. Current options are two different formats for Hp display, and current level. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8644 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Fixed Signum Crucis Def reduction being 10+2*lv% instead of 10+4*lv%skotlex2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8643 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- applied the Ultra Mage's suggestion to have the map server strip trailing ↵skotlex2-3/+17
spaces/comments from the config files. It will also now print out when an unknown config setting is found. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8642 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Fixed status change resistance not being invoked at all for pretty much ↵skotlex2-1/+3
all cases. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8641 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Corrected SC_INTRAVISION not starting.skotlex9-54/+59
- Small cleanups (line terminators, indenting) - Fixed crash when attempting to read a Label as a string on a script (thanks to End of Exam) - Fixed possible crash when changing a chat-room's owner (thanks to End of Exam) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8639 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Fixed dispell removing SC_NOCHATskotlex2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Small fix which should correct skill_attack damaging hidden characters ↵skotlex2-1/+4
when it shouldn't. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8633 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05Updated comments on Arrow Crafting thanks to HaploPlaytester2-27/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Fixed connect_until field being a smallint rather than int in the login ↵skotlex3-1/+5
table (upgrade with upgrade_svn8630.sql) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8630 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05* eAAC Update to the banker.(stable version has NO class...err it was ↵eaac2-8/+15
outdated by far.) [erKURITA] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8629 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05- Fixed crash when using Adaptation during an Encore.skotlex2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8627 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-05Added a comment with a link where you can download English bmp's used in The ↵Poki#31-2/+5
Sign Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 * Added missing next's in npc/custom/airplane.txt and ↵evera3-2/+7
npc/custom/quests/valhallen.txt [Evera] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8622 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04- Should have fixed manner being reset to 0 on logout while muted.skotlex3-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8621 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04- Removed status_get_sc_tick, duration and chance are now both handled by ↵skotlex3-110/+62
status_get_sc_def - Fixed mob-kill experience getting screwed up when characters who did damage die/logout at the moment the mob dies. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8619 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04- Should have fixed "sleep", thanks to Lance for figuring out the error.skotlex2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8618 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04- Ordered up entries in skill_unit_dbskotlex5-3/+22
- SC_REFLECTSHIELD will now be passed to devoted characters at cast-time. - Added a check to make a mob's level 1 if the read level from the db is less than it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04Updated name: Lady Tany Card -> Lady Tanee CardPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04Updated Shinobi Sash and Exorcising RingPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04fixed bio ethic qLupus2-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04- Some cleanup of how mobcount works.skotlex6-63/+95
- status_calc_misc will now be invoked in status_calc_bl even on the first call, since status could have gone up due to skill bonuses. - Moved max HP/SP calculations to before invoking status_calc_misc - Simplified distance and check_distance to use "aegis" methods (greater of dx/dy = distance), there's a new define in map.h called CIRCULAR_AREA, when set, the previous method is used, and map for each in range calls will also check for distances, making most ground skills and battle system use real circles instead of squares. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04Added another missing next; in bongunsword.txtevera2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8607 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04- Fixed SC_BERSERK's no regen penalty lasting pretty much forever.skotlex2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-04 * Added missing NPC name in text and next;'s in npc/quests/bongunsword.txt,evera4-16/+35
- npc/cities/amatsu.txt, and npc/merchants/socket_enchant.txt. (Thanks $ephiroth) [Evera] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-03Added some Juperos maps to nosave.txt due to an upcoming update.MasterOfMuppets2-0/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02- SC_REGENERATION's val4 now holds the RGN flag of what is blocked rather ↵skotlex3-7/+18
than blocking all types of regen. - LK_BERSERK will now only block natural regen on state-end. - SC_EXTREMITYFIST/SC_DANCING/SC_EXPLOSIONSPIRITS will only block natural sp regen and not skill regen - SC_REGENERATION blocking will be cancelled on logout now. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8600 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02- Applied use of RC_BOSS/RC_NONBOSS in the ignore def code.skotlex3-3/+5
- Corrected SCB_LUK not updating SCB_BATK as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8598 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02* Applied Vicious's ranges on gunsPlaytester2-20/+22
- Rifle & Shotgun = 9, others = 7 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8596 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02* Updated Kiel spawnsPlaytester2-9/+11
- first floor is close-to-official, but no idea about second floor git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8594 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02* Fixed some Thanatos Tower warpsPlaytester2-10/+6
- I hope Ishizu fixes up the quest soon git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8592 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02* Updated various item names thanks to HaploPlaytester2-100/+103
- please update all the quests that use these item names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8591 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02added missing next;'s in payon city npcsevera2-6/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-02- Corrected script_commands description of getequipid, it returns -1, not 0 ↵skotlex3-4/+12
on fail. - Fixed the mob-id check during pet_db loading, it will also now print when a pet is not loaded due to having an invalid mob class specified. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01The "delete_timer error/no such timer" report will now print the related ↵toms2-1/+2
function git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8586 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01I forgot a duplicatetoms1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8585 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-09-01The Clearing unused stack report will now print the related NPCtoms2-2/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8584 54d463be-8e91-2dee-dedb-b68131a5f0ec