Search results

  1. |Sutats|

    Problem with Custom Titles

    ServUO pub-57, VitaNex 5.2.0 Hi, I'm trying to rip out these cool Custom Title scripts from some public shard files but im having some trouble with these reader, writer lines. I've been looking around for a solution for a while but im coming up empty handed. Also I'm assuming this shard is...
  2. |Sutats|

    Looking for certain scripts.

    I apologize if this is not the proper area to post this but the script support section didn't seem right to ask for scripts. I've been looking around for a few months now on google and what not for a version of the new Meta pet system. https://www.uoforum.com/wiki/index.php/Meta_Pets I've seen...
  3. |Sutats|

    Adding more spawn count on spawn duration.

    I'm curious if someone can help me, I don't use smart spawning on my spawners because I want a constant flow of monsters but I have 8 frost spiders on 1 spawner but when you wipe the spawn it spawns only 1 frost spider with the 'NextSpawn' duration. Is there something I can change in the props...
  4. |Sutats|

    Question about updating old scripts.

    I'm in the process of updating a mass amount of old RUO 1.1 scripts and when I get the error "namespace name 'CommandEventArgs' could not be found" I'm supposed to put 'using Server.Commands;' because namespace Server.Scripts.Commands is outdated. But should I be placing 'using Server.Commands;'...
  5. |Sutats|

    Adding attacks to pets via deed.

    I'm looking for a push in the right direction and possibly some help with getting this script to work, my end goal is to be able to have deeds that add the abilities to my pet. The script below gives me a error on line 239 saying "Server.Mobiles.BaseSpecialCreature.BreathStart(Server.Mobile)" No...
  6. |Sutats|

    Xanthos Evo mounts

    I'm working on a custom Evo steed that has two different mounted ID's at two different stages. Stage 5 it would look like a horse and Stage 6 would look like a charger of the fallen, I've used MountedItemID = 0x3E92 MountID = ItemID = within each stage on the EvoSpec.cs but i get this error "...
  7. |Sutats|

    Adding clothing to custom mobs

    I'm attempting to add clothing to a personal housebound pet trainer, this is what im using to add the trainers clothing " } public override void InitOutfit() { base.InitOutfit(); AddItem(new StaffRobe( 2500 )); AddItem(new Lantern( 2063 ))...
  8. |Sutats|

    ServUO launcher help

    When I open the ServUO.exe in the ServUO master folder It doesn't recognize my datapath directory forcing me to manually type in the directory each time I open the .exe. I have 2 clients i've been tinkering with on my computer, 1 with 7.0.45 and another at 7.0.63.2 regardless which one I use...
Back