Commit Graph

  • 9c50c4006b * Fixed pc_marriage not checking spouse character job for baby class. ai4rei 2010-11-20 01:09:31 +00:00
  • c0d9aa1c02 * Made script command getmapxy print a warning, if an invalid type is supplied (related r69, r8459). ai4rei 2010-11-20 00:44:46 +00:00
  • 8acc97c446 * Made script command getmapxy print a warning, if an invalid type is supplied (related r69, r8459). ai4rei 2010-11-20 00:44:46 +00:00
  • c1c7ed6666 * Fixed packet layout of wanttoconnection for packet_ver 16 and 22 (bugreport:3359, since r9958). ai4rei 2010-11-19 23:15:49 +00:00
  • 1aeb3224db * Fixed packet layout of wanttoconnection for packet_ver 16 and 22 (bugreport:3359, since r9958). ai4rei 2010-11-19 23:15:49 +00:00
  • c038d41ecc * Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x2710 (bugreport:2819). ai4rei 2010-11-19 22:57:01 +00:00
  • fb6ef52210 * Fixed WFIFOL being used instead of WFIFOW for a short field of packet 0x2710 (bugreport:2819). ai4rei 2010-11-19 22:57:01 +00:00
  • 9f66787edb * Fixed plug-in version getting checked against itself and a wrong operator being used for the check (bugreport:3952, since r9631). ai4rei 2010-11-19 22:06:33 +00:00
  • eacbf99c39 * Fixed plug-in version getting checked against itself and a wrong operator being used for the check (bugreport:3952, since r9631). ai4rei 2010-11-19 22:06:33 +00:00
  • 68fda95c60 * Various VC6-related fixes and tweaks. [Ai4rei] - Fixed a typo in VC6 project files, that prevented login-server from compiling (bugreport:4061, since r12727). - Fixed usage of 'long long' in Sql_P_BindSqlDataType preventing SQL VC6 projects from compiling (bugreport:1741, since r10779). - Fixed usage of 'long long' in strtoull preventing VC6 projects from compiling (bugreport:4059, follow up to r14245). - Made strtoull default to base 10 and actually process base 8, to match the normal behavior of this function (bugreport:4059, follow up to r14245). - Fixed functions in db.c not being returned as pointer, causing warnings on VC6. ai4rei 2010-11-19 21:25:30 +00:00
  • fb7617d575 * Various VC6-related fixes and tweaks. [Ai4rei] - Fixed a typo in VC6 project files, that prevented login-server from compiling (bugreport:4061, since r12727). - Fixed usage of 'long long' in Sql_P_BindSqlDataType preventing SQL VC6 projects from compiling (bugreport:1741, since r10779). - Fixed usage of 'long long' in strtoull preventing VC6 projects from compiling (bugreport:4059, follow up to r14245). - Made strtoull default to base 10 and actually process base 8, to match the normal behavior of this function (bugreport:4059, follow up to r14245). - Fixed functions in db.c not being returned as pointer, causing warnings on VC6. ai4rei 2010-11-19 21:25:30 +00:00
  • f3217a0ad7 Added a missing argument to a warning containing a format specifier. Paradox924X 2010-11-17 02:16:13 +00:00
  • 1c0fef5343 Added a missing argument to a warning containing a format specifier. Paradox924X 2010-11-17 02:16:13 +00:00
  • 906945e1da Follow-up to r14456. Default initialize atk_rate to 0 instead of 100 to match new effect of bonus bAtkRate. Paradox924X 2010-11-16 02:01:19 +00:00
  • 8f8d25a76d Follow-up to r14456. Default initialize atk_rate to 0 instead of 100 to match new effect of bonus bAtkRate. Paradox924X 2010-11-16 02:01:19 +00:00
  • f85ce66792 * Updated quest_read_db. Might need reviewing. ;-; - Reports entries when read by server at start up like other DBs. - Will now skip blank lines instead of reporting false errors. - Will report when entries are > MAX_QUEST_DB. * Updated quest and item DB with Eden Group information. L0ne_W0lf 2010-11-14 22:26:26 +00:00
  • fa7003afd3 * Updated quest_read_db. Might need reviewing. ;-; - Reports entries when read by server at start up like other DBs. - Will now skip blank lines instead of reporting false errors. - Will report when entries are > MAX_QUEST_DB. * Updated quest and item DB with Eden Group information. L0ne_W0lf 2010-11-14 22:26:26 +00:00
  • 0c14edaeb0 * Updating spawns as a precursor for Eden group quests. * Updated spawns for Juno fields to Renewal. * Updated spawns for Umbala fields to Renewal. * Updated spawns for Comodo fields to Renewal * Updated spawns for Mjolnir fields to Renewal. * Updated spawns for Payon fields to Renewal. * Updated spawns for Morroc fields to Renewal. * Commented out repeatable EXP quests. L0ne_W0lf 2010-11-14 20:07:55 +00:00
  • f61f849488 - Fixed a typo in abra_db.txt (bugreport:4548) - Fixed a weight check in Level 4 Weapon Quest. (bugreport:4533) - Removed a duplicate if() in battle.c, follow up to r14381. (bugreport:4549) brianluau 2010-11-13 18:23:35 +00:00
  • a7ef583dcb - Fixed a typo in abra_db.txt (bugreport:4548) - Fixed a weight check in Level 4 Weapon Quest. (bugreport:4533) - Removed a duplicate if() in battle.c, follow up to r14381. (bugreport:4549) brianluau 2010-11-13 18:23:35 +00:00
  • f04fb1ccfc Whoops. Actually deleted exp2.txt this time. L0ne_W0lf 2010-11-11 19:25:06 +00:00
  • fc4c5902e9 Updated known EXP values, and deleted exp2.txt. L0ne_W0lf 2010-11-11 19:23:54 +00:00
  • af0e9da5b5 * Added some items with enforced delays to the item_delay_db! L0ne_W0lf 2010-11-10 21:07:04 +00:00
  • 0644a4e491 * Added some items with enforced delays to the item_delay_db! L0ne_W0lf 2010-11-10 21:07:04 +00:00
  • 502194d7a6 Changed the check prior to adding to the attack rate so it ensures the value is non-zero instead of not 100. Paradox924X 2010-11-10 20:46:18 +00:00
  • a9c0bc7924 Changed the check prior to adding to the attack rate so it ensures the value is non-zero instead of not 100. Paradox924X 2010-11-10 20:46:18 +00:00
  • 46802cab31 Made bAtkRate add the rate rather than setting it. (bugreport:4499) Warning: This will break backwards compatibility for item scripts which rely on the previous effect for this (although most people assumed it added, as described in the bonus doc). Paradox924X 2010-11-10 20:32:31 +00:00
  • 45826cbbc5 Made bAtkRate add the rate rather than setting it. (bugreport:4499) Warning: This will break backwards compatibility for item scripts which rely on the previous effect for this (although most people assumed it added, as described in the bonus doc). Paradox924X 2010-11-10 20:32:31 +00:00
  • 7944dc71a8 Added an item_delay database usable for item-specific use delays. Paradox924X 2010-11-10 18:57:14 +00:00
  • 840f04f41f Added an item_delay database usable for item-specific use delays. Paradox924X 2010-11-10 18:57:14 +00:00
  • 9c672be638 Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no trade_partner (or an invalid one) specified even for PACKETVER >= 6. (bugreport:4544) Paradox924X 2010-11-10 03:55:52 +00:00
  • 9ab7bdfc12 Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no trade_partner (or an invalid one) specified even for PACKETVER >= 6. (bugreport:4544) Paradox924X 2010-11-10 03:55:52 +00:00
  • 3d238234d4 Follow-up to r14368. Load last_map from SQL on char load so the information is available during char select for PACKETVER > 20100721. Patch based on Ai4rei's. (bugreport:4429) Paradox924X 2010-11-09 20:17:56 +00:00
  • 9730bc0139 Follow-up to r14368. Load last_map from SQL on char load so the information is available during char select for PACKETVER > 20100721. Patch based on Ai4rei's. (bugreport:4429) Paradox924X 2010-11-09 20:17:56 +00:00
  • 7cf0394d6c Notify players involved in a trade that it has been canceled when one player changes maps/logs out or otherwise becomes unable to participate in the trade. Paradox924X 2010-11-08 23:28:11 +00:00
  • 187aa99cbf Notify players involved in a trade that it has been canceled when one player changes maps/logs out or otherwise becomes unable to participate in the trade. Paradox924X 2010-11-08 23:28:11 +00:00
  • 527041fb58 Send the actual level of the person you're trading with rather than limiting it by the max_lv/aura_lv settings. Paradox924X 2010-11-08 22:21:03 +00:00
  • 975ab5e504 Send the actual level of the person you're trading with rather than limiting it by the max_lv/aura_lv settings. Paradox924X 2010-11-08 22:21:03 +00:00
  • 00ed934470 'Exp gained' packets are now sent regardless of @showexp. @showexp can be enabled regardless of PACKETVER. Gepard 2010-11-07 11:08:06 +00:00
  • a5762f27ff 'Exp gained' packets are now sent regardless of @showexp. @showexp can be enabled regardless of PACKETVER. Gepard 2010-11-07 11:08:06 +00:00
  • 5c72ec7b7e Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment is broken/repaired and PACKETVER >= 20100629. Follow-up to r14368. (bugreport:4459) Gepard 2010-11-07 10:44:16 +00:00
  • 35feae1e5c Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment is broken/repaired and PACKETVER >= 20100629. Follow-up to r14368. (bugreport:4459) Gepard 2010-11-07 10:44:16 +00:00
  • c3322bda41 * Just a couple Bug fixes. :P - Added a missing close in quests_13_2.txt. (bugreport:4520) - Corrected 'IProntera' typo in quests_prontera.txt (bugreport:4522) L0ne_W0lf 2010-11-05 02:02:53 +00:00
  • 3a3e2cde66 * Just a couple Bug fixes. :P - Added a missing close in quests_13_2.txt. (bugreport:4520) - Corrected 'IProntera' typo in quests_prontera.txt (bugreport:4522) L0ne_W0lf 2010-11-05 02:02:53 +00:00
  • eb0b88fe56 Adding back a / that got removed in nowarpto.txt. THIS IS FOR YOU REDMAGEJOE. GOD SPEED. L0ne_W0lf 2010-11-04 23:45:33 +00:00
  • 6e8f281f4c Adding back a / that got removed in nowarpto.txt. THIS IS FOR YOU REDMAGEJOE. GOD SPEED. L0ne_W0lf 2010-11-04 23:45:33 +00:00
  • 7926aea297 This one's for you RedMageJoe! God speed! Fixing some typos in the comments in the unused database I just added :3 L0ne_W0lf 2010-11-04 23:17:12 +00:00
  • ee121cab6b This update renders this branch unplayable due to the defense value of monsters. * Updated monster database. Most spawning monsters stats are now updated. - 'Ghost' mobs, and event monsters are not updated at this time. - Information collected from RODE by Gepard. * Added demonstrative mob_penalty_db. (unused.) L0ne_W0lf 2010-11-04 23:09:49 +00:00
  • ee06147108 Added mapflags for the map 'cave' used in the Crow of Fate quest. L0ne_W0lf 2010-11-02 22:21:02 +00:00
  • 1d60af7268 Added mapflags for the map 'cave' used in the Crow of Fate quest. L0ne_W0lf 2010-11-02 22:21:02 +00:00
  • bc60de6f03 Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (bugreport:4523) Paradox924X 2010-11-02 16:28:45 +00:00
  • 0637dd55ac Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. (bugreport:4523) Paradox924X 2010-11-02 16:28:45 +00:00
  • a2194e03ae Ensured character data is saved even when last map is the only value that has changed during save time. (bugreport:2218) Paradox924X 2010-11-02 05:27:19 +00:00
  • 85923fd182 Ensured character data is saved even when last map is the only value that has changed during save time. (bugreport:2218) Paradox924X 2010-11-02 05:27:19 +00:00
  • 669bc84b0f Fixed incorrect status change constants being used in cash food scripts. (bugreport:4477) Paradox924X 2010-11-02 04:54:34 +00:00
  • 32af9864c1 Fixed incorrect status change constants being used in cash food scripts. (bugreport:4477) Paradox924X 2010-11-02 04:54:34 +00:00
  • 625a3870ac Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACKETVER >= 20100803. Follow-up to r14432. (bugreport:4413) Paradox924X 2010-11-02 04:46:03 +00:00
  • 11fd59555f Applied fix by Ai4rei to reintroduce mapName within charinfo packet when PACKETVER >= 20100803. Follow-up to r14432. (bugreport:4413) Paradox924X 2010-11-02 04:46:03 +00:00
  • 03bc90dab7 Updated script doc to appropriately describe the effects of close/close2 when used without a window on screen. (bugreport:898) Paradox924X 2010-11-02 04:37:41 +00:00
  • caece0ff5b Updated script doc to appropriately describe the effects of close/close2 when used without a window on screen. (bugreport:898) Paradox924X 2010-11-02 04:37:41 +00:00
  • 53e81e1369 Applied patch by xazax to clean up various bits of code across mapserver code. (bugreport:4512) Paradox924X 2010-11-02 04:24:46 +00:00
  • 41a9a64170 Applied patch by xazax to clean up various bits of code across mapserver code. (bugreport:4512) Paradox924X 2010-11-02 04:24:46 +00:00
  • 6f582c37ab Changed Normal and Cash Food statuses so they do not stack and overwrite the other if the level (val1) is the same or higher. (bugreport:4519) Paradox924X 2010-11-02 03:38:24 +00:00
  • 2cf15a8d36 Changed Normal and Cash Food statuses so they do not stack and overwrite the other if the level (val1) is the same or higher. (bugreport:4519) Paradox924X 2010-11-02 03:38:24 +00:00
  • 95c5d9c4f1 Modified certain atcommands to use 64 bit arithmetic before capping a value to correct boundary logic for overflowing values. Paradox924X 2010-11-02 01:36:14 +00:00
  • dcc8df7702 Modified certain atcommands to use 64 bit arithmetic before capping a value to correct boundary logic for overflowing values. Paradox924X 2010-11-02 01:36:14 +00:00
  • 83bc339cef * Updated stats for monsters that spawn on Geffen Fields. * Packet_db now uses packet_db_ver set to default * Updated spawns for Geffen fields to Rewnewal. L0ne_W0lf 2010-10-28 15:42:15 +00:00
  • 123a803ccb * Removed unused 'indoors' mapflag (follow-up to r3729). Gepard 2010-10-21 00:38:57 +00:00
  • fa5f2d25ee * Removed unused 'indoors' mapflag (follow-up to r3729). Gepard 2010-10-21 00:38:57 +00:00
  • 355bb58f5c * Updated stats for monsters that spawn on Prontera Fields. * Updated spawns for Prontera fields to Rewnewal. L0ne_W0lf 2010-10-20 04:19:42 +00:00
  • 99d0eef42f Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to r14368). Gepard 2010-10-17 19:02:45 +00:00
  • bd13f53417 Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to r14368). Gepard 2010-10-17 19:02:45 +00:00
  • cc758e9c60 Fixed a typo in quests_13_1 Inkfish 2010-10-13 10:27:19 +00:00
  • 1e060a7ade Fixed a typo in quests_13_1 Inkfish 2010-10-13 10:26:04 +00:00
  • aad461e0f5 Prevented direct transformation into dummy jobs via @jobchange command. (bugreport:4227) Paradox924X 2010-10-13 10:22:59 +00:00
  • 9134d4db5f Prevented direct transformation into dummy jobs via @jobchange command. (bugreport:4227) Paradox924X 2010-10-13 10:22:59 +00:00
  • a724b440b9 Prevented @stpoint and @skpoint from causing overflows. Paradox924X 2010-10-13 07:33:18 +00:00
  • 2e7d224a8e Prevented @stpoint and @skpoint from causing overflows. Paradox924X 2010-10-13 07:33:18 +00:00
  • 44daf9cc34 Renamed Changelog-Trunk.txt to Changelog-Renewal.txt in renewal branch. Removed unnecessary notice from top of Changelog-Trunk.txt and Changelog-Renewal.txt regarding updating of stable branch. Paradox924X 2010-10-11 06:22:03 +00:00
  • 4a5136364d Renamed Changelog-Trunk.txt to Changelog-Renewal.txt in renewal branch. Removed unnecessary notice from top of Changelog-Trunk.txt and Changelog-Renewal.txt regarding updating of stable branch. Paradox924X 2010-10-11 06:22:03 +00:00
  • d95e3e7999 Implemented official cash food behavior, including use delay, not being dispelled (including on death), distinct status effects and icons from the ordinary food types. Updated items accordingly. (bugreport:2560) Paradox924X 2010-10-11 06:17:49 +00:00
  • cfbb5acc1b Implemented official cash food behavior, including use delay, not being dispelled (including on death), distinct status effects and icons from the ordinary food types. Updated items accordingly. (bugreport:2560) Paradox924X 2010-10-11 06:17:49 +00:00
  • 40feb456e8 Applied ultramage's fix to prevent a segfault when a mob dead event triggered by a land-based skill causes the player to warp. (bugreport:4426) Paradox924X 2010-10-11 04:30:26 +00:00
  • fca83d7434 Applied ultramage's fix to prevent a segfault when a mob dead event triggered by a land-based skill causes the player to warp. (bugreport:4426) Paradox924X 2010-10-11 04:30:26 +00:00
  • ef4055a3b7 Applied Ai4rei's patch to prevent an invalid rid from being attached to the execution of a script. (bugreport:4470) Paradox924X 2010-10-11 04:01:42 +00:00
  • bed93164f2 Applied Ai4rei's patch to prevent an invalid rid from being attached to the execution of a script. (bugreport:4470) Paradox924X 2010-10-11 04:01:42 +00:00
  • 80df86d7f7 * Wot's dis? Missed a warp in morroc field! THIS WILL NOT DO. - ...corrected the versions in the file headers as well. :P L0ne_W0lf 2010-10-11 03:59:15 +00:00
  • f90cd14259 Added NULL initialization to info variable in map_readfromcache() to satiate compiler. (bugreport:4399) Paradox924X 2010-10-11 03:58:18 +00:00
  • 48ea3119dc Added NULL initialization to info variable in map_readfromcache() to satiate compiler. (bugreport:4399) Paradox924X 2010-10-11 03:58:18 +00:00
  • a9de18e42d * Renewal Update to warp portals, and deleted disabled_warps.txt. - Only disabled warps, some coordinates might have slipped past me. L0ne_W0lf 2010-10-11 03:51:07 +00:00
  • 0aceee708c Applied Ai4rei's patch to eliminate unnecessary and redundant castle data saving. (bugreport:4471) Paradox924X 2010-10-11 03:46:06 +00:00
  • c37cd6b2f0 Applied Ai4rei's patch to eliminate unnecessary and redundant castle data saving. (bugreport:4471) Paradox924X 2010-10-11 03:46:06 +00:00
  • 120bf1dfec Added a missing const qualifier to a variable. (bugreport:4472) Paradox924X 2010-10-11 03:10:11 +00:00
  • 863160b004 Added a missing const qualifier to a variable. (bugreport:4472) Paradox924X 2010-10-11 03:10:11 +00:00
  • 0beff75597 Follow up from r14413, should take care of the errors from bugreport:4472. L0ne_W0lf 2010-10-11 02:21:49 +00:00
  • 83ff1eed2b Follow up from r14413, should take care of the errors from bugreport:4472. L0ne_W0lf 2010-10-11 02:21:49 +00:00
  • d046e32913 Pull name from character table instead of using master from guild table when loading guild data. Paradox924X 2010-10-11 01:57:27 +00:00
  • c6826a2525 Pull name from character table instead of using master from guild table when loading guild data. Paradox924X 2010-10-11 01:57:27 +00:00
  • b95fe4e843 Use char_id rather than master when checking if a guild needs to be deleted during character deletion. Paradox924X 2010-10-11 01:35:02 +00:00
  • d87cbd508c Use char_id rather than master when checking if a guild needs to be deleted during character deletion. Paradox924X 2010-10-11 01:35:02 +00:00