Results 1 to 2 of 2

Thread: Invalid number of parameters for Wizzup Essence Miner

  1. #1
    Join Date
    Sep 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Invalid number of parameters for Wizzup Essence Miner

    I have seen another thread like this but it is not for Wizzup Essence Miner. Can someone please tell me how to fix this. I have SCAR 3.11 and SRL 4.

    Begin
    MMouse(iX, iY, 0, 0);
    Wait(10);
    If IsupTextMulti('Talk','bury','alk-to') Then
    Begin
    Mouse(iX, iY, 0, 0, False);
    Result := ChooseOption(iX, iY, 'eleport'); ----> This is where I get the error
    If Result Then Exit;
    End;
    End;

  2. #2
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    in that line that you got the error, remove the iX, iY part.
    So it should look like this:

    SCAR Code:
    Begin
    MMouse(iX, iY, 0, 0);
    Wait(10);
    If IsupTextMulti('Talk','bury','alk-to') Then
    Begin
    Mouse(iX, iY, 0, 0, False);
    Result := ChooseOption('eleport'); ----> This is where I get the error
    If Result Then Exit;
    End;
    End;

    Also, make sure you have version 1.16 of his ess miner, because i'm pretty sure he updated it for SRL 4... And i doubt he would have missed something that simple..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Invalid Number Of Parameters
    By decide in forum OSR Help
    Replies: 3
    Last Post: 07-28-2008, 06:11 AM
  2. Invalid number of parameters.
    By Gabe in forum OSR Help
    Replies: 9
    Last Post: 03-26-2008, 12:21 AM
  3. Invalid Number of Parameters?
    By antknee3 in forum OSR Help
    Replies: 3
    Last Post: 10-20-2006, 12:36 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
  •