summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-08Okie ladies and gentleman if this commit breaks anything it's jman's and ↵shennetsind1229-793/+551508
maki's fault, yes, blame them. Fixing pre-re / re npc support, moving /config/ folder to src root so other servers may also make use of the #define renewal dir and other stuff. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16382 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-08Hello World. Initial support for the new homunculus has been added, credits ↵shennetsind11-71/+246
to brAthena for the base. Not all skills are yet supported, when a non-supported skill is used rather than the usual warning in the console you'll get a red-coloured message in-game "this skill is not yet supported". please step by our bug tracker should you step by any bugs. thank you very much, you're a great crowd. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16381 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-06* Fixed an incorrect item check (bugreport:6184)euphyy2-4/+5
* Disabled two Dewata warp portals clashing with quest scripts (bugreport:6185, bugreport:5944) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16380 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-06* Added missing pre-re item database entries (bugreport:6177)euphyy2-3/+9
* Fixed a couple wrong SQL item database entries (bugreport:6133) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16379 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-05Implemented Renewal ASPD formula(bugreport:5644)rud0lp2013-314/+504
- all suggestions/contributions/comments regarding RE ASPD ATM will be entertained in [tid:63256] Fixed bugreport:6176 where WM_LULLABY_DEEPSLEEP doesn't target all party and guild members. Temporarily disable the official walk path until the right algorithm is formulated. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16378 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-05* Massive cleaning of "The Sign Quest" script, ~90kb reduction ↵euphyy2-2875/+510
(quests\The_Sign_Quest.txt) * Removed OnInit label of "Card Trader" NPC, since it most likely won't be used (other\card_trader.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16377 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-04* Corrected and optimized 12 guide NPCs (/guides/)euphyy20-689/+312
* Fixed a small typo in Warlock quest, bugreport:6164 (jobs\3-1\warlock.txt) * Fixed a couple of job constant typos in "Nameless Island Quests" (quests\quests_nameless.txt) * Removed non-RE changelogs from RE scripts git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16376 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-04Fixed a couple compiling warningsshennetsind3-13/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16375 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-04* Optimization of Knight job change quest, and fixed bugreport:6163 ↵euphyy2-272/+73
(jobs\2-1\knight.txt) * Follow-up r16373: added another missing entry (bugreport:6162) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16374 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-03* Added missing .conf entry (bugreport:6162)euphyy6-246/+347
* Replaced old, outdated custom WOE setter (custom\WoE_Setter.txt) with my script, and renamed to "woe_controller" * Optimized "Bossnia Warp NPCs" script (events\bossnia.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16373 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-03r16370 has fixed a behavior in *athena that has always made walking ↵shennetsind3-6/+15
easier/smoother, unlike how it actually is meant to be, however since users have been exposed to this behavior for so many years I'm adding a config to disable it in order to save endless posts/bug reports on a intended feature. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16372 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-03bugreport:6137 fixed a bug that allowed item delays to be bypassed when a ↵shennetsind1-3/+5
empty slot was found in the item delay array (e.g. a delay from other item was cleared and left the slot empty). also fixed a issue with the seconds display. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16371 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-03Fixed bugreport:6156 HT_REMOVETRAP must show a skill fail message when it fails.rud0lp202-5/+12
Fixed bugreport:4160 after casting skills it should now check for the path if it is ok to execute same as official behavior. Fixed bugreport:5830 now caster should not hit/chase target between an obstacle same as official behavior. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16370 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-03bugreport:2638 Fixed exploit which allowed items to be mailed while ↵shennetsind1-7/+7
trading/in-npc/etc. (could cause item dupe on badly scripted npcs). super mega ultra plus master thanks to GM Takumirai. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16369 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-02Follow up r16365 removed unused variable and a re-declared variableshennetsind1-6/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16368 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-02* Neuralizer is no longer consumed upon failure (bugreport:6040)euphyy6-203/+91
* Some cleaning of the Sorcerer job change quest (jobs\3-2\sorcerer.txt) * Cleaning of "Bunny Band Quest" script (quests\bunnyband.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16367 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-02Fixed bugreport:6151 monster skills will only trigger their text messages if ↵shennetsind1-12/+10
they're successful, special thanks/credits to Daegaladh git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16366 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01Fixed bugreport:5788 WL_READING_SB should now work like official ↵rud0lp209-140/+150
behavior(save preserved spell on relog, proper skill fail message, maximum number of spell that a char can hold) Fixed bugreport:5657 WL_EARTHSTRAIN should now work like official behavior(total number of range [15x4+lv], layout when casted, interval) Updated WL_IMPRISON duration, rate and proper skill fail message. Special thanks to Yommy and his amazing tool... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16365 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01- Redone the whole Arch Bishop Job change Quest in order to hopefully have ↵masao871-411/+486
fixed all the bugs from bugreport:5983 . git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16364 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01Fixed bugreport:6045 characters will no longer be left "broken" when with 0 ↵shennetsind1-0/+4
hp (usually caused by a crash), instead they'll login dead with the window to go back to respawn point or remain there :p. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16363 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01- Fixed a bug in Eden Group Quests where a variable was set which was ↵masao876-54/+234
supposed to be converted and give the player certain gears. bugreport:6143 - Fixed an Priest Quest cutin which would result in getting an missing file error of the MvP Mistress Card illustration. bugreport:6144 - Fixed EXP Values in Eden Group Quest Boards 86 - 90 and 91 - 99. Source: http://irowiki.org/wiki/Eden_Group_Leveling_Quests * 3 Hours cooldown isn't added yet since some testing is needed. bugreport:6110 - Some minor paranthesis fix in Knight Jobchange Quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16362 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01Fixed bugreport:5984 rental items exploit which allowed a rental item from ↵shennetsind2-5/+16
never being deleted when used alongside storage has been fixed, blame on r14958 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16361 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01Fixed bugreport:6107 item restrictions are now checked upon logoff/mapchange ↵shennetsind2-8/+18
which leads to gear being unequipped when conditions are not met. Super-Mega-Ultra Thanks/Credits To: Daegaladh git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16360 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01Fixed bugreport:6123 fixed issue with null dat->src crash. Also applied a ↵shennetsind1-13/+12
performance improvement by removing the idb lookup on every delayed damage Super mega thanks to Cookie and Wildcard. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16359 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-07-01* Fixed Elemental Sword database entry, bugreport:6134euphyy6-44/+62
* Clarified documentation for "doevent" and "donpcevent", as per bugreport:428 (doc\script_commands.txt) * A major cleanup/rewrite of the "Whisper System" documentation (doc\whisper_sys.txt) * A few other minor documentation corrections git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16358 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-30Fixed bugreport:6136, mob chat should now be working.xantara1-1/+1
- Chat database should be read before the mob db git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16357 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-29Fixed matk bonus bugreport:6134flaid1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16356 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-29Implemented new item script bonuses:rud0lp208-8/+102
- bSkillCooldown,n,x; - bSkillFixedCast,n,x; - *bSkillVariableCast,n,x; - bFixedCastrate,x; - *bVariableCastrate,x; *Pending until RE Casting system is fully implemented. ATM bCastrate is used to manipulate variable cast time where it should not. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16355 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-29Follow up r16353 and fixed of bugreport:6135rud0lp201-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-28Fixed bugreport:6127 remove the double duration bonus from GC_RESEARCHEWPOISONrud0lp205-14/+13
Fixed bugreport:6109 GN_CARTBOOST should now give atk bonus and fixed some genetic skills damage ratio and behavior Fixed bugreport:6121 Rolling cutter's counter should now only be removed by walking and Cross Ripper Slasher Fixed bugreport:6100 Cart should now can't be removed when character dies git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-28Fixed typo that made this thing on by default while it should be off.shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-28- Changed the default log type to SQL. (tid:62476)brianluau1-16/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-28* Standardized and added Shadow Chaser job quest! (bugreport:5834)euphyy9-18/+2379
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-28Fixed a couple mismatching block locksshennetsind2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16349 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-27Updated packets of 2012-04-10 with informations provided by earthlingz.protimus1-6/+20
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16348 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-25* Fixed a minor label typo in "Endless Tower" script, bugreport:5973 ↵euphyy2-9/+5
(instances\EndlessTower.txt) * Fixed reset on Baby job change in custom "Job Master", bugreport:6101 (custom\jobmaster.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-25Fixed bugreport:5843 WL_HELLINFERNO should now deal 2 elemental(fire ad ↵rud0lp203-10/+16
shadow) hits and updated its damage formula. Fixed bugreport:6068 Cloaking/Hiding skills is now working to hide it self to non boss/detector monster. Fixed bugreport:6105 Stone Curse should now stop target to attack once activated. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-25Fixed a value in renewal Homunculus EXP table. (bugreport:6075)kenpachi2k111-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-25Follow up r16343, missing Pre-Re fix o.o;ignizh1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-25Fixed bugreport:6083, Hell Plant now bypass flee & def of the target.ignizh1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24- Fixed Eden Group Quest Board 91-99 checking for Quests and giving the ↵masao873-6/+209
corresponding Experience if you've completed the Quest but during completion you've reached Baselevel 100 or greater. bugreport:6039 - Fixed Checkquest Problem in Eden Quest Board 71-85. bugreport:6015 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Corrected all pre-renewal and renewal EXP tables. (bugreport:6050 and ↵kenpachi2k116-240/+195
bugreport:6075) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24- Fixed bugreport:6101, the points of skills are not restarted after change ↵lmaatl1-2/+6
the job git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16340 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Fixed bugreport:5808 GN Cart Boost is now removed when user takes off his cartshennetsind1-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Fixed bugreport:6021 raised maximum aura_lv from 127 to MAX_LEVEL defineshennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Fixed bugreport:5295 Added a config so each server owner may decide whether ↵shennetsind4-3/+16
their users are to view the actual data or not, requires RENEWAL_DROP git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16337 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Fixed bugreport:5951 changesex bug regarding it not changing bard/dancer ↵shennetsind1-0/+3
classes after the change has been fixed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16336 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Fixed bugreport:5947 Genetic/Mechanics should be displayed properly in their ↵shennetsind1-2/+2
/alchemist /blacksmith ranks, special thanks to Xantara and Aleos. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-24Fixed bugreport:4895 external bleeding will no longer cancel status changes ↵shennetsind1-1/+1
(i.e. won't remove hide cloaking etc) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-06-23Fixed bugreport:6090 Mercenary Skills are no longer broken after a @reloadmobdbshennetsind1-0/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16333 54d463be-8e91-2dee-dedb-b68131a5f0ec