Search the Community
Showing results for tags 'code'.
-
Version 1.0.11
221 downloads
WELCOME ! Authentication Server seems to be down or messed up - Any future purchases will be "NO Auth" versions. Over 1500+ man hours went into all of this work. Around 3,000 quests. Enjoy! Classic Retail Bot - info contact me. DISCOUNTS: Have you bought ANY of my profiles in the past? Offering a DISCOUNT to any of my Valued customers who have supported my work in the past! Contact me on Discord if you are and I will personally give you a discount coupon ATTENTION BUYERS: After purchasing, please open -
Hi all, I figured I'd post some things that I have learned during my time of developing in C#. Perhaps some of this is obvious for some of the more experienced WRobot C# writers, but for me, I had to do a lot of forum searching and experimenting to make progress on any of my work. How do I get started? Please see this post by @Droidz How can I see what Functions are available to me in the WRobot API? I recommend using some sort of decompiler in order to see what functions are available in the WRobot API. That is, use something such as dotPeek fro
-
Anybody who knows how to get the text form the popup frame.Maybe it can be done with lua I think.
-
Hello, I've been looking into writing my own plugin and have found that it is extremely hard if I can't test some of the functions I'm wanting to use (such as, ObjectManager.GetUnitAttackPlayer()). I've been looking into the development tool and saw the 'C# (ret value in wManager.DevelopmentTools.OutPutCSharp)' button but have no idea what that does or how to use it although I feel like this is what I'm looking for lol. So, officially my question is, how can I test return values of functions I want to use?