Search results

  1. GameSage

    Howdy!

    Hey Ravenwolfe. Nice to meet you and welcome to ServUO!
  2. GameSage

    Daat99's OWLTR 3.01 For ServUO

    I look forward to checking this out. Thanks for the contribution!
  3. GameSage

    Visual Studio 2012

    Have you tried cloning from the repo and testing with a fresh setup? I have not ran into any issue like the one you're having but it almost sounds like your repo is incomplete for some reason.
  4. GameSage

    Hello all!

    @sec_goat thanks for the offer. I may take you up on that if I find myself in a bind.
  5. GameSage

    Hello all!

    On that last part you posted @Insanity; I would really like to help contribute to the growth of ServUO in some way. I am just starting to learn C# at college so I think this might help my skills improve while having some fun as well. But really, I do not have a lot of knowledge of C# yet at this...
  6. GameSage

    Whats going on!?

    Hey RoninGT, I have used some of your scripts in the past when I was using RunUO. Glad to see that you have made it over to ServUO and I look forward to seeing what you will be working on.
  7. GameSage

    Hello and a question...

    You can also check the "datapath.cs" and make sure that you have the correct path set up to point to your UO client.
  8. GameSage

    animal

    Hammerhand, I believe Manofwar was talking about the new systems that we're supposed to be introduced into ServUO. Not OWLTR. But do correct me if i'm wrong.
  9. GameSage

    server

    Glad I could help. :) As far as commands, [createworld will spawn all the normal things like doors and generic NPC's in the world.
  10. GameSage

    server

    Which git are you using? I personally use Git Extensions. Are you using the link that is supplied when you click on the "clone" button? https://bitbucket.org/servuo/servuo.git should be entered into Git as the repo to pull from.
  11. GameSage

    server

    If you're talking about the website to pull ServUO updates from, it's https://bitbucket.org/servuo/servuo/src. Hope this helps.
  12. GameSage

    This might sound stupid

    I believe the stand alone compiler is broken right now and the team is working on fixing it. (From what I had read about a week ago) Sorry, I just remembered that. It might be beneficial to you to use a program like Visual Studio 2012, or Visual Studio express to compile the server. I just...
  13. GameSage

    This might sound stupid

    The server does come with a compiler as Hands of God mentioned above. (You will find it in your main folder) Otherwise, you can also run this project from Visual Studio with .NET 4.5 framework, and compile/manage everything right from there. Hope that helps.
Back