Commit Graph

  • 9f82cc68b5 Merge 16d94e770a62ce8ed6f71bc0ca0bfb918cffa268 into 11f500792e679d2a29daac7e8ba2ec5a4eac1588 Cydh Ramdh 2013-09-03 16:45:24 -07:00
  • 11f500792e Merge pull request #3 from Miloeve/patch-1 Euphy 2013-09-03 14:48:32 -07:00
  • 47ef1b48f0 Merge 065923eb345714a7b3b56e18426dee6437bb9602 into e5d9fc8fa53b0a67cf159d6b75d08a794095e0c9 Miloeve 2013-09-03 14:48:19 -07:00
  • e5d9fc8fa5 * Script updates. - Updated dialogue for advanced and Renewal refiners. - Added an extra check in the main refiner scripts to prevent empty menus from appearing. - Renamed Renewal NPCs to "Vestri" and "Austri". - Slightly updated dialogue for the Catalog Magician script. Euphy 2013-09-03 12:53:39 -04:00
  • 16d94e770a * Updated IDN until latest commit Cahyadi Ramadhan Togihon 2013-09-03 21:36:08 +07:00
  • 065923eb34 Create map_msg_grm.conf Miloeve 2013-09-03 15:53:26 +02:00
  • 02d67498b1 * Script updates. - Added Renewal features to PVP script and removed duplicate warps. - Added "Acolyte Warpers" script (Keiki and Isalei), disabled since it may be an event script. - Added "Mergician" NPC, but it currently doesn't function and is disabled. - Moved "Stone Change" script from merchants/ to other/. - Follow-up 8acde7e: further bug fixes. Euphy 2013-09-02 00:18:49 -04:00
  • 8acde7ed96 Merge pull request #2 from Toshiro90/master Euphy 2013-09-01 18:59:07 -07:00
  • e1d43df9bb Merge 8bd41ee949659044b125168dc7e360233fce1b75 into ba58eb020f37ca4e65996d2264f8a66c24aed761 Toshiro90 2013-09-01 17:26:07 -07:00
  • 8bd41ee949 * Fixed several for-loops in Falicious Okolnir whose variables weren't incremented correctly, causing too many monster spawns or invalid checkitem() calls. Toshiro90 2013-09-02 02:18:47 +02:00
  • ba58eb020f Some cleanup of reflecting damage - Concerning bugreport:8029 Change Cart Tornado to use base strength - Fixes bugreport:7237 Akinari1087 2013-09-01 18:25:09 -04:00
  • 397e1e5132 * Fixed some compiler warnings from recent commits. (credits: Lighta, Cydh) * Umbala Spirit doesn't have a slot. (bugreport:8039) Euphy 2013-08-31 13:18:10 -04:00
  • a4fdc72e6d * Created src/custom/ folder for custom atcommands and script commands. - A short, simple extension of atcommand.c and script.c that should help cut down on conflicts while updating. - Concept credits to brAthena. Euphy 2013-08-31 02:04:32 -04:00
  • f6f1bcaeb9 * Updated FRN and RUS map_msg translations. (credits: Capuche, Jarek) * Added some maps to the custom warper. Euphy 2013-08-30 21:46:45 -04:00
  • 454781a24d * Fixed a WOE:SE issue with 2nd Guardian Stone respawn. (tid:86918) * A couple of other tiny fixes. Euphy 2013-08-30 18:02:48 -04:00
  • 1c7c002e46 * Follow-up cd9a776: documentation edits. Euphy 2013-08-30 17:03:08 -04:00
  • 0fe7006883 * Added jRO Eclage mob spawns. (credits: refis, Auriga) * Fixed an overflow in custom wedding script. (bugreport:8032) Euphy 2013-08-30 15:26:44 -04:00
  • fb74928700 Enable TravisCI building Akinari1087 2013-08-29 20:35:46 -04:00
  • cd9a776f23 *Added Skill Damage Adjustment! - Disabled by default on src/config/core.h. Uncomment '#define ADJUST_SKILL_DAMAGE' to enable this skill damage adjustment - Added skill_damage_db.txt (thank Lilith for 'Manage Skill Damage') - Added new mapflag: 'skill_damage'. Please read 'doc/mapflags.txt' for more details *Fixed bugreport:8029 (thank exneval for testing and reporting) (Akinari) *Follow-up 647f99f (Akinari) *Follow-up 15074d8: optimized item_isNoEquip check parts *and some mirror changes Cahyadi Ramadhan Togihon 2013-08-30 02:55:11 +07:00
  • da390cae2f Fix pre-re Ensemble songs ignoring Land Protector - Fixes bugreport:8013 Re-add Solo songs to ignore Land Protector in Renewal Blame a9b48ba for the confusion Akinari1087 2013-08-29 00:48:18 -04:00
  • 647f99f805 Reflect damage even when damage is blocked by a status - Fixes bugreport:6938 Also separate status reflect damage from item reflect damage Fix float value for strength stat in weapon attack (Baalberith) - Fixes bugreport:7957 Use stored weapon attack value for damage calculation rather than recalculate Akinari1087 2013-08-28 22:25:46 -04:00
  • 866f66ccf8 Merge branch 'master' of https://github.com/rathena/rathena lighta 2013-08-28 20:12:44 -04:00
  • 55e776076b Safecheck atcommand lighta 2013-08-28 20:07:45 -04:00
  • 4a4fab0298 * Database updates: - Updated Renewal item_combo_db with new item entries. - Updated Renewal item_noequip with Vellum gears/siege items. - Some small updates to Renewal item_db. Euphy 2013-08-28 14:34:16 -04:00
  • 15074d8c37 Follow-up fc48f92, which is oppsite of r17119. (Euphy's fault :P) - Config naming changed: 'item_restricted_consumption_type' to 'allow_consume_restricted_item' (conf/battle/items.conf) - Add 'allow_equip_restricted_item' config to allow/disallow player use item that restricted. Default is yes, restricted item can be equipped but gives no script effect (related r17119) (conf/battle/items.conf) - Moves item_nouse check to itemdb_isNoEquip - PC_PERM_USE_ALL_EQUIPMENT is now can be used to bypass item no_equip flag for equipment (also card) to run the item script - PC_PERM_ITEM_UNCONDITIONAL is now can be used to bypass item no_equip flag for consumable item to run the item script Cahyadi Ramadhan Togihon 2013-08-28 20:01:15 +07:00
  • ef4fd59996 Update configure.in lighta 2013-08-25 14:05:04 -04:00
  • fc48f925bc Fixed item_noequip.txt check when player try to equip an item (broken since hmm, I don't know) Cahyadi Ramadhan Togihon 2013-08-28 13:25:18 +07:00
  • 362d8264fe Fix MSVC conversion warnings - Fixes bugreport:8014 Added support for bSetDefRace and bSetMdefRace for Vellum Weapons Akinari1087 2013-08-27 14:26:53 +00:00
  • fe95610ba8 * Added an integer overflow check on literal values in the script parser. (Hercules 8351881, 86602bb, 3d19c2d, 184ad8a) - When attempting to use a value greater than INT_MAX or smaller than INT_MIN (about +/- 2 billions), a warning message will be shown and the values capped to INT_MAX or INT_MIN. - Corrected some scripts that were attempting to use such values. - Fixed some possible issues when using literal negative values in scripts. * Added a note to @job documentation. Euphy 2013-08-27 13:46:02 -04:00
  • 558b5a175d * Updated Airship Ticket Quest with some missing parts and bug fixes. * Two follow-ups to bf68cce. Euphy 2013-08-27 04:18:17 -04:00
  • bf68ccefa3 * Script style standardization. - Standardized cases on constants (Zeny, Sex, BaseLevel, etc.). - Replaced numerics with constants. - Standardized parts of script headers. - Changed some script styles to K&R. - Added some official script file names as comments. - Replaced most 'misceffect' commands with 'specialeffect'. Euphy 2013-08-27 03:28:41 -04:00
  • 1083475207 * Some follow-ups to 5ab4d5e: - Added Renewal changes to "God Seal Status" signpost and moved from "npc/other/sealstatus.txt" to "npc/quests/seals/seal_status.txt". - Applied item_db changes to Pre-Renewal and SQL databases. * Fixed issue in Cursed Spirit quest where an OnTouch NPC wouldn't activate. Euphy 2013-08-26 11:34:18 -04:00
  • 5ab4d5ea90 * Script updates: - Updated Nameless Island quests and added questlog support in quests_nameless and quests_prontera. (fixes bugreport:7992) - Updated "God Item Creation" scripts to their latest versions: seals roll at 25/50 instead of 50/100 in Renewal. - Updated Soul Linker job quest with new checks. - Fixed an untranslated Manuk NPC. - Some follow-ups to previous commits. Euphy 2013-08-25 20:56:46 -04:00
  • f05667e4fb Removed RENEWAL_EDP option as it is no longer necessary and is not supported between Pre-Renewal and Renewal Updated La'cryma Stick - Fixes bugreport:7980 Akinari1087 2013-08-25 00:31:39 -04:00
  • f884d30c1f Correct some skill formulas (Axe Boomerang, Power Swing, Triangle Shot and Feint Bomb) - Fixes bugreport:7996 Update Shield Press formula to 2011 re-balance - Fixes bugreport:8010 Akinari1087 2013-08-24 23:16:00 -04:00
  • 8bd0985159 More hardcoding cleaning with inf3 lighta 2013-08-24 15:21:02 -04:00
  • 1cf5283dcf - Added GD_ITEMEMERGENCYCALL skill for Emergencycall Scroll items (12968, 12969, 12970). - Change hardcoded delay time 'guild_skill_relog_delay' for guild skill (conf/battle/guild.conf). Cahyadi Ramadhan Togihon 2013-08-21 16:47:39 +07:00
  • 5f123519f6 Added item check for third classes (as partial merge from Hercules: 1caae98). - 1:Normal, 2:Trans/Upper, 4:Baby, 8:Third, 16:Trans.Third, 32:Third Baby (see 'doc/item_db.txt' for detail) - Changed almost all items class on 'db/re/item_db.txt' - Updated 'sql-files/item_db_re.sql', also fixed SQL error (bugreport:7998) Added 'item_unconditional' as group permission, default is 'false' (see 'doc/permissions.txt' for detail). Cahyadi Ramadhan Togihon 2013-08-21 11:33:34 +07:00
  • ff86b75d26 * Standardization of new Upgrade Weapon Enchants script. (follow-up 5debd8c) * Fixed some bugs related to Nidhoggur's Nest. (bugreport:7990) * Follow-up ba6b57b: - Added 'is_clientver' command to Navigation system function. - Documented @item change. Euphy 2013-08-17 22:56:40 -04:00
  • 5debd8c5c8 Added Upgrade Weapon Enchants unknown 2013-08-17 17:03:45 -04:00
  • f2e1bd04b9 -Some scripts support --Upd map Makefile.in to auto add header file in folder --Upd configure to fix some debuging issue on some OS (-g flag issue) --Upd athena-start, add --enlog option to create a log file with a tee. (all the normal console could now be logged into that file) thx to Beanux nb : this logging option doesn't actually support file oversize lighta 2013-08-17 09:49:28 -04:00
  • a9b48baad5 -Some customisation support --Add of skill_inf3, goal is to move out the hardcoded skill list in emulator to db. (and therefor allow user to easily modify them if they wish) -Fix of possible segfault in battle.c since r17457 (sd might be null on the camouflage bonus) --Also fixing the fact that camouflage bonus was staying permanently. lighta 2013-08-17 09:42:01 -04:00
  • ba6b57bdf3 -Some script/atcommand function work. thx to Euphy --Update of script documentation --Readd "instance_announce" (Broadcasts to all maps inside an instance) --Add "is_clientver" (Checks if a player's client version meets a required version or date.) --Add "getserverdef" (Retrieves server definitions.) --Overload of @item to allow @item <id1:name2:name3:..> <amount> (for lazy people =) lighta 2013-08-17 08:40:11 -04:00
  • 342745de1a -Some clif work. -Add packet definition for (2013-06-18, 2013-06-26, 2013-07-03, 2013-07-10, 2013-07-17) thx Shaktoh -Optimise a bit pc_useitem processing --Fix bugreport:7760 (Added new ranklist packet for newer client) --Fix bugreport:7739 (2013+ storelist had invalid offset) --Fix bugreport:7806 (fix typo for 2013+ support and also fix breaking of old npc/merchants/cash_trader.txt) lighta 2013-08-17 08:31:59 -04:00
  • 3125f09aae * Fixed Arch Bishop job quest. (bugreport:7111) * Added two item checks in Mora quests as a safety measure. (credits: TTest) Euphy 2013-08-14 17:36:04 -04:00
  • cbdbda1f0e * Script updates. - Added Malangdo Card Separation NPC "Richard", who refines weapons and shields. - Added new "Job Repair" script, which fixes potential errors with job data (RE). - Marriage script changes: -- Permanent global variables are now temporary. -- Added GM NPCs (The King of Midgart, Divorce Staff, Remarry Staff), commented. (bugreport:6795) - Added some missing [Official Conversion] comments. Euphy 2013-08-14 02:19:57 -04:00
  • 0202126185 * Script updates. - Added questlog support for Amatsu, Ayothaya, Hugel, Louyang, Lighthalzen, Niflheim, and Rachel quests. - Updated Turbo Track with Renewal mounts; file split due to an NPC rename. - Added missing cutins to Rekenber Job Quest. - Added new "Stone Change" script (RE). - Added Renewal coordinates to Juno's Airship Representative. - Added Renewal sprites for Juno Soldiers (8W_SOLDIER -> 4_M_EIN_SOLDIER). - Added Renewal Izlude Bulletin Board, but disabled unless valid coordinates are found. - Minor updates to Malangdo Enchants dialogue. Euphy 2013-08-13 18:24:01 -04:00
  • 5c157a5ac5 Fix Highness Heal calculation : Fixes bugreport:7966 Map crash fix when casting Kaihou - Fixes bugreport:7962 Update Songs/Dances for Land Protector - Fixes bugreport:7913 Show baseATK increases in status window - Fixes bugreport:7960 Revert damage to int64 - Fixes bugreport:7939 - Also removed limit on Acid Demonstration Changed Camouflage to increase Equip Attack - Partially fixes bugreport:7941 Akinari1087 2013-08-13 16:07:32 -04:00
  • a1adc15147 * Script/DB updates. - Implemented Bangungot Hospital 2F instance. - Added mob_skill_db entries for new mobs - Hall of Abyss, Port Malaya, Eclage, Nightmare Pyramids. (credits: Lemongrass) - Fixed ATK2 column for new mobs. (bugreport:7888) Euphy 2013-08-13 02:22:50 -04:00
  • e4e8566b19 * Port Malaya updates. - Added "Nurse in Port Malaya" quest. - Added "Pintados Festival" quest. - Updated all quest_db entries with correct delays and mobs. - Corrected placeholder VIP checks: when VIP is disabled, the VIP reward is always given. Euphy 2013-08-11 21:07:19 -04:00
  • 94c8a9cee1 * Renewal item database update - 320 items affected. - Added missing item scripts for hundreds of items. - Added many new item entries. - Updated some existing scripts with new changes. (fixes bugreport:7201) - Uncommented all disabled items. Euphy 2013-08-08 01:43:41 -04:00
  • 13b281b31e * Izlude Arena updates. - Added new Izlude coordinates and warps. (follow-up 400d0f0) - Replaced many permanent global variables with mobcount() command. - Removed some unnecessary global variables and OnInit labels. - Commented all invalid label executions. - Brought scripts up to standard with scripting conventions (label naming, spacing, etc.). - Moved all warps from scripts into warps/ folder. Euphy 2013-08-07 23:05:07 -04:00
  • 32b8d2e713 * Implemented Bakonawa Extermination quest. * Misc. cleaning. Euphy 2013-08-07 02:47:45 -04:00
  • 7beb7edc77 Minor bug fixes Deadly Silence 2013-08-06 23:46:24 +02:00
  • 400d0f0319 * Restored Izlude Arena into root directory - it should never have been disabled in Renewal. (blame: r16382) - Note: Renewal updates will follow. Euphy 2013-08-06 02:58:43 -04:00
  • 26036efcb7 * Implemented official kRO Novice Training Grounds (RE) script. (fixes bugreport:7923 and bugreport:7759) - Added Job Test NPC, "Job Guide Lark". - iRO's custom features are removed (Eden Teleporter and custom mob spawns). - NPCs and warps are now duplicated on all new_*_* maps (reason unknown). - Note: The script will be replaced with Cryptura Academy once the scripts are translated. Euphy 2013-08-06 02:32:56 -04:00
  • e6565c0be2 Add cell copying across instances - Fixes bugreport:7875 Akinari1087 2013-08-06 01:20:41 -04:00
  • 11860e2e1f * Script updates: - Added warpers and duplicates for Izlude (izlude_[a-d]) and Prontera Field 8 (prt_fild08[a-d]) maps. - Updated Eden Group warpers and added new duplicates. - Changed "Kelitula Academy" to "Cryptura Academy". - Added a missing OnMyMobDead label in Buwaya Cave instance. (bugreport:7929) - Added version information to Airport script headers. Euphy 2013-08-05 19:42:00 -04:00
  • 21a0eba6fa Revert some code from 5e3bb8a Fix SC bonus being applied too late - Fixes bugreport:7942 Akinari1087 2013-08-02 11:17:51 -04:00
  • 7301278987 Some Skill Updates Updated Axe Boomerange and Power Swing skill ratio formulas - Fixes bugreport:7937 - Updated Power Swing Stun rate Updated Triangle Shot skill ratio formula - Fixes bugreport:7936 Updated Overbrand skill ratio formulas - Fixes bugreport:7938 Fixed Hundred Spear activating Spear Boomerang twice - Fixes bugreport:7899 Thanks to reineil for all the reports. Akinari1087 2013-08-01 12:38:52 -04:00
  • fa4729c9fb Update char_athena.conf san2kro 2013-08-01 22:35:49 +08:00
  • 1a73141ff8 Fix card damage fixing - Fixes bugreport:7935 Fix GVG and Card reductions for skills that use separate damage calc functions Removed some unnecessary code causing attack underflow in homunculus - Fixes bugreport:7925 Update Feint Bomb damage formula to 2011 rebalance - Concering bugreport:7912 Update Siren's Voice to 2011 rebalance formulas - Fixes bugreport:7878 Akinari1087 2013-08-01 01:28:50 -04:00
  • 20153af6e0 * Script updates: - Added new Renewal warpers for Satan Morroc maps. - Updated "Succession of the Prince" quest with some new cases, and fixed checkquests. - Updated portions of Ecology quest in 13.1 quests with new checks and cases. - Added some missing 'disable_items' commands to 2004 Headgear quests. Euphy 2013-07-27 16:36:00 -04:00
  • 6572a9fc72 Fix map crash from reloading after an instance is destroyed - Fixes bugreport:7883 Vending immediately fails when it cannot be used - Fixes bugreport:7894 Added script command 'addrid' - Suggestion tid:84892 Akinari1087 2013-07-26 03:55:28 -04:00
  • 0fba5cb4a1 * Updated Magic Gear rental script and added many new locations. * Split Geneticist Manuals shop (Renewal only) from main Alchemist shop script, and updated dialogue. * Moved Izlude Bulletin Board and Signs to Pre-Renewal path. * Updated Warlock book quest NPC name, and fixed a bug for Baby classes. * Fixed unittalk displaying messages twice for players. (bugreport:7903) Euphy 2013-07-26 01:48:33 -04:00
  • 02885990e5 -Merge Herc --c0c254f (Binary heap fix & improvement), adding swapper function in specification --e9e8914 (Fixed typo in SC__STRIPACCESSARY, using equip_index instead equip_pos creating mistmatch) lighta 2013-07-25 20:01:52 -04:00
  • 6a90381808 -Upd SC_STONEHARDSKIN to only break weapon from Melee atk and speed up processing lighta 2013-07-25 17:58:58 -04:00
  • d32e3c89ae * Renewal Izlude updates: - Updated warp scripts and removed disabled warps. - Implemented Renewal Hypnotist, which resets stats and skills; moved old file to Pre-Renewal path. - Moved and added Bullet Dealer and Magazine Dealer duplicates. (bugreport:6410) - Moved Dorian (quests_nameless) NPC to Pre-Renewal/Renewal paths and shifted Cuskoal (izlude) RE NPC. - Corrected some coordinates and NPC facing directions. Euphy 2013-07-25 02:32:30 -04:00
  • f6e76387c7 -Fix bugreport:7904 (clif warning for cashshop #else date) -Fix bugreport:7905 (status warning for homun str calc, float to int) -Fix bugreport:7884 (SL_STIN, SL_STUN now support casting by non player) -Add few doc and C++ support lighta 2013-07-25 02:21:37 -04:00
  • 48919f06e3 Merge branch 'master' of github.com:rathena/rathena lighta 2013-07-25 01:57:56 -04:00
  • f0927dcb85 Merge branch 'master' of https://github.com/rathena/rathena Euphy 2013-07-24 18:41:20 -04:00
  • 6bed814550 * Implemented new Guides with Navigation. (source: Muad_Dib) - If your client does not support them (anything below 2011-10-10), disable the feature in npc/re/guides/navigation.txt. Euphy 2013-07-24 18:37:36 -04:00
  • 489dda35cc Merge branch 'master' of https://github.com/rathena/rathena Deadly Silence 2013-07-24 23:27:42 +02:00
  • 695e832846 [Port Malaya] - added missing quest parameters (monsters to kill, timers, etc.) - added quests (Cautios Village, Get Rid of the Jejeling, Jejeling and Jejellopy, Marie's Child, etc.) Deadly Silence 2013-07-24 23:19:25 +02:00
  • 8c14fb9367 -Remove mapflag name in msg_conf for @mapinfo since the name of the mapflag shouldn't change. lighta 2013-07-24 14:44:22 -04:00
  • 329bf2fc0a Fix bugreport:1200 (Maprespawnguildid Kicking Guildless Players) lighta 2013-07-24 11:51:51 -04:00
  • e28c507477 Fix bugreport:7806 (cashshop buy_list index typo for 2012 client, remove duplicated code) Upd gitignore to exclude conf/msg_conf/import as well lighta 2013-07-24 11:42:23 -04:00
  • e130395a4c Bug Fixes! Mechanic Neutral Barrier updated - Fixes bugreport:7874 - Blocks ranged and splash attacks - Gives % bonus to DEF and MDEF - Cannot be removed by Land Protector - Updated to 5x5 AOE - Can be cancelled by casting a second time Akinari1087 2013-07-24 03:48:38 -04:00
  • c2bdd52865 * Kareka now offers to reset enchantments on Light of El Dicastes. (bugreport:7890) * Fixed Malangdo rentals lasting for 1 day instead of 1 hour. (bugreport:7889) * Added Old Glast Heim location to custom warper. * @mobinfo now displays slots for MVP drops. * Fixed a label execution in Dancer job quest. Euphy 2013-07-23 15:21:32 -04:00
  • 914dbdafe2 * Implemented Old Glast Heim instance by Ziu/Heris; all scripts and mobs are custom. * Added official Port Malaya Jeepney warp scripts. * Fixed some minor bugs in Mora Enchants. (credits: TTest) * Fixed a wrong quest_db entry. (bugreport:7865) Euphy 2013-07-22 22:15:55 -04:00
  • 95eb386317 Merge branch 'master' of https://github.com/rathena/rathena rathenabot 2013-07-20 17:21:50 +00:00
  • 7a057f7f4a Updated ep13_start and dialog to match official script. j-tkay 2013-07-21 01:20:25 +08:00
  • fa3e8fb5a7 Merge branch 'master' of https://github.com/rathena/rathena rathenabot 2013-07-20 06:50:12 +00:00
  • be95412ae2 * Updated Renewal EXP and re-added Pre-Renewal EXP support to lots of scripts. (blame: r15060, fixes bugreport:6288, completes r16545 update) - Local quests: Alberta, Ayothaya, Einbroch/Einbech, Hugel, Lighthalzen, Louyang, Morroc, Moscovia, Nameless Island, Prontera, Rachel, Veins, Episode 13.1, Episode 13.2 - Other quests: Airship, Eye of Hellion, Kiel Hyre, Wandering Minstrel, Juperos, Brisingamen Seal, Megingard Seal, The Sign, Party Relay - Mini-games: Hugel Monster Races, Turbo Track * Deleted some useless 'break' commands and replaced some 'menu' commands in scripts. * Documented the <NAVI> and <URL> tags. (Hercules 7e58225) * Added documentation for "OnTouchNPC" in the special labels section. Euphy 2013-07-20 02:48:46 -04:00
  • 1911e0fda4 Merge branch 'master' of https://github.com/rathena/rathena rathenabot 2013-07-19 03:34:00 +00:00
  • be2428b832 * In Pre-Renewal, players can use items and self-targetting skills while talking to NPCs. (continuation of bugreport:6527) * Fixed an issue in Malangdo quests. (bugreport:7863) * Fixed two incorrect event calls in Assassin job change quest. Euphy 2013-07-18 23:32:25 -04:00
  • c363ee5c30 Merge branch 'master' of https://github.com/rathena/rathena rathenabot 2013-07-18 14:58:56 +00:00
  • 743d5fa4d0 Merge branch 'master' of https://github.com/rathena/rathena Euphy 2013-07-18 02:32:18 -04:00
  • f919ac05af * Added support for GIT hashes. (credits: Ind, Trojal) Euphy 2013-07-18 02:30:05 -04:00
  • 8ebb789db6 Fixed bonus crit_atk_rate not being applied - Fixes bugreport:7846 Weapon Perfection now modifies size damage - Fixes bugreport:7813 Water Ball now checks for obstacles - Fixes bugreport:7426 Re-added the somehow lost Banishing Point hit rate fix Akinari1087 2013-07-18 00:24:40 -04:00
  • 3beb7833f9 * Fixed Guardian Stone respawns in WOE SE. (bugreport:7849) * Fixed job checks in Falcon Flute Trader script. (bugreport:7839) * Fixed Guillotine Katar slots. (bugreport:7838) * Fixed @itembound type 4 not working. * Bossnia changes: - Monsters should not be spawned with 'boss_monster' according to official scripts; removed 'notomb' mapflags accordingly (partial revert of r17404). - Merged file into events/bossnia.txt, since the spawns and warps should be disabled by default. Euphy 2013-07-17 23:16:15 -04:00
  • d18de5aa04 * Basic GIT integration: added .gitattributes, .gitignore, and README.md. * Edited README.txt with GIT installation instructions. rathenabot 2013-07-18 00:38:58 +00:00
  • 4025d87d62 * Basic GIT integration: added .gitattributes, .gitignore, and README.md. * Edited README.txt with GIT installation instructions. Euphy 2013-07-17 20:32:38 -04:00
  • 43688de318 Partial(?) fix to damage reduction from cards - Concerning bugreport:7809 Moved pc_dead NPC event calls to the end of the death process - Fixes bugreport:7829 Super Novices are no longer counted as dead when saved by their angel - Fixes bugreport:4053 and bugreport:1601 - They won't lose their +10 bonus on the first death - Pet intimacy, mercenaries, skull drops are unaffected by first death - Steel Body is level 5 when saved akinari1087 2013-07-13 22:06:03 +00:00
  • 216fe46dbe - Updated 'recovery' script command to match documentation. (bugreport:7828) brianluau 2013-07-12 19:55:21 +00:00
  • c8a3950898 Follow up to r17417 - fix for element to apply correctly to status atk in Renewal battle calculations hipsterfont 2013-07-12 05:50:20 +00:00
  • 4c74221e4b Fix Enchant Deadly Poison causing a major Attack boost - Fixes bugreport:7827 Fix attribute fixing not being applied to damage correctly (helvetica) - Concerning bugreport:7809 akinari1087 2013-07-12 05:26:00 +00:00
  • 4a8db1afe6 * Added 'Eff_Burning' status, used in Banaspaty Card; fixed 'Eff_Fear'. (bugreport:7461, Hercules 5de6aab) * Updates to SC_BURNING and SC_FREEZING durations. (Hercules 0395610) * Minor fixes to Eden Quests 41-55. * Fixed incorrect documentation for 'instance_id()'. * Added Malaya instances to custom Warper. * 'getmonsterinfo' no longer outputs an error when the supplied mob doesn't exist. (bugreport:7792) * Follow-up r17410, fixed a typo in a label name. euphyy 2013-07-11 18:40:40 +00:00
  • 81430d2779 Follow-up r17414 - previous party_delmember can't remove the offline member, so it's changed: party_delmember {<char_id>,<party_id>} - remove unnecessary script_command checklang() - it's my bad cydh 2013-07-11 05:54:17 +00:00
  • 12523667f7 Added party script commands and documentation (thank Euphy) - party_create "<party name>"{,<char id>{,<item share: 0-no. 1-yes>{,<item share type: 0-favorite. 1-shared>}}}; - party_addmember <party id>,<char id>; - party_delmember {<char id>}; - party_changeleader <party id>,<char id>; - party_changeoption <party id>,<option>,<flag>; - party_destroy <party id>; Added script command for checking player's language - checklang() Mapflag related - Add nocommand mapflag documentation - Added notomb at @mapinfo message - some changes at @mapflag Attempt to fix error on 'skill_produce_mix' while deleting materials cydh 2013-07-11 01:56:54 +00:00