Why not just make it yourself?
Download servuo repo, Follow the directions for UltimaLive install, Compile ServUO, follow the the lumber harvesting instructions.
 
It really is maybe about 15 minutes of "work" tops, rather than waiting to see if someone has it done.
 
With the suggestion, and following the directions, there wasn't any line numbers that specified where to put the modifications in. Doing the best *I* can it isn't compiling at all in the PlayermMobile.cs , so I am uploading the CS file and attaching it instead of inserting all of the lines of code. I would also like this moved to the proper area as well please.

Code:
Errors:
+ Mobiles/PlayerMobile.cs:
    CS1519: Line 2466: Invalid token 'if' in class, struct, or interface member
declaration
    CS1519: Line 2466: Invalid token '!=' in class, struct, or interface member
declaration
    CS1519: Line 2468: Invalid token '=' in class, struct, or interface member d
eclaration
    CS1519: Line 2468: Invalid token '(' in class, struct, or interface member d
eclaration
    CS1519: Line 2468: Invalid token ')' in class, struct, or interface member d
eclaration
    CS1518: Line 2472: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2505: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2515: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2573: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2581: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2591: Expected class, delegate, enum, interface, or struct
    CS1022: Line 2594: Type or namespace definition, or end-of-file expected
    CS1022: Line 2595: Type or namespace definition, or end-of-file expected
    CS1518: Line 2597: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2610: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2618: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2619: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2620: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2622: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2624: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2626: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2638: Expected class, delegate, enum, interface, or struct
    CS1518: Line 2655: Expected class, delegate, enum, interface, or struct
    CS1022: Line 2656: Type or namespace definition, or end-of-file expected
Scripts: One or more scripts failed to compile or no script files were found.
 

Attachments

  • PlayerMobile.cs
    136.3 KB · Views: 0
I also wanted to add the instructions from RunUO, so that there could be clarification on which steps to do for each distro? This PDF points to 2.3 RunUO or ServUO except it focuses only on RunUO and doesn't include the same exact instructions for ServUO. I thank you in advance for your patience and in helping clarify the steps needed.
 

Attachments

  • UltimaLiveUsersGuide.zip
    368.5 KB · Views: 7
I also wanted to add the instructions from RunUO, so that there could be clarification on which steps to do for each distro? This PDF points to 2.3 RunUO or ServUO except it focuses only on RunUO and doesn't include the same exact instructions for ServUO. I thank you in advance for your patience and in helping clarify the steps needed.

Refer to this post:http://www.servuo.com/threads/ultima-live-map-streamer-and-editor-0-75.284/
I posted where the edits should go, and this may be of some help for ya. ;)
 
Back