Search results

  1. Ravenwolfe

    Client packs for download

    Ah, gotcha. That's gonna be a bit tougher to find. Most people didn't retain clients between the major publishes. I'll keep my eyes open for you. There is a project that has most versions of the client.exe and you just have to fill in with the supporting files, so that might be an option...
  2. Ravenwolfe

    Housing Issue - BUG?

    Hmm, my first thought is to make sure the roof is properly supported from below? I can't think of any code related reason that would happen, but I know roofs can be tricky on custom houses and if you dont support it correctly, it will not show. I think the roof tiles are orange or something...
  3. Ravenwolfe

    Client packs for download

    It has 6.0.10 or is that too old?
  4. Ravenwolfe

    Client packs for download

    https://www.servuo.dev/threads/poor-mans-uo-resource.1739/
  5. Ravenwolfe

    Mono Compile Issue

    I don't do anything with custom mapping. You can replace the map files with older ones in your client directory, but for building new ones you need something like Centred+ I don't mess with that, so I wont be much help. I would search Centred+ or post a new topic for that.
  6. Ravenwolfe

    Mono Compile Issue

    No, that's just for windows, although the process is very similar. Here is what I do in Ubuntu: 1. git clone the ServUO repository into a folder in my home directory. 2. copy my client files into another folder in my home directory. 3. edit the datapath.cfg file to correctly point to my client...
  7. Ravenwolfe

    Multiple seed drop on corpse[not working]

    RandomPeculiarSeed is a method not a constructor, and it does not accept an amount. The (4) is determining which group of seed types it should select from. The method is only designed to create one seed, since the actual construction is inside the method and because the seed constructor does...
  8. Ravenwolfe

    Mono Compile Issue

    Sounds like you have some duplicate files. Look and see if you have the XmlSpawner system in there twice. ServUO comes with XmlSpawner already, so is it possible you added it somewhere else as well? Xmlspawner is in Scripts/Services folder
  9. Ravenwolfe

    Mono Compile Issue

    Use the make command to compile the server.
  10. Ravenwolfe

    Opinions on VPS servers

    @cmileto Ok, I got a joe's box to play with and I put you down as referrer. Really good price, cant wait to see how it runs.
  11. Ravenwolfe

    Static IP Tools ?

    That router appears to support serveral of the services. http://i.imgur.com/WguAGcMh.jpg
  12. Ravenwolfe

    log in issues on 2nd pc

    I wouldnt turn them off, you need to put in an exception. Windows firewall has a nasty habit of filtering traffic even when it is "off"
  13. Ravenwolfe

    log in issues on 2nd pc

    Check your windows firewall to make sure port 2593 is available to traffic from both public and private networks. If you can ping the computer but still cant connect its usually a port issue.
  14. Ravenwolfe

    Static IP Tools ?

    Check your router. Many of them have a built in service such as dyndns to handle this for you.
  15. Ravenwolfe

    log in issues on 2nd pc

    Is the server console logging anything when he attempts to connect?
  16. Ravenwolfe

    servuo crashes upon create world

    Are you using an older client that uses less maps?
  17. Ravenwolfe

    AoS House rules - Back to being able to walk on private home stairs.

    Always a good idea to post a solution to a problem: 1. Someone may suggest a better way to fix the issue. You get a more efficient solution and learn how to program better. I've learned a ton this way by posting code and someone showing me how to do it more efficiently or better memory usage...
  18. Ravenwolfe

    Factions (allow non faction players into the faction areas)

    The line you need to change is: return (Faction.Find(m, true, true) != null); OnMoveInto is looking for a bool (true or false) to be returned. If true, the player can go in, if false, they cannot. That line is doing a FactionFind to determine if the player is in a faction. If he is in a...
  19. Ravenwolfe

    Factions (allow non faction players into the faction areas)

    Keep in mind that a change like this can cause issues such as blue players blocking the sigils and such.
  20. Ravenwolfe

    Real UO dev meet and great - check out the taming changes coming!

    I guess we shouldn't complain. Imitation is a form of flattery.

Donations

Total amount
$30.00
Goal
$500.00

Shards

Back