Search results

  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...
  16. BelfortUO

    UOP to MUL?

    Exact same timeframe I played and reason I quit. And I also came back on a free shard then decided to dink around with a server for my own fun and to learn C#! Amazing how this game has aged so well... Nothing to contribute beyond that :)
  17. BelfortUO

    Changing Item Title Color Without HTML Code Showing

    Hi, Running Serv UO. Been dinking around trying to change the item color however preserving the actual item name. I know it is possible however tried a couple different things, and being a newbie, plus several hours scouring the forums, I can't find a workable solution. If I need to post all...
  18. BelfortUO

    Displayed Properties

    Curious how to force and show intelligence and dexterity requirements on armor and clothing on the newest expansions? e.g. TOR? How hard is it?
  19. BelfortUO

    Add bonus % and gold bonus % to item

    It doesn't appear to be giving the bonus. Changed it to be a 50% bonus....still same. So there is something else going on.
  20. BelfortUO

    Add bonus % and gold bonus % to item

    So it looks like the code works without errors. However after testing on a BaseCreature with an average loot pack, wait for it, the average loot was less with it on vs. with it equipped! lol I did an average of 10 with and 10 kills without. With average loot was 140.4....without...141.8. Maybe...
Back