Results 1 to 9 of 9

Thread: New to pascal, need help with fishing pools!

  1. #1
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default New to pascal, need help with fishing pools!

    Hello, I've searched on the forum but I can't quite understand on how to detect different schools of fish, I managed to walk to Catherby bank but it doesn't know which is the right pool to fish from. Sorry if this a noob question, new to pascal.

  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by freetrink View Post
    Hello, I've searched on the forum but I can't quite understand on how to detect different schools of fish, I managed to walk to Catherby bank but it doesn't know which is the right pool to fish from. Sorry if this a noob question, new to pascal.
    Do they look exactly the same but some only contain a certain type?

  3. #3
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Do they look exactly the same but some only contain a certain type?
    Exactly.

  4. #4
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Is each type in different areas or do the move amongst each other?

  5. #5
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    It's 6 pools, two different types of pools. They switch among themselves. Any way Simba can use the ID's of specific pools?

    Edit
    9 pools

  6. #6
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    this isn't reflection so you can use object ID's, you need to find the pool using color. Right click on it, then read the text to find the right type of pool.
    Here's a useful tutorial http://villavu.com/forum/showthread.php?t=58935

  7. #7
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bob_saget View Post
    this isn't reflection so you can use object ID's, you need to find the pool using color. Right click on it, then read the text to find the right type of pool.
    Here's a useful tutorial http://villavu.com/forum/showthread.php?t=58935
    Thanks for trying but that isn't the issue I am facing, the issue is determining which fishing pool you harpoon versus cage. As far as I know you can't use color as they look the same.

  8. #8
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    i said you have to read the text to find the right type of pool. Try something like this.

    Simba Code:
    ChooseOptionMulti(['Har','arpo', 'poon'])

    Edit:used wrong function
    Last edited by tealc; 02-27-2013 at 05:51 AM.

  9. #9
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by bob_saget View Post
    i said you have to read the text to find the right type of pool. Try something like this.

    Simba Code:
    IsUpTextMultiCustom('Har','arpo', 'poon'])
    Well I am retarded, misread the other half.. Too tired! Will try in the morning. Thank you!

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
  •