ESO Bot 2.2.9.3 - Misc Fixes

Read-only announcements from the team.

Moderator: ScreamingEagle

Post Reply
Message
Author
PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

ESO Bot 2.2.9.3 - Misc Fixes

#1 Post 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

zandros123
Posts: 11
Joined: Tue Sep 09, 2014 11:17 pm

Re: ESO Bot 2.2.9.3 - Misc Fixes

#2 Post 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;

PitViper
Site Admin
Posts: 20734
Joined: Tue Oct 16, 2007 7:01 am

Re: ESO Bot 2.2.9.3 - Misc Fixes

#3 Post by PitViper »

Please download 2.2.9.3a and its fixed!

Post Reply

Return to “Announcements”