Results 1 to 3 of 3

Thread: wcing procedure

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default wcing procedure

    hi i made a yew cutter procedure for yew varrok and it works but it laggs while it chops so if a random come it won't work and there is only 1 yew so when the yew is not there the player is waiting but it logs out because its too long so i did something like it to click on the inventory bag evry 6000(6secs) ut does but when it chops it laggs so much i dont know why... can some1 help me.thx

  2. #2
    Join Date
    Jul 2006
    Posts
    152
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    use this as an auto-logged-on thingy

    Code:
    proecdure StayOn;
    var ax,ay,bx,by:integer;
    begin
    getmousepos(ax,ay);
    wait(10000);
    getmousepos(bx,by);
    if not ( ax = bx ) then
       begin
       movemouse(ax+1,ay+1);
       end;
    end;
    Yea it uses movemouse but at such a small scale it doesn't really matter. Keeps you on ^^

  3. #3
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your english is great, it didnt even sound or look like you were from somewhere else. And thanks alot for offering to help, but, I made this script when I first starting scripting and my skills increased dramatically since then. I am current working on another yew cutter, and that will work better. So ill just tell you that you dont have to worry about this script, trash it, and wait untill my newer one comes out. Thanks for the offer though.
    jr

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Procedure TypeSendRandom & Procedure AutoResponder!
    By Ultra in forum Research & Development Lounge
    Replies: 12
    Last Post: 01-08-2008, 07:04 PM
  2. wcing help please
    By RudeBoiAlex in forum OSR Help
    Replies: 5
    Last Post: 09-16-2007, 08:37 AM
  3. Taking in wcing requests
    By hardman in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 08-20-2007, 09:11 PM

Posting Permissions

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