Commit Graph

  • 5e029b94c2 Updated several entries in the create arrow database. L0ne_W0lf 2007-10-09 02:09:11 +00:00
  • f808f37ec1 * Delayed the check for required items when a skill is cast to when they are consumed. Now skills only fail due to lack of items after being cast. - Please make a bug report if you know of any skill that doesn't work like this in official. * Fixed hp of other party members not being sent when you join a party. * Removed unused global array names_id and renamed some structures that are used with variables of the same name. FlavioJS 2007-10-08 21:39:57 +00:00
  • db31831bb8 Added the remaining EXP increasing effects. (25, 100, and 300% manuals and Noble's Nameplate) L0ne_W0lf 2007-10-08 20:31:05 +00:00
  • 9e8dd7d555 Updated packet_db.txt with latest client entries. ultramage 2007-10-08 12:45:48 +00:00
  • ee2aa37a6b removed slot from 5147 old baseball hat Lupus 2007-10-08 10:14:03 +00:00
  • 7c12bd5a32 - Ops!. zephyrus 2007-10-07 21:53:04 +00:00
  • 8c1bd7bfd8 - Bug ID #184: Char Creation With An Empty Name [Zephyrus] zephyrus 2007-10-07 20:46:50 +00:00
  • 07a22ae76c * Small bug fix in the Geffen NPCs (end -> next) care of Lesbian. L0ne_W0lf 2007-10-07 17:02:10 +00:00
  • 9265a6ed88 Fixed an error in the Sage job quest, thanks to Cara. Removed function F_BlockHigh from Valkyrie.txt L0ne_W0lf 2007-10-06 16:21:39 +00:00
  • 1069e3524c * the mapserver won't exit when no mapcache is found, with use_grf: yes * Fixed some \r uses, now looks better; /thx to Ai4rei (topic:165952) * Removed that ridiculous spinner that displays during map/npc loading, and added a more informative progress indicator (idea from jA/eapp) ultramage 2007-10-06 15:35:31 +00:00
  • fc15fdacb8 * Added missing item names in the item_db - please fix the txt files if there's a bug to begin with next time - also ingame names shouldn't have "_" - updated sql files Playtester 2007-10-06 12:02:17 +00:00
  • a0be0b27b1 Updated Atroce's respawn time on Veins fields Playtester 2007-10-06 11:34:38 +00:00
  • 4ed5333885 * REALLY fixed emblem not displaying when a char logs in (compromise between r10624 and r11033 that hopefully works) ultramage 2007-10-05 20:57:15 +00:00
  • 85723b656a - Bug ID #143: Error In Item_db.sql zephyrus 2007-10-05 20:39:16 +00:00
  • 6a3d79443f * Updated gender restrictions to aegis - it will still be ignored by eA due to a config setting Playtester 2007-10-05 18:48:04 +00:00
  • 9a746cf4cb * Removed gender restrictions on all equips - official servers don't have gender restrictions implemented, although they have it in their db files - Wedding Dress doesn't display Wedding sprite anymore (females and males can fight with it) Playtester 2007-10-05 18:00:47 +00:00
  • d21ab25be1 * Fixed a bug in Hugel Bingo which caused wrong rotation in player locations. SinSloth 2007-10-05 16:32:22 +00:00
  • 0579199d79 Fixed 'Wink of Charm' - shouldn't work on boss mobs (topic:166115) ultramage 2007-10-05 12:20:33 +00:00
  • 922ca16286 * Removed a broken remnant of code from old gospel code (r4349) that's _supposed_ to clear the gospel status (no item use?) when you step out of its zone - 1) the constant UNT_GOSPEL was used in a switch() instead of PA_GOSPEL (thus actually ending 'NPC_STUNATTACK' status), and - 2) this code path is never taken, because Gospel is not recorded in skill_unit_temp[] (it has a periodic timer and is not DUALMODE) * Now the first empty spot in the 'skill_unit_temp' array will be used when tracking movement between land skills; reduced its length to 20 * Fixed the skill unit mechanism that is supposed to track whether you're still standing in a certain land skill's AoE or not, which was not working correctly since the time it was added (r3133) - solves the nasty problem of Loki, Quagmire, ... status not ending even after stepping out of it in some cases, if there was another song overlapping the skill's area (fixes bugreport:34) ultramage 2007-10-05 11:12:04 +00:00
  • c5e5128eb0 * Completed the code for SC_LIFEINSURANCE and it's status icon. - Added the summer_ignorepalette to client.conf. zephyrus 2007-10-05 01:00:16 +00:00
  • 81c62790ca Fixing the Warning: "suggest explicit braces to avoid ambiguous `else'" to SC_ITEMBOOST. zephyrus 2007-10-04 21:15:49 +00:00
  • fe1db10bcc Fixed a mistake in r10919 messing up logged values (bugreport:167) ultramage 2007-10-04 21:04:31 +00:00
  • 4026ba7ec1 * Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. Allready working. - Added SC_LIFEINSURANCE and SC_BOSSMAPINFO to const.txt. (not implemented but i will work on it) - Updated Field Manual and Bubble Gum in the itemdb.txt file. - As L0ne Wolf reported to me and based on Doddler information, the Bubble Gum only do a second try of the item drop, and it don't increase the drop rates. zephyrus 2007-10-04 20:47:35 +00:00
  • 95024b89d1 * Added code that compacts the vending list after a purchase; fixes the problem with empty positions appearing in the list (bugreport:168) ultramage 2007-10-04 20:44:46 +00:00
  • c7256c0577 * Corrected Icewall skill to be closer to official behavior (part of bugreport:38) - now works on occupied squares (previously it disappeared) - now you can walk out of an icewall square (removed code that blocked pathfinding if the origin cell was of a nonwalkable type) - added back the hack where mapcell changes are broadcast to whole map (prevents client from leaving the cells non-walkable if you warp away) ultramage 2007-10-04 18:41:54 +00:00
  • 286e1a32c4 * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define * Fixed a compile problem when hotkey saving is disabled (topic:167265) * Added script source error reporting to countitem() (topic:167165) * Removed integer mob skill state/target definition support (unused) ultramage 2007-10-04 16:16:44 +00:00
  • 5a5664ccc2 - Update in the Field Manual and Bubble Gum items. zephyrus 2007-10-03 22:58:09 +00:00
  • 63519ee3cf * Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP) zephyrus 2007-10-03 22:49:11 +00:00
  • 383f017009 * Moved the homunculus shuffle code to mercenary.c, fixing the bug in the atcommand not using the bonus evolution stats for homunculus. * Added a new script command "homshuffle" to reset the homunculus stats using NPC. zephyrus 2007-10-03 21:47:47 +00:00
  • ce7dd37878 * Cleaned up parts of skill.c related to skill units - removed some nonsense code in skill_dance_switch() (from r8876) - removed 'security system to prevent forgetting timer removal' (r1213) - renamed some skill-related data structs (had same name as variables) - commented out custom Venom Splasher countdown messaging code ultramage 2007-10-03 12:58:52 +00:00
  • 0fef0f3ad9 Bosses now can use teleport on Land Protector Playtester 2007-10-03 12:50:22 +00:00
  • 92fe10a6aa Whoops, wrong revision given in changelog. L0ne_W0lf 2007-10-01 15:27:01 +00:00
  • 6a2e87e03b * Fixed various trading/vending glitches - fixed vending_tax not working at all (integer division in r10182) - undid change from r8273 where pc_getzeny() treated zeny overflow as an error condition; officially, the value is just bounded to MAX_ZENY - fixed stupid code that, instead of properly checking and filtering invalid items during shop setup, opted to 'hide' these items from the vending list instead... - removed some custom error message packets related to vending - fixed a glitch where the server would open a shop with no items when all entered items were tagged as invalid - split zeny handling from trade_tradeadditem() into a separate func (trade_tradeaddzeny()) - removed loads of redundant code from vending.c ultramage 2007-10-01 14:55:35 +00:00
  • 2c61369250 * Fixed an assortment of typos and bugs care of yyCC. L0ne_W0lf 2007-10-01 14:37:17 +00:00
  • d6e60c8248 * Small bug fix (== -> !=) thanks to Saithis. L0ne_W0lf 2007-10-01 13:47:55 +00:00
  • 699f4b7b0f Fixed Frigg combo not reducing def by refine rate Playtester 2007-10-01 10:22:31 +00:00
  • 57a28a2f66 Small sql update Playtester 2007-10-01 08:20:51 +00:00
  • bbd3dec66d * Reverted the bug that was added in the last update - official script clearly says 30% - please don't update db files without official source Playtester 2007-10-01 08:12:31 +00:00
  • b470d3ec9c Fixed Gemini-S58 Card. Paradox924X 2007-10-01 01:34:55 +00:00
  • 98527bc1a7 Re-phrased the max_lv and aura_lv client battle config setting descriptions. ultramage 2007-09-30 22:58:47 +00:00
  • 25ccf137f4 Removed redundant 'subnet' s_subnet structure variable. Removed duplicate code from the sql charserver that somehow appeared after the tmpsql merge. ultramage 2007-09-30 21:56:07 +00:00
  • 29ec62318d * Fixed "Heat" and "Crimson Fire Formation" - they now do 'unlimited' hits per second (same as firewall) Playtester 2007-09-29 17:41:33 +00:00
  • afbef4dce6 Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since they're completely player-status related. ultramage 2007-09-29 10:37:53 +00:00
  • 83b66681db Fixed Victorious Coronet thanks to Pinky and $ephiroth Playtester 2007-09-28 22:58:18 +00:00
  • e7605cbce0 Added 11.2 gun drops Playtester 2007-09-28 22:11:50 +00:00
  • fba34ea4ee * Changed back the query to get the friends of a character to a LEFT JOIN. * Setting the item script variables to NULL when they are freed. (bugreport:142 ?) (a double @reloaditemdb might result in a double free) FlavioJS 2007-09-28 18:26:55 +00:00
  • 37c74a3e87 * Removed slots from Gusli, and commented it out. kRO doesn't support this item. - Removed slots from Chinese_Handicraft and Arrest_Handcuffs. L0ne_W0lf 2007-09-28 16:45:37 +00:00
  • 215dd1d36e * Corrected Summer Outfit not included as a PC class. (Zephyrus_CR) L0ne_W0lf 2007-09-28 15:37:16 +00:00
  • 2b21f97dba Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used for now. Removed strange 'svn:executable' attributes from item_db2.sql and mob_db2.sql ultramage 2007-09-28 14:56:39 +00:00
  • caaa7bde2f Removed some redundant code from the sql charserver. Fixed a sql-charserver @block crash (missing Sql_NextRow() call). Probably fixed 'random junk' being displayed in @changesex reply text. ultramage 2007-09-28 14:37:31 +00:00
  • d7a44b3d83 Updated item_db.sql Playtester 2007-09-28 13:34:26 +00:00
  • 694679913a * Implemented Summer Outfit care of Zephyrus_CR. - Increased MAX_GUILDCASTLE in mmo.h to 29 for future implementation of the 12.1 Guild Castles. * Added constants for Summer Outfit and updated the Summer_Event_Suit item script. L0ne_W0lf 2007-09-28 02:52:04 +00:00
  • 43ddb195f7 * Fixed sql target not including the save target in the Makefile, needed by the map server for save/mapreg.txt. (bugreport:131) FlavioJS 2007-09-28 01:13:59 +00:00
  • 58d610dc2b * Re-added an ETC item that got lost in the item update. (7062) L0ne_W0lf 2007-09-27 23:05:31 +00:00
  • 57ba34ee99 Fixed a small script typo in r11315 (offsets are 1-26, so rand() needs to return values from that interval and not 0-25). ultramage 2007-09-27 23:02:50 +00:00
  • db7c85336e * Removed Final Strike from skill_cast_db - also updated sql files Playtester 2007-09-27 22:03:53 +00:00
  • be42e68f8e * Updated All ETC items until 11.2. - ETC items no longer use the "Sell Price" field. - Adjusted the Weight of a few items in the process. For example, Unknown Test tube from 30 -> 10. L0ne_W0lf 2007-09-27 19:23:31 +00:00
  • 3177e3e9c2 * Optimized/simplified some poorly written code in TSQ - fixed wrong quiz answers - added some missing dialogue text, added some comments ultramage 2007-09-27 18:02:29 +00:00
  • 5f67619e33 * Fixed Diablos Armor. Again. L0ne_W0lf 2007-09-27 17:35:49 +00:00
  • f580d4b636 * Fixed Diablos Armor (Thanks to WiZ|) L0ne_W0lf 2007-09-27 16:38:19 +00:00
  • a8d7143d0e * Loot code using charid's instead of id's in pick priority. * configure script using svn:eol-style LF and require mysql/pcre when --with-mysql/pcre is used. FlavioJS 2007-09-27 15:24:06 +00:00
  • 0498cb19c0 * Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93) * Fixed buildin_gethominfo not being included in the script engine. (bugreport:124) * homunculus_evolution -> homevolution in script_commands.txt. * Deleted item DEFAULT from item_db.txt and regenerated item_db.sql. (bugreport:103) * Skip empty lines and give more feedback (for invalid lines) when reading item_db.txt/item_db2.txt. FlavioJS 2007-09-27 11:18:58 +00:00
  • 6bed10631c * Made some adjustments in the Sign Quest with dialogs/summoning and fixed a possible exploit earlier. SinSloth 2007-09-27 09:50:38 +00:00
  • d4bfe1ff41 Fixed two item prices Playtester 2007-09-27 07:50:38 +00:00
  • ac52b62707 * Implemented Token of Siegfried effect care of Zephyrus_CR. L0ne_W0lf 2007-09-26 17:07:21 +00:00
  • cfbeade85a - Pretend this never happened. skotlex 2007-09-26 06:52:50 +00:00
  • 7e4990cccd Fixed a typo in the sql login server causing client hang after entering a wrong password. ultramage 2007-09-26 06:34:42 +00:00
  • 0ab46ab9f5 * Touched up View IDs of the Japanese new Mobile headgears. L0ne_W0lf 2007-09-25 22:44:56 +00:00
  • 3011bdb9d9 * Added Veins Cool Event Corp. Rep. and Inn master. L0ne_W0lf 2007-09-25 22:20:19 +00:00
  • edcacf1b6a Uploading the Guide this time. ;_; L0ne_W0lf 2007-09-25 21:54:53 +00:00
  • 116026047d * Added Veins guide first version. L0ne_W0lf 2007-09-25 21:50:17 +00:00
  • e167e80b22 - Fixed bAddEff2 causing the effect on the enemy rather than on yourself. skotlex 2007-09-25 21:43:03 +00:00
  • ab73822fc1 * Added Veins shops to shops.txt. L0ne_W0lf 2007-09-25 20:21:01 +00:00
  • 617dd9eb05 * Corrected Aegis name for socketed Schweizersabel and Spike. L0ne_W0lf 2007-09-25 19:33:41 +00:00
  • d1c7b68e56 * Fixed a small bug in a Comodo NPC. (close -> close2) L0ne_W0lf 2007-09-25 19:29:46 +00:00
  • 118952a35e * Item database update. - Added 12.1 equipment to the item database with the info available. - Added expanded Socket-enabled items to the item database. - Corrected some items pointed out by $ephiroth. L0ne_W0lf 2007-09-25 19:17:18 +00:00
  • dbfa221083 - Modified a bit the hard/lazy ai triggers to match aegis: - Mobs go into active AI when they are 2 cells from entering a player's view (ACTIVE_AI_RANGE) - Mobs in passive AI no longer use skills. - Mobs in passive AI do not random walk UNLESS they have entered active AI before (random walk frequency is not lost during passive AI). - Added an additional check to prevent support skills from being blocked if the target has an armor element that blocks it. skotlex 2007-09-25 18:32:08 +00:00
  • 61e871da7f Small drop rate update Playtester 2007-09-25 12:44:40 +00:00
  • 62ea9e001e * Fixed the double free's caused by r11290 (wrong option in the database constructors). FlavioJS 2007-09-25 10:24:53 +00:00
  • 76ece51877 - Corrected being able to cast multiple Gravitation Fields before the previous one is cancelled. skotlex 2007-09-25 04:04:50 +00:00
  • 52f3681f3d * Disabled tick cache (to enable it: define TICK_CACHE to the number of calls that should be cached). * Added a charid2sd database for fast charid searches. * Reworked the nick cache to only contain offline characters. FlavioJS 2007-09-25 01:58:31 +00:00
  • c5b8e5d082 Added back log_chat's '1 - log everything' setting (revert from r10850). Don't forget to adjust your config file ... again. ultramage 2007-09-24 22:33:50 +00:00
  • 1a91ca358c - Changed Greed Scroll's type to 11 (all itemskill items should use this) - Ignore %MDef bonuses now only reduce target's base MDEF, not MDEF2. - Updated the 'skills that cause no damage are blocked now if the skill element is blocked by the target' to only apply if the skill has a status change associated (fixes Resurrection/Heal being blocked). - Reverted the opt_flag2 change in status_change_start (clif_changeoption2) since it never served its purpose. - Added a warning to prevent loading mobs with IDs that belong to the clone range. - Changed MAX_MOB_DB to 3000, updated the definitions of the clone range defines so they are updated automatically with the change of MAX_MOB_DB. skotlex 2007-09-24 17:06:58 +00:00
  • a2f5ddae41 * Fixed a bug in the sign quest - needs further fixing, I'll leave that to SinSloth Playtester 2007-09-24 16:16:34 +00:00
  • 2076c3d41e Removed unused mobdb2 entries (late followup to 10988 and 10946) ultramage 2007-09-24 11:25:50 +00:00
  • 909992ed5a * Limited manual detection of data truncation to string/enum/blob columns. * Renamed conf-tmpl to conf. FlavioJS 2007-09-24 09:13:50 +00:00
  • d28555c927 Fixed Lever Action Rifle thanks to Cort Playtester 2007-09-24 09:08:37 +00:00
  • e923865c34 Fixed some "official bugs" Playtester 2007-09-23 20:17:38 +00:00
  • c82d9b8aba * Added flag svn:executable to the configure script. * Added code for MySQL versions (below 5.0) that don't have MYSQL_DATA_TRUNCATED. FlavioJS 2007-09-23 19:55:37 +00:00
  • 1be9bcdd0b Another fix on Doom Slayer Playtester 2007-09-23 19:39:50 +00:00
  • beda52e6b3 * map_addflooritem and struct item_drop_list using id's instead of struct map_session_data's (fixes bugreport:36). * Fixed buildin_escape_sql not properly escaping in sql servers. FlavioJS 2007-09-23 03:14:57 +00:00
  • 7fd5c0f918 2-2 job quest update. Although completable, further testing (and optimizing) required. L0ne_W0lf 2007-09-23 00:36:51 +00:00
  • 37c339c94b Fixed a weird typo in the dye maker npc (from r11145). ultramage 2007-09-22 22:05:04 +00:00
  • cfbeb923af * Added more warps between Juno Satellite and Castle Interiors. - Castle 1, 4 and 5 entrances are questionable, and will be updated as I get more information. L0ne_W0lf 2007-09-22 20:45:53 +00:00
  • 8998f367c1 Fixed a severe bug in inventory saving code (caused by r11192). The fix was to revert the changes; I totally misunderstood how it was supposed to work... ultramage 2007-09-22 12:29:45 +00:00
  • ba12271335 Updated sql files Playtester 2007-09-22 11:50:28 +00:00
  • 7fca8d1162 * Even more item fixes - updated mob_race2_db to official Playtester 2007-09-22 11:45:20 +00:00
  • 961f23767d * Added 'safestrnlen' to prevent null pointer crashes * Fixed global chat logging always crashing on a null pointer * Applied changes to clif_parse_globalmessage() from my WiP code - clearer processing of the individual packet components - proper code ordering, some more integrity checks - fixes to some poorly chosen ShowWarning() format strings - global chat logging no longer logs the entire string (w/ player name) ultramage 2007-09-22 11:02:26 +00:00
  • 7d5d662928 Even more item fixes Playtester 2007-09-22 10:36:53 +00:00
  • 0872562020 Updated more MVP stats to 11.2 Playtester 2007-09-22 09:22:38 +00:00