First time trying a script ... whew ... hats off to you guys who know what you are doing!!!
I have a little buffbot script working using EQ2Extreme (works on VISTA ... yay) ...
As it is, I have to run EQ2Extreme, then, with Exhume <Open> to load my project in order for it to run.
1) Can I (or better posed, How do I) 'include' the EQ2Extreme.exe in my script? Would I have to compile my script to .exe?
2) Is the 'EQ2' Class actually 'EQ' ? (I only use the EQ.Player request currently, but noticed it was not EQ2.Player ... or does this question not make sense?)
3) Once I do the following:
Code: Select all
set oPlayer = EQ.Player
set oMaster = oPlayer.Target
... my expectation was that anytime I did a check using IsAttacking(), for example ...
the flag would be an updated variable (since my understanding is that I'm looking at the memory location for the flag?)??
However, I find that I can only get the updated variable if I 're' set the variables again?
4) Any chance to get a GetMobByName() as MobObj?
Thanks Gheezer ... keep up the hard work ... good stuff!