Ive been using various scripts, and they all load up properly, but they never log me in to begin the script! What they hey?!
Ive been using various scripts, and they all load up properly, but they never log me in to begin the script! What they hey?!
Make sure your graphics are set to low and fixed.
You have to fill in the info in that part of the script.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;
Again, are your graphics settings set to minimum and fixed screen? If the screen is not set to fixed it will not log in.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)