Recent content by BelfortUO

  1. BelfortUO

    Force a crafter name on item

    Is there a way to force a crafter name on item? For example: using System; using Server; namespace Server.Items { public class Spellweaving : GoldRing { [Constructable] public Spellweaving() { Name = "Spellweaving"...
  2. BelfortUO

    Armor Durability

    ahhhh you gave me enough.... Durability = ArmorDurabilityLevel.Indestructible;
  3. BelfortUO

    Armor Durability

    Unfortunately that doesn't work:
  4. BelfortUO

    Armor Durability

    I know this is probably an easy solution, however I am not expert coder and I can't figure out for the life of me how to make a new item with a durability level of say "indestructible". I've tried many different things and come up with errors. What am I missing? It works find if you set this...
  5. BelfortUO

    Luck CAP per item

    Thanks for confirming
  6. BelfortUO

    Luck CAP per item

    I'm pretty sure I know the answer to this from digging through the scripts. Am I correct that there is not luck cap per item? It would have to be coded in if you needed? Say have an item that generically has 50 luck however will let users add 50 more later via deeds or some sort of luck item...
  7. BelfortUO

    Random Speech to MOB

    Can you add random speech, or select from a list of things to say randomly every xx +/- time on a mob? Was looking at orc's as a baseline however can't figure it out due to lack of coding knowledge. Basically so the mob wanders around and randomly says taunts anyone in the area
  8. BelfortUO

    Looking to Hire someone to merge old client graphics with current client graphics

    Basically I have an old client (7.0.13.4) with graphics I'd like to import (hopefully keeping the same itemID's etc) into the newer client 7.0.85.15. If you have the skills and the no how, please hit me up!
  9. BelfortUO

    Druid Spell System

    Running ServUO have one error I can't shake Errors: + Items/Equipment/Spellbooks/Spellbook.cs: CS0246: Line 339: The type or namespace name 'TargetedSpellEventArgs' could not be found (are you missing a using directive or an assembly reference?) Scripts: One or more scripts failed to...
  10. BelfortUO

    XLM Spawner to Cast and Or Say Message

    ahhhh Ok so that is why fireball and those aren't working. Bummer I was hoping to have a random fireball/ebolt thrown out there at Mobiles. Thanks for the response
  11. BelfortUO

    XLM Spawner to Cast and Or Say Message

    Ya testing with a non-staff character. So apparently when I mess around with these setting I need to put down a NEW spawner. Changing an existing doesn't work right. I will have to remember this because same thing happened when I was setting up a stealing spawner. Didn't work right until I...
  12. BelfortUO

    XLM Spawner to Cast and Or Say Message

    So reading through the guide I see this is possible. However I'm trying multiple things and can't get either to work. For example for getting a message to show up... yields nothing I tried CAST, FireballSpell[,17] in multiple fields however get zilch. Can someone give some samples...
  13. BelfortUO

    Changing Item Title Color Without HTML Code Showing

    I'm more curious how when you ctl+sft is shows the code vs item name
  14. BelfortUO

    Changing Item Title Color Without HTML Code Showing

    That code yields this:
  15. BelfortUO

    Changing Item Title Color Without HTML Code Showing

    Here is my script. You can see some other way's I have tried that also didn't work. //================================================= //This script was created by Gizmo's Uo Quest Maker //This script was created on 3/1/2020 6:04:23 PM //================================================= using...
Back