Originally Posted by
ReadyToKill
Thx for the fixed code, health/mana/quicksilver flask seem to be working, also is anyone able to get the dps calculator working? I believe the trigger button is F3, but i ain't 100% sure, but it is giving me no results.
Code:
IfInString, A_LoopField, Itemlevel:
{
StringSplit, ItemLevelArray, A_LoopField, %A_Space%
ItemLevel := ItemLevelArray2
Continue
}
to
Code:
IfInString, A_LoopField, Item level:
{
StringSplit, ItemLevelArray, A_LoopField, %A_Space%
ItemLevel := ItemLevelArray3
Continue
}
The only thing that could potentially get you banned is using "exit to login screen" as your autoquit method. As it writes to memory.
If you're really paranoid you could also have it rename itself every time it's run I guess.