Search found 4 matches
- Sat Nov 06, 2021 10:06 pm
- Forum: Announcements
- Topic: ESO Bot 2.2.9.3 - Misc Fixes
- Replies: 2
- Views: 2181
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 " // List Player buffs IBuffs buffs = Bot.Player.Buffs; string str = "Discovered Player Buffs:"; foreach (KeyValuePair<uint, IBuff> entry in buffs.Dictionary.ToList())...
- Mon Feb 08, 2021 1:50 am
- Forum: Announcements
- Topic: ESO Bot 2.2.7.9 - Static/Door bugfix
- Replies: 2
- Views: 2403
Re: ESO Bot 2.2.7.9 - Static/Door bugfix
Bot.Target.Status seems to always return the value of -1. Is this a bug?
- Fri Jun 12, 2020 3:13 pm
- Forum: Announcements
- Topic: ESO Bot 2.2.6.4 - Maintenance Patch and Misc
- Replies: 4
- Views: 4643
Re: ESO Bot 2.2.6.4 - Maintenance Patch and Misc
It is fixed now. What was happening was IGame.Player.Name always reported the first character you logged in, switching players kept reporting the first players name. It is working correctly now. Thank you.
- Tue Jun 02, 2020 1:10 am
- Forum: Announcements
- Topic: ESO Bot 2.2.6.4 - Maintenance Patch and Misc
- Replies: 4
- Views: 4643
Re: ESO Bot 2.2.6.4 - Maintenance Patch and Misc
FYI - IGame Player.Name: returns the same name for all players