Commit graph

46 commits

Author SHA1 Message Date
TrueUO
262c273723
Cleanup (#4846)
- No code changes in this branch. This is simply clean up.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-09-15 08:15:23 -07:00
TrueUO
05f0d7cbfe
Bug Fixes (#4796)
- Bone Crusher should now work properly.
- Scrappers should now have a chance to add 3 properties at 120 magery
- Players can now heal Vollem's from the crystal (CuB bought) with bandages
- Fixed snow tree/trunk id's and z offset
- Dagger from Fabrizio quest should now deleted when quest is Complete
- Fixed exploit with auto-stabling pets. Basically, added a stable count check for auto stable
- Luck can now be inc/dec by 1 for imbuing (10 for loot)
- Cleanup of various unneeded variables or preaos checks.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-06-22 08:57:10 -07:00
TrueUO
af14d351da
Changes/Fixes (#4773)
Replaced standard create world teleporter items with regions.
Fixed an exploit with the Huntmaster.
MessageInABottle uses the new ItemID.
Various boat clean up and command fixes.
Fixed a crash that could result when t-hunting and a guardian is blocked from spawning.

Co-authored-by: TrueUO <knight.daniel.r@gmail.com>
2020-05-04 07:51:02 -07:00
TrueUO
f608d123a4
Bug Fixes (#4762)
-Fixed issue where client helpers could bypass the container gump and add items directly to the seed box
-SearedFireAntGoo is no longer stackable
-Blue NPC's (mainly vendors, not initial innocent) can no longer be attacked on trammel maps
-Aggressors/Aggressed from pet masters now works properly. This was suspected to crated large numbers to redundant aggressor/aggressed added to a mobiles aggressor/aggressed lists
-Aggressive action for healing a mobile while fighting another mobile has been re-enabled
-AuraDamage is now a harmful act, ie those affected will aggro on your pet!
-MLDryads should no longer attack other wild creatures during Blackthorn Invasion Instance
-More code cleanup
2020-04-21 17:25:24 -07:00
TrueUO
65ea32264b
Imbue fix. (#4761)
Various Cleanup
2020-04-20 10:09:58 -07:00
TrueUO
5ba7d4dc76 Scripts folder cleanup. 2020-04-16 18:42:38 -04:00
TrueUO
528c0e0459 Made private fields readonly, where possible.
If a class has a field that's not marked readonly but is only set in the constructor, it could cause confusion about the field's intended use. To avoid confusion, such fields should be marked readonly to make their intended use explicit, and to prevent future maintainers from inadvertently changing their use.
2020-04-15 10:13:04 -04:00
TrueUO
7db8084550
Core cleanup (#4720)
* using cleanup on Commands and ContextMenu folders.

* Cleanup of spaces (( and using in the core.
2020-04-13 20:43:52 -07:00
Dexter
ac8b30bde9
Remove Factions (#4612) 2020-03-24 19:05:36 -04:00
Dexter
86b89b7729 Era Checks Initial Commit
- Added Era Specific world start locations
- Added Era UOR - SA for toggle champion title menu
2018-08-17 22:04:40 -07:00
Dexter
607077c6e8 Bug Fixes
- DeleteWorld command for spawners now only deletes spawners that were generated from the Spawn Folder.
- Fixed issue where 3 spawners wouldn't be created on initial world creation due to conflicting Unique ID's
- Noble Sacrafice no longer attempts to affect creatures, criminals or murderers.
- Smelting now uses the higher of blacksmith or mining
- Possible fix for spider web and pets being stuck too long
2018-07-11 19:52:30 -07:00
Dexter
25404c3e99 Bug Fixes / Enhancements
- Added Champion Spawns to Create World. THey no longer generate automatically
- Added Exploring the Deep and Fortune Fire Casino generation to SA Decoration. For existing servers, you can use the commands [GenExploringTheDeep and [GenerateCasino respectively. Be advised, do not generate exploring the deep if it already exists, it will double spawn.
- Added paladin spawn to trinsic
- Added auto versioning to SpawnerPersistence so fresh shards are not running spawn fixes that should be addressed in the spawner folders
2018-07-11 14:28:35 -07:00
Dexter
78ed5c051d New Create World Gump
- Prevents double spawning
- better functionality on the Gump
- build options broken down in categories
- Some build options will have an expansion perquisite, IE you cannot decorate the SA stuff if your on an AOS server
- Consolidated Underworld generation with SA generation

Bug Fixes
- Fixed usage range with trade minister to 5 tiles
- Trade Crate now can hold 1000 stones
2018-02-15 22:02:33 -07:00
Argalep
76c39461f5 * never used parameters have been deleted.
* ConPvP system has been deleted.
2018-01-16 15:30:25 +03:00
Dexter
21c0862811 adjusted covetous lvl 3 spawner amount 2017-12-20 21:42:56 -07:00
Dexter
bb298074e2 Bug Fixes Galore!
- Fixed Wrong Revamped typo in world generation
- Added Spawn Count support to each Spawner line. Its a very simple rip off of house XmlSpawner does it. Each spawner line will now have a max spawn, which will coincide with the spawners max count.
- Added Security gump support for lockdowns
- house friends can now lock down items in houses
- Mud Puppies and Red Herring now derive from BigFish
- Fixed so you cannot parry with balanced Weapons
- Fixed Conversion to Spawners. Each spawner line will now convert to the proper amount
- Fixed PVP System crash if you have system Disabled
- Removed redundant New Depise Spawners
- Certain revamped dungeon spawners no longer load on create world. They instead load when that dungeon is enabled. This will maintain old spawners for older era'd servers
- Added delay to Bombard paralyze
- Added proper buff info to Enchant Spell
- Clones (mirror image) no longer block movement
- Fixed Injected Strike buff info
2017-12-11 19:51:32 -07:00
Dexter
6516eddcef XmlSpawner to standard spawner conversion command 2017-11-04 19:33:18 -07:00
Dexter
be0130a33e Fixes/Updates
- Fixed Lightning Arrow, now per EA
- Create World now generates fillable containers only if decoration and spawners are already created and in place.  Added delay so vendors are actually spawned.
- Updated bolt effect. Added tick delay for spells that weren't showing the effects due to conflicts with direction change (spells make you face your target).
- Fixed EC Legacy containers. Removed bounce functionality so now we're forced to be like EA. Before, using bounce, if you tried to move an item on a redundant grid, it would bounce the item back, or back to the original stack. Now, it will simply find the next available grid (this is how EA does it). This has to be since legacy containers use 0 for grid location every time.
2017-10-06 16:14:51 -07:00
Dexter
af3cb8f766 - Kotl City Update 2017-04-13 16:56:56 -07:00
Dexter
ba68d137c8 - added new wrong to create world 2017-03-22 20:52:57 -07:00
Dexter
f27caffeab - Fixed bug with createworld gump regarding HighSeas generation
- Hit Curse now drops max resists as the spell does
- Spellweaving mastery now appears on mastery GumpID

- EC Support
2017-02-07 19:53:02 -07:00
Dexter
7db3c382a2 - Added functionality to Create World Gump where it will tell you if the selections have already been created.
- Removed Lich puzzle from create world gump and added it to DecorateSA
- added IRepairable/DefTailoring to RangerArmor
- Added ITokunoDyeable to Conjurer's items and ScrappersCompendium/reward talismans
- Stone Armor now counts as 3 inherent LMC
- Added context menu option in Region.cs for items
- Added Retrieve context context menu to items lcoked down. They will only be available the house owner/Staff
- Fixed various exploits in Shadowguard
- added force show props to SkillMasteryPrimer

***REquires Core Recompile!***
2017-02-06 17:48:59 -07:00
Dexter
587cb84310 - Updated a few slayers
- Fixed weight for fertile dirt
- Updated monsters that do Aura Damage, per EA
- Moved Life Drain ability (ie succubus, Semidar) to BaseCreature.cs
- Added monster stealing/rewards and support
- Fixed Lord Oaks Attack per EA
2017-01-28 20:42:02 -07:00
Dexter
d66c1d69aa TOL + Bug Fixes 2017-01-02 22:03:24 -07:00
Dexter
75b9abc515 - Removed Factions (if disabled) from create world Gump
- Added Mallet and Chisel runics to scroll boxes (Imbuing Quest)
- Added various fixes to Peerless Altars to prevent the instance being hung up, as well as players being teleported after they leave the encounter.
- Insane dryads should no longer attack other monsters
- Added (Uncommented) circlets in blacksmith menu
- Added Gingerbread Cookie/recipe to DefCooking menu
- Added Rings/Bracelet (human/garg), gargish necklace and gargish earrings to tinkering menu
- Removed Chaos shield from Clean Up Britannia until we can get some clarification, as currently is a huge exploit
- Removed DeepSeaSerpent and WhippingVines from spawner defs - you will still need to removel them from spawners on existing shards
2016-12-19 17:38:02 -07:00
Dexter
ab58b69ec9 Blackthorn updates
- Added generate Command
- Minax item drops are now similar to TOT drops
- cleaned up gump item placement
- UPdate spawners for agents and other monsters
2016-10-16 14:08:33 -07:00
Dexter
d29653aaad City Loyalty System 2016-10-07 19:27:18 -07:00
Dexter
ddc253310e added HS items to weakentitycollection
corgul altar now deletes
added HS check to Mining for niter deposits
Runic Reforging min/max props now is determined by the runic Type
fixed void pool crash on delete world
fixed type in delete world
2016-08-18 17:56:44 -07:00
Dexter
d9fe3b4451 High seas command for Generate [decorateHS
- Fixed issue where boats were still in remove queue, even if they left the Sea Market
- Changed the way the high seas persistent file path is handled
2016-08-16 20:54:12 -07:00
Dexter
712bd626dc Took out HS Decorate. This will auto-generate. 2016-08-12 21:09:19 -07:00
Dexter
119cef1b09 High Seas and bug fixes
- fixed label in PillarOfStrength
- DemonHuntersStandard now has Exorcism slayer
- Fixed Chicken Coop Crash
- Fixed instances where scale collar wasn't un-freezing on tame
- Scouring Toxin now wipes out plant hues
- Fixed Runic Tool Consolidation
- Maps can now be crafted in other facets
- Removed redundant DryReed class
- Added proper clilocs on reeds, pigments and plant clippings
- Basket weaving has been moved to Tinkering menu, per EA
- Added resource target to plant hue items crafting
- Fixed craft menu issues in Carpentry
- Fixed void pool spawn crash
- Damage Increase now counts as an imbuing Property
- Added buff icon for curse Weapon
- Strange buff is now removed properly
-
2016-08-12 20:54:29 -07:00
Dexter
223cbf6ab4 New Magincia, Vet Rewards, etc
- New Magincia Bizaar, Plant System and Housing Lotto System
- Armor Refinement
- Added VetRewards, Davie Jones' Locker, Distilling, Chest of sending, Raised Garden beds, Skull Rugs, Advance Training Dummies
- Added Huntmasters Challenge
- Fixed Vampiric Form with flying
- Gargish Glasses now use the proper layer
2016-07-30 14:38:26 -07:00
Dexter
446604cb04 Base Points System for points based EA/Broadsword systems
- converted despise and queens loyalty points
- Queens loyalty data taken out of PlayerMobile.cs
- Implemented Shame Revamped
- Implemented Covetous Void Pool
- Can no longer reforge wing armor
- Leather Wing Armor no longer spawns with properties
- Implemented runic tool combining via runic reforging target
2016-07-27 18:41:28 -07:00
Norman B. Lancaster
d99135ea91 Fixes #362 2016-02-15 17:22:15 -06:00
Norman B. Lancaster
24bfc8e255 Refactored Champ System 2016-02-03 06:14:27 -06:00
Norman B. Lancaster
178bfd0172 Tested and resolved defects 2016-01-27 07:17:50 -06:00
Norman B. Lancaster
862fd571e9 Refactored CreateWorld, added nogump option 2016-01-26 11:36:11 -06:00
Norman B. Lancaster
5cf938bed0 Implemented but not tested the rest of the delete commands 2016-01-26 09:45:15 -06:00
Norman B. Lancaster
0b540838f7 Implemented SecretLocDelete 2016-01-25 21:49:38 -06:00
Norman B. Lancaster
1ac8f3c88c Implemented DeleteKhaldun 2016-01-25 21:39:20 -06:00
Norman B. Lancaster
62b6538db8 Implemented DeleteChampions 2016-01-25 21:29:16 -06:00
Norman B. Lancaster
6e023761be Added DeleteGauntlet 2016-01-25 21:22:18 -06:00
Norman B. Lancaster
f3d8e8c1c2 Added DeleteWorld and RecreateWorld, implemented LampPuzzleDelete 2016-01-25 20:19:09 -06:00
Norman B. Lancaster
c1ad2daf47 Refactored CreateWorld to be data driven 2016-01-25 17:33:55 -06:00
James Black
2446631467 Adds Generate Factions to the [createworld command gump. 2014-03-06 15:40:56 -07:00
VitaNex
27cd8c04ce - Publish 53 Foundation 2013-10-28 07:09:42 +00:00