summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07* Merged changes from trunk [14895:14966/trunk].ai4rei88-2722/+4489
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14967 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-30Forgot to increase MAX_ITEMDELAYs to 18.L0ne_W0lf3-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14965 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-09-30* Fixed skill_calc_heal applying heal bonuses only to AL_HEAL.L0ne_W0lf21-221/+480
* Still working on updating the status window to display properly. * Refine bonuses on armor now apply properly. (+1 additional bonus for every 4 refines.) Refining in general now goes up to 20. * Criticals will now no longer ignore defense, but will still always hit. * Converted m/def2 to a short, for testing status window update, will eventually need to surpass 32k. Good like this for now while we work on it. * Cleaned up some minor things relating tot he arch bishop skill update. * Applied some of the 30/08/2011 kRO updates to arch bishop skills. * Added more SI_ Constants from newer clients to status.h. * Added constants to the database for future updates. * Updated Runestones and creation items. * Added Runestone delays to item_delay. * Added Runestones receipies to produce_db. * Added dummy rates to refine_db. * Added Rune Knight skills to skill_cast_db * Updated Rune Knight skills, and Arch Bishop skills. * Updated SP requirements in skill_require_db. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14964 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-28*Fixed Blessing crashing the server when used on monsters, monster weapon ↵L0ne_W0lf3-8/+12
attack mechanics are currently unknown. * Updated conditions for UNT_EPICLESIS and AB_ADORAMUS (two cases of || to &&.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14948 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-28Fixed AB_ADORAMUS and AB_JUDEX's damage unnaturally high.Inkfish1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14947 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-28* Fixed AB_ADORAMUS's partner and item check.Inkfish2-15/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14946 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-28* Added a null pointer check to AB_CLEMENTIA and AB_CANTO.Inkfish2-6/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14945 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-28* Fixed skillratio of Archbishop skills is 100% higher than it's supposed ↵Inkfish2-4/+10
be.(it's initialized to be 100% not 0) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14944 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-27* Quick fix for crash when blessing a mob.flaviojs1-6/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14943 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-27* Reverted unnecessary signature change of clif_skill_fail from r14941.Gepard7-170/+173
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14942 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-27- Implemented first version of Archbishop skills. Preliminary version, see ↵L0ne_W0lf43-2357/+14381
doc/3rd_job_notes.txt for details/bugs/issues with skills. - Implemented fixed cast time, old cast time mechanics no longer available. Added bFixedCastRate used for reducing fixed cast time mechanic. Cast time calculations probably still needs work, as the cast rate reductions are probably additive and multiplicative as they used to be. - As a result, skill_delayfix_sc() has been removed, status effects that modify cast time are now calculated DURING cast time, not after. - Implemented skill cooldown in skill_cast_db.txt. Known issue is that the cooldowns should save on logout/server shutdown/etc. - Implemented new heal calculation and started work on MATK. Added bWeaponMatk, and bEquipmentMatk for use with new MATK mechanic. - Removed custom features and their config settings: delay_dependon_dex, delay_dependon_agi, castrate_dex_scale. - Increased max_def to 9999 for now, as that is by default the largest defense increase found in the Renewal database (Ahura_mazdah, GM item) - Added shield aspd reduction from job_db1.txt-- Not 100% sure on this one yet. Should be considered a WIP. - Modified updatestatus(), to display information more in line with the client's status window. - Updated some calculations in status_calc_misc to match renewal, needs a lot of work still. - ST_CHASEWALK and HP_BASILICA no longer have 0 cast time while being canceled. * Implemented 'Boss' Decrease AGI, like 'Boss' Heal - editable in skill.conf * clif_skill_fail() now accepts a new parameter, to be used in later messages. * status_change_start() now stores tick as duration upon being called, which fixes timers calling the function from showing negative durations. * Implemented skill ALL_PARTYFLEE. 1 level, increases party member flee by 10. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14941 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-10* Raised MAX_MERCENARY_CLASS to 44 for new mercenaries.L0ne_W0lf26-160/+3294
* Raised max_lv to allow values up to 150 in battle.conf. * Raised MAX_SKILL_TREE 77 in prep for 3rd class skill trees. * Upped max_lv and max_aura to 150, and max_aspd to 193. * Added Brasilis database updates from trunk r14928. * Added scripts and NPC Brasilis updates from trunk r14928. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-08-07Merged database changes from trunk r14927.L0ne_W0lf12-1828/+2692
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14927 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-26Fixed Guides_aldebaran having an uppercase G in it. L0ne_W0lf1-0/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14923 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-26Added Renewal Guides, and made the filenames uniform.L0ne_W0lf43-3525/+4235
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-21Updated most active NPCs that give EXP to renewal standards.L0ne_W0lf33-2093/+2520
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-10* Merged changes from trunk [14827:14894/trunk].ai4rei149-1352/+6018
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-07-04Updated Tutorial quests, and added back NPCs needed for Priest quest.L0ne_W0lf9-2587/+3625
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-06-13* Fixed 3rd classes not being able to level up after Base Level reset.Gepard2-3/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14848 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-06-12Corrected improperly converted spawns, and instance timers for sealed shine ↵L0ne_W0lf17-69/+71
and Orc Dungeon. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14846 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-24- Fixed a possible exploit in guild castle investment. (bugreport:4929, ↵brianluau12-33/+226
topic:272783) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14833 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-15* Merged changes from trunk [14824:14825/trunk].Gepard5-63/+81
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14826 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-15* Added support for increased max statistics (parameters) for 3rd classes ↵Gepard7-156/+190
(regular and baby). * Updated amounts of status points given at Base Level up for levels over 99. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14823 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-15* Fixes to Job Level stat bonuses table.Gepard2-12/+15
- Added missing bonuses: Warlock's INT, Minstrel's INT & AGI, Genetic's VIT. - Official Royal Guard's bonuses. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14822 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-15* Merged changes from trunk [14784:14819/trunk].ai4rei65-640/+1037
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14821 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-14* Added Job Level stat bonuses for baby third classes.Gepard2-39/+44
- Fixed Genetic High's VIT bonus being given at different level than Genetic's (since r14557). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14819 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-14* Updated attribute (element) damage adjustment table.Gepard2-23/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14815 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-05-08* Fixed pcdb_checkid not recognizing invalid/unused job classes ↵ai4rei2-1/+9
(bugreport:4830, since r14755). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14810 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-04-09* Merged changes from trunk [14742:14782/trunk].ai4rei88-1957/+7384
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14783 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-04-06* If you're going to take credit for someone elses work (irony) make sure ↵L0ne_W0lf9-60/+458
it's not my work. - Corrected credits in the Eden Quest files. - Removed showevent use in the eden_common file. - Removed the duplicates in the eden_common file. - Removed the korean comments in the eden_quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14769 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-04-06- Eden Group Quests and Services added.Kisuka9-8/+9545
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14768 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-22- Renewal changes to The Sign Quest.Kisuka3-81/+82
- Correct warps for The Sign Quest. - Correct weight for Sealed Scroll. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14757 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-22- AEGIS Conversion of Mob Spawns.Kisuka76-2911/+2684
- Added 3rd class blanks / skeletons. - Added Brasilis and Dicastes mob spawns (disabled until episode is added). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14755 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-09* Fixed some missing/wrong bits in merge from trunk (follow up to r14740).ai4rei12-2112/+2426
- Fixed added files not being svn-copied (thus lacking svn history). - Applied missing property changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14741 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-09* Merged changes from trunk [14688:14739/trunk].Kisuka131-3607/+5826
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-03-08- Some fixes to the Novice Training Grounds.Kisuka22-4014/+757
- Added Renewal 1-1 Job Change. - Updated monster spawns to Renewal. - Disabled Umbala dungeon mob spawns (Since it was removed). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14736 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-21- Added Buying Shop NPCsKisuka2-0/+249
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-19- Added Renewal Novice Training Grounds.Kisuka4-4102/+2119
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14710 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-02-08* Updated enumerations of skill, skill unit and status option IDs.ai4rei3-10/+416
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-01-30* Merged changes from trunk [14636:14686/trunk].ai4rei118-7874/+3215
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14687 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-31* Fixed a nullpo crash in pc_gainexp when receiving exp though script ↵ai4rei2-1/+3
command getexp (topic:262958, since r14625). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14644 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-27* Added item stacking limit database (item_stack.txt) required for runes and ↵ai4rei7-6/+113
other 3rd class related skill items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14635 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-27* Merged fixes from trunk for script command 'checkweight' (r14631) and ↵ai4rei3-0/+10
skill-based item production (r14633). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14634 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-26* Merged changes from trunk [14496:14630/trunk].ai4rei111-4031/+6901
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14632 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-26* Merry Christmas eAthena!SketchyPhoenix1-1/+48
* Exp modifiers based off player/mob level difference. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14625 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-12-04* Added 3rd class stat bonuses (source: kRO website, February 2010).ai4rei2-0/+54
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-23* Fixed script command getusers causing map server to crash when called with ↵ai4rei2-7/+34
type 0 without attached character (bugreport:4565). - Lack of character is now reported like other script commands do. Additionally invalid types are reported as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14495 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-23* Labels longer than 23 characters will no longer cause the server to exit ↵ai4rei2-9/+11
immediately (bugreport:4563, since r1213). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14494 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-23* Various small cleanups.ai4rei4-47/+118
- Fixed truncation warnings in @statuspoint, @skillpoint and @str/@agi/@vit/@int/@dex/@luk (since r14436). - Fixed data type inconsistency in @statuspoint and @skillpoint (since r5762, related r13541). - Silenced truncation warnings in CR_ACIDDEMONSTRATION damage calculation and cardfix application (since r13700). - Reformatted unit_blown to make it look cleaner (follow up to r14492). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14493 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-23* Added script command pushpc, which is required by newer scripts.ai4rei7-39/+120
- Moved knockback-part of skill_blown into unit_blown, to allow unconditional knockback required by pushpc without copy-pasting code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14492 54d463be-8e91-2dee-dedb-b68131a5f0ec