wowbeautiful
nearly 35-40k xp per hour
so happy
![]()
wowbeautiful
nearly 35-40k xp per hour
so happy
![]()
I love this script keep up the good work
looks like an awesome script to me keep comming with the good stuff will post a proggy later on![]()
Decision Runite
85+ Mining
Progress:
{[( l l l l l l l l l l l l l )]}
Previously known as Perfecticus
lol well actually 40-50k lol not 35-40k...
BTW the kill counters randomly update even when the kill does happen..aka while im fighting the thing...also the xp/hr does not work cuz i get negative value of xp/hr and gained lol...but yea...
Versus....Check ur PM
i like it but the mouse moves a bit to fast how can i make it go a tad slower? Also it checks the equipment tab to often, probably to check for arrows but i still think its too often when ranging. It has a bit too much antiban but i love the very very smooth mouse movements.
|||||||||||||||||||||||||||||||||||||||||||||||||| |||
|||| ||||
|| M U L T I F I G H T E R ||
|||| v4.20 ||||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||
|| o Kills ||
|| -> 645 ||
|| -> 285 K/H ||
|| ||
|| o Pickups ||
|| -> 0 Bones ||
|| -> 0 Other items ||
|| ||
|| o XP-Gained with Fightmode: Strength ||
|| -> Strength 107836 [0 Levels] ||
|| -> TOTAL 107836 ||
|| -> XP/H 48043 ||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||
|| 2 Hours, 15 Minutes and 50 Seconds ||
|||||||||||||||||||||||||||||||||||||||||||||||||| |||
Still going.....
sorry that im a noob, but how do you uncomment something?
i tried removing the double slash at the beginning but it failed to work
this is the error:
The following DTMs were not freed: [0, 1, 2]
The following bitmaps were not freed: [0]
Last edited by jam5796; 11-11-2011 at 06:07 AM.
Are u talkng about uncommenting smart? just remove the two slash before the thing...
Nice script! But it doesnt bury the bones even when B2P is True... Also it keeps spamming the calculator-thing which says how many kills I have every 3 sec.. And it keeps saying something about "xs is -6, which is too low. Setting the variable to 0 for now." Its kinda annoying. How do I fix it?
B2P means "Bones to peaches"Set it to false, and it will bury the bones, assuming you are picking them up.
If I remember correctly, it prints a progress report after every kill or every time it tried to find a monster.
The "xs is below 0" is a thing in FindColors function I think, just try not to care about it ^^ This is a very old script and I'm not interested in fixing it now. Maybe someday in January.
im unable to setup could sombody please help ?as in i put in user name etc etc but nothing will show up
Does it bank?
Nope!
Chuck Testa
Wtf je?!
got this Exception in Script: Unable to find file 'SRL/SRL.scar' used from ''
doesn't exist
very nice script got it to work but eats too early if u could make it eat at 50 per cent it would be awsome![]()
It will launch the SMART
but it dont login itself , Is it supposed to be like that? i dont know whether my setting on this script correct or not. please correct me
Line 59.
{.include SRL/SRL/misc/smart.scar}
{.include SRL/SRL.scar}
Const
World = 33; // World number?
Members = False; // Members world?
Signed = True; // Signed client?
{================================================= =============================]
[ SCRIPT SETTINGS ]
[================================================== ============================}
const
MousSpeed = 15; // Mouse Speed
LoopTime = 0; // How many minutes to play before switching Players
SleepTime = '1h 07m'; // Example: '6h 15m' sleeps every 6th hour 15th minute
SleepFor = '0h 03m'; // Example: '1h 30m' sleeps For 1 hour And 30 minutes
SaveLogs = False; // Save screenshots and autoresponder logs?
AntiRandoms = True; // Set False If FindNormalRandoms is not working
CheckUpText = False; // Set False If GetUpText is not working
CalcXP = True; // Calculate XP Gained
RightClickOnly = False; // Only right click monsters?
{================================================= =============================]
[ DECLARE PLAYERS ]
[================================================== ============================}
Var mFighter: array of mUser; DTMs: TintegerArray; PeachBMP: integer;
Procedure DeclarePlayers;
Begin
HowManyPlayers := 1; // How many Players are you using? (including inactive)
CurrentPlayer := 1; // Starting Player?
SetArrayLength(mFighter, HowManyPlayers);
NumberOfPlayers(HowManyPlayers);
With mFighter[0] Do
Begin
{ -=- Playerinfo -=- }
Name := 'xxx';
Nick := 'xxx';
Pass := 'xxx';
Active := True;
{ -=- Fighting -=- }
FightMode := 'Attack'; // Read instructions above
MonsterColors := [7830909];
KillTime := 10; // Max time to Wait in battle in seconds
MonsterNames := ['inataur'];
CombatSetup := [False, True, False]; // Multicombat zone? Eat food? SpecialAttack?
SpecialPower := 100; // If you use Special Attacks how much power does it drain?
{ -=- Pickups -=- }
PickupColors := []; // Bone picking below
PickupNames := [];
PickupFocus := [5, 0] // Bones? Other?
{ -=- Others -=- }
Others := [False, False]; // Click Minimap dots? Use B2P?
RunDir := 'W'; // N, E, S, W
BoxReward := ['dama', 'thril', 'oin', 'ash', 'motion'];
End;
For some reaseon the script starts and the client loads but after I log in it doesnt do anything or click on the monsters, this is what I have:
{.include SRL/SRL/misc/smart.scar} // <-- UNCOMMENT THIS TO USE SMART!
{.include SRL/SRL.scar}
Const
World = 33; // World number?
Members = False; // Members world?
Signed = True; // Signed client?
{================================================= =============================]
[ SCRIPT SETTINGS ]
[================================================== ============================}
const
MousSpeed = 15; // Mouse Speed
LoopTime = 0; // How many minutes to play before switching Players
SleepTime = '4h 00m'; // Example: '6h 15m' sleeps every 6th hour 15th minute
SleepFor = '0h 10m'; // Example: '1h 30m' sleeps For 1 hour And 30 minutes
SaveLogs = False; // Save screenshots and autoresponder logs?
AntiRandoms = True; // Set False If FindNormalRandoms is not working
CheckUpText = False; // Set False If GetUpText is not working
CalcXP = True; // Calculate XP Gained
RightClickOnly = False; // Only right click monsters?
{================================================= =============================]
[ DECLARE PLAYERS ]
[================================================== ============================}
Var mFighter: array of mUser; DTMs: TintegerArray; PeachBMP: integer;
Procedure DeclarePlayers;
Begin
HowManyPlayers := 1; // How many Players are you using? (including inactive)
CurrentPlayer := 0; // Starting Player?
SetArrayLength(mFighter, HowManyPlayers);
NumberOfPlayers(HowManyPlayers);
With mFighter[0] Do
Begin
{ -=- Playerinfo -=- }
Name := '???';
Nick := '';
Pass := '';
Active := True;
{ -=- Fighting -=- }
FightMode := 'Strength'; // Read instructions above
MonsterColors := [5292797];
KillTime := 10; // Max time to Wait in battle in seconds
MonsterNames := ['inotaur'];
CombatSetup := [False, True, False]; // Multicombat zone? Eat food? SpecialAttack?
SpecialPower := 100; // If you use Special Attacks how much power does it drain?
{ -=- Pickups -=- }
PickupColors := []; // Bone picking below
PickupNames := [];
PickupFocus := [0, 0] // Bones? Other?
{ -=- Others -=- }
Others := [False, False]; // Click Minimap dots? Use B2P?
RunDir := 'W'; // N, E, S, W
BoxReward := ['dama', 'thril', 'oin', 'ash', 'motion'];
End;
What am I doing wrong?
OK i got it working thanks.
I got another question ive fiddled with the settings and colours but the script and mouse still seem slow on finding or clicking the monsters, any recommendations for mouse speed?
There are currently 1 users browsing this thread. (0 members and 1 guests)