summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-12Removed 'char_max_rename', extended 'char_rename', fixed compatibility issues.Inkfish2-36/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14089 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-12Fixed an error when 'char_rename' is set to 'no'Inkfish1-6/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-12Partially revert r14085, NPC names are allowed to be more than 24 character ↵Inkfish2-4/+4
long in Aegis. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-12Added missing sql update file for renameInkfish2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-11NPC should only have a 24 characters long name including EOS. (bugreport:3599)Inkfish3-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-11Added character rename function.(topic:225576)(written by pakpil and fixed ↵Inkfish6-28/+216
by me) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-06Fixed rental items can be moved into guild storage from cart.Inkfish5-12/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-04- Implemented new packets for rental items (from Jobbie and Natz and fixed ↵zephyrus7-152/+291
by me). - Rental items now can be moved to storage and cart. - Autotrade cannot be used when user is dead, and it's not dispelled if user dies to prevent abuse. - Fixed pc_checkitem to do a proper item check and remove. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14082 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-04- Added a missing space in help.txt (bugreport:3632)brianluau5-37/+3
- Removed duplicate lines in item_trade.txt (bugreport:3630) - Fixed typos in Turbo Track waitingrooms. (bugreport:3628) - Removed a duplicate comment line from r14003 that caused a warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14081 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-03* Added Ravies sisters, people can now turn in the "Valkyrie Gift" items.L0ne_W0lf5-6/+793
* Updated Crystal 6 through 9 monsters for Valkyie Gift event. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14080 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-02Marionette Control now has an infinite duration.(bugreport:2542)Inkfish3-6/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-10-02Fixed a damage underflow (bugreport:3624)Inkfish2-6/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14077 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-27Fixed typos in skill_nocast_db from r13840 (Extra ';' and spelled assuptio ↵L0ne_W0lf2-2/+4
wrong.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-24- Re-added Hardrock Mammoth's MD_BOSS mode that was lost in r14052.brianluau4-22/+35
- Fixed a typo ("too much too much") in Alchemist Quest. - Updated SQL item/mob databases to latest. (thanks Peter) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-23Added supports for Soul Bound.Inkfish3-9/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14073 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-20Disabled ip checking during auth, since it lead to a lot of confusion.ultramage4-10/+12
This essentially reverts the default behavior to before r10021. Re-enabling should only be reconsidered after the subnet mechanism is made fully automatic. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-19Stone Curse's petrify duration should be 20 seconds at any levels.Inkfish2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-18Storm Gust's freeze duration should be 12 seconds at any levels.Inkfish2-5/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-17* Duration of SC_STONE is not reduced by MDEF.Inkfish3-4/+7
* LexAeterna is allowed to be used on petrifying targets. * Mobs won't attack back if StoneCurse fails. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-17- Delete their Gym Pass before giving them the skill. (bugreport:3592)brianluau2-3/+4
- Fixed 2 typos and a cutin that didn't go away in Kiel Quest. (bugreport:3597) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-16* Re-added missing mercenary scrolls to item_trade database, must have ↵L0ne_W0lf2-0/+31
gotten lost while diffing. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-16* Fixed the AI mode for Zombie, change I made while testing new the Luciola AI. L0ne_W0lf6-301/+1154
* Updated item_trade with several new items, hopefully retaining most white space. * Added messing 'end;' in one of the 13.1 lighthalzen guard. * Fixed NPC IDs in niflheim quests again. Should be 111 and "non-clickable" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-13- Fixed typo on item 6079 (bugreport:3581).Kisuka2-10/+4
- Fixed issue with Knight Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-13* Progressbar aborts when player is attacked.Inkfish7-12/+45
* Do not stand if damage is from yourself or has no source.(bugreport:3582) * Any mobs killed by party members within view range are taken into account in questlog. * 'unit_walktobl' now uses at least 1 as the range since 'unit_can_reach_bl' always sets the target coordinates 1 cell away from the target block. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14057 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-12* Clarified the names of some questlog functions and eventually implemented ↵Inkfish4-34/+51
kill counts updating. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-11- Fixed issue Entweihen Card (bugreport:3579)Kisuka2-3/+3
- Added episode 13.1 effect for Eye of Dullahan (bugreport:3576) - Fixed ATK of Pinguicula (bugreport:3551) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-11- Added quest log commands to all job quests.Kisuka23-1098/+1429
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-10* Added some, and enabled existing episode 13.1 content.L0ne_W0lf7-67/+10455
* Updated some stats and implemented Luciola Vespa AI use. * Tweaked the skills for them, still custom though. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-09- Fixed some 'getarg' that were switched in Magazine Dealer Kenny.brianluau2-6/+6
- Fixed a situation in Rogue Agent where NPC window doesn't close. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-08- Clarified documentation for 'addtimer'.brianluau2-7/+18
- Fixed a typo in a gonryun NPC (Wi -> Wu). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-05- Added some missing quests to quest_db.Kisuka5-17/+45
- Fixed an issue on some 1-1 job quest log commands. - Fixed some issues with hair_style. (bugreport:3558) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-05- Updates to several npc files to match AEGIS standards.Kisuka14-2292/+2619
- Added Cash Hair Stylist (disabled by default). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-04Added missing memmove() when adding quests. Sorry, can't be more careless...Inkfish1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-04add missing memmove (follow up to r14036)Inkfish1-0/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-04forget to update main.sqlInkfish1-3/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-09-04* QuestLog Fix.Inkfish11-56/+65
- mob id no longer stores in sql. - counts won't increase if you have killed sufficient mobs. * Fixed Merchant's medalion wrong aspd bonus (bugreport:3554) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-27- Fixed typo in Hyegun_Hat (5367). (bugreport:1935)brianluau5-18/+50
- Added missing bonuses to Mask_Of_Ifrit (5420). (bugreport:2188) - Added better examples for some documentation. - Fixed item loss from mail if you are OVER 100% overweight. (bugreport:1862) - Fixed 'waitingroom2bg' checking wrong parameter. (bugreport:3330) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14034 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-26Fixed mercenary info not being re-sent after using @refresh (bugreport:2335).ultramage1-0/+5
Patch provided by [Diablo]. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-26- Fixed Snake Head Hat (5388) Double Attack bonus. (bugreport:3483)brianluau8-1192/+1747
- Added missing 'break' in some Juperos warps. - Updated SQL item/mob databases to latest. (thanks Peter) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-25Implemented Progress Bar.(topic:207933)Inkfish6-2/+69
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14024 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-24* Fixed items other than Masamune using bAspd. (only Masamune use bAspd in ↵Inkfish2-40/+45
Aegis) * Fixed Cold Heart not checking weapon refinery count. (bugreport:3525) * Fixed some bonuses for Krieger weapons. * Fixed some conditions for bAddEff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14023 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-23- Fixed issue with Double Bound (bugreport:3489).Kisuka2-12/+14
- Fixed issue with Einbech quest npc (bugreport:3518). - Added some effects to some items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14022 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-22Fixed Teleport through Hocus-Pocus skips menu. (bugreport:3513)Inkfish2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14020 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-21Fixed the wrong packet length makes client choke when add_quest packets are ↵Inkfish5-54/+25
sent. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14019 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-21Added bMagicHPGainValue and bMagicSPGainValue.Inkfish8-14/+36
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14018 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-20* Some fixes for HeatInkfish2-4/+15
- won't cancel combo wait. (bugreport:3228) - should work with hp/sp drain bonus. (bugreport:3507) - consumes 10 sp if the attack doesn't connect. (bugreport:3038) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14017 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-18* Changed attribute_recover to no, being hit by the same element should not ↵L0ne_W0lf19-57/+93
recover HP. * Added monster_noteleport to Okolnir quest maps. Will fix the tarot card issue. - Fixed Brynhild dialog in the Asprika quests. (bugreport:3085) - Removed "Disabled" tag from Volcano base quest. (bugreport:3342) - Attempted to fix the sign quest dancing portion. (bugreport:3382) - Fixed Guardian in schg_cas03 using invalid coords. (bugreport:3462) - Fixed Turbo Track records using wrong variable type. (bugreport:3484) - Fixed the checkweights in the Crow of Fate quest. (bugreport:3500) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14013 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-18Equipment DEF penalty shouldn't be applied to players in Mental ↵Inkfish2-2/+6
Strength.(bugreport:3454) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14010 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-16- Added missing #includes to fix some linux warnings.zephyrus1-0/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14009 54d463be-8e91-2dee-dedb-b68131a5f0ec
2009-08-15- Fixed final instancing bug. Tested Endless Tower and working. I will ask ↵zephyrus1-1/+1
if i can publish it :3 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14008 54d463be-8e91-2dee-dedb-b68131a5f0ec