Hello,
This is completely unrelated to EasyUO
1. You'll need to first get familiar with the StealthUO client which can be downloaded here:
http://stealth.od.ua/Site/Downloads (currently Stealth 8.10.1)
If you have trouble with this client I can come up with a short tutorial on how to set it up.
2. Then you'll need to download and install Visual Studio 2019 Community Edition
https://visualstudio.microsoft.com/downloads/3. After you install VS2019 and run it, the first window will ask if you want to create a new project or clone an existing one. We'll need to compile the ScriptSDK library first and import it to the EggFarmer project.
4. Choose to clone a project and put in this URL:
https://github.com/Crome696/ScriptSDK.git5. After it's cloned, the right side will have 2 panels - Solution Explorer and Team Explorer - make sure you click on Solution Explorer.
6. Double click ScriptSDK.sln - this is the solution file.
7. Select "Build" from the top menu and click on Rebuild. This will compile your solution and build the library file needed to import into EggFarmer.
8. We're done with the ScriptSDK project, select "File" from the top menu and close solution.
9. Choose to clone and put in this URL:
https://github.com/unisharpUO/EggFarmer.git10. Again, once cloned you should have 2 tabs on the right side that say Solution Explorer and Team Explorer - click on Solution Explorer and double click EggFarmer.sln - this is the solution file.
11. Now that you have the solution open, click the arrow next to references - we'll need to add one.
12. Right-click on References, select Add Reference, select the Browse button on the bottom and find the ScriptSDK.dll we just built... it'll be in the folder you cloned it to and then drill down to ScriptSDK/bin/debug/ScriptSDK.dll
13. Once the ScriptSDK reference has been added to EggFarmer, you can then build the EggFarmer application by selecting "Build" from the top menu and then select Rebuild.
14. At this point, you can either just hit the Start button at the top with the green arrow, or open File Explorer and drill down to where we just created EggFarmer.exe - EggFarmer/bin/debug/EggFarmer.exe