Hey guys,
I've never really explored this area of simba.. I want my script to find a monk when his health is > 50 and then talk and ask to heal.
Now I came to the conclusion for finding the heal text I can use a dtm.
However.
I'm stumped with finding the text after right mouse clicking, I was thinking of using DTM's with that as well... but that's no good considering the box is a little see through.
Simba Code:if FindObj(X, Y, 'monk', 2109238, 6) then
Mouse(x, y, 2, 2, False);
I looked at Uptext within the simba client itself. Didn't know which one to pick haha :P





Reply With Quote



