summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04Removed Renewal Drop Modifier out of #REMODE and created a #RE_DROP_MOD ↵shennetsind4-5/+17
specially for it. will update wiki asap git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04Fixed char-server not making use of name_ignoring_case setting, bugreport:4700shennetsind1-6/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-04Mobs may now drop pet eggs, bugreport:2968shennetsind1-6/+9
Also did a small performance improvement at lupus' rare drop announce thing which happened to be just near where i was editing. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Removed unused and unofficial bonus `bRandomAttackIncrease` (in SVN since ↵gepard19847-16/+2
r2, bugreport:2139). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Fixed Self Destruction from hitting hidden characters, bugreport:310shennetsind1-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Fixed Songs, no longer dispells on death. bugreport:3444shennetsind1-0/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03- Follow up r15367.masao871-8/+8
* Fixed the check if the Player is an Wizard or High Wizard. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Fixed bug with lullaby not ending after moving out of ensamble area (with ↵shennetsind1-1/+1
longing for freedom), bugreport:411 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03- Follow up r15366.masao871-13/+19
* Fixed few dialog typos. * Fixed countitem() check. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03- Follow up r15363.masao873-9/+11
* Fixed missing countitem() check. * Added Credits to some Job change Files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03removed ALL_RIDING, as per information provided by Muad_Dib the skill is ↵shennetsind5-14/+1
meaningless, bugreport:5191; As per data from bugreport:5190 reins of mount is no longer deleted after use, re-use leads to releasing the mount git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03- Follow up r15363.masao873-18/+19
* Enabled Item Scripts for Job change specific Items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03- Added first Version of Warlock Job change Quest.masao875-5/+2048
- Updated mob/fields/splendide.txt for Warlock Job change Quest. - Fix for previous commit r15352 . git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03* Merged changes ONLY eAthena 15055.eathenabot1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Fixed atcommand system not being case insensitive since r15346, thanks to keikunshennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15360 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03fixing a warning in ubuntu's gcc, follow up r15358shennetsind1-5/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03fixed a compiler warning restricted to ubuntu's gcc onlyshennetsind1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03Follow up r15343, added trimming to each individual aliases, allows the ↵shennetsind1-1/+1
following: BEFORE: aliases had to be [wat,wut] with no spacing NOW: spacing is trimmed, you can for example [ wat , wut ] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-03removed unix server revision caching -- now it will always display the ↵shennetsind2-29/+3
actual working copy revision (before it required a 'make clean' to drop the cache in unix) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15356 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- Kenpachi asked for it, so here is also the change for the item_db ;Pmasao871-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- Fixed little mistake from previous commit.masao871-8/+8
- List of Bugs fixed: bugreport:1569 bugreport:867 bugreport:2344 bugreport:3583 bugreport:3025 bugreport:3616 bugreport:3935 bugreport:4015 bugreport:4097 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- Lot's of Bugreport fixes and stuff.masao8715-287/+198
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- Updated const.txt. bugreport:5177masao872-3/+103
- Fixed Rental NPC. bugreport:5178 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-02- bugreport:2719 , bugreport:1963 , bugreport:2878 .masao873-1/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01Fixed memory issue with fakename in parseGlobalMessage, bugreport:5192shennetsind1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15349 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01- Bunch of Typo fixes from my previous Commits.masao873-26/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15348 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01- Added Genetic Book Seller to Alchemist Shop.masao873-6/+123
- Updated Gunslinger Ammo & Boxes Sales NPC positions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01ALL_RIDING (Reins of Mount) item no longer screams the skill name upon being ↵shennetsind1-1/+0
used, bugreport:5190 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01Fixed a bunch of whitespace issues in atcommand_athena.conf, due to teamwork :Pjmanfffreak1-240/+4
Changed the example at the beginning of the file (thanks to Slim!) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01- Fixed NPC Position in 2006_headgears.txtmasao873-1/+827
- Added new Headgear Quests and Cute Ribbon Dyer. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01Added new @/# command aliases pattern, all aliases can now be ↵shennetsind7-535/+717
modified/added/removed in the front-end within atcommand_conf (no longer hardcoded). The aliases pattern was defined in this topic: tid:56343 atcommand_conf file rewrite/update belongs to Jguy and BrianL git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01- Added 'showdigit' documentation (command was added in r15009, ea:15001).brianluau1-0/+27
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-01-01poring_war.txt fixes as per bugreport:4848calciumkid1-9/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31Added 4 new all-handy script functions; special thanks to KeyWorld!shennetsind2-2/+68
* getargcount() -- to be used inside functions/callsub labels, returns quantity of arguments provided * is_function(<function name>) -- checks weather a "user" function exists, returning 1 if function is found and 0 otherwise. * freeloop(<toggle>) -- lets you to enable/disable (1 or 0) the loop infinity protection for that specific npc instance, allowing your script to loop as much as it may need. * get_revision() -- retrieves the current svn revision git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31- Changed Gld_Trea_Protect: guild members (who aren't the Guild Master) ARE ↵brianluau1-1/+1
allowed in the treasure room. (bugreport:4839) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31Fixed "#cmd" nick exploit, bugreport:5188shennetsind1-4/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31Fixed Eddga Card, it should give 1 MDEF (instead of 0) according to recent ↵shennetsind1-2/+2
tests on official servers, bugreport:1538 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15337 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31Fixed Wink of Charm, affected mobs will now follow caster during effect, ↵shennetsind2-3/+4
bugreport:3127 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-31Added *.opensdf (temporary VS 2010 file) to svn:ignore property.gepard19840-0/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30Changed attr_fix.txt back to pre-re as there is a attr_fix_re.txt now ↵shennetsind1-20/+20
bugreport:5182 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30Added support for mob_skill_db_re.txt due to bugreport:5183shennetsind2-0/+6491
I'll take some time to write documentation on how all these crap works in the wiki now =p git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30Added support for RE attr table, due to bugreport:5182shennetsind2-1/+60
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30Fixed a bug with the client-called walk+skill chain,shennetsind1-1/+1
When you trying to cast a skill on a target while you are out of the skill range you use, BEFORE: you'd walk to the target until you reach the skill range NOW: you move to the target until you reach the skill range and automatically use it (official behavior) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-30Fixed ancient MvP dmotion/walkdelay/hitlock exploit, bugreport:1851shennetsind2-2/+10
-- The fix on this commit works thanks to a previous commit i did weeks ago to fix other mob walk delay bug git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29minor code improvement, moved some "hidden" configs to config/Core.hshennetsind4-23/+23
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Fixed SC_BURNING icon not going off after it was over;shennetsind8-13/+15
Fixed SC_BURNING from making character unable to move/cast skills/use items/etc, bugreport:5174 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Made the emperium changes from r15321 restricted to renewal modeshennetsind1-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Added Royal Guard job quest.protimus2-1/+519
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29- 1.2 Fixed first Quest so that when a false poring got killed it decreases ↵masao871-2/+7
the total points by 1 also commented the SC_STONE part until M_DESERT_WOLF_B Mercenary is fully working. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2011-12-29Follow up to r15323.protimus1-1/+1
- Added refinement level to +20 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15324 54d463be-8e91-2dee-dedb-b68131a5f0ec