Search results

  1. Visam

    GenderChangeToken

    The gender change token in servuo requires the following script PromotionalToken.cs to work I think it should be just drag and drop from browsing through it. Here is mine from an older version which should work better for you than the one in the current repo.
  2. Visam

    Day and night ideas?

    I'm not sure if the version you are running has it or not but you can enable and edit Assistants.cs to disable the light filter in razor/uosteam ect...
  3. Visam

    GenderChangeToken

    try replacing those 3 lines with: public override int LabelNumber { get { return 1070997; } } // a promotional token public TextDefinition ItemName { get { return 1075252; } } // gender change public Type GumpType { get { return typeof(GenderChangeConfirmGump); } }
  4. Visam

    Shard CPU usage is high

    Great idea adding it to GenerateLoot in BaseCreature makes it much simpler to edit it. Just checked and on my older version of ServUO it doesn't tag the Champ with IsChampionSpawn so it's most likely still the same way now. The current repo Championspawn.cs has references to it in 3 locations...
  5. Visam

    Shard CPU usage is high

    I'm not sure exactly how much it would help but one thing you could do is go through any creatures that spawn during champs and remove the loot generation process if they are part of a champ spawn since you can't really loot mobs much during a champ like: public override void GenerateLoot()...
  6. Visam

    I want to start world building...

    Those are script issues. To get it to have regular trees have a look in MapDefinitions.cs in the Misc folder. Near the top is: RegisterMap(0, 0, 0, 7168, 4096, 4, "Felucca", MapRules.FeluccaRules); and below it is a comment section that reads: /* Example of registering a custom...
  7. Visam

    Sacred Quest not working

    The start of it is a gargoyle standing on the steps between the moongate and royal city. He sends you to another gargoyle in one of the buildings in holy city who has you kill some things. After turning that quest in you can do the sacred quest
  8. Visam

    Wiping Gauntlets/Doom Points?

    [global set PointSystems.Doom 0 where PlayerMobile
  9. Visam

    Wiping Gauntlets/Doom Points?

    [props target the player pick PointSystemProps
  10. Visam

    Getting double amount of ingots from ores?

    it's not based on weight really. There are 3 types of ore. small - 1/2 ingot medium - 1 ingot large 2 ingots The larger ores do weight more, but weight isn't how it calculated, it's calculated based on the graphic of the ore. https://uo.com/wiki/ultima-online-wiki/skills/mining/
  11. Visam

    Character Stutter When Moving

    Are the accounts your using to test this all staff accounts? If they are this is most likely being caused by fastwalk prevention kicking in after switching from staff to player. Make sure [SpeedBoost command is off before switching from gm to player mode and it will stop this from happening...
  12. Visam

    Region error on console during quest

    Your using public SlayObjective(Type creature, string name, int amount, string region) If you don't want a region use public SlayObjective(Type creature, string name, int amount) public ProtectHavenMiners() : base() { //Slay Objective #1 AddObjective(new...
  13. Visam

    xmlspawner from file questions

    I don't know of any way to save an attachment on a player other than the way it is saved normally with the server save. I've had attachments on character's on my server for years and haven't ever had an issue where they got messed up, and if they did I doubt the server would load as it would be...
  14. Visam

    ServUO Help with quest loot stats

    It looks like that item has 3 properties and they are all fairly high intensity Think imbuing when looking at the intensity for the reflect physical 100% would give the max of 15 the 13 that was given to it is 86%
  15. Visam

    ServUO Help with quest loot stats

    Utility.RandomMinMax( 1,4 ) minimum and maximum number of attributes that will be on the item int min, int max min/max intensity of the attributes
  16. Visam

    xmlspawner from file questions

    checkmark property test in the box put: ItemID=XXXX The search will take a while because it's checking every item on every map you have selected
  17. Visam

    xmpspawner question

    It works fine on the version of ServUO I use, I just did a search through current servuo's files looks like WAITUNTIL was removed from xmlspawner some time ago, without it I don't know of any other way.
  18. Visam

    xmpspawner question

    To have a delay before the spawn restarts after the boss is killed use: WAITUNTIL,5 This example would wait 5 min before resetting the spawn. The Sub would be a step higher than the final spawn in the sequence (the boss)
  19. Visam

    XLM Spawner to Cast and Or Say Message

    The CAST keyword causes the player that triggered the spawner to cast a spell (also uses the players mana) Just using CAST,Spellname causes them to cast the spell on themselves using CAST,spellname,Range causes them to cast the spell on a random target within range spells that travel to the...
  20. Visam

    XLM Spawner to Cast and Or Say Message

    Are you testing this with a player or with your staff character? (xml spawner stuff doesn't work with staff) I just set this up, but I'm not on a current version of servuo and not sure what functionality they have removed from xml spawners but I do know they removed a lot of it. Refract...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back