atm i m wondering a bit about StaticPopup function .
my problem is that there are from time to time quests hidden in items , means
1) you need to loot the item == solved
2) use item in your bagback == solved
3) but when you use the item , ther appears a popupmenue , where you need to hit accept quest
and this is exactly the step where i am stuck atm == NOT solved
what i tried so far
1)
Code: Select all
sendMacro("StaticPopup_OnClick(StaticPopup1, 1);");2)
Code: Select all
sendMacro("AcceptQuest()");got no clue how to get over this maybe some got an idea
greets