Page 1 of 1

ESO Bot 2.2.9.3 - Misc Fixes

Posted: Wed Nov 03, 2021 8:45 am
by PitViper
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

Re: ESO Bot 2.2.9.3 - Misc Fixes

Posted: Sat Nov 06, 2021 10:06 pm
by zandros123
I get the following error whenever I run this routine: "Array dimensions exceeded supported range., MMOViperBot"

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");
Edited: this is what's causing the error: Buffs buffs = Bot.Player.Buffs;

Re: ESO Bot 2.2.9.3 - Misc Fixes

Posted: Wed Dec 15, 2021 8:34 am
by PitViper
Please download 2.2.9.3a and its fixed!