BosslandGmbH / BuddyWing

BuddyWing is the bot for Star Wars: The Old Republic. This repository contains the open-source components that power the bot.
4 stars 2 forks source link

bug: 'harvesting' mats doesn't really work #64

Open derFalke opened 6 years ago

derFalke commented 6 years ago

swtor changed looting of mats since about 2 years that beside of the level you have, you can 'harvest' every level of mat. the bot ignories still this and don't take mats on his way which are to high. Newly skilled character doesn't want to gather mats.

derFalke commented 6 years ago

looting mobs doesn't work (if they require for example 500) - which is obsolute information - but looting mats seems to work as i see (zakuul the bot loots mats but no mobs)

derFalke commented 6 years ago

suggest: remove e.g. Scavenge.cs var SkillReq = Math.Max(unit.Level - 3, 0)*8; not required anymore

var SkillReq = 1 ?