Results 1 to 11 of 11

Thread: New user, Need some help

  1. #1
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default New user, Need some help

    Ive been using various scripts, and they all load up properly, but they never log me in to begin the script! What they hey?!

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

    Default

    Make sure your graphics are set to low and fixed.

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Simba Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      Players[0].Name := 'modmark'; // Username
      Players[0].Pass := '123456'; // Password
      Players[0].Pin := ''; // Bank pin
      Players[0].Active := True;
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
      Players[0].LampSkill := SKILL_SLAYER;
    end;
    You have to fill in the info in that part of the script.

  4. #4
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    Simba Code:
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
      Players[0].Name := 'modmark'; // Username
      Players[0].Pass := '123456'; // Password
      Players[0].Pin := ''; // Bank pin
      Players[0].Active := True;
      Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
      Players[0].LampSkill := SKILL_SLAYER;
    end;
    You have to fill in the info in that part of the script.
    well i know that much, but when this client pops up, the red dot (this is jeffereys herblore script) stays in the top left corner, it doesnt click the boxes to enter username or pass or anything.

  5. #5
    Join Date
    Sep 2012
    Location
    Legolan, Ireland
    Posts
    542
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    Quote Originally Posted by Kevork View Post
    well i know that much, but when this client pops up, the red dot (this is jeffereys herblore script) stays in the top left corner, it doesnt click the boxes to enter username or pass or anything.
    I had this happen before the nav bar fix. Do you have your extensions set up properly? And if they are, force an update to your SRL and see what happens.
    Have you felt the whale lately?
    .__________.
    Whale so hard.

  6. #6
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ___ View Post
    I had this happen before the nav bar fix. Do you have your extensions set up properly? And if they are, force an update to your SRL and see what happens.
    so you want me to override the update or something?

    Also i may not have all extensions set up properly, can someone list all extensions that should be enabled.

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

    Default

    Again, are your graphics settings set to minimum and fixed screen? If the screen is not set to fixed it will not log in.

  8. #8
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Just enable all of them, and click each tab --> update.

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  9. #9
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by BMWxi View Post
    Again, are your graphics settings set to minimum and fixed screen? If the screen is not set to fixed it will not log in.
    Let me double check if it is fixed, that may be the dang issue. but im pretty sure its on fixed

  10. #10
    Join Date
    Oct 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kevork View Post
    Let me double check if it is fixed, that may be the dang issue. but im pretty sure its on fixed
    WOW THANK YOU. Im an idiot, that was the problem, Cheers dude. i was getting veeeery frustrated

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

    Default

    Quote Originally Posted by Kevork View Post
    WOW THANK YOU. Im an idiot, that was the problem, Cheers dude. i was getting veeeery frustrated
    Haha no problem , the same issue got me when I first came here

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
  •