Search results

  1. Kouri

    Code Change the color of an items name

    I wanted to share this little tidbit, but I was not sure what section to put it in so this one won. I have been doing this for a bit to give items some separation, mainly for artifact rarity. Simple little entry that will change the color of an items name. I know that on the RunUO servers...
  2. Kouri

    Unable to add mobile thanks to error

    I'm quick on the draw sometimes.... Thanks for the help!
  3. Kouri

    Unable to add mobile thanks to error

    Here is what the final hue and switch dilemma came out as. int hue = Utility.RandomBlueHue() ; switch ( Utility.Random( 2 ) ) { case 0: { LeafChest tunic = new LeafChest()...
  4. Kouri

    Unable to add mobile thanks to error

    Okay, it is working now. All switches are performing as they should be. For some reason it doesn't like the Utility.RandomBlueHues so I will have to look at other ways to hue the armor which isn't hard to do. I'm glad to see that I don't have to relearn how to do switches. LOL :p Thanks to...
  5. Kouri

    Unable to add mobile thanks to error

    I think I have determined that it is not the switch that is causing the problem, it has something to do with the armor that I'm adding. I edited out the switch that was adding the two sets of armor and just added one set of armor, when I tried to spawn I get the same error, when I edit out the...
  6. Kouri

    Unable to add mobile thanks to error

    Okay, so, I went and commented out the large switch that I was adding all of the armor and it worked fine, so, my new question is........... How would I go about adding two separate sets of armor to one mobile?
  7. Kouri

    Unable to add mobile thanks to error

    The 4 cases instead of 3 was a typo, it was corrected after I posted this problem. Also, I removed the hue value but it had no bearing on the issue as I still have the exact same error. Thank you for the try though! I'm still looking at the switch entries but aside from setting them up so...
  8. Kouri

    Unable to add mobile thanks to error

    Yes, the spaces make it hard to read, thankfully, the actual script is nice and uniform! I'm still trying to get used to the minor differences between ServUO & RunUO scripting. I know that this is how I would, and have set it up in RunUO scripts.
  9. Kouri

    Unable to add mobile thanks to error

    I get this error when I'm trying to add my mobile. 00:15:55 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object refer ence not set to an instance of an object. at...
  10. Kouri

    Slayer Titles & Slayer Entries

    Thanks I thought I looked in the weapons folder but I guess not.
  11. Kouri

    Slayer Titles & Slayer Entries

    Where would I go if I wanted to add mobs to the slayer list? I looked in the "Slayer Title System" folder in the "Custom Systems" folder but I wasn't able to find anything in there.
  12. Kouri

    Change the color of an items name

    One other thing, this can also be used to change the name color of a mobile also, not just items.
  13. Kouri

    Beetles inspired by Diablo (re-release)

    Kouri submitted a new resource: Beetles inspired by Diablo (re-release) - Three beetle mobs that when attacked with a melee weapon counter attack with lightning. Read more about this resource...
  14. Kouri

    Beetles inspired by Diablo (re-release) 2014-09-17

    I am re-releasing these mobiles because I inadvertently released the RunUO versions the first time. There are three different mobs, one a bit tougher than the next. Dung Beetle Death Beetle Steel Scarab These have been tested and work as expected. Just drop them into the script folder of...
  15. Kouri

    Change the color of an items name

    I wanted to share this little tidbit, but I was not sure what section to put it in so this one won. I have been doing this for a bit to give items some separation, mainly for artifact rarity. Simple little entry that will change the color of an items name. I know that on the RunUO servers...
  16. Kouri

    XMLSpawner help

    Dang right, lets see what other trouble I can get into........
  17. Kouri

    XMLSpawner help

    Well, it is fixed, and it was something completely STUPID and it is unknown to me as to how it was even placed into effect!!!!!!!!!!!!!!!!!!!!!!!!!!! I started thinking about what was running at the time and the only thing that I could think of for sure was Razor so I went looking...
  18. Kouri

    XMLSpawner help

    I was hoping it was something that I was overlooking also, maybe in a script that got jumbled for some reason, but I don't think that is the case since the problem happens on my friends shard also, and it uses a completely different set of scripts. Is there a different program that I can use to...
  19. Kouri

    XMLSpawner help

    Correct, I am unable to see any spawners with a clean install of ServUO and Ultima. I have not moved one custom file over yet.
  20. Kouri

    XMLSpawner help

    Well, this is a small fix since I will be able to see any new spawners that I place, but, what of the existing spawners, I'm still not able to see them, on mine or my friends server. This is only a partial fix if anything, but, it is still making progress, so thank you for the help.
Back