Results 1 to 6 of 6

Thread: How to use color to identify portable brazier at Shantay Pass?

  1. #1
    Join Date
    Feb 2008
    Posts
    41
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default How to use color to identify portable brazier at Shantay Pass?

    Hey all, I've been working on a few scripts as I said I would in a post a few weeks ago & being that it's been a while since I've coded, and over the 10 years I've been here, I haven't spoken much & am no longer in my prime, I'm having a bit of trouble using CTS to find the brazier.

    The ACA tool hasn't been very much help either. Even if I can identify colors on the brazier the spots are so minimal that I don't think it'd be efficient. If I try to widen the range, it just lights up the entire screen red. I've been sourcing some of my methods from other scripts, and came across a filtering method in SemtexFishingGuild to determine fish spot while filtering water color. I just don't understand the logic or how I'd implement it for this reason.ACAhelp.png

    the attached pic is what happens anytime I try to expand the colors to find the best color

    Please help!

  2. #2
    Join Date
    Feb 2008
    Posts
    41
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Alright, so I have an idea; so I want to hear some opinions on this method. Using Booleans to confirm the direction faced, zoom, and angle of camera; would it be possible to put TBoxes' on the mainscreen where the braziers would typically be; and having Simba right click until it finds the "Add Log to Portable Brazier" option?

  3. #3
    Join Date
    Aug 2009
    Location
    Nova Scotia, Canada
    Posts
    604
    Mentioned
    0 Post(s)
    Quoted
    56 Post(s)

    Default

    Is there an unique object nearby you can use as a reference? Find the (relatively) easy to find object, use that to calculate a search area for finding the object you are actually interested in. I sometimes do this if I am truly stuck on finding something.
    Never ever approach a computer saying or even thinking "I will just do this quickly".

  4. #4
    Join Date
    May 2012
    Location
    Glorious Nippon
    Posts
    1,011
    Mentioned
    50 Post(s)
    Quoted
    505 Post(s)

    Default

    Quote Originally Posted by Dead_Photos View Post
    Alright, so I have an idea; so I want to hear some opinions on this method. Using Booleans to confirm the direction faced, zoom, and angle of camera; would it be possible to put TBoxes' on the mainscreen where the braziers would typically be; and having Simba right click until it finds the "Add Log to Portable Brazier" option?
    Yeah, the lazy way is to just check a few points/boxes around the player for mouseover/uptext. I think I had a few scripts like that for portables.

  5. #5
    Join Date
    Feb 2008
    Posts
    41
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by Citrus View Post
    Yeah, the lazy way is to just check a few points/boxes around the player for mouseover/uptext. I think I had a few scripts like that for portables.
    Alright, so; if the portable can be in one of 7 spots... think
    Code:
    [] bank chest []
    []   player   []
    []     []     []

    and I want to move the mouse along the bounds of each box in the shape of a U, how exactly would I write that function??

  6. #6
    Join Date
    Oct 2007
    Posts
    187
    Mentioned
    7 Post(s)
    Quoted
    61 Post(s)

    Default

    that's the lazy way. if you really want to get a good script, have a look at this https://villavu.com/forum/showthread.php?t=110546

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •