Commit graph

216 commits

Author SHA1 Message Date
eos
a0e13d5007 - Future ML craftables added to the special repair list until the craft system is updated.
- Items can now be repaired while wearing them.
- Items can now be fortified while wearing them.
- Fixed repair deed messages not sending.
- Sound effect added to powder of fortifying.
- Map issue for fishing and SOSs fixed, where it would not allow fishing in empty resource banks when not on the target SOS map.
- Added proximity spawner.
- Improved spawner mouseover menu, now also shows types set on the spawner which are not yet spawned.
- Fixed spawners only deleting half of their spawned objects when deleted.
- Added the ability to set TextDefinition objects in the props gump.
- WaitTeleporters now round delays to nearest in the remaining time messages.
- Updated TextDefinition to be more usable; made it parsable from string and added safe serialization/deserialization methods.
- Improved checking whether a mobile can flee.
- Monsters that give ML minor artifacts will no longer flee when low on hits (like paragons).
- Monsters that give ML minor artifacts will no longer spawn as paragon.
- Fixed issue with pets not eating certain foods.
- AI and targeting fixes for Red Death, Pyre and Swoop.
- Fame and karma added to Rend.
- Swoop corrected to have 0 karma.
- Stat and skill tweaks for Putrefier.
- Changelings will no longer show their fame title when morphed.
- Added travel restrictions for ML dungeons.
- Fixed issue of travel restriction message displaying twice.
- Monster teleporting is no longer affected by region travel restrictions.
2012-03-07 18:59:52 +00:00
eos
287bacac0e - Spawners now show all (instead of only 2) spawned objects, grouped by type, sorted alphabetically in their mouseover menu. (Displayed amounts fixed too.)
- Talisman slayers fixed to account for inheritance.
- Added repond slayer vulnerability to Troglodyte.
- Added overload for AOS.Damage with chaos damage support.
- Corrected order of ML artifact award messages.
- MageAI corrected to not meditate when already meditating.
- Changed MageAI necro/mage bias to something more sensible.
- Changed speed of most named ML mobs.
- Skeletal steeds are now bleed immune.
- Damage cap of 200 (before resists) added to fire breath attacks.
- Damaging aura effect added to BaseCreature.
- Necromancy skill added to several undead mobs.
- The succubus special drain effect message no longer shows.
- Corrected Sir Patrick's drain effect to account for LOS.
- Added healing skill to Troglodytes.
- Added named ML mobs for the Labyrinth, Painted Caves, Palace of Paroxysmus, Sanctuary and Twisted Weald.
- Added changelings.
- Disabled auto unequiping of weapons when meditating for nonplayers.
- Added cast animations for players in wraith form, lich form and horrific beast.
- Fixed Holy Light to account for LOS.
- Fixed Animate Dead to account for inheritance.
- Fixed Wither friendly fire issue when cast by monsters.
2012-03-04 05:01:41 +00:00
eos
43e5982fbb - Terrible Hatchlings quest fixed to only reward SE weapons and armor.
- Slayer and opposition systems now account for inheritance.
- Added Satyrs to the fey opposition group.
- Added fey slayer vulnerability to cu sidhes.
- Added reptilian and dragon slayer vulnerabilities to reptalons.
- Various mage AI additions for necromancers. (Spirit speak for healing, pain spike and strangle for damage, automatic mage/necro bias by skill value.)
- Fixed a targeting issue not accounting for FightMode.Evil versus low karma targeting.
- Added melee damage bonus for Talisman killer properties.
- Added general ML loot for ML areas.
- Added ML minor artifact drops for named ML mobs.
- Added named ML mobs for Bedlam.
2012-02-26 05:11:25 +00:00
eos
a0bc5e2349 - Added SubtextSign. 2012-02-19 03:29:51 +00:00
eos
72c4dc6018 - PreventInaccess class, moves staff characters to jail or green acres in Felucca or Trammel randomly if they disconnect during the login process.
- Added a [TileAvg command, which tiles items/mobiles on the average Z of the map instead of a fixed Z.
- For all the tile commands ([Tile, [TileRXYZ, [TileXYZ, [TileZ, [TileAvg), added outline commands to only put items/mobiles on the outside of the area ([Outline, [OutlineRXYZ, [OutlineXYZ, [OutlineZ, [OutlineAvg).
- Removed the [OpenBrowser confirmation messages when using the command on multiple mobiles at the same time.
- Added a label showing the type of the object currently being viewed to the top of the properties gump.
- Added SA skills (Mysticism, Throwing and Imbuing) to the [Skills gump.
- Fixed DeathRobe decay when automatically dropped by self looting your corpse.
- Removed the (summoned) property on mouseover from clones summoned through Mirror Image.
- The Z of the Magincia destination of the public moongates is now calculated when the server starts, so both old and new maps will have the correct Z (34 and 31 respectively).
- KeywordTeleporters no longer teleport if you're not within the trigger range when the delay ends.
- Added WaitTeleporter, which is a KeywordTeleporter supporting adding messages when a character starts the process and showing the remaining time. When a character logs and times out, any running teleport timer is stopped.
- Fixed BaseWaterContainer single click behavior.
- Fixed MageAI reveal behavior.
- House placement will now return the correct message when targeting inside a TempNoHousingRegion.
- Tracking will no longer be able to track characters with higher access after they hide.
- Added CorpseNameOverride to BaseCreature to override the name used for the generated corpse.
- Pet ghosts will no longer be deleted when (auto)stabled.
2012-02-12 01:59:30 +00:00
eos
c179bac4a2 More Aquarium fixes
http://jira.runuo.com/browse/RUNUO-126

Various overhead messages wrongly set as public
http://jira.runuo.com/browse/RUNUO-127

Enabling of Spellweaving's Immolating Weapon
http://jira.runuo.com/browse/RUNUO-128
2012-01-22 05:32:04 +00:00
eos
45bd3dba38 Some more trailing whitespace removal and minor ML code cleanup. 2012-01-07 04:39:54 +00:00
asayre
a252ad852a Helper methods for BaseBook 2012-01-07 01:37:17 +00:00
athena
1d3be5752b Removal of extra tabs and whitespace 2012-01-07 01:22:35 +00:00
athena
558126770e Adding some ML content 2012-01-06 23:20:25 +00:00
asayre
2401b86b24 Unused properties removed to handle warnings (Warn lvl 4, Treat Errors as warnings please & thankyou)
BaseCreature & PlayerMobile set to partial classes for easier extensibility.

Prevent Item from stacking with itself

Updated Bounds.bin with latest values.  ItemBounds will now correctly size itself to the TileData.

Compiler directives for .NET 4.0 no longer needed - .NET 4.0 is now supported by default to take advantage of the new Socket Events and Parallelization improvements.
2012-01-02 10:24:08 +00:00
eos
4cba2c8d56 Plant gump issues
http://jira.runuo.com/browse/RUNUO-12

House decay stages should pass at random intervals
http://jira.runuo.com/browse/RUNUO-113

Nature's Fury cast issues
http://jira.runuo.com/browse/RUNUO-114

Animal Form inaccuracies and issue with Talisman of the Fey
http://jira.runuo.com/browse/RUNUO-115

BaseWaterContainer fill messages and behavior
http://jira.runuo.com/browse/RUNUO-116

AdminGump filter for accounts owning houses
http://jira.runuo.com/browse/RUNUO-118

Seeds should be stackable
http://jira.runuo.com/browse/RUNUO-119

Typo in case of a jailbreak
http://jira.runuo.com/browse/RUNUO-120

Prevent creation of invalid account names
http://jira.runuo.com/browse/RUNUO-121
2012-01-01 03:34:02 +00:00
athena
6a98ff0965 Customizable expire action for HouseRaffleStone - http://jira.runuo.com/browse/RUNUO-112 2011-12-25 03:13:24 +00:00
eos
2a21388f39 Uncontrolled BaseCreatures don't path around mobiles
http://jira.runuo.com/browse/RUNUO-106

Animal Taming range and system message fixes
http://jira.runuo.com/browse/RUNUO-107

Uncontrolled BaseCreatures don't walk over hidden staff
http://jira.runuo.com/browse/RUNUO-108

Typo in AdminGump
http://jira.runuo.com/browse/RUNUO-109

Guildstone deeds lose the guild name during server restarts
http://jira.runuo.com/browse/RUNUO-110

In-game accessible LastMoveTime property on PlayerMobiles
http://jira.runuo.com/browse/RUNUO-111
2011-12-18 02:03:40 +00:00
athena
91537da9b2 Christmas items 2011-12-17 00:08:49 +00:00
eos
05ba96ec99 Minor addition to the Aquarium fixes 2011-12-01 19:45:33 +00:00
eos
4708ec4301 Various Aquarium fixes - http://jira.runuo.com/browse/RUNUO-102 2011-12-01 05:42:10 +00:00
athena
44a4693fda Various House Raffle fixes - http://jira.runuo.com/browse/RUNUO-94
Pet friends should have access to pack animals' backpacks - http://jira.runuo.com/browse/RUNUO-95
Animal Lore wrong GM skill perk - http://jira.runuo.com/browse/RUNUO-92
2011-11-20 04:46:44 +00:00
xavier
216824a9b4 numerous fixes for Aquariums
world item, non-osi tool "webstone" added
Aquarium how-to book added
2011-10-29 07:49:02 +00:00
xavier
7d8bbffd5f re-applied weight correction for fish. 2011-10-23 15:59:39 +00:00
xavier
22ed0d8bb4 2011-10-23 04:05:27 +00:00
xavier
cbd45b53b8 added:ML aquariums, ML potions,runebook and spellbook makers mark, two new runic tools, NPC vendor updates 2011-10-23 03:38:07 +00:00
xavier
028b5ad696 weight correcton for trophy fish 2011-10-23 02:02:35 +00:00
xavier
a7c38951ce crafting skill chances corrected for HollowPrism
notoriety fix for confusion pots
notoriety fix for basecreature
typo corrected for "bone mage"
buying value for scrolls restored to previous in holymage
2011-10-22 23:55:28 +00:00
xavier
b536a6b593 other parts of the same fix as last 2011-10-09 03:51:58 +00:00
xavier
4ff574358a eos fix for pet issue. client ver bug fix. cliloc updates. 2011-10-02 02:51:09 +00:00
xavier
359349ed01 correction in moongates regarding unhiding. ItemID wands should not be dropping on AoS+ shards. 2011-09-20 01:08:30 +00:00
xavier
e4a82bf11f these test changes should NOT have been committed. removed. 2011-09-18 03:44:20 +00:00
xavier
af17f4bcbd Eos.
arcane circle correction
insured/blessed items auto-equip when looting self
creepy portrait corrected.
issue blocking talisman summoning fixed.
horde minions drop loot at server up.
2011-09-18 01:30:17 +00:00
xavier
da56ceccbb corrected grizzled mare, added chaos breath attack to basecreature, implemented @ hellsteed 2011-09-18 00:59:51 +00:00
xavier
b3aa1796fe ethy reptalon and hiryu, additions to the raffle system 2011-09-11 03:43:27 +00:00
xavier
9ff6bfbc79 Cool shades, cheap sunglasses 2011-09-11 01:10:58 +00:00
xavier
9acbdb6e36 2011-09-06 00:41:02 +00:00
xavier
e39dd3ffbe 2011-09-06 00:40:52 +00:00
xavier
f35bd472b0 2011-09-05 02:02:59 +00:00
xavier
7abd301b2f orc helms, multiple fixes. 2011-09-05 01:51:52 +00:00
xavier
e332541b61 2011-09-05 01:47:49 +00:00
xavier
65e15b5e25 2011-09-04 02:33:01 +00:00
xavier
0b6d25874d 2011-08-28 03:49:41 +00:00
xavier
bdf14590c5 should not be committed yet, 2011-08-28 01:42:59 +00:00
xavier
ac17c34b29 2011-08-28 01:39:59 +00:00
xavier
73a43ed06a 2011-08-23 15:41:49 +00:00
xavier
b06dc2c0d0 more fixes... 2011-08-23 05:10:10 +00:00
xavier
41f1507483 fixes, 2011-08-23 03:27:43 +00:00
mark
ec4f36d036 2011-08-21 04:18:08 +00:00
xavier
7ae5b6e4d3 deathstrike fix 2011-08-21 02:26:38 +00:00
xavier
215e8930aa 2011-08-21 02:18:49 +00:00
xavier
60ca00eab0 2011-08-21 02:15:26 +00:00
xavier
50d2e4ddf6 2011-08-21 01:26:36 +00:00
xavier
a097b5919b fixed. 2011-08-20 22:50:13 +00:00