Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Hey.. Trying to fix this bot.. So far I've gotten rid of all the other errors. But now I'm stuck on this line.. Does anyone know what it would have been changed to in the new HB...
public static bool IsFishing { get { return FishingIds.Contains(ObjectManager.Me.ChanneledCasting); } }
This is the following error while being compiled :
Could not compile bot from R:\My Programs\HonorBuddy\Horde-Druid\Bots\MrFishIt
File: Fishing.cs Line: 16 Error: 'Styx.WoWInternals.WoWObjects.LocalPlayer' does not contain a definition for 'ChanneledCasting' and no extension method 'ChanneledCasting' accepting a first argument of type 'Styx.WoWInternals.WoWObjects.LocalPlayer' could be found (are you missing a using directive or an assembly reference?)
I download it. Put it into my Honorbuddy folder and start honorbuddy.exe. then i select MrFishIt[1.0.1] and hit start. Isnt that what i was supposed to?