Commit Graph

  • 0cdc85cd4d Quick fix in cluckers.txt The players could talk to clucker without dying. Capuche 2014-07-17 21:52:00 +02:00
  • 9e0d78a3c0 Follow up a24da6d, bugreport:9143 Cydh Ramdh 2014-07-17 18:46:33 +07:00
  • 401a7161ce * Follow up 462b2be, wrong check for itemdb_isstackable(). Thank Napster * Follow up 171e2f2, added battle config 'at_monsterignore' at conf/battle/misc.conf to makes autotrader cannot be attacked. Thank @Lemongrass3110 Cydh Ramdh 2014-07-16 22:03:36 +07:00
  • 171e2f2be9 Bug Fixes: - Failure when initializing autotrade persitance for PACKETVER < 20120201 or NEW_CARTS, ENABLE_SC_SAVING aren't defined - Added 'feature.autotrade_open_delay' config at conf/battle/feature.conf to give delay to open vending/buyingstore by autotrade persistency (bugreport:9077) - Add immediate save after vending/buyingstore opened to avoid missing sc_data (for SC_PUSH_CART) when server terminated before saving routine (bugreport:9077) - Disable to trigger NPCE_LOGIN (and NPCE_LOADMAP?) for autotraders, avoid vending_reopen & buyingstore_reopen failure (bugreport:9077) - Set player's state, 'monster_ignore' when autotrade - EXP calculation overload (bugreport:9127) - Added macro apply_rate(val,rate) & apply_rate2(val,rate,per) Cydh Ramdh 2014-07-16 17:21:58 +07:00
  • 171de747e3 Follow up a24da6d, (bugreport:9135) - Fixed compile error - Added filters for MSVS Follow up 237579c Cydh Ramdh 2014-07-16 12:02:45 +07:00
  • a24da6d302 -Apply login_refac (from old refac branch) in same way as char_refac, each interface now have his own file. -Remove _sql from some file. Thx to Euphy for helping with documentation. lighta 2014-07-15 19:49:32 -04:00
  • 7ccd13e904 -Fix bugreport:9070-ranged-forced-attack-movement (now when OFFICIAL_PATH is off and clicking outside target, target is being erased, and no longer attempt to walk back to him) -Cleanup / speedup few stuff, and disabled some slave_timer part for review. lighta 2014-07-15 15:37:42 -04:00
  • 237579c957 Bug Fixes * Corrected some battle calculations for status changes to be applied during skill calculations. (bugreport:9109) * Fixed Fire Expansion hitting players in all maps. (bugreport:9056) * Fixed skill duration for Elemental Shield. (bugreport:9078) * Fixed bSetDefRace and bSetMDefRace not zeroing out values. (bugreport:9108) * Corrected Inspiration checking for the wrong damage formula. (bugreport:9098) * Fixed combo type skills causing issues with usable items. (bugreport:9090) (Hercules 0100bae) * Updated usable skills while riding a Warg. (Hercules cc4c87c) * Updated the display message for using items that have a delay. (bugreport:9107) * Fixed an issue when players couldn't attack they also couldn't talk to NPC with mob view IDs. (Hercules 9dd6ee6) * Reverted 7a9aa7f so that the prompt script command will return 255 on cancel. (bugreport:9104) aleos89 2014-07-15 13:47:43 -04:00
  • 00ae0aea2f Merge pull request #82 from nanakiwurtz/master nanakiwurtz 2014-07-14 23:37:18 +07:00
  • 455ba33ca7 Item DB update (Bug Report #009132) Thanks to rayn nanakiwurtz 2014-07-14 23:14:16 +07:00
  • ec485afe4c Bug fixes and clean-up : -- Miscs follow up af266777402e07428388e80db35544fbb9bcbe8e -- Another clean-up in comodo_gambling.txt (thx @SkittleNugget) -- Replaced occurrence of PcName and clean-up in tu_magician01.txt Capuche 2014-07-13 21:48:09 +02:00
  • b5b25a82bb Merge pull request #81 from nanakiwurtz/master nanakiwurtz 2014-07-13 12:53:22 +07:00
  • c9519b0bad Item DB edit (Bug Report #009100) Thanks to rayn & Capuche nanakiwurtz 2014-07-13 12:47:11 +07:00
  • a8f239fc88 Bug Fixes: - Client stuck while deleting char (bugreport:9101), thank leke - Wrong check at pc_is_same_equip_index() triggers double damage for two-handed weapon (bugreport:9124), thank Myskelz & Anacondaqq - Follow up 3d27b7e, Item avail check for npc_cashshop_buy() (bugreport:9122), thank Napster - Missing enum 'K' for LOG_TYPE_BANK at zenylog (bugreport:9122), thank Napster Cydh Ramdh 2014-07-13 12:46:41 +07:00
  • 0105bc7191 Follow up 4a4bced Cydh Ramdh 2014-07-12 12:50:05 +07:00
  • 4a4bced1b1 Follow up 3d27b7e Cydh Ramdh 2014-07-12 12:37:27 +07:00
  • 3d27b7e109 Bug Fixes: - Kunai Splash (KO_HAPPOKUNAI) ammo check failure crashing map-server (bugreport:9112) - Fear Breeze status (SC_FEARBREEZE) makes impossible to critical for single hit (bugreport:8197) - Missing item avail check at NPC Cashshop causing item with item_avail cannot be bought (bugreport:9106) - Swapped value between 'nk' and 'inf' for MH_LIGHT_OF_REGENE & MH_OVERED_BOOST - Multi-hit by SC_FEARBREEZE that possibly causing map-server crashed if no ammo equipped - Thank to all bug reporters Misc: - Add enum for clif_damage type, e_damage_type - Add check for Autotrade Persistency, make sure to kick player who fail open vending/buyingstore Cydh Ramdh 2014-07-12 07:38:32 +07:00
  • d163d9b5d5 Merge pull request #1 from rathena/master anubisK 2014-07-09 13:28:46 +02:00
  • 48ba55ed63 Item DB update Thanks to Skorm, Cydh, Ziu nanakiwurtz 2014-07-09 02:52:42 +07:00
  • d94be808b0 Merge 20a553bd2754d8673d2a11008265f6dc01c0bdf6 into be9ffaf7e6872e8f87fafdfaceeac26d4a6e308d nanakiwurtz 2014-07-07 16:42:37 +00:00
  • 20a553bd27 Merge remote-tracking branch 'rAthena/master' nanakiwurtz 2014-07-07 23:42:03 +07:00
  • be9ffaf7e6 - Fixed 'atcommand' script failure for group with 'command_enable: false' (bugreport:9050) - Replaced 'atcommand_max_stat_bypass' config (conf/gm.conf) to group permission 'bypass_max_stat' Cydh Ramdh 2014-07-07 12:26:07 +07:00
  • fcd79d63aa Bug Fixes: - Fixed wrong check added at e7b654a (bugreport:9095) - Spirit sphere reduces damage for skill hit num < 0, eg. MO_TRIPLEATTACK has hit num -3. (bugreport:9094) Misc: - Removed unused parameters in battle_calc_bg_damage() and battle_calc_gvg_damage() - Some random src docs. Cydh Ramdh 2014-07-06 20:53:25 +07:00
  • 79f4600dcd -Fix some CppCheck -Fix bugreport:9088 (constant not always recognize if stating by number) thx to Hercule is_number -Add infos on read_constant for check/debug lighta 2014-07-04 11:22:40 -04:00
  • cd41c6d028 Macro clean up for Element, Race, Race2, Class, & Size validation check Cydh Ramdh 2014-07-04 19:53:30 +07:00
  • a9357092ef Item DB update Thanks to Skorm, Cydh, Ziu nanakiwurtz 2014-07-04 14:03:43 +07:00
  • af26677740 Bugfix and clean-up - Added NPC const - Added checkdragon() in F_CashReset - Clean-up books.txt, fortune.txt, card_trader.txt, 3rd_trader.txt, stone_change.txt, quests_brasilis.txt - Minor fix about Weight in comodo_gambling.txt - Change to F_GM_NPC function in Mercenary Guild Switch follow up bdab851129ceee57a38ccc9d819b42011ef19fb7 - added Mercenary Switch in gm_npcs.txt list - change to common green maiden in 2010 Headgear Quests Capuche 2014-07-04 02:14:30 +02:00
  • a051af4cf1 Bugfixed, bugreport:9085. Wrong var in SP_ADD_ITEMGROUP_HEAL_RATE statement. Cydh Ramdh 2014-07-03 19:58:14 +07:00
  • 0544f8fde8 -Fix bugreport:9084 getitemX unable to found item by id -Upd itemdb, itemdb_combo, itemdb_group change key for unsigned int, since they no longer signed lighta 2014-07-03 01:52:15 -04:00
  • a2433494cb -Fix bugreport:9079 'skill_chk’ differ in signedness [-Wpointer-sign] lighta 2014-07-02 02:25:56 -04:00
  • f90fea2f86 -Fix bugreport:8637 itemcombo bug with card -Fix weird check reported by cppcheck (Redundant condition at status_readdb_attrfix) lighta 2014-07-02 02:18:37 -04:00
  • 462b2bebdb * Bug Fixes: -- Added itemstack check when init autotrader (bugreport:9077) -- 'getitem' issue, gave unidentified item (bugreport:9075), follow up 62a2813 -- Invalid Def & Mdef reduction of SC_ARMORCHANGE & duration (NPC_STONESKIN & NPC_ANTIMAGIC), should be percentage (bugreport:9076) -- Invalid Effect duration & Reflect chance of SC_MAGICMIRROR (NPC_MAGICMIRROR) -- Wrong usage of script_isstring() for script commands: addspiritball, delspiritball, & countspiritball * Misc: -- Moved mail send progress to mail.c mail_send() from clif.c clif_parse_Mail_send() -- Moved hardcoded flood protection when send a mail to 'mail_delay' in misc.conf Cydh Ramdh 2014-07-01 16:29:19 +07:00
  • bdab851129 - Added mercenary guild switch npc from aegis - Fixed a bug to rent a mercenary in izlude duplicate (it gave a wrong mercenary) - added a missing delitem in cupet.txt (forgot to delete the 2nd item) - change the rand part in Mysterious Documents npc in magic_books.txt to match aegis - little clean up in quests/ninja_quests.txt - replace the npc id to the constant in theses files Capuche 2014-06-30 17:07:05 +02:00
  • c0326df96b * Added setting for resetting reuse skill delay homunculus, 0x80 (Disabled by default). * Follow up 22dea1f Cydh Ramdh 2014-06-28 15:38:49 +07:00
  • 22dea1f600 Follow up e7b654a. Fixed changes for bugreport:9062 wasn't staged there Cydh Ramdh 2014-06-28 13:04:48 +07:00
  • 62a2813adc Bug Fixes * Fixed Concentration ending when Frenzy is used. (bugreport:8942) * Fixed Hells Plant hitting Ghost element enemies. (bugreport:8799) * Forced guild notice changes to save immediately. (bugreport:8961) * Fixed Cart Tornado damage formula. (bugreport:9065) * Adjust Amistr's Castling to now switch to any target type. Still needs skill switching support. (bugreport:1784) * Removed hard coded 1 second skill duration reduction for Spore Explosion. * Fixed the party window not displaying the correct map name when in an instance. (bugreport:7949) * Fixed hatching a pet causing client disconnections. (bugreport:9059) (Hercules 533ff4f) * Updated Kagerou/Oboro skill cast times. (bugreport:9035) * Removed deprecated negative nameid value for getitem/getitem2. * Renamed incuvate to incubate throughout source and SQL. * Added skill ID to the error display for battle_calc_attack to help resolve issues. (bugreport:8876) * Cleaned and corrected some Sorcerer Elemental skills. (bugreport:9058) * Cleaned up some more compile warnings. aleos89 2014-06-27 15:45:35 -04:00
  • b124498263 Fix -WShadow definition warning Cleanup some leftover lighta 2014-06-27 06:07:50 -04:00
  • e7b654aaab - Follow up a8a4425 (bugreport:9062) - Added check for item group ID usage on item bonus - Moved this '(sd->class_&MAPID_UPPERMASK) == MAPID_TAEKWON && sd->status.base_level >= battle_config.taekwon_ranker_min_lv && pc_famerank(sd->status.char_id, MAPID_TAEKWON)' to a macro 'pc_is_taekwon_ranker(sd)' Cydh Ramdh 2014-06-26 22:12:19 +07:00
  • fff4877004 Bug Fixes * Fixed the cash shop stacking non-stackable items upon purchase. (bugreport:7580, bugreport:7879, bugreport:8224) * Fixed an issue with selling pet eggs in the cash shop (Hercules d57781c) * Cleaned up some compile warnings from CPPCheck. (bugreport:9043) aleos89 2014-06-24 14:09:17 -04:00
  • 9eb5e60b8e Update nullpo, to avoid va_list empty creation. Update classe model lighta 2014-06-24 01:15:40 -04:00
  • 0ee126ba27 Update itemdb_subcheck fonction lighta 2014-06-23 21:43:47 -04:00
  • 65e9f240ee Update Model_Relation lighta 2014-06-23 04:28:57 -04:00
  • 9e596bc708 Merge branch 'master' of https://github.com/rathena/rathena lighta 2014-06-22 17:09:37 -04:00
  • 55134d1ae1 Fix ARM compilation. -Upd configure (merge with Hercule configure.in) -upd nullpo.c and atomic.h to allow arm compilation, testedon Epiphany parallela. Lighta 2014-06-22 17:06:02 -04:00
  • 160315bbed Adding ER diagrame lighta 2014-06-22 16:25:52 -04:00
  • c728cda546 Follow up f915c00, bugreport:9049 Cydh Ramdh 2014-06-21 10:35:57 +07:00
  • c17b0849b0 Merge pull request #79 from nanakiwurtz/master Cydh Ramdh 2014-06-20 19:36:20 +07:00
  • f915c0037c Merge branch 'master' into sc_config Cydh Ramdh 2014-06-20 19:35:19 +07:00
  • 6c5d4a730f * Follow up 7cd82d0 -- Changed itemdb_array (array) to itemdb (DBMap) -- Removed itemdb_other (DBMap) -- Changed MAX_ITEMDB to MAX_ITEMID, by default limit is USHRT_MAX (65,535) -- Changed item_drop_ratio_db (array) to mob_item_drop_ratio (DBMap) -- Now all item datas stored in itemdb (DBMap) and mob item ratio datas in mob_item_drop_ratio (DBMap) Cydh Ramdh 2014-06-20 19:13:45 +07:00
  • 0fca530278 * Fixed bugreport:9034 (Hercules aff9c14) * 'bonus_script' improvement: -- Added flag values (partial merge from sc_config branch): -- * 16 : Removeable by Banishing Buster. -- * 32 : Removable by Refresh. -- * 128 : Removable by Luxanima. -- * 256 : Remove when Madogear is activated or deactivated. -- * 512 : Remove when receive damage. -- * 1024: Script is permanent, cannot be cleared by bonus_script_clear -- Added 'bonus_script_clear' command to remove active bonus_script from player (works like sc_end) Thank Napster to mention this. (bugreport:9042) Cydh Ramdh 2014-06-20 15:12:42 +07:00
  • 34efce56c5 Item DB updates: -- kRO 2014-05-28 Thanks to Cydh nanakiwurtz 2014-06-19 09:56:25 +07:00
  • 8cb97785c2 Follow up https://github.com/rathena/rathena/commit/98c6aee#commitcomment-6679748 Thank @CairoLee (err, messed up D:) Cydh Ramdh 2014-06-18 04:09:10 +07:00
  • 98c6aee157 Follow up 7cd82d0, bugreport:9041 Cydh Ramdh 2014-06-16 17:10:50 +07:00
  • 96f6b4c57e Merge branch 'master' into sc_config Cydh Ramdh 2014-06-16 12:12:06 +07:00
  • bfac556ecb Follow up 32d659f Cydh Ramdh 2014-06-16 12:09:59 +07:00
  • 32d659fee7 Follow up 267d521, thank Napster (bugreport:9040) Cydh Ramdh 2014-06-16 11:22:04 +07:00
  • 8742f78da9 Fixed bugreport:8234, memleak leftover from channel.c Cydh Ramdh 2014-06-15 21:58:05 +07:00
  • 267d521c00 Bug fixes: -- Pin code issue after char_refac (bugreport:9027) -- Delete date issue after char_refac (bugreport:9029) -- Stuck when drag item from/to inventory/cart/storage if the item cannot be moved. (bugreport:8935) Command: -- Added @cloneequip to clone other's equipments. -- Added @clonestat to clone other's statuses. -- Thank Antares for the suggestion, http://rathena.org/board/topic/95076-new-atcommands-suggestion/ Permission: -- Added 'bypass_stat_onclone' to make user who use @clonestat can bypass stat limit. -- Change 'atcommand_enable_npc' to 'command_enable' permission to enable use command while talking with NPC. Suggested by @aleos long time ago. Misc: -- Correcting some checks for bAddEff bonuses. -- Moved status point calculaiton formula to PC_STATUS_POINT_COST, removing redundancy in pc_need_status_point and pc_maxparameterincrease. -- Added pc_is_same_equip_index function to move all item index checks, removing redundancy in some cases. -- Some random in-source documentations. -- Updated map_msg_idn.conf. Cydh Ramdh 2014-06-15 18:50:21 +07:00
  • 82467e14ed Follow up to 7cd82d0. - Adjusted a few SQL variable types and specifiers for cards in the char-server. aleos89 2014-06-12 14:03:44 -04:00
  • 42b29ee81e Follow up to 7cd82d0. - Fixed SQL queries to convert CARD0_PET to positive value before adjusting table to avoid setting the value to 0. - Thanks to Cydh. aleos89 2014-06-12 12:38:46 -04:00
  • 7cd82d00db Increased item ID array size. - Increased limit from 32,767 to 65,535. - Still uses same amount of memory with doubled usable size. - Adjusted CARD0_PET from -256 to 256. - Please run both SQL files after applying this update to avoid values becoming corrupt. - Tested and works on clients 2012-04-10 and up thanks to Cydh. - Removed an unused SQL file. aleos89 2014-06-12 11:29:10 -04:00
  • 5e261ba415 Minor cleanup of riding script commands. - The 'checkriding()' function no longer checks for wargs and dragons, ONLY Pecos, Grand Pecos, and Gryphons (as documented). (bugreport:9024) http://rathena.org/board/tracker/issue-9024-about-renters-from-rathenanpcremerchants/ - Replaced 'checkoption()' warg checks with 'checkwug()'. Euphy 2014-06-10 22:58:09 -04:00
  • 869d9be17a Follow up 6b9ec5f, bug fix of http://rathena.org/board/topic/95699-compiling-error-when-changing-client-date-on-mmoh/ thank iZeal Cydh Ramdh 2014-06-11 01:34:48 +07:00
  • b44e5e11f2 Bug Fixes * Fixed characters moving to unavailable slots using Character Moving System. Thanks to Napster. (bugreport:8987) * Implemented MD_RANDOMTARGET. (bugreport:8781) (Hercules 10e6f1a) * Implemented a new define for renewal status point calculation to separate from default renewal define. Thanks to @cydh. (bugreport:8784) * Follow up to f511107 to fix a compile warning. * Forcefully save characters before opening a Vending Shop to prevent invalid data from saving. (bugreport:8955) * Fixed 2013-12-23 client from disconnecting after executing /limitedsale command. Thanks to Napster. (bugreport:9011) * Fixed Elemental Shield displaying a warning to the console. (bugreport:9016) * Elemental Shield requires a Blue Gemstone to cast. * Adjusted Flash Combo to only consume 65 SP. * Added missing skill_require_db defines for Episode 14.3 Part 2 skills in the pre-renewal database. aleos89 2014-06-10 12:24:19 -04:00
  • efdca3e25d Follow up cc499e8 some files not selected in previous commit. :P Cydh Ramdh 2014-06-09 22:11:46 +07:00
  • cc499e80b2 Item sql update, follow up 70a6564 & bugreport:9018 Cydh Ramdh 2014-06-09 22:05:32 +07:00
  • 5577161e6e Re-add the commented lines follow up 256e0652b18ee789d4c598abdf4af0d3163b9975 Capuche 2014-06-09 16:51:07 +02:00
  • 256e0652b1 Update re/item_combo.txt Capuche 2014-06-09 15:52:42 +02:00
  • 86ba8ef117 Merge branch 'master' Cydh Ramdh 2014-06-08 18:54:25 +07:00
  • 8980d777ff Reverted for non-removable SC check on sc_end script command instead of using SCF_PERMANENT to prevent it, or sc_end for costume effect in item_db can't remove it. Cydh Ramdh 2014-06-08 18:49:30 +07:00
  • a8a44254e1 * Bug Fixes & Misc -- Compiling errors when VIP_ENABLE (bugreport:9013) -- Taekwon skills leftover when player was in Taekwon Ranker then changes to other job (bugreport:8973) -- Follow up f511107.Fixed parentheses statement. -- Follow up 6afcdeb. Updated check for char table. -- Follow up 794c1a8. Wrong SC constanta order. * Battle Config Updates -- 'transcendent_status_points', stat point bonus for trans classes. -- 'revive_onwarp', disable/enable to revive a dead player when set new position (warping). -- 'taekwon_ranker_min_lv', minimum level bonus of Taekwon Ranker. -- 'fame_taekwon_mission', fame point gained when complete Taekwon Mission. -- 'fame_refine_lv1', fame point when success to refine to +10 forged weapon level 1. -- 'fame_refine_lv2', fame point when success to refine to +10 forged weapon level 2. -- 'fame_refine_lv3', fame point when success to refine to +10 forged weapon level 3. -- 'fame_forge', fame point when success to forge level 3 weapon with 3 additional ingredients. -- 'fame_pharmacy_3', fame point when success do pharmacy 3 times in a row. -- 'fame_pharmacy_5', fame point when success do pharmacy 5 times in a row. -- 'fame_pharmacy_7', fame point when success do pharmacy 7 times in a row. -- 'fame_pharmacy_10', fame point when success do pharmacy 8 times in a row. Cydh Ramdh 2014-06-08 17:03:27 +07:00
  • 263c138f6d Merge pull request #78 from Atemo/master Cydh Ramdh 2014-06-08 00:10:37 +07:00
  • 811e657674 Update mapcache.dat Capuche 2014-06-06 23:30:53 +02:00
  • 8591570e3d Replace ID to constant in item group Capuche 2014-06-06 23:29:05 +02:00
  • 1dfb6d42d6 Follow up to 70aa7e0 to fix a potential crash. aleos89 2014-06-06 11:53:11 -04:00
  • f511107523 Fixed some compile warnings. aleos89 2014-06-06 11:12:53 -04:00
  • 70aa7e03ee Bug Fixes * Fixed Spider Web and other trap skills not working correctly on GvG maps. (bugreport:8982) * Fixed Cloaking Exceed not hiding players from demon and insect monsters. (bugreport:9001) * Bloody Lust no longer affects monsters. (bugreport:8991) * Ruwach will no longer damage players in Invisibility. (bugreport:8950) aleos89 2014-06-06 10:54:28 -04:00
  • f5ef82e44a * Follow up 6b9ec5f, added new files to MSVS filters * Fixed PVP Timer that shown in PK Mode after @hide (bugreport:6036) Cydh Ramdh 2014-06-05 17:56:22 +07:00
  • 6b9ec5fe0b Merge pull request #70 from lighta/master lighta 2014-06-05 05:35:18 -04:00
  • 3585e700f2 Merge remote-tracking branch 'upstream/master' lighta 2014-06-05 02:51:13 -04:00
  • 214176ab1b Merge remote-tracking branch 'upstream/master' lighta 2014-06-05 02:51:01 -04:00
  • f7c6afbb3a Merge branch 'master' Cydh Ramdh 2014-06-03 21:28:28 +07:00
  • ce8b98b1f4 Bug Fixes * Fixed Shield Spell not casting correctly. (bugreport:8948, bugreport:8999) * Fixed Exceed Break attack increase not being applied. (bugreport:8993) * Fixed Gentle Touch - Energy Gain not adding spirit spheres. (bugreport:9004) * Updated Magnetic Field SP drain value. aleos89 2014-06-02 09:35:25 -04:00
  • 47e7771563 Merge pull request #76 from Atemo/master Akkarinage 2014-06-02 14:06:18 +01:00
  • 70a65642c4 Merge pull request #77 from nanakiwurtz/master nanakiwurtz 2014-06-02 18:07:56 +07:00
  • 7a4e90e24e Item DB updates: -- kRO 2014-04-23 -- kRO 2014-04-30 -- kRO 2014-05-14 -- kRO 2014-05-21 nanakiwurtz 2014-06-02 09:26:17 +07:00
  • 516a094a0c DB Updates for last kRO patch on 2014-05-28. Thank Ziu for the translation files Cydh Ramdh 2014-06-01 17:18:34 +07:00
  • e75a83dc99 * Updated buyingstorelist.txt, sync with last kRO update (2014-05-28) * Fixed map-server crashed when read item_cash_db.txt (bugreport:9003) Cydh Ramdh 2014-06-01 12:13:16 +07:00
  • 794c1a8247 Bug fixes & Misc: -- Map crashed because empty item_combo script (bugreport:8959) -- Wrong MATK calculation of Distort Crescent/Zangetsu effect (SC_ZANGETSU) (bugreport:8998) -- Wrong damage reduction of Sera's Pain Killer effect (SC_PAIN_KILLER) (bugreport:8994) -- Fixed Shape Shift (NC_SHAPESHIFT) wrong requirement (bugreport:9002) -- @itembound, getitembound usage. Not, now allowed for unspecified bound_type (thank Ceejay Abne! http://rathena.org/board/index.php?showtopic=94726) -- Change check behavior for skill requirement level-dependent check. -- Removed NC_REPAIR hardcoded requirement. -- Moved the required equipped item to 'RequiredEquipment' on skill_require_db.txt. -- Missing "Option_Ruwach" as contantan. -- Corrected Chasewalk STR bonus, it's SC_CHASEWALK2, different with SC_INCSTR. -- Corrected some Rebellion skill's effects. -- USESKILL_FAIL_MADOGEAR message for failed skill that needs player has Madogear. -- Changed skill name and description length to 31 chars. -- Some documentation updates. -- Follow up 0f2dd7f. (Well, using empty password in import file, won't works, if you want, empty the original conf file. Fix this later, related on 'sscanf' for those files) -- Follow up 28c90bb, thank @julia40124009 -- Misc. :P Cydh Ramdh 2014-05-31 21:42:44 +07:00
  • dcd6b02c09 Update script command (bugreport 7836). Capuche 2014-05-30 20:52:29 +02:00
  • be1fd7b1fa - Fixed an issue in dual race (bugreport 8636). - Optimizated. Capuche 2014-05-30 20:48:19 +02:00
  • 45a7abcf4e - Updated docs about strmobinfo. - Fixed an exploit in jobmaster.txt Capuche 2014-05-30 20:46:23 +02:00
  • 5e44c68a49 Remove the debug message for a wrong mob id in getmonsterinfo script command (already return a value) Capuche 2014-05-30 20:43:36 +02:00
  • 28c90bb841 * Item DB Updates: -- kRO 2013-09-25 -- kRO 2013-10-23 -- kRO 2013-11-06 Bar Cookie Festival -- kRO 2013-11-20 -- kRO 2013-12-18 Casualties Of The Sepulcher & Xmas Event -- kRO 2013-12-25 Episode 15.2 -- kRO New Year Event 2014 & Octopus Festival Malangdo -- kRO 2014-01-08 Jumping Event -- kRO 2014-01-22 -- kRO 2014-01-29 New Year Day Event -- kRO 2014-02-05 -- kRO 2014-02-12 San Valentin -- kRO 2014-02-19 -- kRO 2014-02-26 -- kRO 2014-03-12 -- kRO 2014-03-19 -- kRO 2014-03-26 -- Slot & View ID * Bug fixes: -- Removed Rebellion job from dagger type weapon (bugreport:8972) -- Costume leftover on db/import-tmpl/item_db.txt (bugreport:8895) -- Invalid flag for 12258,Bombring_Box (bugreport:8997) -- Wrong combo criteria (bugreport:8984) -- Wrong values in skill_changematerial_db.txt Thank's to Kido & Bug Reporters Cydh Ramdh 2014-05-29 11:31:36 +07:00
  • 7b9089656c Initial release SC configutaion files * Added files: -- sc_config_db.txt, configurations for SCs. See doc/sc_config.txt for explanations. -- sc_endsc_db.txt, list of SCs that will be ended when specified SC is going to active. -- sc_failingsc_db.txt, list of SCs that causing incoming SC failed to activated. -- skill_sc_assoc_db, Skill-SC association (replaceing sc_set, add_sc, add_sc_with_vfx). -- sc_script_db.txt, list of additional script that given when specified SC is active. * Battle configs changes: -- Removed 'berserk_cancels_buffs', all cleared buffs when SC_BERSERK is activated now written on sc_endsc_db.txt -- Change default value for 'debuff_on_logout' to 0 which by default only save statuses that doesn't have SCF_NO_SAVE * Misc -- Added new SCS: SCS_NOEQUIP, SCS_NOEQUIPCOND, SCS_NOUNEQUIP, SCS_NOUNEQUIPCOND, SCS_NOCONSUMEITEM, SCS_NOCONSUMEITEMCOND, SCS_NOATTACK and SCS_NOATTACKCOND -- Added many const.txt values following SC Configurations. -- Added flags for bonus_script's flags, imitating sc_config flags. * Thank's to @lighta for db prototype * Bug encounters, please post in http://rathena.org/board/topic/94476-sc-config-files/ Cydh Ramdh 2014-05-27 23:07:54 +07:00
  • ee1ea56ec5 Disabled account.engine settings Jeric 2014-05-24 10:14:48 +08:00
  • 7e92017092 Follow up to 6afcdeb to include changes on the character server and SQL update. aleos89 2014-05-23 13:38:38 -04:00
  • 5ca8f406e4 Follow up to 1d1a58c when using self skills while storage is open. (Hercules 31486a8) aleos89 2014-05-23 12:18:27 -04:00
  • c01d9357d6 Guild Bound items are now removed when someone is offline and expelled. (Hercules b5c2a71) aleos89 2014-05-23 11:57:46 -04:00
  • 6afcdeb613 Cleaned up the Font System to properly save to the character. Also expanded @itemlist to support costume item types. aleos89 2014-05-23 11:48:28 -04:00