summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-03* Fixed bugreport:6619 with correct ammo view id in /doc/item_db.txtthatakkarin4-9/+88
* Slight cleanup in /doc/atcommands.txt * Added quest sample NPC in /doc/npc_test_quest.txt * Added an additional example in /doc/whisper_sys.txt to show extended usage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16742 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03Small fix (confirmed) to the barricade spawn coordinates in schg_cas02. This ↵cookiecrumbs1-2/+3
caused the cades to only be target-able via specific skills as they were lodged into the wall. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16741 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03* Some optimization of Sealed Shrine instance (npc\instances\SealedShrine.txt)euphyy2-837/+84
* Updated 'waitingroom' documentation, bugreport:6610 (doc\script_commands.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16740 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03Updated atcommands.txt making it easier to read.thatakkarin1-215/+1440
* Updated original descriptions for most commands. * Added parameters and examples where possible. * Some commands require further updates. Challenge accepted! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16739 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-03Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST.rud0lp2012-64/+90
Fixed bugreport:6457 where SR_CURSEDCIRCLE is not remove when target dies. Fixed bugreport:6535 updated GN_CRAZY_WEED to its official behavior. Fixed bugreport:6592 added a missing break in Spiral Pierce skillratio at battle.c. Fixed a faulty skillratio formula of GN_CART_TORNADO. Thanks to Lighta git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16738 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02Follow up r16736 fixing something that'd happen when DISABLE_ERS is used.shennetsind1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16737 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02Hello! few things.shennetsind14-47/+67
1) fixed bugreport:6603 - delayed clearunit now makes use of the ERS which is quite convenient for it speeds up due to the previous amount of mallocs that function would spend. 2) added extra debug information to the ERS system (before on any of its warnings we'd go OH MY GOD WHICH ONE OF THEM DID IT!!!), now upon allocation you give it a const, human-readable, name. 3) added support for options in the ERS system to save multiple/redudant processing in battle_delayed_damage and clif_clearunit_delayed and perhaps also in the future. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16736 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02* Follow-up r16725: changed atcommand.c comments to match new msg_athena ↵euphyy2-187/+187
lines (credits to mkbu95) * Fixed bugreport:6609, incorrect message numbers in atcommand.c * Fixed bugreport:6608, typo in quests_dicastes.txt git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16735 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02Follow up r16733 also the remaining fix for bugreport:6572, making ↵shennetsind1-0/+4
onagitinit be run on reload to refresh the flag's emblems git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16734 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02- Fixed partially bugreport:6572, where WoE:SE Flag Emblem not showing. ↵j-tkay12-33/+32
(npc/guild2) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16733 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-02- Fixed bugreport:6607, where a hidden warp still warp players to the next ↵j-tkay1-4/+5
level. (npc/quests/thana_quest.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16732 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Merged eAthena r15184 by ai4rei, updated effect IDs and NPC IDs (db\const.txt)euphyy3-25/+732
* More updates to effect list documentation (doc\effect_list.txt) * Uncommented a status change in Ranger job quest, bugreport:6551 (npc\re\jobs\3-1\ranger.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16731 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01Converted sample Function and Skill scripts into plain English. More to follow.thatakkarin2-23/+29
Also, Akkarin's first commit! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16730 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01- Changed the column spacing in @go (town list) and @job (jobname list) so ↵brianluau3-104/+75
it lines up for Arial font, instead of fixed-width fonts. - Follow up to r15907, made atcommand_help_string() convert alias to real command name before looking up in help.txt - Moved the list of jobs to help.txt and converted @job to utilize atcommand_help_string(). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16729 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01- help.txt Params lists: changed "/" to "|" to match the rest of the file.brianluau4-158/+155
- Removed an extra 'packet_db_ver' comment from r15173. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16728 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-09-01* Follow-up r16726, more standardization on docs.euphyy36-477/+369
* Replaced and added dividers in many script files with one standard divider. * Other misc. cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31- Standardized headers of /doc files.brianluau15-922/+912
- Added svn:eol-style=native property on some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16726 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31* Updated new atcommand messages in msg_athena to be more grammar-friendly.euphyy2-170/+171
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16725 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31- Moved 400+ hard-coded messages to msg_athena.conf for easier translating. ↵brianluau2-560/+1262
Thanks mkbu95! git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16724 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31- Fixed warnings from r16722.brianluau1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16723 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-31- Fixed @item so it only displays message "Item created" on success.brianluau3-14/+39
- Changed @raisemap to also function as "@healmap". - Changed txt_time() to omit days/hours/seconds if there are none. - Also applied the 'min_chat_delay' to @main, @pettalk and @homtalk. - Fixed a warning in skill.c (bugreport:6593) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16722 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-30Fixed bugreport:6576 changed mvptomb_ to rely on the id rather than the ↵shennetsind3-18/+14
pointer (the tombstone might be unloaded before the monster causing a issue), also removed a unused #define git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16721 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-30- Fixed bugreport:6590, added missing changequest (3071-3076). ↵j-tkay1-160/+158
(npc/quests/quests_veins.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16720 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-30Fixed bugreport:6584 reverted something that shouldn't have been removed in ↵shennetsind1-3/+3
r16687 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16719 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-29- Fixed bugreport:6586, invalid check for Magic Wand Quest. ↵j-tkay1-74/+5
(npc/re/quests/eden/56-70.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16718 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-29Partial fixed for bugreport:6563 updated renewal casting and all 3rd job ↵rud0lp202-231/+228
skills cast, delay, and cooldown. Fixed bugreport:6583 where GN_MIX_COOKING and GN_MAKEBOMB doesn't produce the right amount of item. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16717 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-28- Changed executable names in Linux start scripts (follow up to r15503).brianluau3-3/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16716 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27* Optimized "3rd Item Seller" script (re\merchants\3rd_trader.txt)euphyy7-1029/+329
* Optimized Eden Quest lv. 71-85 (re\quests\eden\) * Deleted a duplicate NPC, bugreport:6564 (re\quests\quests_dicastes.txt) * Other small fixes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16715 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27- Fixed a close in The Crow of the Fate quest. (bugreport:6571)brianluau1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16714 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27Follow up r16712 fix an uninitialized warning in skill.c - thanks to BuildBotrud0lp201-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16713 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27Fixed bugreport:6516 where duplicate entry in produce_db.txt is been ignored ↵rud0lp205-244/+437
when both required skills are present in a character (ex. AM_PHARMACY w/ GN_CHANGEMATERIAL) Updated all Genetic's item creation skills to its official behavior and added all missing items used for GN_CHANGEMATERIAL.(bugreport:6539) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16712 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27Updated read_elemental_skilldb() to skip empty lines instead of throwing an ↵kenpachi2k111-0/+3
error. (bugreport:6565) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16711 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27- read_elementaldb: skip blank lines.brianluau3-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16710 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-27* Standardization in some database files, and other minor cleaningeuphyy19-213/+200
* Disabled Ash Vacuum Warper since it's no longer in iRO - fixes bugreport:6560 (quests\quests_13_1.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16709 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-26* Updated and cleaned up custom Quest Warper, as requested by malufett ↵euphyy1-1006/+561
(custom\etc\quest_warper.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16708 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-26Fixed bugreport:6500 where SC_WEAKNESS doesn't ignore Chemical Protection ↵rud0lp201-1/+3
effect and MADO. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16707 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-26Fixed error in npc_path_data reference counting resulting in the script ↵greenboxal21-1/+1
never getting really unloaded. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16706 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25Fixed bugreport:6521 where MO_CALLSPIRIT doesn't benefit with ↵rud0lp201-2/+7
SR_RAISINGDRAGON effect. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16705 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25Follow up r16669 updated the new monster hp to its official behavior.rud0lp204-3/+20
Follow up r16661 added missing configuration for variable cast time reduction through stats. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16704 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25- reverted to r16668, erroneous fixsalepate1-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16702 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-25- fixed pc_statusup2(): status cost update conditionsalepate1-4/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16701 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24- Merged and cleaned up Kafras. (kafras/kafras.txt)j-tkay18-1220/+796
- Added Warp Points / View Points Function. (kafras/functions_kafras.txt) - Updated dialogue for Shadow Chaser Job Change Quest. (jobs/3-2/shadow_chaser.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16699 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24* Added warg rider check to custom breeder (custom\breeder.txt)euphyy3-5/+7
* Follow-up r16656, documented the new commands git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16698 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24Fixed bugreport:6550 @unloadnpcfile now refreshes the hardcoded npc event ↵shennetsind1-0/+4
array (onpckillevent onpcdieevent etc) so that any unloaded references are properly removed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16697 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-24* Added warg checks to Falcon Renter, bugreport:6546 (merchants\renters.txt)euphyy3-3/+23
* Follow-up r16695, finished documentating. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16696 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-23* Cleaned up documentation of mob_skill_db a little bit.euphyy3-114/+95
* Added documentation on ancient code in mob_skill_db.txt, where skills will be treated as 'global' if a negative mob ID is specified. * Follow-up r16694, reverted to official behavior (bugreport:6545) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16695 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-23Follow up r16693, fixed incorrect minimum input. (npc/re/cities/dewata.txt)j-tkay1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16694 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-23- Fixed bugreport:6545, invalid Zeny check. (npc/re/cities/dewata.txt)j-tkay1-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16693 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-23Fixed bugreport:6543, just removing a unused variable.shennetsind1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16692 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-08-23Fixed Highness Heals cooldown. (bugreport:6542)kenpachi2k111-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16691 54d463be-8e91-2dee-dedb-b68131a5f0ec