February 9, 20179 yr I get help from that forum with answer which is using a part of c# version 6 - that $ thing used before string instead of using string.format thing like in this example $"print(\"{wowPlayer.Name} around paused.\")". That thing requires c# 6 I have only c# 5 ( windows 7 ) i found how to get compilator for version c# 6 and I have now csc.exe (compilator ) file in separte directory. How to make the bot compile the plugin or rotation using that csc file or where to replace files to get it compiled with c# 6 special new functions?
February 9, 20179 yr the 6 comes with dotnet 4.6.1. You can't use the 6 syntax in wrobot. I tried with no luck. (you don't compile the code, wrobot is compiling it.)
February 9, 20179 yr i'm using 4.5.2 and i also use the short strin.format or elvis and it works fine for me. You can place the cs into the FigthClass folder like the xml or ddl's
Create an account or sign in to comment