Search results

  1. External Backup Question

    If you trust your current setup is stable, you can remove them. Or just purge them by month or something like.
  2. FS-PvP Point System

    Okay so I finally got around to digging back into this, and just wanted to ask again. When doing the changes to PlayerMobile.cs it adds a case 41. My PlayerMobile.cs all ready has a case 41. So do I change the case to 43 (next unused case), and change the writer.Write(43); instead? Because...
  3. The Farm Minigame

    DragnMaw submitted a new resource: The Farm Minigame - Minigame, RNG Box, Customizable Read more about this resource...
  4. The Farm Minigame 1.03

    Just a little minigame script I setup for my Server. I figured I'd release the code so anyone who is trying to do anything similar, or who wants to do something similar, can borrow my code. As far as my tests have shown, this is working entirely as intended. BaseFarm.cs - Base Farm Mob file...
  5. Item Creation - Platinum Bars

    Under Hue you can also add, as a replacement for the initial naming, Name = "Platinum Bars'; To set the item name.
  6. XML Quest creator

    Lol I was debating posting one of my quests for a template, but I sent that message on my phone when I didn't have access to the files.
  7. XML Quest creator

    I just wrote my quests and quest NPCs by hand. Wasn't too hard once I got the first figured out.
  8. ServUO - BlueMagic

    Thats the tree of life. It functions as a resurrection ankh
  9. Faction Contract

    The mobile that it is attempting to set to the same faction as the user, does not contain a property to store a Faction type. I'm not familiar enough with Factions to help any further than that, but you could start by looking at the mobile file, to see if/how it handles Factions.
  10. Compile Fail on Fresh Download

    http://www.rawrservers.ca/dotnet.zip has both .net 3.1 for server, as well as whatever weird one UOSteam wants.
  11. Help request - testing Armor Morphing Tool

    There probably is, or at worst case, you'd have to set the name, weight, and material type of the items as a variable prior to the transform, then apply the variables afterwards.
  12. Help request - testing Armor Morphing Tool

    Yes it changes for each morph. The weight, name, material types, all get modified when using this tool. Theres the Valorite "Ringmail" Gloves I had started with, after using the tool on it.
  13. Christmas Gift Box

    Heritage Sovereigns are something specific on our server. Its a physical form of the currency that can be used to add Sovereigns to bank. Tho on the bank side of things, I played around with the script a little further and found: switch(Utility.Random(10)) {...
  14. Help request - testing Armor Morphing Tool

    Lol I feel you there. I still havent uploaded it to my test server yet, but I have a feeling the deco freaks will LOVE it. 1609135295 I took a read through of your code, and the concept looks fine. Only two problems I discovered, are weight and material type for meditiation is changing when...
  15. Help request - testing Armor Morphing Tool

    I'll give it a look over, and a test for you. Though that single use deed idea actually sounds really good for the final release.
  16. for( int = amount ) problem

    So after my hours, and curse words, I finally managed to get it to work. Just to update for anyone who Necro Finds this post. If you are doing a for() statement, especially if it using a variable, you MUST call the Variable in the Public Class main namespace Server.Items { public class...
  17. 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"...
  18. Compiling Core, Hitting Errors

    The error messages says you're missing the dotnet SDK (Software Development Kit) version 3.1.404 installed on your server.
  19. Christmas Gift Box

    DragnMaw submitted a new resource: Christmas Gift Box - Christmas Read more about this resource...
  20. Christmas Gift Box 1.01

    Modify the script to give out the rewards you would like (I left the ones for my server there to give examples). [add ChristmasGift 1 Will create 1 Christmas Gift Box, that when opened gives the items from the file, to the players inventory, wishes them a Merry Christmas. Sorry its a little...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back