Search results

  1. ImaNewb

    ImaNewbs Chat System

    ImaNewb submitted a new resource: ImaNewbs Chat System - Enhance your in-game communication with this dynamic Chat System and manage chat effortlessly! Read more about this resource...
  2. ImaNewb

    ImaNewbs Chat System 1.0

    See Download Link for pictures and script Overview Enhance your in-game communication with this dynamic Chat System! Join, create, and manage chat channels effortlessly. Commands Join Channels: Open the chat window with [chat, then click a channel button to join. Send Messages: Use [c...
  3. ImaNewb

    Crop Generator

    For RunUO RC2 this should work using System; using System.Collections.Generic; using System.IO; using Server; using Server.Commands; using Server.Items; using Server.Mobiles; namespace Server.Misc { public class GenCrops { private static List<string> vegetableTypes = new...
  4. ImaNewb

    Crop Generator

    Yes here is the updated script using System; using System.Collections.Generic; using System.IO; using System.Linq; using Server.Commands; using Server.Mobiles; namespace Server.Misc { public class GenCrops { private static List<string> vegetableTypes = new List<string>...
  5. ImaNewb

    Crop Generator

    Sure if you want to go define a region and set coordinates etc. This xml file doesnt exist in RunUO by default you would need to add an xml file for it. It looks like download888 is using RunUO. This script just searches for the land tiles and spawns it up on servers like that. .NET 2.0 is a...
  6. ImaNewb

    Crop Generator

    ImaNewb submitted a new resource: Crop Generator - Use the command "GenCrops"to generate all the empty farmlands with farmable crops Read more about this resource...
  7. ImaNewb

    Crop Generator

    Just made a command that generates crop spawners on all empty farmland dirt patches on all maps. The script will search for Landtiles that match the 0x9 farm dirt and spawn crops in each field. It is set by default to have a 50% chance to place a spawner. This can be adjusted in the script in...
  8. ImaNewb

    Water Barrels movable when empty

    Looks like I found the culprit. I had apparently set the empty barrels to movable true in the beverage.cs like this when it changes to ItemID 3703. //full barrel if ( item.ItemID == 5453 && this.Quantity == 0 ) { if ( from.Map != item.Map ||...
  9. ImaNewb

    Water Barrels movable when empty

    Yes I agree with you the item begins static but removing the water changes the properties of the barrel and makes it not static anymore. It starts out as a full barrel with Moveable=false but when the water is removed via a pitcher it is no longer static. Additionally adding water back to it...
  10. ImaNewb

    Water Barrels movable when empty

    Does anyone know how to set the Moveable false on a water barrel when you empty it with a pitcher? Whenever I take out the water it always becomes moveable until water is added again. Players are able to take any barrels in the world deco if they fill it with water then empty or empty one with...
  11. ImaNewb

    UO Demo/UO:98

    Oh yes of course. It runs and works.
  12. ImaNewb

    UO Demo/UO:98

    I’m not sure what you mean. It’s a world decoration file that you would use with whatever server you are running. It isn’t a new server software by itself or anything.
  13. ImaNewb

    UO Demo/UO:98

    I'm not sure if anyone is interested in this but I needed it and it took me a long time to do it so I'll share it with yall. It is the world deco file from the UO Demo. So the world deco was exported from the UO demo and I converted it to ServUO/Runuo format. This is the entire world deco...
  14. ImaNewb

    UO Legacy

    That makes sense. Than you for the reply!
  15. ImaNewb

    UO Legacy

    Are there any plans to add UO Legacy options to ServUO when it releases?
  16. ImaNewb

    Quest Scroll changes after save

    Thanks again! :D
  17. ImaNewb

    Quest Scroll changes after save

    I think I took out the quest system completely.
  18. ImaNewb

    Quest Scroll changes after save

    if its easier I can just share mine with you haha
  19. ImaNewb

    Quest Scroll changes after save

    Oh yeah you are right it does not like that at all hahaha but I am on RunUO 2.3 also not servuo Errors: + Custom/Mobiles/Random Quest Generator/QuestGiver.cs: CS1061: Line 216: 'Server.Items.QuestScroll' does not contain a definition for 'NNeed' and no extension method 'NNeed' accepting a...
  20. ImaNewb

    Quest Scroll changes after save

    Wow! Thank you soo much! You're a Rockstar!

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back