January 28, 20197 yr Hello everyone, I'm missing the forum because I'm dedicating myself to Python programming studies and I'm still getting married this year (I'll make a good amount of money to make my fiancée happy ?). I stopped playing for a while, but I'm going back and now I want to start learning C #. 1 - I did a quick search on goole and saw that C # is in version 7.x, s I want to start developing for wow 3.3.5 that will work? Or will I have to apprehend the C # version of the time that wow 3.3.5 was released? 2 - What topic on the internet do I have to find, about C # to start? (Correct me if I'm wrong.) Example: I believe the first thing I should learn is, how to write and read in memory using C #. (I want to study how a bot works, perhaps by creating my own bot. 3 - In my old Honorbuddy folders I found my old combat routine bot, (the best I've ever used) TuanHAWarriorLegion, I found some files (attached) that I find interesting, I would like an equivalent for version 3.3.5, would anyone? DispellASAPDefault.xml InterruptOnlyDefault.xml
January 30, 20197 yr On 1/28/2019 at 10:38 PM, Garub said: 1 - I did a quick search on goole and saw that C # is in version 7.x, s I want to start developing for wow 3.3.5 that will work? Or will I have to apprehend the C # version of the time that wow 3.3.5 was released? It depends, if you compile yourself any framework version should work. If you let for example WRobot compile your C# files(.cs) it will be on C# 4.0 / net framework 4.0. Prefered would be a higher version. https://stackoverflow.com/questions/247621/what-are-the-correct-version-numbers-for-c On 1/28/2019 at 10:38 PM, Garub said: 2 - What topic on the internet do I have to find, about C # to start? (Correct me if I'm wrong.) Example: I believe the first thing I should learn is, how to write and read in memory using C #. (I want to study how a bot works, perhaps by creating my own bot. At first a small project like a plugin for WRobot is good enough to start off, later you may take other sources as reference and improve your code style, structure & performance preferably with C# projects on github or here at the download section. If the goal is to create a bot, you can also just start your own project and take other bot sources as reference. It is also advisable to google as much you can to follow the best practices and apply it to the code. Recommend tools: Visual Studio(IDE) DotPeek(Decompiler) - if you would like to view the API Recommend links: https://github.com/ - Many open source projects to explore http://stackoverflow.com - For me a good a resource on things like how to do X https://www.dotnetperls.com - Good & small code examples for handling different tasks https://docs.microsoft.com/en-us/dotnet/framework/index - C# / Net framework reference https://docs.microsoft.com/en-us/dotnet/framework/wpf/getting-started/walkthrough-my-first-wpf-desktop-application - Create your own app with Wpf Bot sources: https://github.com/miceiken/IceFlake https://github.com/tanis2000/babbot/ https://github.com/Zz9uk3/ZzukBot_V3
February 17, 20197 yr Author On 1/28/2019 at 7:38 PM, Garub said: Hello everyone, I'm missing the forum because I'm dedicating myself to Python programming studies and I'm still getting married this year (I'll make a good amount of money to make my fiancée happy ?). I stopped playing for a while, but I'm going back and now I want to start learning C #. 1 - I did a quick search on goole and saw that C # is in version 7.x, s I want to start developing for wow 3.3.5 that will work? Or will I have to apprehend the C # version of the time that wow 3.3.5 was released? 2 - What topic on the internet do I have to find, about C # to start? (Correct me if I'm wrong.) Example: I believe the first thing I should learn is, how to write and read in memory using C #. (I want to study how a bot works, perhaps by creating my own bot. 3 - In my old Honorbuddy folders I found my old combat routine bot, (the best I've ever used) TuanHAWarriorLegion, I found some files (attached) that I find interesting, I would like an equivalent for version 3.3.5, would anyone? DispellASAPDefault.xml InterruptOnlyDefault.xml Can someone answer me question 3? Please. ^^
Create an account or sign in to comment