Commit Graph

  • e1a327c223 Follow up to r16912 (bugreport:6435), the fix wasn't working because I was mistakenly reproducing the bug -_- Now I hope I did everything right. momacabu 2012-11-11 19:30:24 +00:00
  • 66617cfc67 Fixed bugreport:6435, if you stand on a warp portal with chat room, after you close it you wouldn't be warped properly. momacabu 2012-11-11 06:44:48 +00:00
  • 53a407406d Fixed bugreport:6452 where you weren't able to remove your cart if you weren't merchant/alchemist/blacksmith/etc. It also fixes the previously not working removal of cart when jobchanging. momacabu 2012-11-11 05:45:02 +00:00
  • 53533120d8 Updated skills that can not be dispelled by Dispell skill (bugreport:6469). momacabu 2012-11-11 05:29:10 +00:00
  • 1a1ea3075c * Cleaning of script_commands.txt, with db paths updated to reflect pre-re/re changes. * Follow-up r16905, clarified documentation. euphyy 2012-11-11 04:46:11 +00:00
  • 383f42343e Fixed bugreport:6820 where Open Buying Store didn't show up in skill window after relogging. momacabu 2012-11-11 02:42:12 +00:00
  • 9c4449531b - Fixed bugreport:6252. Setting variables in script e.g. "set .@var, 08;" wasn't working properly due to octal base conversion issue. Special thanks to Ind and GreenBox. momacabu 2012-11-11 01:05:36 +00:00
  • e8053f3c18 Voiding some functions. momacabu 2012-11-10 21:27:05 +00:00
  • 2ea2550cad - Added configuration to wheter the monster size would change experience earned, drop rates and the monster status (such as hp, strength etc). Awesome suggestion by Euphy :) momacabu 2012-11-10 21:02:55 +00:00
  • f28c2a56f5 - Modified *monster and *areamonster script commands to allow size and ai parameters. -- Event parameter now no longer works as size & ai replacement. -- If not defined, it'll assume the default size (0 = medium) and default ai (0 = none). - Changed all hardcoded AI states to recently created enum. momacabu 2012-11-10 19:44:12 +00:00
  • 5b18fc292b * Added a missing shop item, bugreport:6878 (re\merchants\shops.txt) * Fixed a few incorrect labels in Poring War script, bugreport:6794 (other\poring_war.txt) * Follow-up r16900, added svn:eol-style=native property. euphyy 2012-11-10 17:29:54 +00:00
  • c5a20a03d7 Commented out poring_c01/02 since they are no longer present in the latest grfs which would make the map server pointlessly output that they are removed from the cache on every boot, also modified map load so that it doesn't output the amount of maps being loaded twice - special thanks to mkbu95! shennetsind 2012-11-10 17:22:10 +00:00
  • e242d2b5a9 Performance Improvement; Server shut down, instance clear up, and @cleanmap are now all faster. Instead of wasting time doing a dbmap lookup (of a data it already possessed!) on each floor item being deleted, it'll use the data to clean the item. shennetsind 2012-11-10 17:15:37 +00:00
  • 58f563d8c5 - More deletions related to lock removal -_- - Inital support for Visual Studio 2012 solution momacabu 2012-11-10 16:36:14 +00:00
  • 3810d5ff70 Removed include lock.h from script.c momacabu 2012-11-10 05:52:08 +00:00
  • 294217c2ad Removed lock files since it is no longer being used (bugreport:6767). momacabu 2012-11-10 05:43:56 +00:00
  • 1450a8527d - Fixed bugreport:6816, bugreport:6818, bugreport:6843, buying a Pet Egg is now working. Special thanks to Ind; - Fixed a bug where pet egg was not deleted properly after clearing the floor. - Adjusted comment from msg_athena.conf, these IDs are being used! momacabu 2012-11-10 05:06:39 +00:00
  • 18438448bf Fixed bugreport:6876 / Reverting r16891 shennetsind 2012-11-10 04:51:03 +00:00
  • 3c6c2d20fb Minor improvement on npc_event_do_clock, moved it so that its only assigned when its actually used shennetsind 2012-11-10 03:47:27 +00:00
  • cfd04271c2 Dropped a incredibly wasteful and pointless (why was that there i wonder) 3100byte => ~3kb memory waste PER active elemental unit in the server shennetsind 2012-11-09 20:49:09 +00:00
  • 60656ff312 1. Follow up r16891 small improvement over there by dropping a pointless entry in the trace hierarchy 2. Modified DNSBL check on login server to stop looking up addresses on the first match, also applied my curly brace love in the way. shennetsind 2012-11-09 19:17:17 +00:00
  • c6b4ffbd97 - Added comments about the max ***_REG_NUM defines in mmo.h brianluau 2012-11-09 18:42:44 +00:00
  • e929098917 * Merged eAthena changeset ea:15119. eathenabot 2012-11-09 18:15:02 +00:00
  • 1bcfcc8f64 * eAthena changeset ea:15117 (already fixed in r15823). * eAthena changeset ea:15118 (already fixed in r16500). http://rathena.org/board/index.php?act=findpost&pid=124218 eathenabot 2012-11-09 18:01:00 +00:00
  • 6219afd600 * Merged eAthena changeset ea:15116. eathenabot 2012-11-09 17:36:19 +00:00
  • fcd0930a22 * Merged eAthena changeset ea:15115. eathenabot 2012-11-09 10:31:05 +00:00
  • db6a927d54 - Updated the list of dnsbl_servers. (bugreport:6862) brianluau 2012-11-09 08:48:31 +00:00
  • 0ad26adc3c Shiny Wing Gown was set to tame the wrong monster, fixed now. flaid 2012-11-09 04:33:14 +00:00
  • 1016106fc7 Follow up r16884 fixed a typo =X shennetsind 2012-11-09 02:45:20 +00:00
  • dc9a5da1c6 Fixed bugreport:6209 / Follow up r16867 : updated mapcache to write onto its proper map_cache.dat depending on the instance's #RENEWAL shennetsind 2012-11-09 02:27:33 +00:00
  • 10a23e1999 * Follow-up r16876, message text is now aligned properly. euphyy 2012-11-09 01:49:05 +00:00
  • 9f56cbc7cc Fixed bugreport:6851, two chrif-related messages had the same id as cash points. momacabu 2012-11-09 01:12:26 +00:00
  • aae7d1d129 - Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions); - Merged @killmonster2 with @killmonster tid:73632; - Fixed bugreport:6764, auction code was misplaced; - Follow up to r16753 (bugreport:6523), fixed bugreport:6673, using Gravitational Field with Safety Wall would keep the character immobilized. Blame myself, thankyou Lunar for the fix; - Fixed bugreport:6514, @slaveclone wouldn't be targeted by monster. Thanks to zippy; - Fixed bugreport:6837, some code was duplicated; - Fixed bugreport:6768, removed some leftovers from TXT removal; - Fixed bugreport:6868, Unequipping a weapon with Incantation Samurai card will not kill you if you have less than 999 hp and are on a non-pvp map; - Fixed wrong bit field on ai field in mob_data structure. Credits to Ind. momacabu 2012-11-09 00:26:36 +00:00
  • 07512c2353 - Fixed extra curly brace in r16879... T_T brianluau 2012-11-09 00:13:48 +00:00
  • 347412ef7e - Vending shops are now closed when warping to novending maps/cells. (bugreport:6871) brianluau 2012-11-09 00:02:18 +00:00
  • 0a335475cd Fixed item_db parser: 1. map server would crash with mismatching curly braces in unequip script field 2. the parser wouldn't accept specific combinations of curly braces in the uniquip script field. special thanks to mkbu95! shennetsind 2012-11-08 22:56:12 +00:00
  • 8d8cc71dab - Follow up to r16434, moved the status_change_end() into the existing block above. brianluau 2012-11-08 22:15:23 +00:00
  • 669ae95e4a Added in some more Mora NPCs. flaid 2012-11-08 22:07:50 +00:00
  • 7b80d7bcdd - Fixed a typo in @mapflag example, since r15009. brianluau 2012-11-08 21:54:18 +00:00
  • 6311946402 Fixed bugreport:6869 where some skills of Sura are affected by SA_DISPELL. Fixed bugreport:6867 remove the heal effect animation of SR_GENTLETOUCH_CURE which is not official. Follow up r16856 where AM_POTIONPITCHER should not affect targets under the SC_EXTREMITYFIST2(EF SP recovery block). rud0lp20 2012-11-08 15:35:32 +00:00
  • f5dec09663 - Added svn:eol-style=native property. brianluau 2012-11-08 06:29:52 +00:00
  • f6048fa23a * Follow-up r16870, standardization of Mora script. * Changed version number in custom quest shop, from r16862. euphyy 2012-11-08 03:15:35 +00:00
  • 5f1be607b8 Follow up comment on r16870, forgot to load the Mora file~ flaid 2012-11-08 02:29:32 +00:00
  • ccf155ad38 Added in the first NPCs of Mora. flaid 2012-11-08 02:19:55 +00:00
  • 35884acb9e Fixed bugreport:6870 buying store zeny limit now displays properly; special thanks to Napster and mkbu95 shennetsind 2012-11-08 00:48:36 +00:00
  • 04be131d82 * Update to doc/map_cache.txt due to r16867 thatakkarin 2012-11-07 23:48:14 +00:00
  • 58bf9e0801 Added support to pre-re/re map_cache since some maps differ, this results in map servers' map_cache_file config being dropped. shennetsind 2012-11-07 23:36:00 +00:00
  • a45c1dc469 Fixed various quest-related script commands - including: setquest, erasequest, completequest, checkquest - to fix crashes caused of null pointers (sd). cookiecrumbs 2012-11-07 23:13:04 +00:00
  • 7bb8c706d2 Fixed bugreport:6864 where casting WM_GLOOMYDAY to mobs causes map crash. rud0lp20 2012-11-07 13:10:26 +00:00
  • 9a2080f787 * Partial Fix for bugreport:6800 - Point 3 (soundeffect) and point 4 (sprintf). * Renamed a few files in doc/sample/ for standardization. * Indent cleanup in script_commands.txt thatakkarin 2012-11-06 20:04:12 +00:00
  • be5b2052d9 * Fixed bugreport:6860 - updated map_cache.txt to reflect current code. thatakkarin 2012-11-06 19:00:35 +00:00
  • 70edb63177 - Added LOOK_*** script constants, same names as from map.h - Changed atcommand "@changelook" to changelook script command in custom quest_shop.txt brianluau 2012-11-05 18:25:15 +00:00
  • 9c9eb668af - Fixed bugreport:6738, missing checks for How the Airship Works quest. (npc/quests/quests_airship.txt) j-tkay 2012-11-05 10:27:35 +00:00
  • f9807c537b - Fixed OnSellItem not setting all the "@sold_card%d" arrays. (bugreport:6847) brianluau 2012-11-05 07:12:44 +00:00
  • c4ba335c08 - Fixed bugreport:6747, removed extra setquest (quest id:3040). (npc/instances/SealedShrine.txt) j-tkay 2012-11-05 07:02:17 +00:00
  • 1ae4a8945d * Custom Quest Shop updated to v1.4b, which fixes an incorrect 'getiteminfo' call and standardizes script format. * Switched 'atcommand' to 'unitskilluseid' in Cluckers custom script (bugreport:6852) euphyy 2012-11-05 04:23:44 +00:00
  • 9bde36efae Fixed bugreport:6839 where SC_CAMOUFLAGE is not ending properly. Fixed bugreport:6710 where SR_EARTHSHAKER ATK bonus is not applied properly. Implemented KO_MAKIBISHI and updated some Kagerou/Oboro skills. rud0lp20 2012-11-02 11:52:46 +00:00
  • e3c02a5bc2 Fixed bugreport:6833 a typo in the level difference database. Fixed bugreport:6438 now WL_TETRAVORTEX shows proper animation display. Follow up r16776 added some missing updates for MO_EXTREMITYFIST thanks to kyeme. rud0lp20 2012-11-02 05:47:34 +00:00
  • e41effbc4b -Fix bugreport:6547 (bloodylust) upd bloodylust effect to berserk -Fix bugreport:6208, bugreport:6805 (chaos panic) fix range effect -Partial Fix bugreport:5275 (toxin now won't interupt unbreackable castskill) -Folllow up r16847 fix UNT_ZEPHYR get some unwanted bonus, fix Insignia unit range glighta 2012-11-01 01:40:29 +00:00
  • 9758407d3f Fixed bugreport:6779 dropped between-server ping timers, replaced by a much more reliable and performance-efficient on-demand flagging. shennetsind 2012-10-31 20:17:38 +00:00
  • 8353208be7 Fixed bugreport:6838 pc_level_penalty_mod would return 0 when no player was attached to the kill and scream a nullpo report at console. shennetsind 2012-10-31 19:41:20 +00:00
  • 5953c51bf4 - Moved level_penalty.txt into /db/ folder (tid:73289), follow up to r16842:16843. brianluau 2012-10-31 13:16:27 +00:00
  • 13ae8ae8de Fixed bugreport:6836 apparently msvc didn't like the inlines altho both gcc and clang did not mind (I guess I'm missing something important, but its too late for me and I'll just remove them for now) shennetsind 2012-10-31 03:31:31 +00:00
  • 89df3230d4 Improved char server packet 0x3087, gave it a variable/dynamic length so that it doesn't waste buffer size with messages too short. shennetsind 2012-10-31 02:42:59 +00:00
  • 3122ac3bc1 bugreport:6830 / follow up r16848, dropped flag param in skill_select_menu as we do not rely on it. shennetsind 2012-10-31 02:24:34 +00:00
  • a1b5aa0e1c Fixed bugreport:6830 Fixed potential crash on Shadow Chaser's Auto Spell. Special Thanks to ultramage's hawk eyes. shennetsind 2012-10-31 02:06:50 +00:00
  • 234beac39d -Fix bugreport:5757 (insignia) implement remaning effect stated from irowiki, remove duplicate atk_ele -Fix bugreport:6096 (saturday_night), add rate failure, fix sit icone, add restrict to pvp map -Fix bugreport:6831 (sc_intravision), prevent item starting (and so ending) intravision while wearing maya purple glighta 2012-10-31 01:38:20 +00:00
  • 558748e111 Follow up r16837 replaces sprintf with snprintf to at least ensure we dont go over our length in a modified msg table -- (in the future we should make that a #define or something else practical and clever). The commit should've stopped on this, however as I was to compile I realized my recently-updated osx got rid of my makefile during the update, so I had to download and install it over. and during that download period I've gone over the whole chrif.c file and applied some syntax love to it, or as some of my lovely colleagues would say: I gayed it up. shennetsind 2012-10-31 00:31:19 +00:00
  • 9c5992bb68 - Updated 'checkweight' example. Apple is item_id 512, not 502! brianluau 2012-10-30 21:53:34 +00:00
  • b69048d9c5 - Added svn:eol-style=native property. brianluau 2012-10-30 08:26:18 +00:00
  • 2d68f350c2 Follow up r16842. added some missed added lines of code.. rud0lp20 2012-10-30 07:57:37 +00:00
  • 156446bf33 Fixed Level/Drop modifier based on level difference and created a db as suggested in pid:137564. (bugreport:6585) rud0lp20 2012-10-30 07:30:36 +00:00
  • c182390854 - Fixed a typo in r16840. brianluau 2012-10-29 15:16:55 +00:00
  • 230bd28024 - Clarified 'getpartymember' documentation. (bugreport:6804) brianluau 2012-10-29 11:08:00 +00:00
  • 9fcdb56b2e * Follow-up r16835: Some cleanup. * Updated Hunting Missions script to v1.2b, which adds experience multipliers to config (custom\quests\hunting_missions.txt) euphyy 2012-10-29 07:35:02 +00:00
  • 8b074051ea -Fixed action assignation follow up r16837,r16836,r16835 glighta 2012-10-29 07:24:53 +00:00
  • 202ec893fa -Fixed bugreport:6432 Shadow Formation effect range is 10 while casting range is 5 -Fixed and add some documentation on map fonctions. (JIS->UTF8 unwanted transformation) glighta 2012-10-29 07:18:31 +00:00
  • cea840e1f9 - Fixed warnings from r16835. brianluau 2012-10-29 07:07:37 +00:00
  • 7a6a529548 -Add some src basic documentation. -Change some remaining -1 for status ending timer. -Move some hardcoded msg in msg_athena -Small optimisation on battle_attr_fix glighta 2012-10-29 06:33:43 +00:00
  • d4fe086e5d Fixed bugreport:6694 missing hiding function of SC_FEINTBOMB. rud0lp20 2012-10-29 05:54:46 +00:00
  • fa1f861dd8 - 'night_at_start' config can now be used, even if day_duration/night_duration are 0. brianluau 2012-10-28 01:58:27 +00:00
  • 9142e02968 - Adjusted spacing in ASCII art so all lines are 70 characters wide. brianluau 2012-10-27 05:28:13 +00:00
  • a1a911eaaf - Fixed more missing single quotes in item_db.sql, follow up to r16822. brianluau 2012-10-27 04:51:15 +00:00
  • bd09db6af3 - Fixed missing single quotes in item_db.sql, follow up to r16822. brianluau 2012-10-27 04:42:17 +00:00
  • 605e74bca3 * Updated Hunting Missions script to v1.2a, which includes party support, optimizations, and bux fixes. An SQL mob database is now required! (custom\quests\hunting_missions.txt) euphyy 2012-10-25 19:51:49 +00:00
  • 5b4644367c Fixed bCastrate function in item_combo_db. bugreport:6815 Fixed Item 13694, Freyas Crown Box Changed getitem to the official rentitem Item Script(verified By Joseph and muad). Continuation of bugreport:6714 spre123 2012-10-25 07:27:43 +00:00
  • ed1e7b51be - Fixed bugreport:6810, checkquest paramater typo and added checkquest in Wanderer Job Change Quest. (npc/re/jobs/3-2/wanderer.txt) j-tkay 2012-10-24 11:13:00 +00:00
  • 5a4acba757 Fixed/Changed the rest of the RE Items with the reversed/broken bcastrate with bVariableCastrate So it actually works as intended(ONLY RE needed this update). bugreport:6548 spre123 2012-10-24 00:39:23 +00:00
  • 8e575ee998 - Follow up r16824. j-tkay 2012-10-22 11:27:59 +00:00
  • 9f3b089c68 Forgot to add the upgrade sql file for the Small DB change to item_db_re.sql Changing Defence from unsigned to accept negative Value do to some items having negative values. spre123 2012-10-22 02:02:06 +00:00
  • 0f0577cabf * Updated Thanatos Tower quest to Episode 13.1 - huge thanks to Muad_Dib! (bugreport:4498) * Fixed some syntax in item_db_re.sql (bugreport:6714) euphyy 2012-10-21 03:36:01 +00:00
  • 6b6e42a3e5 major item update activating many script commands aswell as activating many items that are now in the client this effects 250+ items. Bugreport:6714 spre123 2012-10-20 00:42:55 +00:00
  • 84564da380 - Removed a warp from mid_campin and dic_in01 for quest purposes. (warps/cities/dicastes.txt & warps/cities/mid_camp.txt) j-tkay 2012-10-18 06:06:43 +00:00
  • 1472039a91 - Fixed Arch Bishop Job Change Quest, players unable to continue the quest. (npc/re/jobs/3-1/archbishop.txt) j-tkay 2012-10-17 07:17:22 +00:00
  • de9950737d - Fixed bugreport:6785, missing changequest in Knight Job Quest. (npc/jobs/2-1/knight.txt) j-tkay 2012-10-15 15:06:41 +00:00
  • 1ffe0e9967 Fixed bugreport:6493 Genwaku no longer works on npcs and on gvg maps (since push/knockback is also disabled on gvg) shennetsind 2012-10-13 17:17:50 +00:00
  • b313d24eb2 Fixed bugreport:2657 castend now also checks if the required weapon matches, fixing any possible exploits where a character manages to change weapon during cast/animation e.g., as the report claims, sonic blow. (also applied my curly brace love on the way) Special Thanks to esu1214! shennetsind 2012-10-12 13:26:11 +00:00
  • e0b316216f * Added Kagerou/Oboro support to Ninja Quests and Kunai Merchant (credits to insarius) euphyy 2012-10-10 23:01:13 +00:00
  • cbeabd3385 Follow up r16814 / bugreport:6754 shennetsind 2012-10-05 11:58:14 +00:00
  • 110c612db3 Fixed @mobinfo flee/hit formula, as per bugreport:6754 shennetsind 2012-10-05 06:12:46 +00:00