Results 1 to 2 of 2

Thread: FishingGuildFisher[1.0] Can't Log In, I'm learning the basics!! :) - please help

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

    Unhappy FishingGuildFisher[1.0] Can't Log In, I'm learning the basics!! :) - please help

    Hi all this is my first post on this forum and I'd like to thank all the developers for their hard work and efforts! - Much appreciated.

    Now for my issue!

    I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
    I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!

    However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?

    **I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
    Any help would be fantastic!

    **begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;

    Players[0].Name := TEdit12.TEXT;
    Players[0].Pass :=TEdit13.TEXT;
    Players[0].Nick :='pascal';
    Players[0].Active:=True;
    Players[0].Pin:=TEdit14.TEXT;

    Thanks in Advance

    Happy Scripting!

  2. #2
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    If the login isn't working you can always manually write it :-).

    Code:
    Players[0].Name := 'username';
    Players[0].Pass := 'password';
    Players[0].Nick :='nickname';
    Players[0].Active:=True;
    Players[0].Pin:='bankpin';
    So when you click start and the GUI shows up, you won't have to fill anything, you can leave it as 'Username or email' and it will fill the info.

    Am using V 1.2 and its working fine

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
  •