Commit Graph

  • 41440d886c Created branch folder for eA-RE with a copy of trunk r14414. Renewal changes will be made to this branch until the branch is deemed reasonably stable and has made considerable progress. Paradox924X 2010-10-10 17:03:40 +00:00
  • 2f9e3dbf81 Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. Paradox924X 2010-10-09 01:57:04 +00:00
  • b0ba85081c * Touched up the party booking patch, seems I forgot some lines in clif.c...and managed to duplicate a line in map.c. L0ne_W0lf 2010-10-06 15:36:41 +00:00
  • ba7f770b45 * Added Spira's Party Booking System implementation - Added two additional mercenaries and updated data. - Added place holder values to the item database. - Added packets for the party booking system. - Updated the 13.2 monster skills to official. - Updated stats and drop rates on several monsters. - Fixed Lullaby working on allies/party members. L0ne_W0lf 2010-10-05 17:17:58 +00:00
  • 8f05766ab1 - Added instance, GVG, and BG maps to nopvp.txt (bugreport:4396) and changed /conf/mapflag/nopvp.txt to be loaded first. - Removed a duplicate line in item_misc.txt (bugreport:4453) - Updated script paths to custom BG scripts, follow up to r14374. (bugreport:4443) brianluau 2010-10-02 18:33:10 +00:00
  • c57a1afa9d Fixed when devoter is killed by the redirected damage, devotee takes the whole damage. (follow up to r14406) Inkfish 2010-09-20 13:37:12 +00:00
  • 6e837a5214 * Added bard/dancer songs and duets to the nodispell list. (bugreport:4411) * Applied Ai4rei's patch for the skill WE_CALLPARTNER (bugreport:4437) * Lots of updates to monster stats/drops, all fairly minor. * Updated the price and weight of a handful of etc items. * Removed drops for quest-spawned Satan Morroc. (bugreport:4425) * Changed weight on novice consumable items to 0 (bugreport:4442) * Updated Sage quest skill quest with the file curtosy of 5511. * Fixed the Pink Crystal being named Blue Crystal in Flavius. * Touched up the archer tutorial, and phantasmic arrow quests. * Fixed Turbo Track records for 8 and 16 normal saving as expert. (bugreport:4433) * Corrected the positions for the arug castle 04 exterior flags. (bugreport:4436) L0ne_W0lf 2010-09-18 17:15:37 +00:00
  • 11bdd57998 Added updated stats for Brasilis monsters. L0ne_W0lf 2010-09-16 17:57:43 +00:00
  • 4ebd58b32d * Some more Endless tower bugfixes. - Fixed some copy/paste errors (1@orc -> 1@tower) - No longer resets entrance time when re-entering. L0ne_W0lf 2010-09-13 14:31:36 +00:00
  • 40608976b6 All direct damages such as reflected damage or Tarot Card damage should not be redirected. (follow up to r14400) Inkfish 2010-09-12 12:24:55 +00:00
  • c29c148adc All mobs whose display sprites are those of a job id will now appropriately be identified to the client as players, not mobs. Paradox924X 2010-09-09 03:52:21 +00:00
  • b03c315610 Updated License from GNU GPLv2 to GNU GPLv3. Paradox924X 2010-09-09 02:35:14 +00:00
  • 00418810ed Added MD_TARGETWEAK to list of modes not to give a player when calculating player data. This makes evilclones aggressive towards players. (bugreport:3280) Paradox924X 2010-09-07 23:39:56 +00:00
  • e2ada0e1ea Ensure a pointer is valid within map_readfromcache() before attempting to access its members. Paradox924X 2010-09-07 22:43:18 +00:00
  • a41b86bfdc * Implemented Icescope's fix for devotion, reflect damage is no longer absorbed by the devoter. (bugreport:3189) * As a folow up to r14301, increased MAX_REG_NUM to 256, to prevent possible data loss. * Touched up the endless tower script slightly. - Added ends to several NPCs which would allow you to restart timers. - Added some missing stopnpctimers to npcs. (bugreport:4418) L0ne_W0lf 2010-09-06 19:15:17 +00:00
  • 133d65a2d7 Force a map_quit() call on the session data after a block/ban/changesex/acc deletion to remove leftovers of a player's session caused by when the fd has already been set to eof (player is not connected) but session data is kept (e.g. autotrading). Paradox924X 2010-08-29 03:17:54 +00:00
  • 7fb5455c0a Removed a disablenpc from #102FShadowDust1. (bugreport:4415) L0ne_W0lf 2010-08-28 17:06:14 +00:00
  • 53f1cbbf6c Replaced a map_moveblock() call with a call to unit_movepos() to prevent an exploit. Paradox924X 2010-08-28 16:59:58 +00:00
  • aa9990ec16 * instance_npcname will now error if the NPC being looked up is not found, care of ramsey. * delitem/2 will now send the close button when failing to find all neccecary items to delete. - Still do to, items should not be deleted as-found, and should be deleted once counted and in the event of delitem failure, nothing should be consumed. This is a design flaw in eathena, and should be fixed as soon as possible. * Implemented the Endless Tower instance. * Updated announces and dialogs in KVM. L0ne_W0lf 2010-08-26 22:47:28 +00:00
  • 239a74fc2c - Fixed duration of Box_Of_Sunlight. (bugreport:4408) - Fixed some small typos in KVM scripts. (bugreport:4403) - Fixed @refresh leaving you stuck if you had a chat window open. - Changed @refresh to also send your facing direction. brianluau 2010-08-26 14:27:19 +00:00
  • a5170e7694 Follow up to r14392, forgot to remove the old snprintf. L0ne_W0lf 2010-08-22 03:02:51 +00:00
  • 56def26c05 Mob chat now strips "#unique" names off monsters, curtosy of Daegaladh. Touched up the Airship scripts. Fixed up some content based on official files. L0ne_W0lf 2010-08-22 02:31:17 +00:00
  • 7869596502 Fixed silly copy paste errors in Tierra Gorge entrance npcs. (bugreport:4401) L0ne_W0lf 2010-08-21 16:01:12 +00:00
  • 0b1cd84732 * Commented out code from r14388, as this breaks NPCs that rely on running global events in duplicates. (IE: WoE scripts) L0ne_W0lf 2010-08-20 20:54:10 +00:00
  • e93febd7f3 Removed processing for undocumented and unused event 'OnCharIfInit' which is essentially an alias for event 'OnInterIfInit'. Paradox924X 2010-08-20 18:56:23 +00:00
  • c076c81731 Made it so global events don't get executed in duplicates to prevent unnecessary reprocessing of events that only need to be run once. This potentially reduces the total number of global events by hundreds, even thousands. Paradox924X 2010-08-20 18:52:41 +00:00
  • 1ffca62da2 - Added a few missing updates to the last packet update to properly support player clones and disguising. Skotlex 2010-08-20 18:14:40 +00:00
  • 3a10ff3524 Fixed a typo in clif_storagelist Inkfish 2010-08-20 16:15:01 +00:00
  • 271c2201f2 * Fixed wrong events being called for flavius02 BG waiting rooms. (bugreport:4395) * Fixed the setwalls in Tierra gorge, again. Removed extra mapflags. * Moved overlapping guild flags outside arug_cas05 to proper points. * Fixed kRO Name for Women's Bundle. (bugreport:4398) L0ne_W0lf 2010-08-20 15:53:35 +00:00
  • c7531e095a * Follow up to r14383, changed use of clif_font_area to clif_font, seems Skotlex forgot them. L0ne_W0lf 2010-08-19 17:24:27 +00:00
  • e19451d423 - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used for proper deletion of items as well as movement/spawn packets for Renewal clients. Skotlex 2010-08-19 15:46:55 +00:00
  • 6b106aeb56 - Fixed some small typos. brianluau 2010-08-18 23:32:03 +00:00
  • 6d8d0d3b43 * Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well! Dun dun dun! - The bonuses are addititive to existing bAdd/SubEles, as that's how it appears to work. - Updated Asprika to use new bonus3 bSubEle. L0ne_W0lf 2010-08-18 19:24:27 +00:00
  • e18b3a2254 Fixed level 4 weapon quest deleting wrong items. (bugreport:4390) L0ne_W0lf 2010-08-18 14:17:02 +00:00
  • 6f58038c69 Fixed an exploit where unauthorized GMs can give zeny through auction. Inkfish 2010-08-17 02:09:47 +00:00
  • f912cd0151 * Attempting to tackle, and fix some simple errors in skills. - Stormgust hit counter no longer resets under new casts of stormgust. - RG_STEALCOIN will now cause the monster to aggro player on success. (bugreport:3547) - SL_WIZARD will now consume one crystal fragement per reflected hit. (bugreport:3603) - WZ_FROSTNOVA will now ignore targets in area that are already frozen. (bugreport:3980) - SL_KAAHI will no longer uses SP if player has full health already. (bugreport:3918) - CG_TAROTCARD "The Lovers" will heal source player instead of target. (bugreport:4171) L0ne_W0lf 2010-08-17 00:48:37 +00:00
  • 1a2fd04b19 - Merged Shinryo's patch to speed up map-cache loading. Skotlex 2010-08-16 19:16:14 +00:00
  • f9f50d8c09 * Fixed Flavius only needing 1 person on either side to start. * Updated the level 4 weapon quest to aegis conversion. * Corrected a variable typo in the dts_warper script. * Fixed a script hang in Hugel Temple Excavation quest. * Fixed Cat Hand Agent checks, and mysterious rock#31. * Corrected the two hour time limit for Sealed Shrine. * Corrected a few other minor issues in Sealed Shrine. L0ne_W0lf 2010-08-16 17:09:33 +00:00
  • 1c1353e59e * Fixed error in bg_common, and duplicate warp names. L0ne_W0lf 2010-08-14 16:11:50 +00:00
  • dc0977ed37 * Quest log kill count now updated properly. (Added from topic 253813) * More battleground editing, and some bug fixes. - * ALL BATTLEGROUNDS ARE NOW ACTIVE BY DEFAULT. PLEASE CONTINUE TESTING * - Rewrote the Badge Exchange NPC in bg_common.txt, is official now. - Other changes to the bg_common folder, including disabled GM NPC. - Completely rewrote Flavius for the most part, from ground up. - Moved old Flavius battlegrounds to /custom/battleground folder. - Restored original bg_common, and KVM to /custom/battleground - Fixed wall bugs in Tierra Gorge, and added an oninit to the timers. - Other minor tweaks to both Tierra Gorge and KVM scripts. - Fixed the pseudo-cooldown on KVM not working properly, I hope. - Added global time2str function which will be used later in Endless tower. * Applied Epoque's mapflag clean up, which removes flags from scripts. L0ne_W0lf 2010-08-14 16:06:23 +00:00
  • a9a0d68dca * Documented Battleground commands with as much information as I've got. * Another rather large overhaul of the battlegrounds. - in bg_common.txt, stripped out several more NPCs, split them off. - Most of the NPCs in bg_common.txt are now official Aegis versions. - Completely rewrote Tierra Gorge for the most part, from ground up. - Moved old Tierra Valley battlegrounds to /custom/battleground. - Added Tierra scripts, Flavius, and bg_common to scripts_athena. - Tierra, KvM, and bg_common scripts are now enabled by default. - To use custom Flavius, you must enable /flavius/flavius_enter.txt - * TIERRA GORGE AND KVM BOTH REQUIRE TESTING * L0ne_W0lf 2010-08-11 18:17:26 +00:00
  • 4a01d8b2c5 Updated several buffers to use an appropriate size of CHAT_SIZE_MAX rather than 200 or 256. This will help prevent buffer overflows with long atcommands. Paradox924X 2010-08-10 11:28:31 +00:00
  • 081b3107e8 Made the rates command much more verbose. Paradox924X 2010-08-10 11:25:10 +00:00
  • f8270ee5f1 Ensure exp rate changes from a reloadbattleconf cause a call to mob_reload(). Paradox924X 2010-08-10 07:02:29 +00:00
  • 9bb87169be * A rather large overhaul of the battlegrounds. - in bg_common.txt, stripped out KvM npcs, fixed coordinates. - Needs to be tested, none of the BG files are on by default. - Created subfolder battleground/KvM/ which now holds KVM files. - Added kvm_enter.txt, which warps players to the waiting rooms. - Added kvm_item_pay.txt, which holds the point redemption NPC. - Made the KvM battlegrounds work closer to official, needs work. * Corrected variable typos in the acolyte arena. (bugreport:4374) * Corrected donpcevent typo in the party arena. (bugreport:4374) * Added two global functions which will return equip data as strings. - F_GetWeaponType: returns the type of weapon by 'look', (ie "Dagger") - F_GetArmorType: returns the kind of armor via 'equip loc'. (ie "Armor") * Fixed duplicate documentation for getitemslot. (bugreport:4362) L0ne_W0lf 2010-08-03 18:27:00 +00:00
  • 9c244595de - Merged a few minor bugfixes - Merged in a bunch of the eA renewal support patch. Skotlex 2010-08-03 14:36:00 +00:00
  • d5dbf77b28 * Implemented three new mercenary skills. * Added two new monster mercenaries. - Added information for the three new mercenary skills. - Added mercenary skills with cast times to castnodex. L0ne_W0lf 2010-07-31 01:50:57 +00:00
  • 900680b81e Added the acolyte-specific arena to the Izlude arena. L0ne_W0lf 2010-07-30 01:07:21 +00:00
  • 651dc32ac0 * Rev. 14365 Updated npc_randomattack, it now does 100*skillevel percent damage. * Added patch from Paradox to allow a skill to use a random element for damage. See skill DB for info. * Updated entry for npc_randomattack in the skill database, now uses the newly added -3 element. L0ne_W0lf 2010-07-28 01:12:28 +00:00
  • 906c37ad64 * Added two new item groups, and implemented the remaining in the item database. L0ne_W0lf 2010-07-16 22:49:27 +00:00
  • 9ee1f22a25 Fixed a typo in item db. Inkfish 2010-07-11 01:58:29 +00:00
  • ce00ef6973 * Official Lighthalzen Gangster Alert script. * Fixed typo in Amatsu Dungeon Entrance Quest. * Removed duplicate nomemo mapflag entries. - added changelog entries for my previous commit Gepard 2010-07-07 22:04:39 +00:00
  • b2debb5c6a Fixed some typos in item db. Inkfish 2010-07-05 09:29:49 +00:00
  • 8ae23f01e2 Fixed KvM announcements showing during WoE:SE (bugreport:4335). Added missing Lighthalzen NPC (bugreport:4319). Fixed checkweights in Manuk & Splendide shops. Fixed some condition checks in Moscovia quests. Fixed some typos in Sealed Shrine and Manuk quests dialogues. Added missing global var check in Yggdrasil Dungeon Floor 2 puzzle. Gepard 2010-07-03 11:29:29 +00:00
  • 854db9c878 Corrected some MVP spawn variances (Guild Dungeon & Veins Fields). Follow-up to r13673. Gepard 2010-06-30 20:55:06 +00:00
  • 6085d04bc5 * Follow up to r14357. Moved where sd is checked for existance in specialeffect2. * Fixed Bubble Gum again. (200 = +100%, 300 = +200%, etc.) L0ne_W0lf 2010-06-29 02:12:26 +00:00
  • 829ff8eca9 * Updated specialeffect2 to accept player names. (follow up to r14353) * Bascilica now allows boss-flagged monsters to knock you back as per official. L0ne_W0lf 2010-06-28 16:54:21 +00:00
  • 94ebad5ce0 * Follow up to r13895, added a battle.conf setting to control if ranges should be checked with autocasts. 'autospell_check_range', by default is set to no, as this is official behavior. This does not affect autospellwhenhit. * Sonic Blow autocast now stops players attacking when it triggers. It's possible there is more depth to this on official servers, and should 'stop' attacking on regular casts as well. It appears so far that this is the only skill that behaves this way. * Modified the default value for homunculus_auto_vapor in source to 1. * pvp_points are no longer calculated in the gvg_dungeon flagged maps. * Corrected a view ID and an equip location in the item database. (bugreport:4330) * Corrected a typo in the DTS_Warper script. L0ne_W0lf 2010-06-28 01:10:58 +00:00
  • 926d6f8a06 - Fixed an unconverted variable in an airship npc. (bugreport:4329) brianluau 2010-06-24 17:32:40 +00:00
  • e7e55d4e06 * Added support for NPC names in the 'specialeffect' script command, go go copy/paste! * Updated several NPCs to use the updated specialeffect command, updated more NPCs to use the updated emotion command. L0ne_W0lf 2010-06-22 22:09:11 +00:00
  • fba25b34bd * Fixed setcell in arug_cas04 and 5 extending past what it should. (bugreport:4323) * Minor item database bug fixes! - Corrected some lower headgears being able to be refined. (bugreport:4328) - Fixed wrong view ids for crown of deceit and musical note headband. (bugreport:4328) L0ne_W0lf 2010-06-21 15:35:42 +00:00
  • f77b5c0727 * Removed usage of the 'goto' command from job quests. L0ne_W0lf 2010-06-21 15:25:44 +00:00
  • 8b8556c220 Corrected Einbech Mine warps. Gepard 2010-06-20 21:13:59 +00:00
  • 100bb34a4f Fixed codepage indicators being included in NPCs' whispervars. (bugreport:4325) Gepard 2010-06-20 20:11:13 +00:00
  • 84bbedc5e2 - Updated SQL item/mob databases to latest. (thanks Peter) brianluau 2010-06-19 23:12:25 +00:00
  • 84cf9ff2c9 Applied patch from Dani to change NPC emotion events to use the updated emotion command. (bugreport:4318) L0ne_W0lf 2010-06-18 16:19:48 +00:00
  • 7dcad16f3c - Fixed some emotions triggering on the wrong npc. (bugreport:4303) brianluau 2010-06-18 05:05:33 +00:00
  • 68f73aad02 Added support for NPC/PC names in 'emotion' script command. (topic:249193) Gepard 2010-06-18 01:32:01 +00:00
  • 1a62609555 - Fixed some item script typos from r14332. (bugreport:4312) - Removed an extra tab from r14342. (bugreport:4314) - Clarified documentation about 'getinventorylist' (bugreport:4279) and fixed a small typo. (bugreport:4300) - Fixed occurances of PcName in quests_13_1, quests_ein, and The_Sign_Quest. (bugreport:4302). brianluau 2010-06-15 16:34:44 +00:00
  • 4d87e0aefe * Blocked being able to use the skill CR_DEVOTION on players under the status SC_HELLPOWER. - Additionally, users afflicted by the status can also no longer use Token of Siegfried to self-res. * Added Manuk, Splendide and SC_HELLPOWER statuses to the status effects that can't be dispelled. * Changed SC_SPEEDUP0 to use the correct status icon SI_MOVHASTE_HORSE. * Changed SI_SPEEDUP1 to use the correct status icon SI_SPEEDPOTION1. * Added updated 13.2 drops to existing monsters. (Most rates are unknown, and set to 0.1%) * And time to squish database bug reports! - Fixed guild event quest log entry time limit. (Bugreport:4204) - Fixed Musika healing while attacking and not when attacked. (Bugreport:4211) - Corrected the Int and HP/SP reduction on the Dead Tree Cane. (Bugreport:4217) - Fixed the non-set bonus for Glorious Ring's heal increase. (Bugreport:4223) - Fixed Death Guidance not casting NPC_HELLPOWER on the user. (Bugreport:4250) - Changed the usable job for Bone Plate from all to thief class. (Bugreport:4286) - Changed the bonus on alternate large bapho horns to subrace. (Bugreport:4291) - Added slots to blu and pink night caps, and a couple others. (Bugreport:4301) - Removed an extra comma from the Mini_Propeller_M headgear. (Bugreport:4307) L0ne_W0lf 2010-06-14 19:37:59 +00:00
  • da59a9f4a0 'clif_hpmeter' shouldn't send the packet to the player himself. Inkfish 2010-06-14 02:53:07 +00:00
  • ca752c96b1 * Reduced Robo_Eye bonus from 3 -> 2 (bugreport:4288) * Disabled the Peco Peco repeatable quest, see comment in conf as to why. L0ne_W0lf 2010-06-12 03:41:56 +00:00
  • db53228f1d * Implemented repeatable EXP quests (with kill count and item gathering options) removed iRO_Exp.txt. * Fixed missing slot on Power_of_Thor. (bugreport:4168) * Fixed size for HELL_APOCALIPS and ZUKADAM. (bugreport:4293) * Fixed mob modes on ANCIENT_TREE and RYNCHO. (bugreport:4294) * Fixed HP and INT bonuses on the Kronos staff. (bugreport:4297) * Fixed equip location and more on the Ruber sword. (bugreport:4298) * Fixed typo in the Icecream_Hat giving the wrong skill. (bugreport:4299) L0ne_W0lf 2010-06-12 03:13:11 +00:00
  • 2f7d7dcf96 * Adjusted the cooldowns on the "Rough Mineral" and "Helping Grenouille" quests. * Removed a 'close' in a 13.1 quest which should have been 'close2'. (bugreport:4276) * Added three 13.2 quests: Monster Suppression, Bradium Collection, and Laphine Craftsman. L0ne_W0lf 2010-06-10 19:37:55 +00:00
  • d094afa867 * Touched up the WoESE Guild Dungeon monster stats and added drops. * Enabled the WoESE Guild Dungeon warper and spawns. L0ne_W0lf 2010-06-10 17:56:47 +00:00
  • 42f675d341 * Updated SC_ITEMBOOST to work similar to how it used to in r11351. - Will not boost drop rates past 90%, but ignores those already greater than. - Now uses val2 in the sc_start as the drop rate modifier, see item_db for example. * Corrected number of slots on several newer items. * Added HE Bubble Gum and adjusted existing gum bonuses. * Removed monster chat for porings npc_emotion skill use. * Updated several modes for monsters episode 13.1+ L0ne_W0lf 2010-06-10 15:49:18 +00:00
  • fccc67c6be * Added support for packet 0x7fe which changes the bgm temporarily for a single player. * Added 2 script commands, playBGM and playBGMall, documented use in doc/script_commands.txt Yommy 2010-06-09 19:57:53 +00:00
  • 40d19368ed * Added a lot of headgear this time folks. - Several are still missing their bonuses and stats. - Only the ones that crashed me are commented out. L0ne_W0lf 2010-06-09 04:18:49 +00:00
  • a16fb01027 * Item database update! (Again!) - Changed a lot of bonuses on headgears and fixed rates of procs. - Added some status effects to some newer consumable items. - Added new a mob group '6', 'Ninja class' monsters into mob_race_db2. - Changed long running typo 'BA_FROSTJOKE' in skill_db to 'BA_FROSTJOKER'. L0ne_W0lf 2010-06-07 17:04:14 +00:00
  • 631a1b45b5 * Corrected Brasilis Fruit Merchant. (bugreport:4278) * Implemented some new items, most 13.2 equipment. L0ne_W0lf 2010-06-05 17:27:44 +00:00
  • 1d703d19ff * Actually applied the right update to the comodo weapon shop. L0ne_W0lf 2010-06-02 01:55:40 +00:00
  • 52ebde00b8 * Corrected warnings (and errors on some compilers) from r14327. * Actually added Manul/Splendide shop files from r14327. L0ne_W0lf 2010-06-02 01:47:39 +00:00
  • 1552a1841c - Fixed item script of Chicken_Hat (5431). (bugreport:4174) - Fixed a typo in script_commands.txt (bugreport:4270) - Fixed some links in the README html files. - Fixed the range of 'max_guild_alliance' in battle.c (0 to 3). - Set svn:eol-style=native for some recently added text files. brianluau 2010-06-02 01:00:52 +00:00
  • 387bcdf5ae * Implemented the Manuk and Splendide item status effects, thanks to Epoque. * Implemented Manuk and Splendide consumable items. * Added Splendide and Manuk merchants. L0ne_W0lf 2010-06-01 23:01:54 +00:00
  • ab33f36fcf * Fixed Dark Shadow having Nydhoggr's Shadow's MVP exp reward. (Bugreport:4247) * Corrected the races for Dark Pinguicula and Ancient Tree. (bugreport:4265) L0ne_W0lf 2010-06-01 18:00:23 +00:00
  • 5db61a0b0a Rewrote the autotrade mapflag check and display from r14322. Paradox924X 2010-06-01 03:24:04 +00:00
  • 6a72859405 Fixed a few typos from r14322. Paradox924X 2010-06-01 03:20:25 +00:00
  • 00a2a3283e Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport', 'pvp_nocalcrank' and 'battleground' mapflags in scripts (bugreport:4226). Paradox924X 2010-06-01 03:08:13 +00:00
  • 486e534d5d Several updates to the name field in the item_db to follow iRO display names, minus some typos. L0ne_W0lf 2010-06-01 02:39:54 +00:00
  • 8013652696 Added a series of new items (commented out) and several missing hats. And there's still more to add. L0ne_W0lf 2010-06-01 02:33:09 +00:00
  • e2bd29e7c2 Replaced all occurrences of 'leaved' with 'withdraw'. Paradox924X 2010-06-01 00:52:39 +00:00
  • 024b015009 Rewrote and optimized clif_hpmeter to employ map_foreachinarea() rather than an iteration over every session (bugreport:3956). Paradox924X 2010-06-01 00:10:31 +00:00
  • b2f667910d Rewrote and reorganized checks in @autotrade to check and display most useful information first (bugreport:4253). Paradox924X 2010-05-31 23:54:48 +00:00
  • 9baa897c62 Added a missing newline causing issues. Paradox924X 2010-05-31 01:42:46 +00:00
  • a61a077dd6 * Shop update, and added Wanderer pet food maker NPC. - Added Trading merchants, (ninja& gunslinger) to Izlude and Alberta. - Made Brasilis shop names unique, and uncommented. - Changed the whip sold in comodo weapon shop. (1956 ->1960) - Added Fire and Silver arrow to Einbroch tool dealer. - Re-added Bill of Birds to Morroc Item Collectors. L0ne_W0lf 2010-05-30 18:14:44 +00:00
  • 28ef13ac35 Damaged reflected from skills will now be shown as multiple hits if the skill used was multi-hit. Paradox924X 2010-05-30 10:29:34 +00:00
  • 7af6738f52 Added a pc_isdead check to warpparty. Only warp and mapwarp (moveto, warpallpcinthemap, and warpwaitingpc aegis script equivilents) should revive players when placing them on new maps. Updated F_CashPartyCall to use warpparty. Renamed original function to F_CashPartyCall2 and commented out. Fixed an error in the monster race npcs calling a nonexistant OnEnable. Renamed 'Tabb' in the 13.1 Draco egg daily quest to 'Taab'. L0ne_W0lf 2010-05-29 17:37:57 +00:00
  • 1c8ebd0397 Follow-up to r14311. Updated script doc for warpparty to describe from_mapname behavior. Paradox924X 2010-05-29 07:57:59 +00:00
  • 336865596c Rewrote/optimized script command warpparty. Added support for an optional extra parameter "from_mapname" to restrict effect of warpparty to only those on a specific map. Paradox924X 2010-05-29 07:53:42 +00:00
  • 6d3fc13aea Fixed it so you can't add opositions during woe se. L0ne_W0lf 2010-05-28 21:57:55 +00:00