Commit graph

  • ad744b09d8
    Merge 1880ae14af into a6cc79086e kaczy93 2026-08-05 17:42:31 -07:00
  • e86eeab349
    Merge ec708be0c6 into a6cc79086e kaczy93 2026-08-05 17:40:59 -07:00
  • fa794e7192
    Merge e9c48ff246 into a6cc79086e kaczy93 2026-08-05 17:40:20 -07:00
  • 6a5bc88310
    Merge 3ea81f278c into d76bf4443c Voxpire 2026-08-05 17:38:14 -07:00
  • a6cc79086e
    Fix packet leak p58-wip Voxpire 2026-08-04 22:31:18 +01:00
  • d76bf4443c
    Fix packet leak pub57 Voxpire 2026-08-04 22:28:46 +01:00
  • 6fd0185584
    Fix Bless Spell bad target state Voxpire 2026-06-01 12:08:48 +01:00
  • 008602430c Added an access level security check for Admin or GM to be able to access sensitive commands like Admin and Save. Cork 2026-04-02 21:09:50 -05:00
  • f02dc9abeb Adjusted text to not overlap the buttons. Modified to not close the gump when clicking a button. Cork 2026-04-02 20:44:21 -05:00
  • b1acc4e1aa Feat/MiniGMbar Requested by Damien Adds a new GM toolbar gump, which is a smaller version of the existing one. It has fewer buttons and is designed to take up less screen space. The new gump can be accessed through a command or by clicking a button on the existing GM toolbar. Cork 2026-04-02 20:31:47 -05:00
  • 664074420b updated vendors and glasses joshua.deshazer 2026-04-02 05:16:47 -05:00
  • 511c00fc0a
    Merge pull request #12 from deshazer72/Feat/PublicSoulstone deshazer72 2026-04-01 13:58:23 -05:00
  • d2ff71ca93
    Merge pull request #13 from deshazer72/bug/shadowguard deshazer72 2026-04-01 13:57:54 -05:00
  • c3ccbc354b bug fixes joshua.deshazer 2026-04-01 13:56:41 -05:00
  • c0127c0e4e Feature Request: Public Soulstone Cork 2026-04-01 13:37:00 -05:00
  • 022eaa3d6c
    Merge pull request #11 from deshazer72/feat/shadowguardboss deshazer72 2026-04-01 13:24:29 -05:00
  • 6caf330d8f
    Merge pull request #10 from deshazer72/Feat/RemoveLoyaltyDecayBondedPets deshazer72 2026-04-01 13:23:26 -05:00
  • 8f209c4479 updated shadowguard joshua.deshazer 2026-04-01 13:22:15 -05:00
  • 9fb6e325d3 Bonded pets now skip loyalty decay entirely. The single "&& !c.IsBonded" condition at BaseCreature.cs:7942 means bonded pets won't lose loyalty, warn the player, or go wild — only unbonded controlled pets are affected. Cork 2026-04-01 12:01:49 -05:00
  • fffbfbfabe Bonded pets now skip loyalty decay entirely. The single && !c.IsBonded condition at BaseCreature.cs:7942 means bonded pets won't lose loyalty, warn the player, or go wild — only unbonded controlled pets are affected. Cork 2026-04-01 11:48:12 -05:00
  • cf26564040
    Merge pull request #8 from deshazer72/Bug/FixPetJustice deshazer72 2026-04-01 09:41:47 -05:00
  • 21fcd777b8
    Merge pull request #9 from deshazer72/feat/itemupdates deshazer72 2026-04-01 09:40:41 -05:00
  • c2f4bd3a03 Enhance item attributes and skills across various artifacts; update teleport location for SanctuaryTele joshua.deshazer 2026-04-01 09:39:54 -05:00
  • ec88477ccc m is the raw damager (could be a pet), while killer is already resolved to the player/pet owner. Lines 3973, 3977, 3981, 3984, and 3985 all use m — they should use killer.Fixed. In PlayerMobile.cs:3973-3985, VirtueHelper.Award, the messages, particles, and sound were all targeting m (the raw damager, which could be the pet). They now correctly target killer, which is resolved to the pet's master when the damager is a BaseCreature. Grignak 2026-03-31 21:21:40 -05:00
  • ec8c4e09c6 Fixed. In PlayerMobile.cs:3973-3985, VirtueHelper.Award, the messages, particles, and sound were all targeting m (the raw damager, which could be the pet). They now correctly target killer, which is resolved to the pet's master when the damager is a BaseCreature. Grignak 2026-03-31 20:39:37 -05:00
  • 61e6edc618 Bug: In PlayerMobile.cs:3973-3985, the justice award block correctly resolves killer as the pet's owner (line 3900–3903), but then passed m (the raw FindMostRecentDamager result) to VirtueHelper.Award and all the follow-up message/effect calls. When a pet killed the murderer, m was the pet (BaseCreature), so the virtue went to the pet instead of the owner. Grignak 2026-03-31 18:00:20 -05:00
  • f8e543b345
    Merge pull request #6 from deshazer72/feat/doomartis deshazer72 2026-03-31 08:47:30 -05:00
  • b8d3b3681d updated artifacts joshua.deshazer 2026-03-31 08:45:33 -05:00
  • 3dd505cf92 fixed artifacts joshua.deshazer 2026-03-29 09:50:08 -05:00
  • e26219d69b bug fixes joshua.deshazer 2026-03-27 14:20:54 -05:00
  • 065d0964d5 fixed error on server joshua.deshazer 2026-03-27 14:13:09 -05:00
  • 5a66f3937f
    Merge pull request #5 from deshazer72/feat/itemupgrades deshazer72 2026-03-27 19:58:02 +01:00
  • 58cdc6499e Add new artifact items: Azarok's Legplates, Deathwarden's Greaves, Kaelvok's Cincture, Solaria's Secret Poisons, and Shadow Master's Talisman joshua.deshazer 2026-03-27 13:57:13 -05:00
  • 00679f2c44
    Merge pull request #4 from deshazer72/feat/artifacts deshazer72 2026-03-27 05:34:04 +01:00
  • 91a8d04922 created new artifacts to drop on champ spawans and made getting power scrolls easier joshua.deshazer 2026-03-26 23:32:57 -05:00
  • ffe5b60437
    Merge pull request #3 from deshazer72/feat/addedmarkdown deshazer72 2026-03-26 21:11:56 +01:00
  • 596515adb0 Refactor fastwalk detection settings and add GM commands reference documentation joshua.deshazer 2026-03-26 15:11:21 -05:00
  • d5f9c9e47f
    Merge pull request #2 from deshazer72/feat/skillgain deshazer72 2026-03-26 19:19:58 +01:00
  • 46292e48fd Increase maximum skill limits for AdvancedTrainingDummy and TrainingDummy; adjust GGSActive logic and boost gain chance in SkillCheck joshua.deshazer 2026-03-26 13:19:12 -05:00
  • ae263c363c
    Merge pull request #1 from deshazer72/feat/serverstart deshazer72 2026-03-25 22:26:26 -05:00
  • 9fd5da1678 Update configuration files and enhance gameplay mechanics joshua.deshazer 2026-03-25 22:22:52 -05:00
  • 316180ec23 Update configuration files and enhance gameplay mechanics joshua.deshazer 2026-03-25 22:13:47 -05:00
  • b255f370bb class sytem and basic avenger TAAROROA 2026-03-17 22:47:56 +01:00
  • fd53528792 fix deleted cass TAAROROA 2026-03-17 21:01:46 +01:00
  • 7574891288
    Merge pull request #5 from armandobugge/feature/loadanddrop darken89 2026-03-17 20:42:36 +01:00
  • be16d78b86 adding chance to hit armando 2026-03-17 16:32:15 +01:00
  • 977cbc8a83 Load And Drop armando 2026-03-17 16:05:42 +01:00
  • d95714b323 path ignore armando 2026-03-16 21:33:15 +01:00
  • e9c48ff246 Fix BaseCreature.DropBackpack kaczy 2026-02-10 13:58:54 +01:00
  • 1880ae14af
    Merge branch 'p58-wip' into artdata-no-bitmap Kamron Batman 2026-01-31 10:43:11 -08:00
  • 658d6b71a3
    Update Sphynx Voxpire 2026-01-24 12:37:10 +00:00
  • 654adb6c32
    Update Server.cfg Voxpire 2025-12-23 18:45:24 +00:00
  • 6010ddd82e
    Update README Voxpire 2025-12-19 16:41:25 +00:00
  • 3079dd1127
    Update README Voxpire 2025-12-19 16:33:35 +00:00
  • 837c3f6f49 darken function fix PyrO 2025-12-08 09:30:33 +01:00
  • 2eac24e320 readme fix PyrO 2025-11-23 03:14:29 +01:00
  • 128171797e Updated the Darken method PyrO 2025-11-23 03:13:00 +01:00
  • 836702fad3 Regained linux compability PyrO 2025-11-23 02:23:32 +01:00
  • 869fbe93b3 ServerList PyrO 2025-12-09 07:38:54 +01:00
  • 0881cb1723 ServerList PyrO 2025-12-09 07:38:54 +01:00
  • b172a3b129 darken function fix PyrO 2025-12-08 09:30:33 +01:00
  • d395be0b39 readme fix PyrO 2025-11-23 03:14:29 +01:00
  • 64135df463 Updated the Darken method PyrO 2025-11-23 03:13:00 +01:00
  • df201548df Regained linux compability PyrO 2025-11-23 02:23:32 +01:00
  • ee15e08c44
    Character List Name Fix (Incognito) (#5113) TrueUO 2025-11-13 03:23:09 -05:00
  • c7fbba0dcc
    Merge branch 'pub57' into CharacterListNameFix TrueUO 2025-09-26 10:56:22 -04:00
  • 1d40e3baca
    Mannequin Access Fix Voxpire 2025-09-21 22:25:17 +01:00
  • 4e71d67d1b CharacterListNameFix Dan 2025-08-31 17:22:23 -04:00
  • 0c0e4d4d3e Delete SpellFocusingSash.cs yoko444 2025-08-25 13:23:01 +03:00
  • 64c76aadcf oo yoko444 2025-08-25 13:14:12 +03:00
  • a250f69f98 Merge branch 'pub57' into p58-wip yoko444 2025-08-25 04:08:36 +03:00
  • 6df8756c41
    fix: Fixes mining/lumberjacking multi-harvest (#5111) Kamron Batman 2025-08-20 15:32:05 -07:00
  • fd7ff3d0b3
    fix: Fixes mining/lumberjacking multi-harvest Kamron Batman 2025-08-20 15:17:33 -07:00
  • 4bf097eaae XmlDeserialize fixes for ServUO Jens Schulze 2025-06-24 15:55:01 +02:00
  • 13c18c3d8c add XMLDeserializer Jens Schulze 2025-06-24 11:00:31 +02:00
  • 1840cd6f67
    Merge pull request #1 from ServSW/launcher Jens Schulze 2025-06-24 09:57:25 +02:00
  • e8b0b161b9 revert servuo.exe.config delete Jens Schulze 2025-06-24 09:55:34 +02:00
  • 4dcd9d0757 fix launcher build Jens Schulze 2025-06-24 09:46:55 +02:00
  • 1bd2b8bb53 add launcher project Jens Schulze 2025-06-23 22:28:44 +02:00
  • 206e92a19e Fixed BaseThrown close quarters hit chance kaczy93 2025-04-06 10:21:15 +02:00
  • bc86740ab0
    Fixed BaseThrown close quarters hit chance kaczy93 2025-04-06 10:21:15 +02:00
  • 4d736bcfb3 First commit. Added speech recognition. Added vitanex git. Start of custom horde manager. Some edits to get vitanex to build without error. Moshu 2025-03-22 22:50:06 -05:00
  • f6ba487a1e Enforce max view range limit Voxpire 2025-02-26 06:08:24 +00:00
  • 3c2a6158b2 Optimize Core.TickCount Voxpire 2025-02-26 04:14:55 +00:00
  • 3ea81f278c CRLF pub57-network Voxpire 2025-02-26 03:36:33 +00:00
  • 7082f94e87 Networking refinements (WIP) Voxpire 2025-02-26 03:34:46 +00:00
  • d6a09b5f42 Platform support updates Fixes Issue #5101 Voxpire 2025-02-15 03:03:41 +00:00
  • 3b74a31652 IPLimiter uses NetState.Addresses ServerList resolves private network IPs Near-instant entity delta updates Voxpire 2025-01-27 03:00:34 +00:00
  • b4df991990 Display server name in console title bar Voxpire 2025-01-21 01:17:44 +00:00
  • a856ca3104 Fix crash when attempting to place add-ons on a galleon that hasn't been fully initialized Voxpire 2025-01-21 00:05:31 +00:00
  • aa4c139fd6 Restore missing thread safe locks 57.4.1 Voxpire 2025-01-20 20:18:12 +00:00
  • 04b4e5375c Restore missing thread safe locks Voxpire 2025-01-20 19:42:49 +00:00
  • 23bc85ffaf Fix sign entry parsing Voxpire 2025-01-20 00:14:26 +00:00
  • a03b54bb73 Adds SpellFocusingSash 57.4 Voxpire 2025-01-18 23:35:41 +00:00
  • 9147b66be4 Fix erroneous MultiData warning Voxpire 2025-01-18 23:35:11 +00:00
  • 268880afa7 Critical networking updates to help mitigate login flood attacks. Voxpire 2025-01-18 23:34:17 +00:00
  • 0849c421e9 Server Config optimizations and extended debug override support. Voxpire 2025-01-09 18:48:19 +00:00
  • acad2809c8 Update project to use new SDK format. Remove reliance on Roslyn compiler. Voxpire 2025-01-09 18:30:53 +00:00
  • 40865f8e02 Adds SpellFocusingSash Voxpire 2025-01-18 23:35:41 +00:00
  • 92d56b5f67 Fix erroneous MultiData warning Voxpire 2025-01-18 23:35:11 +00:00