Hell-Razor
New Member
- Joined
- Feb 1, 2012
- Messages
- 268
(and all due respect, your plugin is awesome. There is a reason why I dont write my own profiles so keep up the good work man)
Haha very true. Just trying to help though. Granted, if the bot sits there long enough then a bunch do spawn, so its not a bad spot. But there seems to be like a quiver or something the bot does (like tries to leave and comes back) very quickly ever few seconds. I dont know if its possible (or hard) but write like an if loop if its not there? Like if the mushrooms != location then do aother quest? There are like four or five quests your plugin will pick up and all in the same area....
Awsome. I have been meaning to report the issue for a while now along with some others. Ill probably add one or two more things to "the list" for you...It's on the list.
Awsome. I have been meaning to report the issue for a while now along with some others. Ill probably add one or two more things to "the list" for you.![]()
I'm having trouble with the bot spamming the quest giver Elder Anli and not picking up the quest. I stop the bot an pick it up and then it just spams the quest giver over and over again. Also the bot would just is in the garden at the tilers and not do anything.
It worked fine with another character. I haven't played WoW for 8 months. It's all coming back to me. How do I get skinners to skin while questing?
Rampage Against the Machine isn't working. It's not moving the bug. It just sits there. It turns the bug but won't walk it forwards to find mobs. It won't attack other large bugs and it won't attack the rock elements. I have to force it to fight.
TBM Interface never comes up. I've tired doing a fresh install. I'm not really sure what to try next. Everything seems to install correctly. However when I select the plugin the TMB interface never comes up.
It stops at the Tillers. It won't even pick up the quests. It sits in the farming area. I try and start it again and it just stops.
When you say fresh install, you mean of HB, TBMC, or both?
The type initializer for 'User' threw an exception.System.TypeInitializationException: The type initializer for 'User' threw an exception. ---> Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'BothavenManager.JsonClasses.Product[]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
Path 'status', line 1, position 10.
at ..(JsonReader , Type , JsonContract , JsonProperty , JsonContainerContract , JsonProperty , Object )
at ..(JsonReader , Type , JsonContract , JsonProperty , JsonContainerContract , JsonProperty , Object )
at ..(JsonReader , Type , Boolean )
at Newtonsoft.Json.JsonSerializer.(JsonReader , Type )
at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
at BothavenManager.BothavenManager.User.()
at BothavenManager.BothavenManager.User.Login()
at BothavenManager.BothavenManager.User..cctor()
--- End of inner exception stack trace ---
at BothavenManager.BothavenManager.User.get_Authenticated()
at ManagerPlugin.ManagerUI..ctor()
at ManagerPlugin.Plugin.StaticOnButtonPress()