Search results

  1. Izex

    Where to add Dungeon Regions?

    I wanted to make it so that players can't teleport into or mark in the custom dungeons I have made and wanted to know what file I needed to look at to add them to the list. I looked at DungeonRegion.cs and didn't find anything useful and SpellHelper.cs points towards DungeonRegion.cs for "Thy...
  2. Izex

    Teleporter.cs

    I wanted to know how I could get this script to check for a custom value (true or false) and only teleport the player if it is true. I added what I thought would work on the lines 22, 57, 162 - 171, 229 - 233, 365, 387 - 391 and it compiles but it lets players teleport if ispvpmode = true or...
  3. Izex

    Paragon UO

    While this shard is currently being developed I am looking for people to help test out the content and systems that are available and give feedback. Sovereigns (store currency) can be earned or obtained via donations and by completing achievements or by joining in events. I do want to let...
  4. Izex

    Pet Training for Custom Creatures

    I wanted to make another creature and allow people to train it like any other pet but I can't find out how to get the pet training option to work. I have controlslotsmax set to 5 (min is 2) but when I click begin pet training nothing happens. Any help is appreciated.
  5. Izex

    Error during Make

    I get the following error when I do make. I appreciate any help and I am running the latest Ubuntu version. root@Linux-XPS-8300:/srv/ServUO# make csc -win32icon:`pwd`/Server/servuo.ico -r:`pwd`/Ultima.dll,System.Drawing.dll -nowarn:0618,0219,0414,1635 -target:exe -out:`pwd`/ServUO.exe -d:MONO...
  6. Izex

    Animal Taming Systems Gen2 (Help)

    I am using Animal Taming Systems Gen2 and I have everything working fine except for one bug. Each creature has a level between 1-30 but if the server restarts all creatures will be set to level 0. This makes it impossible for players to level pets and wanted to know if anyone has encountered...
  7. Izex

    Guild Wars

    I wanted to if there is a way to modify the maximum amount of time a guild can be at war with another guild. Right now the maximum time a guild can be at war is 15 hours and I would like to make it much longer, pretty much a never ending war. I imagine it has something to do with guilds.cs but I...
  8. Izex

    Item Creation for First Character

    I added a script, found it online on runuo, and it is supposed to create a skill ball when it is the players first character on their account. I am not sure why it isn't working and was looking for some help with it. Here is the link to the forum post I found the code on. using System; using...
  9. Izex

    Animal Lore

    Okay so this is a very broad question but would anyone know why animal lore will not raise when someone uses it on a creature? Right now the only way on my server to raise it is to tame a creature. I have skill gain set to 8x and the only thing touching animal lore is the jako animal...
  10. Izex

    Crystal Hydra Breath

    So I have the Crystal Hydra as tamable and when it uses its breath attack it will hit friendlies as well. Can someone help me with which part of the script I need to change/remove to keep it from attacking friendly players and its control master? Thank you in advance for your help <3...
  11. Izex

    ImmortalUO

    Server Features: 45 More Tamables ranging from custom monsters and ones you previously could not tame like a shadow wyrm or Frost Dragons! 16,000 Max Skills Total 130 Per Skill Max 8x Skill Gain 400 Stat Total Faster Stat Gain Felluca Ruleset everywhere meaning Trammel, Malas, etc... Several...
  12. Izex

    NPC to Blue (Peacemaker)

    I have a script I downloaded called Peacemakers, strong guards that will attack criminals, and right now they spawn gray instead of blue. I tried adding the code to make them innocent but they still do not spawn blue. Here is the code. Search for the text innocent to find the added code. //...
  13. Izex

    Costume Question

    I wanted to know how I can change the costume items, wisp costume, from taking up the hand slot to their shoe slot. This way people could have their own weapons equipped while having their costume equipped. How would I go about doing this? Here is the code for the Wisp Costume.
  14. Izex

    Hello World!

    Hello everyone :) always loved UO since I was a kid and it's nice to see this forum is active compared to others. I look forward to talking with all of you!
Back