Diesel
Member
View attachment 7065
[doublepost=1479002529][/doublepost]
I put in the files for the FS ATS GEN2. I updated the distro files and it went pretty well. I did get 1 error
--------------------------------------------------------------------------------
ServUO - [http://www.servuo.com] Version 0.5, Build 6109.35558
Publish 54
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings
Errors:
+ Mobiles/PlayerMobile.cs:
CS0101: Line 80: The namespace 'Server.Mobiles' already contains a definitio
n for 'BlockMountType'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
I am uploading the PlayerMobile.CS I am using. When I tried to remove that block of code all hell broke lose. I 'm not much of a coder if at all.
[doublepost=1479002529][/doublepost]
Just a note for those who are looking to implement the full FS:ATS system, it's actually VERY easy using this build since the BODs and Animal Trainer are standalone and already in so you don't have to muck with anything related to the BODs or trying to merger the animal tranier.cs files (aka you can literally ignore anything related to BODS or AnimalTrainer). That said it leaves you with a handful of edits and you'll be good to go.
This is where I got the system from: http://www.runuo.com/community/threads/roningts-fs-ats-gen2-v1-0-0-for-runuo-v2-5.535778/
I've downloaded it and moved everything not needed into a folder. Btw obviously I did not make this...it was Ronin so all credit to him for original coding etc...etc...
The only distro edits i'm not 100% positive on if you need to do are basevendor and playervendor...but i'm pretty sure I made them.
Anyway keep in mind if you want to change things around with the bods to be "true" to the original system, it's easy enough to change the rewards and whatnot...all the files are there. I'm actually running with a hybrid and works great
I put in the files for the FS ATS GEN2. I updated the distro files and it went pretty well. I did get 1 error
--------------------------------------------------------------------------------
ServUO - [http://www.servuo.com] Version 0.5, Build 6109.35558
Publish 54
Core: Optimizing for 8 64-bit processors
RandomImpl: CSPRandom (Software)
Core: Loading config...
Scripts: Compiling C# scripts...Failed with: 1 errors, 0 warnings
Errors:
+ Mobiles/PlayerMobile.cs:
CS0101: Line 80: The namespace 'Server.Mobiles' already contains a definitio
n for 'BlockMountType'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
I am uploading the PlayerMobile.CS I am using. When I tried to remove that block of code all hell broke lose. I 'm not much of a coder if at all.
Attachments
Last edited: