summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-06-22- Corrected autoloot so that you can specify rate with decimal precision ↵skotlex2-14/+10
("@autoloot 0.01" should work) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22- Fixed the compile error in mob.cskotlex2-9/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22* [Removed]: Lance3-13/+12
- Redundant mob name copying. (it's already copied in mob_parse_dataset) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22Typos resolving login-DNS instead of char-DNS -.-Lance2-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22* [Fixed]: Lance7-8/+15
- Compilation warnings and errors. [Improved]: - Changed and moved IP sync status messages to elaborate more. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22Fixed treasure number 'round exploit'Lupus3-4/+83
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22Fixed some equipment fields that caused warningsPlaytester2-5/+7
-however the server still reports the warnings... >-< git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-22- Tested and fixed resolve_hostbyname.skotlex16-346/+165
- Applied said function around most of the code where needed. Removed includes for the OS/network system pretty much from every file (our socket.c file should handle this) - Added clif_getip_long, which returns the ip as a long. Prevents having to include the files to define the int_addr structure in all files that include clif.h - Made the GM mute request bypass the manner_system setting. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Fixed the equipment fields of the new cardsPlaytester2-27/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Fixed a small typo...Playtester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21- Whoops, somehow socket.h wasn't udpated correctly -.-skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21- Added function parse_hostbyname() which takes a hostname and a char[4]. ↵skotlex8-13/+51
The hostname is resolved to an ip, whose individual components are stored in char[], the return value of the function is the inet_addr result of the lookup (or returns 0 when failed). Meant to be used in the rest of the code without the need to do socket/network related includes. - Applied use of parse_hostbyname() in chrif.c to fix compilation errors. - status_percent_change will now account for when the target's max hp/sp is above INT_MAX. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7280 ↵Lance1-11/+18
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Yuno/Lhz/Thanatos spawn updatesPlaytester4-46/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21- and the documentationLance1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21* [Added]: Lance9-2/+152
- DNS (WAN) sync for those pesky disconnections (dynamic ip renewal). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Fixed some spawns in Odin TemplePlaytester2-14/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Updated Hugel to official X.4 spawnsPlaytester2-31/+30
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21Updated Einbroch to official X.4 spawns thanks to TharisPlaytester2-39/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-21- Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING ↵skotlex4-7/+23
really ARE the same value clientside! (totally stupid), therefore I've opted from removing the flying animation since it really just displays as Xmas for others (and the correct fix involves adding a bunch of class-change packets...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20- Corrected the line terminator setting on the unit.* files as pointed out ↵skotlex2-1805/+1805
by Irmin git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20Kiel now drops the Dex Survivor's RodPlaytester1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20Reduced Stone Buckler's natural Def to 3Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20Started fixing some of the cardsPlaytester2-7/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20- Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling.skotlex6-18/+44
- Fixed crash when non-players use ZenyNage. Added the correct Zeny check in skill_check_condition, fixed the skill so that it's damage is based on whatever zeny is specified in skill_require_db. - Can-act delay will not be reset when warping now. - Fixed Quagmire not altering walking-speed. - Silence now blocks skills both on begin/end casting. - Updated status_calc_bl so that when walking speed changes, the character is made to rewalk so that the new speed takes effect inmediately. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20* Some more item updatesPlaytester2-5/+8
- Valkyrie Shield and Survivor's Manteau have their complete bonus script now, please test it - Slotted Ice Pick and Iron Shackle Combo are weaker now git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20updated item names in doctor quest (cities/louyang.txt)evera2-12/+14
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7262 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-20added ayothaya to nopvp and nopenalty mapflagsevera3-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7261 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Combo-used Skills with State "move_enable" will now override the "can't ↵skotlex2-2/+9
move delay". Fixes Break-Fall -> Jump-Kick. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7260 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19Some updates to the item_dbPlaytester2-6/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7259 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Switched drop_rate0item to NO according to iRO.musashiden1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7257 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19Fixed Quest requirements in cities/louyang.txtPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7255 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Some more cleanups of battle_calc_damage to account for absorbed damage ↵skotlex2-12/+12
reductions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7254 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Moved back Soul Drain code from mob_dead to ↵skotlex3-8/+12
skill_counter_additional_effect. Now we are back to where the skill animation does not shows, but you DO get SP T.T' (fixing this is turning out so difficult...) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7253 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19Reverting my change.. lalalaLance1-3/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7252 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Some cleanups and corrections in battle.c to account for negative ↵skotlex5-16/+20
(absorbed) damage. - Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7250 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Fixed the compilation errors of my last commit... >.> <.<skotlex1-8/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7249 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19- Removed the mysterious array of two of char_dat (char/sql server), ↵skotlex5-118/+109
replaced it with a static structure. - Added function char_loadName to extract the character name of a given ID. - Fixed fame-list updating crashing char-sql server when the given char-id just got into ranking. - Sorry I didn't check if it compiles cleanly because I don't have sql here <.< (am gonna test it in a second, though) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7248 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7245 ↵MasterOfMuppets1-2/+0
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19Added missing Arunafeltz mapflagsevera13-5/+113
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7244 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19Idiot RO client have inconsistent signed/unsigned shortsLance1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7243 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19updated job quests.Lupus11-338/+248
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7242 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19* [Fixed]: Lance2-2/+8
- Typo in status.c add_sc() using 'skill' instead of 'sk' as index, resulting in filling the SkillStatusChangeTableArray with junk data. - > NEEDS CONFIRMATION < Ends casting if player is knocked with freezing/stun/whatever git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7241 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-19* [Fixed]: Lance2-1/+3
- Typo in parse_frommap. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7240 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-18Added Exp to some Thief Bug versionsPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7238 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-18* [Fixed]: Lance2-1/+3
- clif_initialstatus using SHRT_MAX instead of USHRT_MAX for status_point git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7237 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-18* [Temperory Fixed]: Lance2-2/+5
- Crashing of SQL char-server in parse_frommap case 0x2b01. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7236 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-18- Fix for #102547Lance2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7235 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7234 ↵Lance1-14/+16
54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-18* [Removed]: Lance9-310/+266
- Large part of scripted mob control commands are removed. - Large part of scripted player control commands are removed. - Scripted mob slaves changing master ID. [Added]: - Unit control commands. - CALLBACK_NPCCLICK for scripted mobs, added this to db/const.txt too. - Macro RECURSIVE_MASTER_CHECK in battle.c [Modified]: - buildin_skilluseid and buildin_skillusepos -> buildin_unitskilluseid and buildin_unitskillusepos. - md->callback_flag to short (double word). [Lance] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7233 54d463be-8e91-2dee-dedb-b68131a5f0ec