There is no such thing as a "lite" version for botting...
To answer this question once again, addressing new content is trivial compared to the other work that must be done.
The
vast bulk of the time is spent:
- Reconstituting changes to the WoWclient object model
This is caused by changes in game mechanics--not "new content". The game mechanics deal with things like how spells work (overrides vs normal), etc. Information is refactored--information that used to exist in one object has been shuffled to another object, or sometimes broken into pieces and scattered to several objects. This new refactoring must be analyzed and accommodated.
- Analyzing and defeating the anti-botting measures Bliz had put in place.
Aka, "The Warden".
Your client-side botting safety is the primary concern--a shortcut here would be devastating to the entire Community.
- This time Bliz switched compilers.
So, the old patterns that were used to quickly locate, check, and update blocks of code are no longer valid. The development team must spend additional time to locate the new information, and create new patterns for it, so the next updates won't take so long.
- Many, many more issues along this line.
Almost everything else is trivial in comparison. The time it takes to produce a 'lite' version is virtually the same it takes to produce a 'full' version. Thus, there is no such thing as a "lite" version.
cheers,
chinajade