Search:

Type: Posts; User: pitoms

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    557

    Ok thanks. I fixed that problem now but now I...

    Ok thanks. I fixed that problem now but now I just have to tweak the colors and tolerances.

    I think that it might be better to use rs_GetUpText rather than do this. Right now I have
    ...
  2. Replies
    2
    Views
    557

    GetTextAtExWrap Spacing

    EDIT: In http://docs.wizzup.org/simba/scriptref/ocr.html#rs-setuptextfilter, how would I use a modified uptext filter? Like do I save it as a .pas file and put it in the same dir? How do I pass a...
  3. Thread: Opening Doors

    by pitoms
    Replies
    5
    Views
    1,027

    For the first problem, I'd check if the door is...

    For the first problem, I'd check if the door is closed before opening it by doing something like

    if IsUpText('pen') then
    openDoor();

    I'm not sure how you would solve your second problem...
  4. Checking if player is active & if bank interface is open

    I'm working on a essence script and I'm trying to find a good way to see if a player is active. I know there's a way to do it with animations but the player is sometimes blocked by the giant block of...
Results 1 to 4 of 4