Search results

  1. Quasar

    RegionControl No mount

    Maybe try reading the region.cs in the BlackthornDungeon folder and see how it handles mounts ect.
  2. Quasar

    Time

    https://www.servuo.com/threads/setting-server-time.6858/
  3. Quasar

    custom maps

    try [props on yourself and change the map that you are on then take a look around
  4. Quasar

    What's The Commands To See Logged Out Player & Edit That Char

    [admin to bring up the admin menu, then choose Account List find their account then click on Characters, then the arrow next to the desired characters name, then other options show up, choose get it will bring the character to you even if they are not logged in, then...
  5. Quasar

    [Updated Custom Release] XmlAttach & XmlLevelItem for newest repo

    @PyrO That loaded right up. Thank you soo much.
  6. Quasar

    Using Limited Fel Locations

    You would also have to close any of the "tunnels" that connect the lost lands to the main land.
  7. Quasar

    Error installing XmlLevel item in pub 58

    I am using the XmlLevel item script from this thread [Updated Custom Release] XmlAttach & XmlLevelItem for newest repo and recieving this error 3>D:\Current\58\Scripts\Customs\XmlLevelItem\XmlAttach\XmlAttach.cs(2386,17,2386,22): error CS0029: Cannot implicitly convert type 'int' to...
  8. Quasar

    [Updated Custom Release] XmlAttach & XmlLevelItem for newest repo

    using this XmlAttach.cs file in pub58 and recieving this error 3>D:\Current\58\Scripts\Customs\XmlLevelItem\XmlAttach\XmlAttach.cs(2386,17,2386,22): error CS0029: Cannot implicitly convert type 'int' to 'Server.Serial' Line 2386 reads Serial s = value; any help would be...
  9. Quasar

    Commands that copy functionality

    Recall Command this works well and you can set the location that the command brings them to
  10. Quasar

    KP and EP Pets

    Adding the script for an item or mob does not add it to the spawners, you will need to add them to existing spawners or add new spawners in order to find them ingame.
  11. Quasar

    How do I add scripts?

    if it is this one Misc - Resurrect Token it is a vitanex item and you are not spelling it correctly namespace VitaNex.Items { public class ResurrectToken : Item { public override bool DisplayLootType { get { return false; } } [Constructable] public...
  12. Quasar

    How to customize such toolbars? (As shown in the figure)

    fairly sure that this is the correct one, found in some old archived files i downloaded from runuo a long while back
  13. Quasar

    How to customize such toolbars? (As shown in the figure)

    I believe it is the same toolbar they are talking about in this thread, player toolbar Script .
  14. Quasar

    Getting "Bad Type" Items

    maybe try the command [RebuildCategorization its worth a shot
  15. Quasar

    Adding teleportation to an item when double clicked

    use this as your base, its already in your server and works so should not be too difficult.
  16. Quasar

    Globally edit XML Spawner?

    Probably, i know that [range 15 set maxdelay 00:03:00 will set the max delay to 3 minutes for any spawner within the 15 tile range, so a global command would be something like [global set mindelay 00:03:00 where map = Ilshenar the 3 being what ever number you choose and then do another...
  17. Quasar

    New to UO shard modding, questions about spawns & mechanics

    you can use the command [createworld or [admin the admin command opens up options gump and you can create the world from there, this will spawn default npc's and signs ect once the world is functional and spawned you can edit spawners manually [xmlshow will make the spawners turn...
  18. Quasar

    Player Placeable NPC

    in PlayerBarkeeper.cs is likely the best place to begin
  19. Quasar

    Need help with evo system

    Depending upon what copy of the EVO pet stuff that you have, it may have come with a "Pet Brush" if it did come with that pet brush players use that pet brush as a crafting tool that allows them to make the pet leash. You may have to add the pet brush to the buy sell files of one of the NPC's...
  20. Quasar

    Moving Tool

    I use this and it moves addons and mobs, not houses though i believe, however it should have some good ideas in it you might like to check out https://www.servuo.com/threads/ice-gmtool.436/
Back