summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-20* Fixed pc_marriage not checking spouse character job for baby class.ai4rei2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14471 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-20* Made script command getmapxy print a warning, if an invalid type is ↵ai4rei2-0/+5
supplied (related r69, r8459). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14470 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-19* Fixed packet layout of wanttoconnection for packet_ver 16 and 22 ↵ai4rei2-2/+4
(bugreport:3359, since r9958). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-19* Fixed WFIFOL being used instead of WFIFOW for a short field of packet ↵ai4rei3-2/+3
0x2710 (bugreport:2819). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14468 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-19* Fixed plug-in version getting checked against itself and a wrong operator ↵ai4rei2-2/+3
being used for the check (bugreport:3952, since r9631). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14467 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-19* Various VC6-related fixes and tweaks. [Ai4rei]ai4rei7-23/+35
- 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. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14466 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-17Added a missing argument to a warning containing a format specifier.Paradox924X2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14465 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-16Follow-up to r14456. Default initialize atk_rate to 0 instead of 100 to ↵Paradox924X3-5/+8
match new effect of bonus bAtkRate. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14464 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-14* Updated quest_read_db. Might need reviewing. ;-;L0ne_W0lf11-40/+210
- 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. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14463 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-14* Updating spawns as a precursor for Eden group quests.L0ne_W0lf9-537/+240
* 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. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14462 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-13- Fixed a typo in abra_db.txt (bugreport:4548)brianluau4-15/+13
- Fixed a weight check in Level 4 Weapon Quest. (bugreport:4533) - Removed a duplicate if() in battle.c, follow up to r14381. (bugreport:4549) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14461 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-11Whoops. Actually deleted exp2.txt this time.L0ne_W0lf1-35/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14460 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-11Updated known EXP values, and deleted exp2.txt.L0ne_W0lf2-10/+16
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14459 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-10* Added some items with enforced delays to the item_delay_db!L0ne_W0lf2-0/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-10Changed the check prior to adding to the attack rate so it ensures the value ↵Paradox924X1-1/+1
is non-zero instead of not 100. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-10Made bAtkRate add the rate rather than setting it. (bugreport:4499)Paradox924X2-1/+2
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). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14456 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-10Added an item_delay database usable for item-specific use delays.Paradox924X6-4/+84
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-10Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no ↵Paradox924X2-16/+14
trade_partner (or an invalid one) specified even for PACKETVER >= 6. (bugreport:4544) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-09Follow-up to r14368. Load last_map from SQL on char load so the information ↵Paradox924X2-2/+7
is available during char select for PACKETVER > 20100721. Patch based on Ai4rei's. (bugreport:4429) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14453 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-08Notify players involved in a trade that it has been canceled when one player ↵Paradox924X2-1/+6
changes maps/logs out or otherwise becomes unable to participate in the trade. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-08Send the actual level of the person you're trading with rather than limiting ↵Paradox924X2-2/+4
it by the max_lv/aura_lv settings. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14451 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-07'Exp gained' packets are now sent regardless of @showexp. @showexp can be ↵Gepard2-7/+7
enabled regardless of PACKETVER. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14450 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-07Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment ↵Gepard2-0/+8
is broken/repaired and PACKETVER >= 20100629. Follow-up to r14368. (bugreport:4459) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-05* Just a couple Bug fixes. :PL0ne_W0lf5-5/+86
- Added a missing close in quests_13_2.txt. (bugreport:4520) - Corrected 'IProntera' typo in quests_prontera.txt (bugreport:4522) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14448 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-04Adding back a / that got removed in nowarpto.txt. THIS IS FOR YOU ↵L0ne_W0lf1-1/+1
REDMAGEJOE. GOD SPEED. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14447 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-04This one's for you RedMageJoe! God speed!L0ne_W0lf2-2/+7
Fixing some typos in the comments in the unused database I just added :3 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14446 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-04This update renders this branch unplayable due to the defense value of monsters.L0ne_W0lf2-511/+551
* 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.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14445 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Added mapflags for the map 'cave' used in the Crow of Fate quest.L0ne_W0lf5-1/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14444 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Fixed an issue where two ushorts were being strcmp'd. Follow-up to r14442. ↵Paradox924X2-1/+2
(bugreport:4523) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Ensured character data is saved even when last map is the only value that ↵Paradox924X2-0/+2
has changed during save time. (bugreport:2218) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14442 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Fixed incorrect status change constants being used in cash food scripts. ↵Paradox924X2-6/+8
(bugreport:4477) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14441 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Applied fix by Ai4rei to reintroduce mapName within charinfo packet when ↵Paradox924X3-2/+3
PACKETVER >= 20100803. Follow-up to r14432. (bugreport:4413) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14440 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Updated script doc to appropriately describe the effects of close/close2 ↵Paradox924X2-5/+6
when used without a window on screen. (bugreport:898) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver ↵Paradox924X8-29/+10
code. (bugreport:4512) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14438 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Changed Normal and Cash Food statuses so they do not stack and overwrite the ↵Paradox924X2-0/+97
other if the level (val1) is the same or higher. (bugreport:4519) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-11-02Modified certain atcommands to use 64 bit arithmetic before capping a value ↵Paradox924X2-3/+5
to correct boundary logic for overflowing values. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-28* Updated stats for monsters that spawn on Geffen Fields.L0ne_W0lf6-169/+78
* Packet_db now uses packet_db_ver set to default * Updated spawns for Geffen fields to Rewnewal. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-21 * Removed unused 'indoors' mapflag (follow-up to r3729).Gepard9-132/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14434 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-20* Updated stats for monsters that spawn on Prontera Fields.L0ne_W0lf4-100/+71
* Updated spawns for Prontera fields to Rewnewal. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-17Fixed wrong char info packet size for clients after 2010-07-27 (follow-up to ↵Gepard3-2/+4
r14368). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14432 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-13Fixed a typo in quests_13_1Inkfish1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14430 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-13Prevented direct transformation into dummy jobs via @jobchange command. ↵Paradox924X2-14/+17
(bugreport:4227) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-13Prevented @stpoint and @skpoint from causing overflows.Paradox924X2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11Renamed Changelog-Trunk.txt to Changelog-Renewal.txt in renewal branch. ↵Paradox924X1-3/+0
Removed unnecessary notice from top of Changelog-Trunk.txt and Changelog-Renewal.txt regarding updating of stable branch. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11Implemented official cash food behavior, including use delay, not being ↵Paradox924X14-144/+215
dispelled (including on death), distinct status effects and icons from the ordinary food types. Updated items accordingly. (bugreport:2560) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11Applied ultramage's fix to prevent a segfault when a mob dead event ↵Paradox924X2-0/+5
triggered by a land-based skill causes the player to warp. (bugreport:4426) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11Applied Ai4rei's patch to prevent an invalid rid from being attached to the ↵Paradox924X2-2/+8
execution of a script. (bugreport:4470) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14424 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11* Wot's dis? Missed a warp in morroc field! THIS WILL NOT DO.L0ne_W0lf12-11/+22
- ...corrected the versions in the file headers as well. :P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11Added NULL initialization to info variable in map_readfromcache() to satiate ↵Paradox924X2-1/+2
compiler. (bugreport:4399) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2010-10-11* Renewal Update to warp portals, and deleted disabled_warps.txt.L0ne_W0lf14-158/+130
- Only disabled warps, some coordinates might have slipped past me. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14421 54d463be-8e91-2dee-dedb-b68131a5f0ec