jackpoz / BotFarm

Application used to spawn WoW automated players compatible with 3.3.5a version only.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to?

gpcore opened this issue · comments

Can you explain how compile this?

I am use VS 13 and got erros on compile like

The name 'DetourCLI' does not exist in the current context
The name 'VMapCLI' does not exist in the current context
The name 'MapCLI' does not exist in the current context

Could not resolve this reference. Could not locate the assembly "cli". Check to make sure the assembly exists on disk

Invalid expression term '.' AutomatedGame.cs 138 37 Client

for the "does not exist" errors read https://github.com/jackpoz/BotFarm/blob/master/README.md , in particular the part

As for Visual Studio 2013, keep an eye on https://github.com/jackpoz/BotFarm/commits/master , I changed the solution to VS 2015 2 days ago 5f5884e and started using C# 6.0 features that are supported only by VS2015 and that throw an "Invalid expression term" in VS2013.

If you are using Windows x64 bits you could simple use the binaries available at https://ci.appveyor.com/project/jackpoz/botfarm/build/artifacts automatically updated at each new commit

Thank you.