Search results

  1. Misc Quick How-to-get-the-source-and-compile

    1. Download and install Git Tortoise (TortoiseGit – Windows Shell Interface to Git) & - if you use Windows - Git for Windows as described. 2. Create new folder "ServUO" 3. Right click folder "ServUO" -> "Git create repository here" -> Check box "Make it bare", Ok 4. Right click folder again ->...
  2. Code RunUO/ServUO specific coding documentation

    I've collected some documentation which was made for RunUO but is still very much true for ServUO. Every package is html based, so will open in your browser, start it through the index.html file in each of them. It would be fantastic if someone has the time and energy to merge them and update...
  3. Code Coding/Scripting 101 (in layman terms)

    Be warned, I'm not sure how much time I'll have to finish that, but I'm going to attempt a repeat of what I've done years ago with the Nox Wizard emulator. Nox was a total nobody until our team did not just do what every emulator should do (write code and fix bugs regularly) but because I (not...
  4. Code Accessing the local server from the internet

    This was not written by me but is just a translation from http://uostuff.uo-projects.net/uostuff/index.php?articles-show-A10 . It was written for RunUO but should work for ServUO too. The RunUO port must be forwarded to your internal IP network in the router. In most routers the configuration...
  5. Misc Setting up a shard for "life" mode (Windows 8.1, High Seas)

    I've finally got the whole thing with ServUO and rather ancient (but existing) tool set up to work the way I want it. There is a lot of great tools out there which on the other hand aren't developed anymore. So it was a bit a pain to allow me to use a High Seas client with all the bells and...
  6. Code ServUO 54 Item types

    List of Item/NPC Constructables/Types, should be all I hope ...
  7. Code ServUO 54 Enums (options for item/tests)

    I've extracted these with doxygen from ServUO, sorted them etc. They are for "Server.Items" enum options AddonFitResult {Valid, Blocked, NotInHouse, DoorTooClose, NoWall, DoorsNotClosed} ArmorBodyType {Gorget, Gloves, Helmet, Arms, Legs, Chest, Shield} ArmorDurabilityLevel {Regular, Durable...
  8. Misc XmlSpawner Tutorials

    Backup from ArteGordon from http://xmlspawner.fr.yuku.com/topic/50/What-are-Attachments What are attachments? The attachment system allows dynamic functionality to be added to items/mobs without requiring any modification to the item/mob scripts themselves. Think of them as something like...
  9. No tree foliage visible ...?

    That worked, thanks.
  10. No tree foliage visible ...?

    Lol yes, I'm in Felucca and that removes the leaves. Can I change that somehow, since I'm intending to do custom maps anyway, that Felucca shows leaves?
  11. No tree foliage visible ...?

    Could it have anything to do with facets, me being in Felucca maybe so trees are stripped bare by that? If yes how do I change the facet or the facet setting? I'm on map0.mul.
  12. No tree foliage visible ...?

    Really odd, at first I thought it was simply because I used 7.0.23.1 client (which is a winter client, replaces the grass textures with snow etc). But now I've gotten everything settled and the 7.0.20.1 client too (which should be a regular client). And still no tree foliage. o_O Anyone an idea...
  13. XmlSpawner and Addon Tutorials - Coming Soon

    I'm not working on a specific project but trying to compile a documentation of ServUO and features. I've finished the regular ingame commands available, syntax/usage and rank and now am looking into doing the same for XmlSpawner, as it adds basically a ton more commands available outside of...
  14. XmlSpawner and Addon Tutorials - Coming Soon

    That is very nice. Could you maybe write up an overview over the XmlSpawner attachments that exist? I've started making a list but this seems utterly undocumented, most threads by arteGordon are all over the web and often deleted where he explained individual ones. I got a good chunk of...
  15. Ingame commands to set properties, list of questions

    Updated initial post, more specific questions about decay property/issue for GM's etc.
  16. UO Reader

    Horian submitted a new resource: UO Reader - UOP file reader Read more about this resource...
  17. Misc UO Reader 0.8.7

    UOP file reader, does not work without legacytexture.uop and does not read mul files it seems. Not from me but from https://code.google.com/p/kprojects/downloads/list
  18. UOFiddler with UOP support

    I've updated the animlist.xml to be up to date with version 7.0.23.1 for the mobs at least - but for some odd reason the above UOFiddler does not show most of the new anims (while the client from the same folder/path has no issue). Anyone a clue if that can be fixed? That is still mul-only ...
  19. Ingame commands to set properties, list of questions

    A good life event with GM/Seer overtaking an NPC to nudge someone or introduce some story or move it along is not at all comparable in flexibility, depth etc with pre-made simple things as in a "quest". I'm not talking quests at all but real roleplay-server events.
  20. Ingame commands to set properties, list of questions

    This is very different, it allows to act like the NPC. So for example a vendor suddenly starts talking to someone and gives out hints for a quest or such. Impossible to do life events like this just scripted.
Back