TESO Bot:
- Bugfix: Fixed broken offsets
- Bugfix: Fishing now works with other languages. Just make sure you double click the target and set it to type "Fishing"
Let me know if anything else seems broke
ESO Bot 2.2.9.3 - Misc Fixes
Moderator: ScreamingEagle
-
- Posts: 11
- Joined: Tue Sep 09, 2014 11:17 pm
Re: ESO Bot 2.2.9.3 - Misc Fixes
I get the following error whenever I run this routine: "Array dimensions exceeded supported range., MMOViperBot"
Edited: this is what's causing the error: Buffs buffs = Bot.Player.Buffs;
Code: Select all
// List Player buffs
IBuffs buffs = Bot.Player.Buffs;
string str = "Discovered Player Buffs:";
foreach (KeyValuePair<uint, IBuff> entry in buffs.Dictionary.ToList())
{
str = String.Format("{0}\r\n\t\t\t{1} ~ {2}",
str,
entry.Key,
entry.Value.Name);
}
Bot.Log.WriteLine(str+"\r\n");
Re: ESO Bot 2.2.9.3 - Misc Fixes
Please download 2.2.9.3a and its fixed!