summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-25* Changed the way the Thanatos Portal works.SinSloth2-28/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10615 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-24Fixed extra '}' typo in the bard questultramage1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10614 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23- Added new flag to skill_castnodex.txt, to allow per-skill tweaking of cast ↵ultramage30-172/+182
time and delay reducibility by item scripts (cards and such) - Fixed Martyr's Reckoning never triggering for gms with all skills - Added MO_TRIPLEATTACK and RG_SNATCHER to @skillall's skill filter - Made gm_skill_unconditional bypass skill blocking (guild timer, etc) - Reverted the weird delay_dependon_agi thing (r8923, r9055, r9059) - Changed a few memsets to strncpy (reading past buffer is a bad idea) - Sped up some memset operations (multiples of 4 are faster) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10613 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23fixed typoLupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10612 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23bard quest bugfix, optimization (-50kb)Lupus2-2025/+550
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10611 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23* Added a check in Thanatos Boss room to reset event if there's no player ↵SinSloth2-3/+33
inside. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10610 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-23Fixed a typo in Chase Walk code (caused by r10593)ultramage2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10609 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22Tweaked some recent npcs (untested)ultramage10-6259/+4969
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10608 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22Updated sql filesPlaytester3-83/+85
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10606 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22* Made Thor Volcano mobs safe to usePlaytester8-11/+167
- raised their DEF/MDEF - raised their speed - removed 11.3 drops (using 11.2 drops) - added most of their skills thanks to Doddler - added Thor Volcano spawns, so they can be tested git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10605 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22* Updated Socket Enchant NPC to official.SinSloth2-822/+494
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10604 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22* Moved Munak's Grandma quest to monstertamers.txt, it didn't require ↵SinSloth4-173/+162
another file. - Deleted munak_quest.txt - Updated .conf file due to those changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10603 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-22Poison Bottle now reduces SP to 0 as well.L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10602 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-21* Added Two new quests and moved another. L0ne_W0lf6-158/+4822
- Added Wandering Minstrel quest. Need optimizing. (bard_quest.txt) - Added Munak's Grandma quest. (munak_quest.txt) - Moved bongunsword.txt to /custom/quests/ - Updated the conf files to reflect the above changes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10601 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-21- Removed the TURBO socket mechanism - it was in fact just using a variable ↵ultramage23-1572/+1381
to cache a few arithmetic operations (premature optimization) - Since the fifohead mess is gone, fixed leftover bad code structuring git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10599 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-21* Fixed some bugs in Cursed Spirit Quest.SinSloth2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10597 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-20- Fixed one missed malloc->aMallocA typo, causing memory deallocation problemsultramage5-13/+8
- Some small trunk-stable formatting synchronization git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10595 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-20- Fixed Chase Walk having a deactivation cast time (should be instant)ultramage3-23/+30
- Changed status calc to allow value 0 stats; aegis allows negative values, but eA is unsigned in this regard, so ... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10589 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-20* Added positional music effect to Battle Chant / Gospel, see r10588 on how ↵ultramage2-0/+4
to disable it if it annoys you ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10588 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-20* Chase Walk's casting time is now 1200msPlaytester3-2/+5
- also fixed movement speed of Sword Master git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10587 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19* Fixed a bug in Thanatos Tower Quest, which didn't allow you to get rewards.SinSloth2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10582 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19Reformatting @_@ultramage45-3465/+2236
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10581 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19* Added Global chat and Main chat loggingultramage13-92/+100
- lowered the priority of the 'logging off during gw' filter git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10580 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19Fixed server crashes when you use long hostnames (/thx to Ancyker)ultramage3-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10579 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19Removed the wtf-y mmo_char_fromsql_short() from r2527ultramage4-212/+88
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10578 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19* Refixed drops of Thanatos Dolor & Thanatos Odium regarding the quest.SinSloth2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10576 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19* SQL files fixupultramage16-61/+124
- extended convert_engine_myisam and added innodb version - changed the max. email length to 39 (to match value in source code) - added comment for storage/guild storage picklog entries - changed SETs to ENUMs, which is the proper data type in logs - fixed incorrect defaults, shortened mapname lengths to 11 - use upgrade_svn10575_*.sql to apply changes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10575 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without ↵ultramage2-1/+1
it (vs6, vs7, vs8). In VS9 this and similar functions were replaced by templates that instantiate using the output array's length. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10574 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19Corrected the problem with countitem2 (value wrapped-around in one case but ↵ultramage2-67/+64
not in the other, making comparisons fail) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10573 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-19* Rev 10572 Updated Bard quest to the official one.samuray222-454/+858
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10572 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-18Kiel Hyre quest update, moved delitems to the proper NPC.L0ne_W0lf2-22/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10569 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-18* Reverted drops change regarding Thanatos quest.SinSloth2-4/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10566 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-18* Updated Thanatos Tower quest to official.SinSloth6-1795/+2525
- Moved some NPC in proper quest file and updated warps. - Removed old Thanatos custom warps. * Fixed drops of Thanatos Dolor & Thanatos Odium regarding the quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10564 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-18Sage Job Quest Item name fix: Mantis ScytheLupus2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10563 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-18* Kiel Hyre quest fixes.L0ne_W0lf3-93/+108
- Fixed a typo in Elly, in her room. (<= should have been <) - Added an 'end;' to the cookie basket. Kiel Hyre's final dialog will now delete all quest-related items. * Complete rewrite of the Kiel Hyre warps. (warps/other/kiel.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10561 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17Just a small mob name fix...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10559 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17Updated KnockerPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10558 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17Added Magnum Break to MagmaringPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10557 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17Fixed Earthen and Gale Bow being all mixed upPlaytester2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10556 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17* Updated price and weight of some etc itemsPlaytester2-66/+69
- removed weight on The Sign quest items git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10555 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17updated free kafra passLupus2-17/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10553 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17removed .GAT-s again from recent scriptsLupus10-49/+57
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10552 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17Corrected weight for hunting spear (420 -> 4200) as pointed out by Samueloa.L0ne_W0lf2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10551 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17- Fixed several grammar mistakes from the original dialogs.DZeroX1-5/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10550 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-17Kiel Hyre Quest fix. Fixed the missing spaces in some of the enablenpc commands.L0ne_W0lf2-6/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10548 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-16Restored npc's history while applying latest update at the same time. Please ↵ultramage2-248/+249
use 'svn move' instead of deleting and adding. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10547 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-16- Grandpa Pharmacist has now been renamed to Old Pharmacist, the official ↵DZeroX3-243/+250
name. Updated dialogs have been implemented. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10546 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-16Cleaned up the battle configs a bit (corrected overly verbose texts, typos, ↵ultramage15-216/+155
wrong indentation, ...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10545 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-16Some minor spawn fixesPlaytester5-5/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10543 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-05-14- Removed custom version of Schwartzvalt Trilogy from WIP folder.SinSloth2-1046/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10541 54d463be-8e91-2dee-dedb-b68131a5f0ec