Search results

  1. Any Quest Gurus out there?

    Tukaram, on that same note, couldn't I technically check a players Quest Log to see if they have x quest? Theres 3 quest givers, each giving 7 different quests, but I only want players to get 1 from each quest giver. All of the quests have the same Quest Name (logical not C#). Is there any...
  2. Single unstackable item not showing Item Name

    I have a few items, none of them stackable, that for some reason as soon as I add to the GetProperties for text underneath the normal properties, the name vanishes. (If the item is stackable, and theres 2 it works.) public class OnlineTicket : Item { [Constructable]...
  3. Any Quest Gurus out there?

    Update request for help. Does anyone, know of anyway, to prevent someone from taking multiple quests from the same Quest Giver? I tried the public override TimeSpan SpeakDelay => TimeSpan.FromMinutes(60); But that only stops their random yellings at people for that amount of time.
  4. Token Requester

    As far as I can see, the Charge time to regain a charge, is the same time as the Use time, so at the exact time you can use it, you should have 8 charges left, so it would drop back down to 7.
  5. Not sure where to post this

    careful, default spawn (when I used one) creates a few double up spawners (Miasma in Labrynth specifically), and some of TerMur isn't spawned (Bank and I forget what else)
  6. Not sure where to post this

    Here you go, one allspawns.xml with MinDelay 1 minute, MaxDelay 3 minute, instead of MinDelay5, MaxDelay 10.
  7. Not sure where to post this

    omg the file is too large to upload to the server. Ok I got it so go as a zip. Extract allspawns.zip (only has allspawns.xml in it) to the root directory of your server. ServUO-Master is the folder if you haven't renamed it. Once it is extracted, run [xmlspawnerload allspawns.xml that will...
  8. Not sure where to post this

    I am attempting to clean up my allspawns.xml file and send it to you. You could import it, and it will regenerate your world. I just need to remove the custom spawners from a copy quick. Edit - Nvm that wont work. Forgot I've all ready deleted all the trammel spawns. I'll just generate a...
  9. xmlspawner from file questions

    So I don't use xmlspawners advanced features fairly often, but I decided to try it to spawn in some mobiles. I copied spawners from the original .xml file and modified it for my use... Only problem is The UniqueIDs all ready exist in the server... Is there any easy way to quickly change the...
  10. Check Duration

    Lol I sent my version to Candy Apple direct. I didn't want to upload a new version of the creators file on his discussion xD
  11. Not sure where to post this

    Did you try the [recreateworld command? Brings up that gump, if you leave everything checked off and hit Okay, it should replace all the Spawners, using the new .xml files you modified.
  12. Not sure where to post this

    You can do [props on each XMLSpawner and adjust the MinDelayTime and MaxDelayTime manually... But you'd have to do that to EVERY xmlspawner. Thats what the playing around with the MinDelay / MaxDelay in the .xml file was supposed to do. Once you modify that file, and reimport it or however...
  13. Instant logout

    Its inside the Region.xml file if memory serves. I'll double check here and make sure. <region type="TownRegion" priority="50" name="Luna"> <rect x="945" y="490" width="91" height="61" /> <go x="989" y="520" z="-50" /> <music name="tavern04" /> <region> <rect...
  14. Not sure where to post this

    From your laptop, you need to use the Private IP address of the PC (assuming you are on the same network). In default home installations it should be192.168.#.#. # being using 1 or 0, and the second one anything between 2 and 253. Open a command prompt with windows (cmd.exe), and type the...
  15. Pumpkin Pet Quest

    5NOV202 iirc is Pub56.1. Dont quote me on that tho.
  16. Any Quest Gurus out there?

    Thanks Tukaram, I expected you would pop up here sooner rather than later lol. The Temporary Quest Object is actually a good idea, assuming I can find a way to do like a switch()/case by day... or maybe random the quest given out with a list that reselects the quest every 24 hours... hmmm idk...
  17. Not sure where to post this

    Do [recreateworld I added it in an edit. You can only do createworld once, recreate does a delete/recreate function, which is nearly the same.
  18. Not sure where to post this

    It will regenerate the same things it did on your original createworld. Its just one of the fastest ways I know to do this. The other option is you could then [xmlimportspawners <each spawner.xml file> one at a time. OR!!! (When I did this it ended up working, but caused a server crash)...
  19. Check Duration

    I managed to just self translate it. Also added it being used by [dur command >.> public string HitPoint = "Unbreakable"; - Line 166 AddLabel(150, 11, 37, "Equipment Durability"); - Line 85 Theres a picture of what I translated it into, and the lines that I changed to show the text.
  20. Not sure where to post this

    Default spawn rate was/is, 3 min minimum 5 min maximum for most mobs. Prior to using [createworld, you can modify the .xml files in UO\Spawns\*.xml and then I did a Replace <MinDelay>3</MinDelay> to <MinDelay>1</MinDelay> Replace <MaxDelay>5</MaxDelay> to <MaxDelay>3</MinDelay> Then you will...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back