Search results

  1. EntityEnumerator OOB: 1 when using Boats

    Lately, I have been having some problems with boats. Recently, whenever a player tries to use a Galleon, the server console log is spammed with: EntityEnumerator OOB: 1 EntityEnumerator OOB: 2 EntityEnumerator OOB: 1 EntityEnumerator OOB: 1 and the player and pilot both get desynced from the...
  2. VNC 5.2.0.0 Errors on Pub58

    Voxpire, since this is mostly pointed at you. I've been using Pub58-WIP on my server, and attempting to use VNC on it. I eventually got it to compile, but its hack and slash working, and isn't working well. If you have time I was wondering if you could help me get it to work on Pub58-WIP, or...
  3. Blessed Bag of Sending

    DragnMaw submitted a new resource: Blessed Bag of Sending - Blessed, Bag of Sending, Sending Read more about this resource...
  4. error CS0120: An object reference is required for the non-static field, method, or property 'DemonicSamurai.Despawn()'

    public void Despawn() { Delete(); } public class SpawnTime : Timer { public static void Initialize() { new SpawnTime().Start(); } public SpawnTime() : base(TimeSpan.FromMinutes(60)) { Priority =...
  5. Chest-like bank

    I was just wondering if anyone knew of a script (new or old) that makes a chest open a different container depending on who opens it? I have absolutely no idea where to begin, so I was hoping someone knew of a script I could cannibalize for my intended purposes. Small edit - or if anyone knows...
  6. DailyQuests

    DragnMaw submitted a new resource: DailyQuests - Daily Quests, Weekly Quests, Custom Sets. Read more about this resource...
  7. Help with Spell System

    I have been trying to setup a new spell school on my server. I've script checked against ACCs way of doing it, and the base servers way of doing it, and decided to go with the couple of core edits I would need. I have the Spellbook created and Constructable in game, along with a Spell Scroll...
  8. Set Bonus Issues

    I have been creating some custom Sets, and have been attempting to make them work without core edits. I have the sets added/configured etc.etc.etc.etc. and as soon as I equip all pieces it does give me "The magic of your armor combines to assist you!", but it is not getting any of the...
  9. CS0535 does not implement interface member

    So I am working on making a working copying of SetItem.cs. I have setup DailyQuestSetItem.cs based off of it, as well as BaseDailySetArmor against BaseArmor.cs. In BaseDailySetArmor, I have public abstract class BaseDailyQuestArmor : BaseArmor, IDailyQuestSetItem And I get the first error...
  10. Single unstackable item not showing Item Name

    I have a few items, none of them stackable, that for some reason as soon as I add to the GetProperties for text underneath the normal properties, the name vanishes. (If the item is stackable, and theres 2 it works.) public class OnlineTicket : Item { [Constructable]...
  11. xmlspawner from file questions

    So I don't use xmlspawners advanced features fairly often, but I decided to try it to spawn in some mobiles. I copied spawners from the original .xml file and modified it for my use... Only problem is The UniqueIDs all ready exist in the server... Is there any easy way to quickly change the...
  12. Any Quest Gurus out there?

    I want to start playing with the Quest System a little bit more on my shard, and was wondering if anyone knows how to do the following with the quest: Only have certain quests available on certain days? Delete quests that are no longer valid after the certain day? Prevent anyone from repeating...
  13. ACC Pub57

    DragnMaw submitted a new resource: ACC Pub57 - ACC Pub57 clean compile Read more about this resource...
  14. Advanced Archery Pub57

    DragnMaw submitted a new resource: Advanced Archery Pub57 - Advanced Archery plugin updated to Pub57 PLUGIN ORIGINALLY BY Lucid Nagual's Advanced Archery Read more about this resource...
  15. The Farm Minigame

    DragnMaw submitted a new resource: The Farm Minigame - Minigame, RNG Box, Customizable Read more about this resource...
  16. for( int = amount ) problem

    So I'm having a slight issue with a for() syntax in a file I'm making. Essentially its a stackable Consumable, and I want it to run a function x times, where x is the amount in the stack. " public FarmTicket(int amount) : base(0x14F0) { Name = "Farm Ticket"...
  17. Christmas Gift Box

    DragnMaw submitted a new resource: Christmas Gift Box - Christmas Read more about this resource...
  18. Abandoned Universe

    A friend of mine are setting up a Private Shard, primarily for our own use, but we are opening it up to the Public. We've only been working for a couple of months, but if anyone would be interested they are free to take a look. Features: 100% F2P, Sovereigns can drop off any mobile killed...
Back