Results 1 to 5 of 5

Thread: Why is this happening everytime?

  1. #1
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default Why is this happening everytime?

    Sometimes the FindBlackChatMessage works in my script, than later it doesn't work (Yes i turned chat off to prevent the message to be missed.). It's annoying! Like seriously! (My mining script.) i tried this to check if the player mined the ore...

    SCAR Code:
    OreCount := InvCount;
    repeat
      FindRandoms;
      Wait(60);
      AntiBan;
      etc...
    until (InvCount > OreCount) or (FindBlackChatMessage('anage'));

    But it did not work! Please help? Thanks...

  2. #2
    Join Date
    Jul 2008
    Location
    US
    Posts
    104
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    personally. now im new to this site, but ive been scripting for a while...and i even tho its a lil more human like, i wudnt rely on any word finders to check inventory. id a use a bitmap of an ore and use a bitmap counter. im not to sure wot the exact funtion wud be called, but i dought it be to hard to sorta make up ur own function rules...lil confusing, but thats how id do it

  3. #3
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Death!!! a registered user is outsmarting you!!!
    ~ Metagen

  4. #4
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    You both just got owned as he has a counter check in there AS WELL AS the text checker:
    SCAR Code:
    until (InvCount > OreCount)

    Anyway, the only thing I can think of that may help would be putting it in twice so it becomes:
    SCAR Code:
    until (InvCount > OreCount) or (FindBlackChatMessage('anage')) or (FindBlackChatMessage('anage'));
    This may fix it if it's a problem with something temporarily blocking it or something like that, but unlikely to
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  5. #5
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Just because im a SRL Member doesn't mean i can outsmart any one lower ranked then me.

    Anyways thanks! Ill try make a DTM Counter.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. its happening again :mad:
    By Scaper in forum RuneScape News and General
    Replies: 5
    Last Post: 11-19-2007, 11:22 PM
  2. It's happening again...
    By WT-Fakawi in forum Bot Information and Spottings
    Replies: 83
    Last Post: 10-01-2007, 12:20 AM

Posting Permissions

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