Search results

  1. Sareus

    DirectionType Error on Every Addon

    That's why I had started by asking if there was a change to handling of Addons because my only edit to any Core file were: PlayerMobile.cs for adding things like "Archaeology" | "Dredging" which were simple "add this here edits" not changing or editing the handling of anything...
  2. Sareus

    DirectionType Error on Every Addon

    Hadn't thought that abstractly about it.
  3. Sareus

    DirectionType Error on Every Addon

    Changed it to: case 0: PackItem( new BraveKnightOfTheBritannia() ); break; But now backpacks look like a jumbled garbage pile instead of orginized hence the x/y cords.
  4. Sareus

    DirectionType Error on Every Addon

    Well I just started over from scratch with the New ServUO, it'll give me a chance to get rid of a bunch of garbage files I dont need anyway. I'm have an entirely different problem now with PlaceItemIn working with CharacterCreation. Errors: + Misc/CharacterCreation.cs: CS0103: Line 71...
  5. Sareus

    DirectionType Error on Every Addon

    I'm guess ServUO base code drastically changed the way it handles Addons as none of my (North | South) addons work anymore with the newest ServUO and they all scream about not having a "DirectionType" Reference. I have just reverted back to my old ServUO core as it was more trouble than it was...
  6. Sareus

    Paragon Deed w/ Command

    "[set isparagon true"?
  7. Sareus

    item id #s by expansion?

    Im sure someone has a list somewhere but unless you've been watching the ArtIDs each update it'd be hard to go back and do now. Ever since Broadsword took over they have gone back and used previously empty slots and filled them.
  8. Sareus

    Publish 102 Miner's/Lumberjack's Satchels

    Sareus submitted a new resource: Publish 102 Miner's/Lumberjack's Satchels - The new hunt's challenge reward containers. Read more about this resource...
  9. Sareus

    Publish 102 Miner's/Lumberjack's Satchels 2019-01-15

    Here are two new container class files I have loosely coded as a base for more talented people to run with. SpecialMetalsContainer.cs SpecialWoodsContainer.cs I don't currently have OSI, nor could I find any information on these new containers. I have the corresponding satchel at the bottom...
  10. Sareus

    Fireflies Deed Error

    Just Started over with a new code, Finally got it working properly using System; using Server.Gumps; using Server.Multis; using Server.Network; using Server.Targeting; namespace Server.Items { public class Fireflies : Item, IAddon { //public override bool IsArtifact { get {...
  11. Sareus

    Fireflies Deed Error

    Been trying to get a working version of all the Christmas items not already present. While doing so I've hit a problem with the Fireflies. protected override void OnTarget( Mobile from, object targeted ) { if( m_FirefliesDeed == null || m_FirefliesDeed.Deleted )...
  12. Sareus

    Publish 103 (Holiday Clothes/Mailboxes)

    Not sure how thats happening unless your: 1)Not using the latest patch 2)edited your art files at some point. Because the stockings are around ItemID 11,000 Where the Mailboxes are in the upper 41,000 ?_?
  13. Sareus

    Publish 103 (Holiday Clothes/Mailboxes)

    I was just informed by a player that if you place an item in the mailbox then rotate it. the mailbox returns to the (Flag Down) "Item-less version" looking into it.
  14. Sareus

    Publish 103 (Holiday Clothes/Mailboxes)

    Sareus submitted a new resource: Publish 103 (Holiday Clothes/Mailboxes) - Holiday Clothes and New Mailboxes Read more about this resource...
  15. Sareus

    Publish 103 (Holiday Clothes/Mailboxes) 2018-12-09

    Just the three new mailboxes and the new Holiday Hat and Boots.
  16. Sareus

    Artisan Festival - Reward Items (2016/2017/2018/2019)

    Sareus updated Artisan Festival - Reward Items (2016/2017) with a new update entry: Update: Publish 103 Read the rest of this update entry...
  17. Sareus

    Artisan Festival - Reward Items (2016/2017/2018/2019) - Update: Publish 103

    Some misnamed items fixed. Added new publish 103 items.
  18. Sareus

    Immersed in Red Dead Redemption 2.

    Immersed in Red Dead Redemption 2.
  19. Sareus

    Changing the dates for halloween?(solved)

    if (Utility.RandomDouble() <= .01 && from.Skills.Begging.Value >= 100) //This section is what they mean { from.AddToBackpack(HolidaySettings.RandomGMBeggerItem)...
  20. Sareus

    Changing the dates for halloween?(solved)

    Been having so much trouble with this... Just now after 3 days of fighting with it realized my problem... "return new DateTime(2017, 10, 24);" It is no longer 2017! LOL But that doesn't seem to have fixed my problem. I can use Trick or Treat on NPCs but I can't get the GivePresent feature to...

Active Shards

Donations

Total amount
$210.00
Goal
$500.00
Back