View Full Version : Shuttleu's Vine Vanquisher [Simba/Color]
dicin
01-10-2012, 04:44 AM
OK after i fill in the form.. I add user.. and when i click Start Script.. I get an Access violation error... what should i do to fix this??
thanks ;)
eduardo230
01-10-2012, 05:11 AM
hey shut...... i got my 99!!!!!!!!!!!!!!!!!!!!!!!!!!!! :D thanks for the scrip and for the new 99 :) now what 99 will be the next? haha thanks again
Shuttleu
01-10-2012, 06:58 PM
OK after i fill in the form.. I add user.. and when i click Start Script.. I get an Access violation error... what should i do to fix this??
thanks ;)
what is the error?
i cant help you unless i know what error it is
hey shut...... i got my 99!!!!!!!!!!!!!!!!!!!!!!!!!!!! :D thanks for the scrip and for the new 99 :) now what 99 will be the next? haha thanks again
Great!
Time to update the front page!
~shut
Shuttleu
01-11-2012, 10:02 AM
UPDATE!
fixed the birds nest finder
fixed a vine searching bug
fixed a antiban bug
~shut
nickgrohe
01-11-2012, 11:26 AM
my bot was running while i was at school, i came back, it logged out, because it didn't did the random: capt arv.
edit: in the bot menu i can choose what world he doens't go to that world, just clicking logging in
lilpjer
01-11-2012, 03:25 PM
It's still not picking up bird nests.
Shuttleu
01-11-2012, 04:25 PM
It's still not picking up bird nests.
do you have your chat set to all not filter?
it needs to be set to all
~shut
Itankbots
01-11-2012, 07:01 PM
my bot was running while i was at school, i came back, it logged out, because it didn't did the random: capt arv.
edit: in the bot menu i can choose what world he doens't go to that world, just clicking logging in
Randoms are handled by SRL. not the script itself. At the moment they hardly ever work. like 10% of time it will solve the random. Just have to babysit it incase of randoms atm.
lilpjer
01-11-2012, 11:26 PM
Yes it's set to all.
Shuttleu
01-12-2012, 12:10 AM
Yes it's set to all.
ok, can you watch the debug
a couple of thing if you could do for me please
could you replace MyFindBirdNest with this one
function MyFindBirdsNest: Boolean;
var
x, y: Integer;
ChatBoxStuff: string;
begin
if Debug then Writeln('Looking for a birds nest');
x:= 260;
y:= 211;
ChatBoxStuff:= GetChatBoxText(8, 255);
if Debug then Writeln(ChatBoxStuff);
if (Pos('A bird', ChatBoxStuff)<>0) then
begin
if Debug then Writeln('Found the red text');
if FindObjCustom(x, y, ['ake B', 'Bird', 'nest'], [2767422, 2961972, 3818051, 2833729, 2306100, 3949638], 5) then
begin
if Debug then Writeln('Found a birds nest!');
Mouse(x, y, 0, 0, True);
Result:= True;
end;
end;
if Debug then Writeln('Finished looking for a birds nest');
end;
and then when a bird nest drops, can you copy and paste the debug box
~shut
phamxboa
01-12-2012, 12:18 AM
it messes up after picking upa nest
Shuttleu
01-12-2012, 12:45 AM
it messes up after picking upa nest
a little more info than that would be appreciated
such as how does it mess up
also, are you sure you have game set to all?
if your not then it will mess up (it is on the first post)
~shut
phamxboa
01-12-2012, 01:14 AM
Yes, my setting are set to all. And once it picks up a nest, it has trouble detecting the vines, as it hovers around the map in search of it, but fails to detect.
lilpjer
01-12-2012, 04:05 AM
I'm almost at 99 woodcutting. Almost a flawless script. Almost.
Shuttleu
01-12-2012, 10:17 AM
Yes, my setting are set to all. And once it picks up a nest, it has trouble detecting the vines, as it hovers around the map in search of it, but fails to detect.
do you have a debug log for me please?
~shut
EDIT: ok, i just witnessed the problem and i know what is happening, i have pushed a update
smithoxmagic
01-12-2012, 04:05 PM
After it picks up a nest it can't find the ivy
NexPB
01-12-2012, 04:34 PM
Didn't seem to find vines at cw
93
87629003
Could not find Inferno Adze in hand
Found Dragon Hatchet in hand
87629003
Looking for a birds nest
Finished looking for a birds nest
Starting random check
Finished random check
87629003
87629003
Starting random check
Finished random check
chopping vines
finding vines
Failed to find the color, no result.
0
216
Shuttleu
01-12-2012, 04:59 PM
After it picks up a nest it can't find the ivy
is that with 4.2?
Didn't seem to find vines at cw
93
87629003
Could not find Inferno Adze in hand
Found Dragon Hatchet in hand
87629003
Looking for a birds nest
Finished looking for a birds nest
Starting random check
Finished random check
87629003
87629003
Starting random check
Finished random check
chopping vines
finding vines
Failed to find the color, no result.
0
216
ok, i will take a look
~shut
EDIT: just had a look and it seems to be working fine
have you tried restarting smart?
NexPB
01-12-2012, 09:27 PM
is that with 4.2?
ok, i will take a look
~shut
EDIT: just had a look and it seems to be working fine
have you tried restarting smart?
Hmm... it didn't work for me but I started using it at Varrock I will post a proggie tommorow.
smithoxmagic
01-13-2012, 06:18 AM
sorry my problem had some game options wrong. working fine right now got 98 WC from this script so you can almost post my name on the front page :)
lilpjer
01-13-2012, 04:27 PM
Thanks this got me 99 wc. I will upload screenies shortly. A shame the nests collection didn't work until I had almost finished.
Shuttleu
01-13-2012, 06:36 PM
sorry my problem had some game options wrong. working fine right now got 98 WC from this script so you can almost post my name on the front page :)
great to hear
Thanks this got me 99 wc. I will upload screenies shortly. A shame the nests collection didn't work until I had almost finished.
congratz
and im sorry i didnt tackle the bird nest problem earlier
i was being kinda... lazy
~shut
Brotein
01-13-2012, 08:57 PM
Script works really well, gotten me 3 levels(80 right now). Hopefully will be able to use this until 99. I've noticed it sometimes fails to find a birds nest, only with the seed one. But it's missed like 1 nest out of 15 or so, and I honestly don't care too much about the nests.
One suggestion, could you implement summoning of beavers? Right now I'm doing it manually every 30 minutes or so. I have an inventory with some beaver scrolls, and some sum pots. Summon the beaver, renew the beaver at 2 minutes, drink pots to restore, drop empty vials for more inv space.
NexPB
01-13-2012, 11:46 PM
Here is a samll proggy
http://i41.tinypic.com/2f063bd.png
lilpjer
01-14-2012, 07:04 AM
Pic of my 99:
http://i39.tinypic.com/rqxm46.png
great to hear
congratz
and im sorry i didnt tackle the bird nest problem earlier
i was being kinda... lazy
~shut
Its ok still great script. 2nd best i've used behind NeXus
nickgrohe
01-14-2012, 03:20 PM
Maybe you should work on solving randoms,
Finished looking for a birds nest
Starting random check
Finished random check
36584635
36584635
Starting random check
***** STR: FOUND RANDOM: 'Molly'S Evil Twin' *****
Screenshot of: Found Molly'S Evil Twin random 1 Hours, 2 Minutes and 46 Seconds
Molly : Could NOT Get To Machine
***** STR: 'Molly'S Evil Twin' RANDOM SOLVING FAILED! *****
Finished random check
chopping vines
finding vines
Failed to find the color, no result.
0
5670
Shuttleu
01-14-2012, 05:27 PM
Maybe you should work on solving randoms,
Finished looking for a birds nest
Starting random check
Finished random check
36584635
36584635
Starting random check
***** STR: FOUND RANDOM: 'Molly'S Evil Twin' *****
Screenshot of: Found Molly'S Evil Twin random 1 Hours, 2 Minutes and 46 Seconds
Molly : Could NOT Get To Machine
***** STR: 'Molly'S Evil Twin' RANDOM SOLVING FAILED! *****
Finished random check
chopping vines
finding vines
Failed to find the color, no result.
0
5670
i am not the person to talk about randoms
i do not develop the random solvers
besides the randoms are being worked on by the dev team
~shut
lxgodxl
01-14-2012, 06:58 PM
"
Error: Exception: "" is an invalid integer at line 1377
"
all i did was download entered my password and then this poped up
in the vvform
smithoxmagic
01-15-2012, 07:38 PM
thank you so much! got 99 WC with this script!
jagsta21
01-16-2012, 03:27 AM
most of the time i get failed to find color and it just right clicks the exp bar thing and clicks cancel and repeats at castle wars but sometimes it works help please? thanks
MattL191
01-16-2012, 08:02 AM
*********************************************
Shuttleu's Vine Vanquisher Progress Report
*********************************************
Version: 4.2
*********************************************
Ran for: 1 Hours, 17 Minutes and 53 Seconds
*********************************************
Woodcutting Level: 86
Experience Gained: 92767
Levels Gained: 0
Bird Nests Found: 1
Vines chopped: 279
*********************************************
Location: y
*********************************************
Runs quite excellent.
Only real problem is when it get birds nest in the middle between the 2 vines in yanille it won't click on vines just goes up to xp bar left clicks then click cancel. also does that coming out of randoms. Debug is:
------
Finished looking for a birds nest
Starting random check
Finished random check
3959328
3959328
Starting random check
Finished random check
chopping vines
finding vines
2111788
227
FoundVines
finished finding vines
finished chopping vines
Looking for a birds nest
------------
Also Randomly cuts a tree from tine to time. not a big deal.
Thanks for the script its great amazing way to level your woodcutting fast. Been working amazingly for me the last couple of days. I'll be 99 soon and will post that using your script. Great job keep up the good work
An error I got just now while monitoring the script in yaneill, that if your chopping on the one to the very left and a birds nest falls off; it will land to the left of it and the bot will keep on clicking the wall. I'm gonna try a different see if that helps but that problem has stopped my bot over 3 time so far. Every birds nest's i have gotten there has came from the one on the far left and it stops your bot. Sorry i couldn't get a bug report :|
Edit: After about 15 mins it finally gets back on track, i don't know why it didn't before!
Ashaman88
01-16-2012, 05:46 PM
w/ the update today a few things have messed up, but the script still works for the most part.
-Tracking exp doesn't work - doesn't recognize the new icon for wc
-It keeps clicking the xp button over and over because it does not recognize the new position of it
-If it uses the right click to go to the next spot it won't hit cancel because of the new box, but the mouse continues to float to new spots so the box eventually disappears and it clicks on a new spot (just makes it a little slow).
Hope this helps! PS great script I have really love it!
http://pastebin.com/wNAQ7geX
fixed it, doesn't check xp or counter anymore!
FYI 100% credit to shuttleu, i don't take any credit for repairing.
Kyle Undefined
01-16-2012, 07:12 PM
dweg, do you have permission to repost it?
i dont think so, but i'm doing people a favor by not getting their accs banned, amirite?
dweg your update for it isnt working, it wont even log in.
littleBigCoder
01-16-2012, 09:20 PM
copy paste this works for me, disabled a few lines where it checks xp
program VineVanquisher;
{------------------------------------------------------------------------------}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{------------------------------------------------------------------------------}
{Setup: }
{ 1. Have Simba set up with the latest SRL and Reflection }
{ 2. Download the script }
{ 3. Put your player near of one of the vine locations }
{ 4. Press play }
{ 5. Fill in the form }
{------------------------------------------------------------------------------}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{------------------------------------------------------------------------------}
{$DEFINE SMART}
{$DEFINE SRL5}
{$loadlib sps}
{$loadlib SSecurity}
{$IFDEF SRL5}
{$i srl/srl.simba}
{$i srl/srl/skill/woodcutting.simba}
{$ELSE}
{$i srl/srl.scar}
{$i srl/srl/misc\stats.simba}
{$i srl/srl/skill/woodcutting.scar}
{$ENDIF}
{$i VVForm.simba}
{$i sps/sps.simba}
//const
{---Start Setup---}
{World = 71;
Members = True;
Signed = True;
DisableSmartProggy = True; // Set to true if the smart painting slows your computer down
DropRingNests = False; // Set to true if you do not want ring nests
BreakMins = 12; // How long the break should last for
UseAntiban = True; // Do you want to use AntiBan
AntibanChance = 5; // Percentage chance of a anitban being performed
SwitchWorld = False; //Do you want the script to switch worlds
MaxPlayers = 50; // Switch world if this many players or more are at the vines
HowManyLoads = 500; // Switch world after how many clicks on the vines (this can go up fast so you might want to put a high number
SwitchTime = 20; // Switch world after how many mins
SRLStats_Username = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is)
SRLStats_Password = ''; // Your SRL Stats Password (If you dont have one then just leave it as it is)
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
with Players[0] do
begin
Name := 'user';
Pass := 'pass';
Nick := 'nick';
Strings[0] := 've'; // Player location (letters must be lowercase)
Integers[0]:= 15; // Break after how many mins
Active := True;
end;
end;}
const
UseAutochecker = True;
ScriptVersion = '4.2'; // DO NOT CHANGE
Debug = True;
{----End Setup----}
var
i, x, y, p: Integer;
Hatchets: TIntegerArray;
HatchetNames, Requiredsymbols: TStringArray;
//Tiles, TileBox: TTileArray;
Tries, TimeSinceLastBreak, TimeSinceLastSwitch, LastSwitch, ScriptStarted: Integer;
CenterTile: TPoint;
FaceDirection: string;
{function Tile(x, y: Integer): TTile;
begin
Result.x:= x;
Result.y:= y;
end;}
function CheckLocation: Boolean; forward;
procedure Proggy(MainLoop: Boolean); forward;
procedure setupvars; forward;
procedure ChangePlayer(Active: Boolean);
begin
Proggy(False);
NextPlayer(Active);
SetupVars;
end;
procedure SetupVars;
begin
case Players[CurrentPlayer].Strings[0] of
'vn':begin
{SetArrayLength(Tiles, 4)
Tiles:= [Tile(3216, 3498), Tile(3217, 3498),
Tile(3218, 3498), Tile(3219, 3498)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(3208, 3502), Tile(3225, 3498)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(4685, 2640);
FaceDirection:= 'S';
SPS_Setup(RUNESCAPE_SURFACE, ['11_6']);
end;
've':begin
{
SetArrayLength(Tiles, 5)
Tiles:= [Tile(3233, 3456), Tile(3233, 3457),
Tile(3233, 3459), Tile(3233, 3460),
Tile(3233, 3461)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(3230, 3463), Tile(3233, 3454)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(4750, 2795);
FaceDirection:= 'E';
SPS_Setup(RUNESCAPE_SURFACE, ['11_6']);
end;
'fn':begin
{
SetArrayLength(Tiles, 7)
Tiles:= [Tile(3018, 3392), Tile(3017, 3392),
Tile(3016, 3392), Tile(3015, 3392),
Tile(3014, 3392), Tile(3012, 3392),
Tile(3011, 3392)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(3006, 3403), Tile(3024, 3320)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(3875, 3070);
FaceDirection:= 'S';
SPS_Setup(RUNESCAPE_SURFACE, ['9_7']);
end;
'fs':begin
{
SetArrayLength(Tiles, 7)
Tiles:= [Tile(3044, 3328), Tile(3045, 3328),
Tile(3046, 3328), Tile(3047, 3328),
Tile(3048, 3328), Tile(3049, 3328),
Tile(3050, 3328)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(3037, 3328), Tile(3055, 3320)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(3650, 3350);
FaceDirection:= 'N';
SPS_Setup(RUNESCAPE_SURFACE, ['9_8']);
end;
't':begin
{
SetArrayLength(Tiles, 5)
Tiles:= [Tile(2943, 3420), Tile(2943, 3419),
Tile(2943, 3418), Tile(2943, 3417),
Tile(2943, 3416)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(2936, 3427), Tile(2943, 3415)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(3590, 2970);
FaceDirection:= 'E';
SPS_Setup(RUNESCAPE_SURFACE, ['8_7']);
end;
'a':begin
{
SetArrayLength(Tiles, 5)
Tiles:= [Tile(2622, 3304), Tile(2622, 3305),
Tile(2622, 3307), Tile(2622, 3308),
Tile(2622, 3310)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(2622, 3312), Tile(2629, 3302)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(2230, 3590);
FaceDirection:= 'W';
SPS_Setup(RUNESCAPE_SURFACE, ['5_8']);
end;
'y':begin
{
SetArrayLength(Tiles, 6)
Tiles:= [Tile(2597, 3111), Tile(2596, 3111),
Tile(2595, 3111), Tile(2593, 3111),
Tile(2592, 3111), Tile(2591, 3111)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(2585, 3120), Tile(2602, 3111)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(2185, 4190);
FaceDirection:= 'S';
RequiredSymbols:= ['farming spot', 'transportation'];
SPS_Setup(RUNESCAPE_SURFACE, ['5_10']);
end;
'cw':begin
{
SetArrayLength(Tiles, 7)
Tiles:= [Tile(2423, 3068), Tile(2424, 3068),
Tile(2425, 3068), Tile(2426, 3068),
Tile(2428, 3068), Tile(2429, 3068),
Tile(2430, 3068)];
SetArrayLength(TileBox, 2)
TileBox:= [Tile(2415, 3068), Tile(2434, 3059)];
Box:= PointToBox(TileBox[0], TileBox[1]);
}
CenterTile:= Point(1250, 4115);
FaceDirection:= 'N';
SPS_Setup(RUNESCAPE_SURFACE, ['3_10']);
end;
end;
Wait(1000+Random(1000));
MarkTime(TimeSinceLastBreak);
MarkTime(TimeSinceLastSwitch);
if Players[CurrentPlayer].Integers[2]=0 then
begin
Players[CurrentPlayer].Integers[2]:= GetSkillLevel(Skill_WoodCutting);
Players[CurrentPlayer].Integers[5]:= Players[CurrentPlayer].Integers[2];
Players[CurrentPlayer].Integers[10]:= Players[CurrentPlayer].Integers[2];
end;
if Debug then
Writeln(Players[CurrentPlayer].Integers[2]);
if Players[CurrentPlayer].Integers[1]=0 then
begin
Players[CurrentPlayer].Integers[4]:= Players[CurrentPlayer].Integers[1];
end;
if Debug then
Writeln(Players[CurrentPlayer].Integers[1]);
//if CheckLocation then
//begin
{$IFDEF SRL5}
SetAngle(SRL_ANGLE_HIGH);
{$ELSE}
SetAngle(True);
{$ENDIF}
Wait(500 + Random(100));
MakeCompass(FaceDirection);
//end else
// ChangePlayer(False);
end;
function LoadDDTM(Which: Integer): Integer;
var
dtmMainPoint: TDTMPointDef;
dtmSubPoints: Array [0..7] of TDTMPointDef;
TempTDTM: TDTM;
begin
case Which of
0..6: begin
case Which of
0: begin
dtmMainPoint.Color := 1649722;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 1649722;
dtmSubPoints[0].Tolerance := 10;
end;
1: begin
dtmMainPoint.Color := 3815997;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 3815997;
dtmSubPoints[0].Tolerance := 10;
end;
2: begin
dtmMainPoint.Color := 6119010;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 6119010;
dtmSubPoints[0].Tolerance := 10;
end;
3: begin
dtmMainPoint.Color := 789517;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 789517;
dtmSubPoints[0].Tolerance := 10;
end;
4: begin
dtmMainPoint.Color := 4796721;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 4796721;
dtmSubPoints[0].Tolerance := 10;
end;
5: begin
dtmMainPoint.Color := 3489077;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 3489077;
dtmSubPoints[0].Tolerance := 10;
end;
6: begin
dtmMainPoint.Color := 5130300;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].Color := 5130300;
dtmSubPoints[0].Tolerance := 10;
end;
end;
dtmMainPoint.x := 484;
dtmMainPoint.y := 200;
dtmMainPoint.AreaSize := 0;
dtmMainPoint.AreaShape := 0;
dtmSubPoints[0].x := 484;
dtmSubPoints[0].y := 200;
dtmSubPoints[0].AreaSize := 0;
dtmSubPoints[0].AreaShape := 0;
dtmSubPoints[1].x := 474;
dtmSubPoints[1].y := 201;
dtmSubPoints[1].AreaSize := 0;
dtmSubPoints[1].AreaShape := 0;
dtmSubPoints[1].Color := 131072;
dtmSubPoints[1].Tolerance := 0;
dtmSubPoints[2].x := 470;
dtmSubPoints[2].y := 215;
dtmSubPoints[2].AreaSize := 0;
dtmSubPoints[2].AreaShape := 0;
dtmSubPoints[2].Color := 131072;
dtmSubPoints[2].Tolerance := 0;
dtmSubPoints[3].x := 470;
dtmSubPoints[3].y := 223;
dtmSubPoints[3].AreaSize := 0;
dtmSubPoints[3].AreaShape := 0;
dtmSubPoints[3].Color := 131072;
dtmSubPoints[3].Tolerance := 0;
dtmSubPoints[4].x := 477;
dtmSubPoints[4].y := 205;
dtmSubPoints[4].AreaSize := 0;
dtmSubPoints[4].AreaShape := 0;
dtmSubPoints[4].Color := 131072;
dtmSubPoints[4].Tolerance := 0;
dtmSubPoints[5].x := 487;
dtmSubPoints[5].y := 204;
dtmSubPoints[5].AreaSize := 0;
dtmSubPoints[5].AreaShape := 0;
dtmSubPoints[5].Color := 131072;
dtmSubPoints[5].Tolerance := 0;
dtmSubPoints[6].x := 489;
dtmSubPoints[6].y := 198;
dtmSubPoints[6].AreaSize := 0;
dtmSubPoints[6].AreaShape := 0;
dtmSubPoints[6].Color := 131072;
dtmSubPoints[6].Tolerance := 0;
dtmSubPoints[7].x := 477;
dtmSubPoints[7].y := 196;
dtmSubPoints[7].AreaSize := 0;
dtmSubPoints[7].AreaShape := 0;
dtmSubPoints[7].Color := 131072;
dtmSubPoints[7].Tolerance := 0;
end;
7: begin
dtmMainPoint.x := 703;
dtmMainPoint.y := 289;
dtmMainPoint.AreaSize := 0;
dtmMainPoint.AreaShape := 0;
dtmMainPoint.Color := 725072;
dtmMainPoint.Tolerance := 10;
dtmSubPoints[0].x := 703;
dtmSubPoints[0].y := 289;
dtmSubPoints[0].AreaSize := 0;
dtmSubPoints[0].AreaShape := 0;
dtmSubPoints[0].Color := 725072;
dtmSubPoints[0].Tolerance := 10;
dtmSubPoints[1].x := 696;
dtmSubPoints[1].y := 286;
dtmSubPoints[1].AreaSize := 0;
dtmSubPoints[1].AreaShape := 0;
dtmSubPoints[1].Color := 131072;
dtmSubPoints[1].Tolerance := 0;
dtmSubPoints[2].x := 701;
dtmSubPoints[2].y := 293;
dtmSubPoints[2].AreaSize := 0;
dtmSubPoints[2].AreaShape := 0;
dtmSubPoints[2].Color := 131072;
dtmSubPoints[2].Tolerance := 0;
dtmSubPoints[3].x := 703;
dtmSubPoints[3].y := 299;
dtmSubPoints[3].AreaSize := 0;
dtmSubPoints[3].AreaShape := 0;
dtmSubPoints[3].Color := 131072;
dtmSubPoints[3].Tolerance := 0;
dtmSubPoints[4].x := 690;
dtmSubPoints[4].y := 304;
dtmSubPoints[4].AreaSize := 0;
dtmSubPoints[4].AreaShape := 0;
dtmSubPoints[4].Color := 131072;
dtmSubPoints[4].Tolerance := 0;
dtmSubPoints[5].x := 686;
dtmSubPoints[5].y := 310;
dtmSubPoints[5].AreaSize := 0;
dtmSubPoints[5].AreaShape := 0;
dtmSubPoints[5].Color := 131072;
dtmSubPoints[5].Tolerance := 0;
dtmSubPoints[6].x := 709;
dtmSubPoints[6].y := 300;
dtmSubPoints[6].AreaSize := 0;
dtmSubPoints[6].AreaShape := 0;
dtmSubPoints[6].Color := 131072;
dtmSubPoints[6].Tolerance := 0;
dtmSubPoints[7].x := 709;
dtmSubPoints[7].y := 286;
dtmSubPoints[7].AreaSize := 0;
dtmSubPoints[7].AreaShape := 0;
dtmSubPoints[7].Color := 131072;
dtmSubPoints[7].Tolerance := 0;
end;
8: begin
dtmMainPoint.x := 873;
dtmMainPoint.y := 360;
dtmMainPoint.AreaSize := 0;
dtmMainPoint.AreaShape := 0;
dtmMainPoint.Color := 1910060;
dtmMainPoint.Tolerance := 20;
dtmSubPoints[0].x := 873;
dtmSubPoints[0].y := 360;
dtmSubPoints[0].AreaSize := 0;
dtmSubPoints[0].AreaShape := 0;
dtmSubPoints[0].Color := 1910060;
dtmSubPoints[0].Tolerance := 20;
dtmSubPoints[1].x := 869;
dtmSubPoints[1].y := 354;
dtmSubPoints[1].AreaSize := 0;
dtmSubPoints[1].AreaShape := 0;
dtmSubPoints[1].Color := 131072;
dtmSubPoints[1].Tolerance := 0;
dtmSubPoints[2].x := 868;
dtmSubPoints[2].y := 359;
dtmSubPoints[2].AreaSize := 0;
dtmSubPoints[2].AreaShape := 0;
dtmSubPoints[2].Color := 131072;
dtmSubPoints[2].Tolerance := 0;
dtmSubPoints[3].x := 865;
dtmSubPoints[3].y := 366;
dtmSubPoints[3].AreaSize := 0;
dtmSubPoints[3].AreaShape := 0;
dtmSubPoints[3].Color := 131072;
dtmSubPoints[3].Tolerance := 0;
dtmSubPoints[4].x := 858;
dtmSubPoints[4].y := 373;
dtmSubPoints[4].AreaSize := 0;
dtmSubPoints[4].AreaShape := 0;
dtmSubPoints[4].Color := 131072;
dtmSubPoints[4].Tolerance := 0;
dtmSubPoints[5].x := 864;
dtmSubPoints[5].y := 375;
dtmSubPoints[5].AreaSize := 0;
dtmSubPoints[5].AreaShape := 0;
dtmSubPoints[5].Color := 131072;
dtmSubPoints[5].Tolerance := 0;
dtmSubPoints[6].x := 877;
dtmSubPoints[6].y := 359;
dtmSubPoints[6].AreaSize := 0;
dtmSubPoints[6].AreaShape := 0;
dtmSubPoints[6].Color := 131072;
dtmSubPoints[6].Tolerance := 0;
dtmSubPoints[7].x := 882;
dtmSubPoints[7].y := 364;
dtmSubPoints[7].AreaSize := 0;
dtmSubPoints[7].AreaShape := 0;
dtmSubPoints[7].Color := 131072;
dtmSubPoints[7].Tolerance := 0;
end;
end;
TempTDTM.MainPoint := dtmMainPoint;
TempTDTM.SubPoints := dtmSubPoints;
Result := AddDTM(TempTDTM);
end;
procedure Setup;
begin
MainInitForm;
if (SRLStats_Username = '') then
SetupSRLStats(13, 'Anonymous', 'anon1337')
else
SetupSRLStats(13, SRLStats_Username, SRLStats_Password);
Smart_Members := MEMBERS;
Smart_Server := WORLD;
Smart_Signed := SIGNED;
SetupSRL;
//SRLPlayerForm(True, [], [{'Break after how many mins?'}], [{'Location'}], []);
//DeclarePlayers;
SetArrayLength(Hatchets, 9);
//Hatchets:= [1351, 1349, 1353, 1361, 1355, 1357, 1359, 6739, 13661];
for i:=0 to 8 do
Hatchets[i]:= LoadDDTM(i);
SetArrayLength(HatchetNames, 9);
HatchetNames:= ['Bronze Hatchet', 'Iron Hatchet', 'Steel Hatchet', 'Black Hatchet',
'Mithril Hatchet', 'Adamant Hatchet', 'Rune Hatchet', 'Dragon Hatchet',
'Inferno Adze'];
LoginPlayer;
{
SetArrayLength(ColorBox, 9);
ColorBox:= [IntToBox(MIX1, MIY1, MIX2, MIY2), IntToBox(617, MIY1+25, MIX2, MIY1+45),
IntToBox(651, MIY1+45, MIX2, MIY1+65), IntToBox(609, MIY1+65, MIX2, MIY1+85),
IntToBox(626, MIY1+85, MIX2, MIY1+105), IntToBox(664, MIY1+105, MIX2, MIY1+125),
IntToBox(639, MIY1+125, MIX2, MIY1+145), IntToBox(659, MIY1+145, MIX2, MIY1+165),
IntToBox(637, MIY1+165, MIX2, MIY1+185)];
SetArrayLength(Points, ((ColorBox[0].X2-ColorBox[0].X1)*(ColorBox[0].Y2-ColorBox[0].Y1)));
for x:=ColorBox[0].X1 to ColorBox[0].X2-1 do
for y:=ColorBox[0].Y1 to ColorBox[0].Y2-1 do
begin
Points[i]:= Point(x, y);
Inc(i);
end;
SMART_DrawDotsEx(True,Points, 3160642);
SMART_DrawText(MIX1+5, MIY1+5, 'UpChars', 'Shuttleu''s Vine Vanquisher', ClWhite);
}
MarkTime(ScriptStarted);
SetupVars;
end;
function IsChopping: Boolean;
begin
if (averagePixelShift(IntToBox(234, 100, 289, 185), 50, 250) > 200) then
Result:= True else
begin
Wait(1000);
if (averagePixelShift(IntToBox(234, 100, 289, 185), 50, 250) > 200) then
Result:= True else Result:= False;
end;
end;
function CheckLocation: boolean;
var
MyPos: TPoint;
begin
MyPos:= SPS_GetMyPos;
result:= (Distance(CenterTile.x, CenterTile.y, MyPos.x, MyPos.y)<10);
if not Result then
begin
if SPS_WalkToPos(CenterTile) then
Result:= True;
MakeCompass(FaceDirection);
Flag;
end;
writeln(result);
end;
function CheckHatchet: Boolean;
{var
Item: TInvItem;
Equiped: TEquipmentItem;}
begin
GameTab(Tab_Inv);
for i:= 8 downto 0 do
if FindDTM(Hatchets[i], x, y, 547, 202, 737, 466) then
begin
Writeln('Found '+HatchetNames[i]+' in backpack');
Result:= True;
Exit;
end;
GameTab(Tab_Equip);
for i:= 8 downto 0 do
if FindDTM(Hatchets[i], x, y, 547, 202, 737, 466) then
begin
Writeln('Found '+HatchetNames[i]+' in hand');
Result:= True;
Exit;
end else
Writeln('Could not find '+HatchetNames[i]+' in hand');
Writeln('You do not have a hatchet either in your backpack or weilded');
writeln('a');
Logout;
writeln('b');
ChangePlayer(False);
end;
function VineColor(location: string): Integer;
var
arP: TPointArray;
arC: TIntegerArray;
tmpCTS, i, arL: Integer;
R, G, B: Integer;
X, Y, Z: Extended;
SpeedModifiers, XYZ: Array of Extended;
Colors, RGB: TIntegerArray;
begin
SetLength(SpeedModifiers, 2);
SetLength(XYZ, 6);
SetLength(Colors, 2);
SetLength(RGB, 6);
case location of
'vn': begin
SpeedModifiers:= [0.14, 0.16];
Colors:= [2705721, 5];
RGB:= [49, 69, 58, 89, 32, 50];
XYZ:= [2.95, 6.45, 3.80, 8.45, 2.00, 4.21];
end;
've': begin
SpeedModifiers:= [0.04, 0.06];
Colors:= [4091733, 9];
RGB:= [63, 108, 82, 140, 45, 78];
XYZ:= [5.68, 16.66, 7.45, 22.15, 3.71, 10.43];
end;
'fn': begin
SpeedModifiers:= [0.09, 0.15];
Colors:= [2639927, 6];
RGB:= [40, 71, 52, 92, 28, 51];
XYZ:= [2.39, 6.86, 3.09, 9.03, 1.61, 4.42];
end;
'fs': begin
SpeedModifiers:= [0.03, 0.06];
Colors:= [4554080, 10];
RGB:= [72, 120, 94, 155, 52, 87];
XYZ:= [7.46, 20.86, 9.84, 27.72, 4.86, 13.07];
end;
't': begin
SpeedModifiers:= [0.03, 0.05];
Colors:= [4751972, 10];
RGB:= [76, 124, 98, 161, 54, 90];
XYZ:= [8.19, 22.56, 10.76, 30.09, 5.248, 14.09];
end;
'a': begin
SpeedModifiers:= [0.10, 0.15];
Colors:= [2309936, 6];
RGB:= [33, 64, 43, 83, 23, 46];
XYZ:= [1.71, 5.56, 2.19, 7.30, 1.18, 3.62];
end;
'y': begin
SpeedModifiers:= [0.05, 0.16];
Colors:= [2508085, 7];
RGB:= [35, 71, 46, 92, 25, 51];
XYZ:= [1.91, 6.86, 2.46, 9.03, 1.33, 4.42];
end;
'cw': begin
SpeedModifiers:= [0.05, 0.06];
Colors:= [4818021, 7];
RGB:= [84, 119, 109, 154, 60, 86];
XYZ:= [10.14, 20.52, 13.40, 27.31, 6.45, 12.80];
end;
end;
tmpCTS := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorSpeed2Modifiers(SpeedModifiers[0], SpeedModifiers[1]);
FindColorsSpiralTolerance(259, 170, arP, Colors[0], 4, 4, 515, 337, Colors[1]);
if (Length(arP) = 0) then
begin
Writeln('Failed to find the color, no result.');
ColorToleranceSpeed(tmpCTS);
SetColorSpeed2Modifiers(0.2, 0.2);
Exit;
end;
arC := GetColors(arP);
ClearSameIntegers(arC);
arL := High(arC);
for i := 0 to arL do
begin
ColorToRGB(arC[i], R, G, B);
if (R >= RGB[0]) and (R <= RGB[1]) and (G >= RGB[2]) and (G <= RGB[3]) and (B >= RGB[4]) and (B <= RGB[5]) then
begin
ColorToXYZ(arC[i], X, Y, Z);
{$IFDEF SIMBA980}
x:= x*100;
y:= y*100;
z:= z*100;
{$ENDIF}
if (X >= XYZ[0]) and (X <= XYZ[1]) and (Y >= XYZ[2]) and (Y <= XYZ[3]) and (Z >= XYZ[4]) and (Z <= XYZ[5]) then
begin
Result := arC[i];
Break;
end;
end;
end;
ColorToleranceSpeed(tmpCTS);
SetColorSpeed2Modifiers(0.2, 0.2);
if Debug then
if (i = arL + 1) then
Writeln('AutoColor failed in finding the color.');
end;
function FindVines: Boolean;
var
VinePoints: TPointArray;
TheVineColor, i: Integer;
begin
if Debug then
Writeln('finding vines');
TheVineColor:= VineColor(Players[CurrentPlayer].Strings[0]);
if Debug then
Writeln(TheVineColor);
FindColorsSpiralTolerance(249, 130, VinePoints, TheVineColor, 4, 4, 515, 337, 1);
if Debug then
Writeln(Length(VinePoints));
if (Length(VinePoints)>0) then
begin
for i:= 5 to High(VinePoints) do
begin
if VinePoints[i].x<(229) then DecEx(VinePoints[i].x, 10);
if VinePoints[i].x>(289) then IncEx(VinePoints[i].x, 10);
MMouse(VinePoints[i].x, VinePoints[i].y, 0, 0);
Wait(500+Random(500));
if IsUpTextMultiCustom(['hop', 'Ivy']) then
begin
Mouse(VinePoints[i].x, VinePoints[i].y, 0, 0, True);
Result:= True;
Tries:= 0;
if Debug then
Writeln('FoundVines');
Break;
end else
begin
Mouse(VinePoints[i].x, VinePoints[i].y, 0, 0, False);
Wait(500+Random(500));
if OptionsExist(['Ivy'], False) then
begin
ChooseOptionMulti(['hop', 'vy']);
Result:= True;
Tries:= 0;
if Debug then
Writeln('FoundVines');
Break;
end else
ChooseOption('ancel');
end;
end;
end;
if Debug then
Writeln('finished finding vines');
end;
procedure ChopVines;
begin
if Debug then
Writeln('chopping vines');
if (not(FindVines)) then
Inc(Tries);
if (Tries > 20) then
begin
Writeln('Unable to find any vines :(');
Logout;
changePlayer(False);
end;
if Debug then
Writeln('finished chopping vines');
end;
procedure SRL_Stats;
var
TempLvl: Integer;
begin
TempLvl:= GetSkillLevel(Skill_WoodCutting);
Players[CurrentPlayer].Integers[7]:= TempLvl;
stats_IncVariable('Bird Nest', (Players[CurrentPlayer].Integers[3]-Players[CurrentPlayer].Integers[8])); {Bird Nests Found}
stats_Commit;
Players[CurrentPlayer].Integers[4]:= Players[CurrentPlayer].Integers[6];
Players[CurrentPlayer].Integers[5]:= Players[CurrentPlayer].Integers[7];
Players[CurrentPlayer].Integers[8]:= Players[CurrentPlayer].Integers[3];
end;
{
procedure SmartProggy;
var
x, y, z, i, h, m, s, TempLvl: Integer;
begin
if DisableSmartProggy then Exit;
for z:=1 to 8 do
begin
setarraylength(points, ((ColorBox[z].X2-ColorBox[z].X1)*(ColorBox[z].Y2-ColorBox[z].Y1)));
i:=0;
for x:=ColorBox[z].X1 to ColorBox[z].X2-1 do
for y:=ColorBox[z].Y1 to ColorBox[z].Y2-1 do
begin
points[i]:= Point(x, y);
inc(i);
end;
SMART_DrawDotsEx(False, points, 3160642);
end;
TempLvl:= R_GetSkillLevel(Skill_WoodCutting);
if Debug then
if Debug then
Writeln(TempLvl);
Players[CurrentPlayer].Integers[10]:= TempLvl;
ConvertTime(TimeFromMark(ScriptStarted), h, m, s);
SMART_DrawText(MIX1+15, MIY1+25, 'UpChars', 'Version: '+ScriptVersion, ClLime);
SMART_DrawText(MIX1+15, MIY1+45, 'UpChars', 'Running time: '+PadZ(IntToStr(h), 2)+':'+PadZ(IntToStr(m), 2)+':'+PadZ(IntToStr(s), 2), ClLime);
SMART_DrawText(MIX1+15, MIY1+65, 'UpChars', 'Player: '+Players[CurrentPlayer].nick, ClLime);
SMART_DrawText(MIX1+15, MIY1+85, 'UpChars', 'WC Level: '+IntToStr(Players[CurrentPlayer].Integers[2]), ClLime);
SMART_DrawText(MIX1+15, MIY1+105, 'UpChars', 'Vines Chopped: '+IntToStr((Players[CurrentPlayer].Integers[9]-Players[CurrentPlayer].Integers[1])/332), ClLime);
// SMART_DrawText(MIX1+15, MIY1+125, 'UpChars', 'Exp Gained: '+IntToStr(Players[CurrentPlayer].Integers[9]-Players[CurrentPlayer].Integers[1]), ClLime);
SMART_DrawText(MIX1+15, MIY1+145, 'UpChars', 'Levels Gained: '+IntToStr(Players[CurrentPlayer].Integers[10]-Players[CurrentPlayer].Integers[2]), ClLime);
SMART_DrawText(MIX1+15, MIY1+165, 'UpChars', 'Bird Nests: '+IntToStr(Players[CurrentPlayer].Integers[3]), ClLime);
end; }
Procedure PrintOnSmart(TP: TStringArray; Placement: TPoint; Colour: integer);
var
mx, my, Pic, I, B, H, TPH, Numb: Integer;
TTP: TPointArray;
Canvas: TCanvas;
begin
SmartSetDebug(True);
GetClientDimensions(mx, my);
Pic := BitmapFromString(mx, my, '');
TPH := High(TP);
for I := 0 to TPH do
begin
TTP := LoadTextTPA(TP[i], UpChars, H);
for B := 0 to High(TTP) do
begin
Numb := ((I + 1) * 13);
FastSetPixel(Pic, TTP[b].x + 1, TTP[b].y + Numb + 1,131072);
FastSetPixel(Pic, TTP[b].x, TTP[b].y + Numb, Colour);
end;
end;
Canvas := TCANVAS.Create;
Canvas.Handle := SmartGetDebugDC;
DrawBitmap(Pic, Canvas, Placement.x, Placement.y);
FreeBitmap(Pic);
end;
Procedure OnScreen;
Var
h, m, s, TempExp: Integer;
SmartLines: TStringArray;
begin
// TempExp:= GetXPBarTotal;
if Debug then
Writeln(TempExp);
ConvertTime(TimeFromMark(ScriptStarted), h, m, s);
SetArrayLength(SmartLines, 7);
SmartLines[0]:= 'Running time: '+PadZ(IntToStr(h), 2)+':'+PadZ(IntToStr(m), 2)+':'+PadZ(IntToStr(s), 2);
SmartLines[1]:= 'Woodcutting Level: '+IntToStr(Players[CurrentPlayer].Integers[10]);
SmartLines[2]:= 'Vines Chopped: '+IntToStr((Players[CurrentPlayer].Integers[9]-Players[CurrentPlayer].Integers[1])/332);
SmartLines[3]:= 'Levels Gained: '+IntToStr(Players[CurrentPlayer].Integers[10]-Players[CurrentPlayer].Integers[2]);
// SmartLines[4]:= 'Experience Gained: '+IntToStr(Players[CurrentPlayer].Integers[9]-Players[CurrentPlayer].Integers[1]);
// SmartLines[5]:= 'Experience/hr: '+IntToStr(round((Players[CurrentPlayer].Integers[9]-Players[CurrentPlayer].Integers[1])/ (h * 1.0 + m / 60.0 + s / 3600.0)));
SmartLines[6]:= 'Birds Nests: '+IntToStr(Players[CurrentPlayer].Integers[3]);
PrintOnSmart(['~Vine Vanquisher '+ScriptVersion+' (by Shuttleu)~'],Point(15,20),65280);
PrintOnSmart(SmartLines,Point(10,50),clWhite);
end;
procedure Proggy(MainLoop: Boolean);
var
TempExp, TempLvl, Player: Integer;
begin
if (p=100)or(not(MainLoop)) then
begin
TempLvl:= GetSkillLevel(Skill_WoodCutting);
// TempExp:= GetXPBarTotal;
//ClearDebug;
if Debug then
Writeln(TempExp);
if Debug then
Writeln(TempLvl);
if (TempExp > Players[CurrentPlayer].Integers[9]) then
Players[CurrentPlayer].Integers[9]:= TempExp;
if (TempLvl > Players[CurrentPlayer].Integers[10]) then
Players[CurrentPlayer].Integers[10]:= TempLvl;
Writeln('***************************************** ****');
Writeln('Shuttleu''s Vine Vanquisher Progress Report');
Writeln('***************************************** ****');
Writeln('Version: '+ScriptVersion);
Writeln('***************************************** ****');
Writeln('Ran for: '+ TimeRunning);
Writeln('***************************************** ****');
for Player:=0 to High(Players) do
begin
Writeln('Player: '+Players[Player].Nick);
Writeln('Woodcutting Level: '+IntToStr(Players[Player].Integers[10]));
// Writeln('Experience Gained: '+IntToStr(Players[Player].Integers[9]-Players[Player].Integers[1]));
Writeln('Levels Gained: '+IntToStr(Players[Player].Integers[10]-Players[Player].Integers[2]));
Writeln('Bird Nests Found: '+IntToStr(Players[Player].Integers[3]));
Writeln('Vines chopped: '+IntToStr((Players[Player].Integers[9]-Players[Player].Integers[1])/332));
Writeln('***************************************** ****');
Writeln('Location: '+ Players[Player].Strings[0]);
Writeln('***************************************** ****');
end;
p:=0;
SRL_Stats;
OnScreen;
end else
p:= p + 1;
end;
procedure TheAntiban;
var
Chance: Integer;
begin
Chance:= Random(101);
if Chance<=AntibanChance then
case Random(101) of
1..20: begin
HoverSkill('Woodcutting', false);
Wait(1000+Random(500));
GameTab(tab_Inv);
end;
21..40: PickUpMouse;
41..60: RandomMovement;
61..80: BoredHuman;
81..100: ExamineInv;
end;
ChooseOption('ancel');
MakeCompass(FaceDirection);
end;
procedure DoRandomCheck(MainLoop: Boolean);
begin
if Debug then
Writeln('Starting random check');
if MainLoop then
begin
if (y=25) then
begin
if FindNormalRandoms then
Wait(5000+Random(3000));
y:=0;
end else
y:= y + 1;
end else
if FindNormalRandoms then
Wait(5000+Random(3000));
if Debug then
Writeln('Finished random check');
end;
{
function AddGroundItemArrays(Array1, Array2: TGroundItemArray): TGroundItemArray;
var
x, y, z: Integer;
begin
x:= Length(Array1);
y:= Length(Array2);
SetArrayLength(Result, x+y);
for z:= 0 to High(Array1) do
Result[z]:= Array1[z];
for z:= 0 to y-1 do
Result[(x+y)-(y-z)]:= Array2[z];
end;
function GetItemsInBox(Box: TBox): TGroundItemArray;
var
x, y: Integer;
Temp: TGroundItemArray;
begin
for x:= Box.X1 to Box.X2 do
for y:= Box.Y1 to Box.Y2 do
begin
Temp:= R_GetGroundItemsAt(Tile(x, y));
Result:= AddGroundItemArrays(Result, Temp);
end;
end;
function MyFindBirdsNestColor: Boolean;
var
ChatLines: TStringArray;
i, x, y: Integer;
FoundNest: Boolean;
TheBox: TBox;
TilePosition: TPoint;
ThePlayer: TPlayer;
begin
if DropRingNests then R_DropAllItemsBy(5074);
ChatLines:= ChatBoxTextArray(255);
for i:=1 to 8 do
if (Pos('nest falls out of', ChatLines[i]) <> 0) then
begin
FoundNest:= True;
Break;
end;
for i:=i to 8 do
if (Pos('swing your hatchet', ChatLines[i]) <> 0) then
begin
FoundNest:= False;
Break;
end;
if FoundNest then
begin
ThePlayer:= R_GetMe;
case FaceDirection of
'N': TheBox:= IntToBox(ThePlayer.Tile.x-1, ThePlayer.Tile.y-1, ThePlayer.Tile.x+1, ThePlayer.Tile.y);
'E': TheBox:= IntToBox(ThePlayer.Tile.x-1, ThePlayer.Tile.y-1, ThePlayer.Tile.x, ThePlayer.Tile.y+1);
'S': TheBox:= IntToBox(ThePlayer.Tile.x-1, ThePlayer.Tile.y, ThePlayer.Tile.x+1, ThePlayer.Tile.y+1);
'W': TheBox:= IntToBox(ThePlayer.Tile.x, ThePlayer.Tile.y-1, ThePlayer.Tile.x+1, ThePlayer.Tile.y+1);
end;
for x:=TheBox.X1 to TheBox.X2 do
for y:=TheBox.Y1 to TheBox.Y2 do
begin
TilePosition:= R_TileToMS(Tile(x, y), 0);
Mouse(TilePosition.x, TilePosition.y, 0, 0, False);
if R_OptionExists('ird') then
begin
ChooseOptionMulti(['ake', 'ird']);
Result:= True;
Exit;
end else
ChooseOption('Cancel');
end;
end;
end;
function MyFindBirdsNest: Boolean;
var
GroundItems: TGroundItemArray;
i: Integer;
BirdNestLoc: TTile;
ThePlayer: TPlayer;
begin
if Debug then
Writeln('Searching for birds nest');
ThePlayer:= R_GetMe;
case FaceDirection of
'N': GroundItems:= GetItemsInBox(IntToBox(ThePlayer.Tile.x-1, ThePlayer.Tile.y-1, ThePlayer.Tile.x+1, ThePlayer.Tile.y));
'E': GroundItems:= GetItemsInBox(IntToBox(ThePlayer.Tile.x-1, ThePlayer.Tile.y-1, ThePlayer.Tile.x, ThePlayer.Tile.y+1));
'S': GroundItems:= GetItemsInBox(IntToBox(ThePlayer.Tile.x-1, ThePlayer.Tile.y, ThePlayer.Tile.x+1, ThePlayer.Tile.y+1));
'W': GroundItems:= GetItemsInBox(IntToBox(ThePlayer.Tile.x, ThePlayer.Tile.y-1, ThePlayer.Tile.x+1, ThePlayer.Tile.y+1));
end;
for i:=0 to High(GroundItems) do
if (GroundItems[i].ID > 5069) and (GroundItems[i].ID < 5076) then
begin
writeln('found birds nest');
writeln('picking up birds nest');
BirdNestLoc:= R_TileToMS(GroundItems[i].Tile, 0);
Mouse(BirdNestLoc.x, BirdNestLoc.y, 0, 0, False);
Wait(250+Random(500));
if ChooseOptionMulti(['ake', 'ird', 'est']) then
begin
Result:= True;
writeln('picked up birds nest :)');
Break;
end;
end;
if Debug then
Writeln('Finished searching for birds nest');
end;
{************************************************* ******************************
procedure AutoUpdateMe;
By: Harry & Shuttleu
Description: Checks for the latest version of the script and if a newer version
is found it will update the script.
************************************************** *****************************}
procedure AutoUpdateMe;
var ClientUp, Neifile:integer;
OnlineVersion, NewScript, NeiFeilNennen:string;
begin
if UseAutoChecker then
begin
writeln('Checking for script updates...');
ClientUp := InitializeHTTPClient(False, False);
SetHTTPUserAgent(ClientUp,'Simba ' + ScriptVersion);
OnlineVersion := GetHTTPPage(ClientUp,'http://shuttleu-simba-scripts.googlecode.com/git/vinevanquisher/vinevanquisher-version.txt');
writeln(onlineversion);
writeln(ScriptVersion)
FreeHTTPClient(ClientUp);
if (Length(trim(OnlineVersion)) = 3) and (trim(OnlineVersion) > ScriptVersion) then
begin
writeLn('Newer script version online!');
writeLn('Autoupdating to newer version.');
ClientUp := InitializeHTTPClient(False,False);
SetHTTPUserAgent(ClientUp,'Simba');
NewScript := GetHTTPPage(ClientUp,'http://shuttleu-simba-scripts.googlecode.com/git/vinevanquisher/vinevanquisher-current.simba');
FreeHTTPClient(ClientUp);
NeiFeilNennen := ScriptPath + 'VineVanquisher v'+trim(OnlineVersion)+' by Shuttleu.simba';
Neifile := Rewritefile(NeiFeilNennen, true);
try
WriteFileString(Neifile, NewScript);
except
begin
writeLn('Fatal error writing to '+NeiFeilNennen+'!!');
terminatescript;
end;
end;
CloseFile(Neifile);
writeLn('New script downloaded and saved at '+NeiFeilNennen+' !! Please use this!');
TerminateScript;
end else
begin
if (Length(trim(OnlineVersion)) <> 3) then
WriteLn('Version checking failed (debug: length was not equal), you might be outdated.')
else writeLn('You have the latest version of the script!');
end;
writeln('Checking for script updates...');
ClientUp := InitializeHTTPClient(False, False);
SetHTTPUserAgent(ClientUp,'Simba ' + ScriptVersion);
OnlineVersion := GetHTTPPage(ClientUp,'http://shuttleu-simba-scripts.googlecode.com/git/vinevanquisher/VVForm-version.txt');
writeln(onlineversion);
writeln(FormVersion)
FreeHTTPClient(ClientUp);
if (Length(trim(OnlineVersion)) = 3) and (trim(OnlineVersion) > FormVersion) then
begin
writeLn('Newer script version online!');
writeLn('Autoupdating to newer version.');
ClientUp := InitializeHTTPClient(False,False);
SetHTTPUserAgent(ClientUp,'Simba');
NewScript := GetHTTPPage(ClientUp,'http://shuttleu-simba-scripts.googlecode.com/git/vinevanquisher/VVForm.simba');
FreeHTTPClient(ClientUp);
NeiFeilNennen := IncludePath + 'VVForm.simba';
Neifile := Rewritefile(NeiFeilNennen, true);
try
WriteFileString(Neifile, NewScript);
except
begin
writeLn('Fatal error writing to '+NeiFeilNennen+'!!');
terminatescript;
end;
end;
CloseFile(Neifile);
writeLn('New form downloaded!! Please restart the script!');
TerminateScript;
end else
begin
if (Length(trim(OnlineVersion)) <> 3) then
WriteLn('Version checking failed (debug: length was not equal), you might be outdated.')
else writeLn('You have the latest version of the script!');
exit;
end;
end else
WriteLn('!!!!! Not checking for latest version, you may be outdated!');
end;
{
procedure SwitchTheWorld;
var
ThePlayers: array of TPlayer;
a, b, i: Integer;
begin
if SwitchWorld then
begin
ThePlayers:= R_GetAllPlayers;
for a:=0 to High(ThePlayers) do
for b:=0 to High(Tiles) do
if (ThePlayers[a].Tile = Tiles[b]) then
Inc(i);
if ((i >= MaxPlayers) or ((LastSwitch div HowManyLoads)=1) or (TimeFromMark(TimeSinceLastSwitch) > (SwitchTime*60*1000))) then
if ExitToLobby then
begin
SelectWorld(RandomWorld(True, False));
LoginPlayer;
LastSwitch:= 0;
MarkTime(TimeSinceLastSwitch);
SetupVars;
end;
end;
end;
{By Brak}
Procedure TurnAidOff;
begin
if Players[CurrentPlayer].Booleans[0] then Exit;
if TabExists(tab_Options) then
if GameTab(tab_Options) then
begin
if 142 = CountColorTolerance(1711226, 639, 456, 690, 502, 5) then
exit
else
begin
MouseBox(650,472,675,495,3);
if WaitUpTextMulti(['ccep', 'cept', ' Aid'], 500) then
ClickMouse2(True);
end;
end;
Gametab(tab_Inv);
Players[CurrentPlayer].Booleans[0]:= True;
end;
procedure DoBreak;
var
BreakTime, T, h, m, s: Integer;
begin
if (TimeFromMark(TimeSinceLastBreak) > ((Players[CurrentPlayer].Integers[0]*60*1000)+Random(5*60*100))) then
if (PlayersActive > 1) then
begin
Proggy(False);
if Debug then
Writeln('Starting Break');
if Debug then
Writeln(PlayersActive);
ChangePlayer(True);
if Debug then
Writeln('Finished Break');
MarkTime(TimeSinceLastBreak);
end else
begin
Proggy(False);
if Debug then
Writeln('Starting Break');
BreakTime:= ((BreakMins*60*1000)+Random(5*60*1000));
Logout;
MarkTime(T);
repeat
Wait(1000);
ConvertTime(BreakTime-TimeFromMark(T), h, m, s);
Status('Breaktime left: '+PadZ(IntToStr(h), 0)+':'+PadZ(IntToStr(m), 0)+':'+PadZ(IntToStr(s), 0));
until(TimeFromMark(T)>BreakTime);
if Debug then
Writeln('Finished Break');
LoginPlayer;
SetupVars;
MarkTime(TimeSinceLastBreak);
end;
end;
procedure ScriptTeminate;
begin
for i:=0 to 8 do
FreeDTM(Hatchets[i]);
end;
function MyFindBirdsNest: Boolean;
var
x, y: Integer;
ChatBoxStuff: string;
begin
if Debug then Writeln('Looking for a birds nest');
x:= 260;
y:= 211;
ChatBoxStuff:= GetChatBoxText(8, 255);
if Debug then Writeln(ChatBoxStuff);
if (Pos('A bird', ChatBoxStuff)<>0) then
begin
if Debug then Writeln('Found the red text');
if FindObjCustom(x, y, ['ake B', 'Bird', 'nest'], [2767422, 2961972, 3818051, 2833729, 2306100, 3949638], 5) then
begin
if Debug then Writeln('Found a birds nest!');
Mouse(x, y, 0, 0, True);
Result:= True;
end;
end;
if Debug then Writeln('Finished looking for a birds nest');
end;
begin
AutoUpdateMe;
Setup;
CheckHatchet;
repeat
OnScreen;
if (not(IsChopping)) then
begin
OnScreen;
TurnAidOff;
DoBreak;
DoRandomCheck(False);
ChopVines;
//SRL_Stats;
//SwitchTheWorld;
Inc(LastSwitch);
end;
Wait(1000+Random(2000));
if MyFindBirdsNest then
begin
Inc(Players[CurrentPlayer].Integers[3]);
FindVines;
end;
DoRandomCheck(True);
if UseAntiban then
TheAntiban;
Proggy(True);
until(False);
end.
{------------------------------------------------------------------------------}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{************************************************* *****************************}
{------------------------------------------------------------------------------}
{-------------------------------Change log-------------------------------------
V4.2 - Fixed bird nest bug (wouldnt chop ivy again if there was someone already chopping)
V4.1 - Fixed birds nest finding
Fixed another vine searching bug
Small Antiban fix
V4.0 - Memory leak fix
Added encryption to the ini file
V3.9 - Hopefull finally fixed Inferno Adze
V3.8 - Added a simba bug fix
V3.7 - Attempt to fix a out of range error
V3.6 - Added Inferno Adze support
V3.5 - Removed SPS until SPS 2.0 is out
V3.4 - Memory Fixes
V3.2 - Hopefully fixed the vine searching bug
V3.2 - Fixed a bug with taverly
V3.1 - Fixed a bug with ve and vn
Fixed the XP counter
V3.0 - Completely converted to colour to survive the "bot-nuke"
V2.6 - Fixed updater and SMART Painting
V2.5 - Redone SMART Painting
V2.4 - Updated to R2
Switched to git
V2.3 - Slight change to breaking
Changed back to full reflection nest finding
V2.2 - Fixed a small problem with the stats decleration
V2.1 - Added Harrys auto updater/version checker
V2.03 - Renamed a couple of functions to make it fully working again
V2.02 - Updated for a change in Reflection
V2.01 - Updated for the new SRL Stats
V2 - Added SMART Proggy
Improved bird nest finding
Added form
All features I wanted are now added
V1.99 - Added Color/Reflection birdsnest finding (still needs testing)
Added switching world after x mins/loads or if players is more than set amount
Fixed breaking bug
Can now select percentage of antiban
Can set it to ignore outdated hooks
Added check to make sure Accept Aid is turned off
Added custom vars for SRL Stats
Im sure there were a couple more but i cant remember :p
V1.91 - Forgot to incorperate breaking correctly
V1.9 - Added Breaks and Antiban
V1.81 - Removed reflection bird nest finderf due to memory leaks in SMART
V1.8 - Added Varrock Castle East and renamed Varrock to Varrock Castle North
Edited the way the player is set up
Made and now using my own bird nest finder that acctually works
V1.72 - Replaced level and experience finding with reflection
Added birdnest support
V1.71 - Couple of small tiny edits
V1.7 - Added extra info to proggy and made fully multiplayer
V1.6 - Improved vine finding and fixed a little Animation bug
V1.53 - Had to remove the stats info and made it open the script thread when it is outdated
V1.52 - Changed the height it uses and fixed the walking error
V1.51 - Added location to progress report
V1.5 - Changed MakeCompass from Reflection to SRL
V1.4 - Added SRL Stats
Added version checker
V1.3 - Added all vine locations
V1.2 - Dont have to stand against the wall to start
V1.1 - Added AntiRandoms
V1.0 - First public beta release
}
Brotein
01-16-2012, 09:26 PM
;)
w/ the update today a few things have messed up, but the script still works for the most part.
-Tracking exp doesn't work - doesn't recognize the new icon for wc
-It keeps clicking the xp button over and over because it does not recognize the new position of it
-If it uses the right click to go to the next spot it won't hit cancel because of the new box, but the mouse continues to float to new spots so the box eventually disappears and it clicks on a new spot (just makes it a little slow).
Hope this helps! PS great script I have really love it!
I'm also having the same issues with the xp button, I'm sure everyone else is. I hope you can update the script today!
dwarfgamer993
01-16-2012, 10:04 PM
Where are the logs for this script stored? like how long it has run and stuff
thnks
The original works great sofar! With the text.simba update. Though one flaw I have seen is that it keeps clicking the exp button to try to grab the exp for the counter, but after the ivy vine is depleted it stops clicking the exp and then it selects another ivy vine after about 5 seconds. Works good but could be fine tuned.
http://i39.tinypic.com/2z9gxh3.jpg
Lol, still works well just a bit bugged on the expcounter...
jagsta21
01-17-2012, 05:59 AM
i keep getting failed to find the color, no result.
0
119
and it right clicks on the exp counter and keeps doing that
it sometimes works but most of the time i get tht
halp plz
Shuttleu
01-17-2012, 02:11 PM
;)
I'm also having the same issues with the xp button, I'm sure everyone else is. I hope you can update the script today!
thats a SRL problem, not my scripts fault
Where are the logs for this script stored? like how long it has run and stuff
thnks
the longest ones are on the front page
if you mean the ones that are printed out, they are not saved, they are just printed in the debug box
The original works great sofar! With the text.simba update. Though one flaw I have seen is that it keeps clicking the exp button to try to grab the exp for the counter, but after the ivy vine is depleted it stops clicking the exp and then it selects another ivy vine after about 5 seconds. Works good but could be fine tuned.
once again, not my scripts fault.
http://i39.tinypic.com/2z9gxh3.jpg
Lol, still works well just a bit bugged on the expcounter...
same as above
i keep getting failed to find the color, no result.
0
119
and it right clicks on the exp counter and keeps doing that
it sometimes works but most of the time i get tht
halp plz
where are you using it?
have you tried anywhere else?
~shut
EDIT: just updating for crashsmart
EDIT: got a version i want someone/some people to test
Shuttleu
01-17-2012, 10:48 PM
Skoll boots ill test :)
pm'ing you the version
~shut
Ashaman88
01-17-2012, 11:13 PM
Also just to note you need to have the "exp pop up" turned to off or the script hovers over the tree picture at the top (when you get exp) until it goes away. Meaning that after the ivy is cut you can't move onto the next one until the few seconds it takes for that picture to disappear.
Jess3
01-18-2012, 02:47 AM
Doesn't work for me when I try to run this pops up:
Access Violation
Press ok to ignore and risk data violation
Press cancel to kill the program
Pressing ok does nothing, and canceling closes it.
lxgodxl
01-18-2012, 03:36 AM
I could test the version for you as well if u would like
Shuttleu
01-18-2012, 09:40 AM
Also just to note you need to have the "exp pop up" turned to off or the script hovers over the tree picture at the top (when you get exp) until it goes away. Meaning that after the ivy is cut you can't move onto the next one until the few seconds it takes for that picture to disappear.
unfortunately, due to the way that GetXPBarTotal works, i cannot stop this :(
Doesn't work for me when I try to run this pops up:
Access Violation
Press ok to ignore and risk data violation
Press cancel to kill the program
Pressing ok does nothing, and canceling closes it.
does it highlight a particular line?
are you running it as administrator?
I could test the version for you as well if u would like
pm'ing you now
~shut
lxgodxl
01-18-2012, 09:54 AM
Doesn't work for me when I try to run this pops up:
Access Violation
Press ok to ignore and risk data violation
Press cancel to kill the program
Pressing ok does nothing, and canceling closes it.
I did have the same problem when i made my nickname only 3 letters but then when i changed it for 4 letters it worked fine
And ill start using the script tmro when i get home from work on my phone atm :p
Shuttleu
01-18-2012, 10:11 AM
I did have the same problem when i made my nickname only 3 letters but then when i changed it for 4 letters it worked fine
And ill start using the script tmro when i get home from work on my phone atm :p
strange, i just tried that and i got the exact same problem, however, i restarted simba and now i cant seem to reproduce it :s
~shut
mxtrix
01-18-2012, 10:22 AM
I keep getting the error Error: Exception: "" is an invalid integer at line 1377
lxgodxl
01-18-2012, 10:34 AM
strange, i just tried that and i got the exact same problem, however, i restarted simba and now i cant seem to reproduce it :s
~shut
I just pmed u about a problem and the exact same thing happened,i had the axcess violation then i restarted and the problem went away lol
Ashaman88
01-18-2012, 03:03 PM
unfortunately, due to the way that GetXPBarTotal works, i cannot stop this :(
~shut
That's fine it's no big deal, you may just want to add that to the instructions though. PS would also love to help you test
Shuttleu
01-18-2012, 04:16 PM
That's fine it's no big deal, you may just want to add that to the instructions though. PS would also love to help you test
never mind, i mis-read your post
alternatively you can find and comment out ChooseOption('ancel'); in the Antiban function
its to do with the way that ChooseOption works
~shut
cem22lp
01-18-2012, 09:22 PM
thanks, its a great bot, my paint is giving out grossly incorrect reading but it runs lovely
Godpedo
01-18-2012, 09:34 PM
Wow I left the bot and When i came back all my money and items were gone and my character was in Ge...Everything gone...
Wats wrong wif it....Anyway I quit this game....
cem22lp
01-18-2012, 10:26 PM
Wow I left the bot and When i came back all my money and items were gone and my character was in Ge...Everything gone...
Wats wrong wif it....Anyway I quit this game....
check the script, it has nothing to do with it, you probably got phished
lololwho
01-19-2012, 12:03 AM
nice is the first simba script that works for me.
kimalia
01-19-2012, 12:03 AM
im using the boots... i need a version that would work for now...
shut... dude... could u hit me a PM with a version that works for now? when i use the 100% power from the boots... ill be 99 WC and will be on the 99 list! :)
Shuttleu
01-19-2012, 12:26 AM
now pushing a update
it includes t new features
CrashSMART http://villavu.com/forum/showthread.php?t=67864
and Quick Start
CrashSMART allows the script to continue even when rs updates, i have also made it so you wont loose your stats
QuickStart will stop the form from popping up everytime you start the script, it will pop up the first time you run it, then never again
however, if you want to run it just comment out the line that says {$DEFINE quickstart}
~shut
Jess3
01-19-2012, 12:51 AM
Ok, the other error I had is fixed now, and a new one comes up, smart doesn't start up. There is not a error or anything. :S
jagsta21
01-19-2012, 01:03 AM
i keep getting failed to find the color, no result.
0
119
and it right clicks on the exp counter and keeps doing that
it sometimes works but most of the time i get tht
halp plz
about that its only at cw ive tryed all of the others and they work
Shuttleu
01-19-2012, 01:05 AM
update released, please read the first post again, new info available
~shut
lololwho
01-19-2012, 01:22 AM
I can't compile the new version of the script it says "[Error] (621:5): Unknown identifier 'loadStuff' at line 620
Compiling failed."
Shuttleu
01-19-2012, 01:24 AM
crap, i know why :duh:
~shut
Shuttleu
01-19-2012, 01:28 AM
When you update to 4.3 you WILL get a error, this is my fault
just replace VVForm in C:/Simba/Includes with this one
~shut
lololwho
01-19-2012, 01:36 AM
still the same
now working, going to try it out, thanks for the update
Shuttleu
01-19-2012, 01:39 AM
still the same
look at the post above now
~shut
MattL191
01-19-2012, 03:07 AM
Was using 4.2 earlier working fine. Updated to 4.3 and replaces vvform.
But now i'm getting an error on currupted world list?
debug:
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
Ashaman88
01-19-2012, 03:53 AM
Was using 4.2 earlier working fine. Updated to 4.3 and replaces vvform.
But now i'm getting an error on currupted world list?
debug:
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
You need to make sure in the form that it is a valid world, it happened to me once as well
If you put // infront of quickstart it will let you pull up the form again , just change the world to something else (that you're sure exists)
After you fix it you should take out the //
Sorry if this is totally wrong, but it worked for me
MattL191
01-19-2012, 04:12 AM
Yep worked great. Thank you. can't believe i didn't think of it. Thanks alot.
gibsondude
01-19-2012, 05:40 AM
You have the latest version of the script!
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
MattL191
01-19-2012, 05:56 AM
You have the latest version of the script!
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
read two posts up. The fix to your problem is right there. after u fix the world in the menu. you can get rid of the // infront of quickstart. and it'll work fine.
edit: I recomend using the sköll boots while using this script. I'm currently getting 120k+ xp an hour. and they lasting awhile. its helping me get 99 so much quicker. amazing xp.
jagsta21
01-19-2012, 06:08 AM
can someone give me the .bat? i cant seem to get it to work
nickgrohe
01-19-2012, 09:23 AM
4.3 doesn't work,
Compiling failed.
[Error] (621:5): Unknown identifier 'LoadStuff' at line 620
Compiling failed.
Shuttleu
01-19-2012, 09:27 AM
can someone give me the .bat? i cant seem to get it to work
where is your script stored?, i need the full path
4.3 doesn't work,
Compiling failed.
[Error] (621:5): Unknown identifier 'LoadStuff' at line 620
Compiling failed.
read the previous page
specifically post 818
~shut
trials6112
01-19-2012, 10:14 AM
Checking for script updates...
4.3
4.3
You have the latest version of the script!
Error: Exception: "" is an invalid integer at line 434
Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));
vvform error
Sexy Time
01-19-2012, 10:23 AM
When I run it, it will click the vine and then spam the checking for birds nest message. When it finishes cutting the vine it just sits there and doesn't click another vine.
nickgrohe
01-19-2012, 10:27 AM
i've downloaded the vv thingy, but still doesn't work, could you explain me what i have to do when i downloaded it?
Shuttleu
01-19-2012, 10:36 AM
Checking for script updates...
4.3
4.3
You have the latest version of the script!
Error: Exception: "" is an invalid integer at line 434
Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));
vvform error
delete C:/Simba/Scripts/VV.SIMBA
it seems the ini file got corrupt
When I run it, it will click the vine and then spam the checking for birds nest message. When it finishes cutting the vine it just sits there and doesn't click another vine.
do you have a debug for me?
as in paste what is in the debug box
have you tried a different location?
i've downloaded the vv thingy, but still doesn't work, could you explain me what i have to do when i downloaded it?
no, because i dont know what your problem is
just saying it doesnt work doesnt give me any help at all
~shut
nickgrohe
01-19-2012, 10:57 AM
I downloaded the VVform, used it, it opened in simba and what i have to do then?
Shuttleu
01-19-2012, 12:32 PM
I downloaded the VVform, used it, it opened in simba and what i have to do then?
well if you read the post that you downloaded that file from properly, then you will know what to do
~shut
kimalia
01-19-2012, 03:07 PM
when i run the script... the pop-up never comes... it just tries to log in with ''username'' and ''pass''
EvilmanK
01-19-2012, 03:26 PM
[center]http://i.imgur.com/R6SlI.png[/center[
Went for about 7 hours, I guess?? It stopped because SRL updated.
Shuttleu
01-19-2012, 03:29 PM
when i run the script... the pop-up never comes... it just tries to log in with ''username'' and ''pass''
no support will be given if you cannot read the first post
[center]http://i.imgur.com/R6SlI.png[/center[
Went for about 7 hours, I guess?? It stopped because SRL updated.
nice, congrats
~shut
nickgrohe
01-19-2012, 03:32 PM
Shut Got my bot working, trying to run it it says:
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
Shuttleu
01-19-2012, 03:43 PM
Shut Got my bot working, trying to run it it says:
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
load up the form, and choose a different number
~shut
nickgrohe
01-19-2012, 04:47 PM
It doesn't load the form, when i click on play it's saying this.
Compiled successfully in 967 ms.
Checking for script updates...
1.3
1.3
You have the latest version of the script!
Checking for script updates...
4.3
4.3
You have the latest version of the script!
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 121, Members: True, Signed: True, Super Detail: False.
Invalid world number or corrupted world list. Please review your settings
Successfully executed.
Compiled successfully in 1045 ms.
EDIT: FIXED!
DracoSense
01-19-2012, 05:03 PM
This is what i Get when I well... Press Start Script.
http://i42.tinypic.com/8xv9lz.png
Miasma
01-19-2012, 05:12 PM
load up the form, and choose a different number
~shut
Tried that, still doesn't work i'm afraid..
Ashaman88
01-19-2012, 07:57 PM
Tried that, still doesn't work i'm afraid..
Read my post a few posts back, it explains what to do
EvilmanK
01-20-2012, 02:28 AM
http://i.imgur.com/BijWV.png
One last progress report. I'll put more up as soon as Demise and Coh3n are finished solving a random I'm in.
Keep getting the access violation error thing some other people mentioned before.
Quintessence
01-20-2012, 10:46 AM
Is there a way to manually edit the VV SHUTTLEU file to include our account information? Mine keeps typing in 'user' and 'password' as the login information.
I suspect the problem arises after starting the script for the first time and entering the details into the form. After entering the information and then pressing start script, Simba crashes with an 'Access Violation' error message. The VV SHUTTLEU file still gets created.
Miasma
01-20-2012, 11:06 AM
ok guys, got the script finally working, it's busy chopping ivy right now, just one thing, it's as if the anti-ban isn't working.. the mouse is just in the same position every time with no movement on-screen..
is it supposed to be like this?
Ashaman88
01-20-2012, 01:35 PM
Is there a way to manually edit the VV SHUTTLEU file to include our account information? Mine keeps typing in 'user' and 'password' as the login information.
I suspect the problem arises after starting the script for the first time and entering the details into the form. After entering the information and then pressing start script, Simba crashes with an 'Access Violation' error message. The VV SHUTTLEU file still gets created.
Put // in front of the line quickstart, this will open up the form again. After you get it to work, take out the //
Miasma
01-20-2012, 03:34 PM
Fixed - Anyway, here's a proggy, only 38 minutes in after running it a couple of times, pretty stable so far but you get the idea :)
EXP/h just went up to 130k, pretty nice ;)
http://img837.imageshack.us/img837/3907/captureiuw.png (http://imageshack.us/photo/my-images/837/captureiuw.png/)
Uploaded with ImageShack.us (http://imageshack.us)
nickgrohe
01-20-2012, 07:21 PM
300k till 99 atm!
You could add me on the frontpage for 99 :D
Thanks for your awesome script man ;)
Chrome
01-20-2012, 09:42 PM
now pushing a update
it includes t new features
CrashSMART http://villavu.com/forum/showthread.php?t=67864
and Quick Start
CrashSMART allows the script to continue even when rs updates, i have also made it so you wont loose your stats
QuickStart will stop the form from popping up everytime you start the script, it will pop up the first time you run it, then never again
however, if you want to run it just comment out the line that says {$DEFINE quickstart}
~shut
This is sort of a fix for the corrupt world problem
Add two / in front of {$DEFINE quickstart} and switch the world :)
Also a like 6 min proggy
http://screensnapr.com/v/jYgphQ.png
DracoSense
01-21-2012, 07:46 AM
Please can any1 help meh with Acess Violation ?
Shuttleu
01-21-2012, 09:41 AM
Please can any1 help meh with Acess Violation ?
what have you put for the nick?
it was a strange error because when i tried it it gave me a access violation when the nick i put in was 3 characters or less
however after restarting i didnt get the error anymore
~shut
Frooob
01-21-2012, 12:10 PM
FINALLY got it to work.
But a step by step guide on the front page would be usefull.
Instead of looking through 5 pages with all kinds of different sollutions for all kinds of problems..
DracoSense
01-21-2012, 04:04 PM
Well what am i supposed to put in the Nick section?
Well what am i supposed to put in the Nick section?
3-4 letters of your Runescape name.
jagsta21
01-22-2012, 03:47 AM
where is your script stored?, i need the full path
read the previous page
specifically post 818
~shut
C:/Simba/Plugins/VineVanquisher v4.3 by Shuttleu
and i did replace the vvform thing
DracoSense
01-22-2012, 07:59 AM
I got SMART working but because i still get Access Violation it just attempts to login using User and Pass and not my user and pass. I need some way to enter my user and pass or fix access violation. Please help?!?!
Shuttleu
01-22-2012, 09:34 AM
C:/Simba/Plugins/VineVanquisher v4.3 by Shuttleu
and i did replace the vvform thing
oh so is the error your getting the LoadStuff not found?
I got SMART working but because i still get Access Violation it just attempts to login using User and Pass and not my user and pass. I need some way to enter my user and pass or fix access violation. Please help?!?!
im sorry but i cant seem to find out what is wrong
how long is the nick that your using?
if you want i will write up a script that will create a file for you
~shut
DracoSense
01-22-2012, 09:46 AM
Well i just leave the Nick box with Nick inside it.
I don't mind just as long as i can use your amazing script again. (Because it has worked flawlessly in the past)
Shuttleu
01-22-2012, 09:50 AM
Well i just leave the Nick box with Nick inside it.
I don't mind just as long as i can use your amazing script again. (Because it has worked flawlessly in the past)
try changing the nick
i have encountered errors there before but i cant figure out why
~shtu
DracoSense
01-22-2012, 09:52 AM
Heh, changed nick 5 times and yet still Access Violation :(
Shuttleu
01-22-2012, 10:04 AM
Heh, changed nick 5 times and yet still Access Violation :(
ok run this and fill in the boxes
then set quickstart to true and run VV
~shut
DracoSense
01-22-2012, 10:08 AM
Thanks it works but now the thing never clicks near the ivy at VN.
Shuttleu
01-22-2012, 10:12 AM
Thanks it works but now the thing never clicks near the ivy at VN.
vn should be lowercase
~shut
DracoSense
01-22-2012, 10:13 AM
it was in lowercase. Still doesn't aim near ivy *FIXED* (Reinstalled Simba)
grats
01-22-2012, 10:14 AM
needs to have capital letter for the first one of the nick or it gets an error, from what I've seen that is what causes it... I've tried a few times and it can be reproduced
also awesome script, it has improved a lot
Shuttleu
01-22-2012, 10:19 AM
ok, new version being released in a min, memory leak fixes, improved vine finding, improved bird nest finding
~shut
Frooob
01-22-2012, 10:53 AM
[Error] (884:59): Identifier expected at line 883
Compiling failed.
MMouse(VinePoints[i].x, VinePoints[i].y, 0, 0); 7
That line
Shuttleu
01-22-2012, 10:56 AM
whoops, i must have accident done that :s
remove the 7
~shut
Quintessence
01-22-2012, 12:18 PM
ok run this and fill in the boxes
then set quickstart to true and run VV
~shut
Error: Exception: Access violation at line 40
Line 40: WriteINI(IntToStr(i), 'pass', Encrypt(UsersInput, UsersPass), FileLoc);
When using the INI creator.
Shuttleu
01-22-2012, 12:41 PM
Error: Exception: Access violation at line 40
Line 40: WriteINI(IntToStr(i), 'pass', Encrypt(UsersInput, UsersPass), FileLoc);
When using the INI creator.
can you try closing simba and trying again
~shut
nigelhocking
01-22-2012, 01:26 PM
someone help with this please
[Error] C:\Simba\Includes\VVForm.simba(70:25): Unknown identifier 'encript' at line 69
Compiling failed.
i have put, user name, pass and nick in
Shuttleu
01-22-2012, 01:32 PM
i dont know what you done, but that should be "Encrypt"
go to line 70 and change it to Encrypt
~shut
nigelhocking
01-22-2012, 01:38 PM
still comes up with
[Error] C:\Simba\Includes\VVForm.simba(70:25): Unknown identifier 'Encript' at line 69
Compiling failed.
thnx for ur help, dont know wat i have done
Shuttleu
01-22-2012, 01:47 PM
search the file for encript and wherever it is found change it to Encrypt
~shut
nigelhocking
01-22-2012, 01:52 PM
[Error] (70:25): Unknown identifier 'Encrypt' at line 69
Compiling failed.
nigelhocking
01-22-2012, 01:53 PM
WriteINI('0', 'user', Encrypt('User', UsersPass), INIPath);
Shuttleu
01-22-2012, 01:57 PM
WriteINI('0', 'user', Encrypt('User', UsersPass), INIPath);
your running the wrong file
you should be running the script not the form
go to where you downloaded the downloader on the front page, there will also be a script called vine vanquisher by shuttleu
run that
~shut
nigelhocking
01-22-2012, 02:22 PM
sorry for being a pain
IYou have the latest version of the script!
Checking for script updates...
4.4
4.4
You have the latest version of the script!
Error: Exception: "" is an invalid integer at line 434
Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));
Ashaman88
01-22-2012, 02:34 PM
Just FYI Shut, no problems for me so far with the update, thanks!
Shuttleu
01-22-2012, 02:59 PM
sorry for being a pain
IYou have the latest version of the script!
Checking for script updates...
4.4
4.4
You have the latest version of the script!
Error: Exception: "" is an invalid integer at line 434
Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));
delete the file players file which is at C:/Simba/Scripts/VV.SHUTTLEU
~shut
brady367
01-22-2012, 06:34 PM
Nevermind, fixed it.
Flawless script!
Shuttleu
01-22-2012, 11:43 PM
damn, just looked at the stats this morning and just now
the run time has gone up by 4 days
and the nests have gone up by 600 :eek:
~shut
Pornoswagg123
01-23-2012, 03:07 AM
[Error] (70:25): Unknown identifier 'Encrypt' at line 69
Compiling failed.
this is what i get when i try to compile someone please help i havent beeen able to use this script becuase of this its very irratating i hate to ask like this but please help!
Error: Exception: "" is an invalid integer at line 434
is what i first got but then i pressed compile again and then it gave me the one above Unknown identifier 'Encrypt" at line 69
Quintessence
01-23-2012, 07:52 AM
can you try closing simba and trying again
~shut
Version 4.4 seems to create the INI files without any access violation errors, thank you. :)
Shuttleu
01-23-2012, 09:01 AM
Version 4.4 seems to create the INI files without any access violation errors, thank you. :)
thats the problem, i didnt change anything, sometimes it gives the error, and other times it doesnt
~shut
andyuk3
01-23-2012, 12:29 PM
Hi, i ran the script and says this:
Invalid world number or corrupted world list. Please review your settings
'Toxin
01-23-2012, 12:48 PM
Hi, i ran the script and says this:
Invalid world number or corrupted world list. Please review your settings
Make sure you're running Simba as an administrator. The ini files are there for world selection, your computer isn't allowing Simba to access the ini files I believe. Try that, if not... ask Shuttleu, he'll know what's up.
andyuk3
01-23-2012, 02:56 PM
Make sure you're running Simba as an administrator. The ini files are there for world selection, your computer isn't allowing Simba to access the ini files I believe. Try that, if not... ask Shuttleu, he'll know what's up.
Still get the same message
Ashaman88
01-23-2012, 03:50 PM
You selected an invalid world. Put // infront of quickstart, run the script and make sure you pick a good world, keep doing that. after you get it to work remove the //
edvvard
01-23-2012, 06:51 PM
Im getting some erratic behavior from the script, idk if thats what its supposed to do or what but its making my character click a different vine after every cut.
Shuttleu
01-23-2012, 08:11 PM
Im getting some erratic behavior from the script, idk if thats what its supposed to do or what but its making my character click a different vine after every cut.
is the script jumpy at all, because if it is that would be why
try tuning the framerate up with the slider on the right hand side of smart
~shut
andyuk3
01-23-2012, 08:35 PM
You selected an invalid world. Put // infront of quickstart, run the script and make sure you pick a good world, keep doing that. after you get it to work remove the //
Thanks!
nicmoon
01-23-2012, 08:38 PM
Can't find vines at least at Fally South as of this morning.
Mar-TINO
01-23-2012, 10:06 PM
Hey thanks for the great script, but since the update, i'm getting this error:
[Error] (155:11): Unknown identifier 'SPS_Setup' at line 154
Compiling failed.
Any Ideas?
Shuttleu
01-23-2012, 10:11 PM
sorry, i have fixed it now, just re-run 4.4 to re-download 4.5
~shut
MattL191
01-23-2012, 11:46 PM
Re downloaded like you said. but still getting the error stated above
[Error] (155:11): Unknown identifier 'SPS_Setup' at line 154
Compiling failed.
[Error] (2:9): Unsatisfied Forward CHECKLOCATION at line 1
Compiling failed.
Shuttleu
01-24-2012, 12:11 AM
right, final time, fixed it
~shut
jagsta21
01-24-2012, 01:09 AM
whats in 4.5?
Shuttleu
01-24-2012, 01:47 AM
new colors for cw
and i implemented SPS 1.5 (currently disabled)
~shut
jagsta21
01-24-2012, 04:25 AM
what is sps 1.5
Shuttleu
01-24-2012, 09:19 AM
what is sps 1.5
http://villavu.com/forum/showthread.php?t=66266
http://villavu.com/forum/showthread.php?t=73103
~shut
Neega Rose
01-24-2012, 09:30 AM
ban rate at ivy? It used to be insane just wonderin how it is now
Shuttleu
01-24-2012, 09:38 AM
i have used this for ages and never got a ban, also i dont think any user of this script has had a ban either
~shut
calyx30
01-24-2012, 10:17 AM
please help me i keep getting this error :(
Error: Exception: "" is an invalid integer at line 434
Shuttleu
01-24-2012, 10:31 AM
it seems that your file was not created properly, open the form and fill it in again
~shut
calyx30
01-24-2012, 05:31 PM
as i write the encreptyion code and press ok, this error occurs,can u tell me how to delete file entirely and when i re download it i hope it doest get problem again
disgaeapsp
01-25-2012, 03:08 AM
i have a prob, when ever i start the script it would give me an error:
access violation
press ok to ignore and risk data corruption
press cancle to kill the program
neffers
01-25-2012, 03:59 PM
http://imgur.com/pO2zx.png
Got my 99 from this, thanks very much Shuttleu.
I used it from level 89 onwards.
blindguard1
01-25-2012, 08:31 PM
My form won't even start, it says "Error: Exception: "" is an invalid integer at line 434" whereas the line is: Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));"
I known this have been posted before, but I have downloaded it correctly, I have used tons of scripts and they all worked, not saying this is corrupt but something is different. I have tried re-downloading it a heap of times as well as reinstalling Simba.
Edit: Got it working, delete the Shuttleu.VV file in the scripts folder, and make sure you don't give your profile the name "nick" apperently you can't be called Nick in real life.
jagsta21
01-25-2012, 11:28 PM
ban rate at ivy? It used to be insane just wonderin how it is now
been using this since 68 been a week im at 97 run for 13+hours no ban :)
MattL191
01-26-2012, 04:12 AM
ban rate at ivy? It used to be insane just wonderin how it is now
I've been using this from level 68. I'm currently 97 and will be getting 99 soon. All using this script. No Ban, No marks, no nothing. Been great. You shouldn't have a problem. Great script.
Proballer
01-26-2012, 08:13 AM
nice script man! using it now to get 99 wc, shouldn't be taking too long :D!!
Proballer
01-26-2012, 08:55 AM
if i try to fill in the form i get access violation box when i try to run the script :s
Harry
01-26-2012, 09:39 AM
Jeeeeez, the form is a pain in the butt to remove. I spent over 20 minutes fiddling around with it at 4 am trying to remove it, realizing I forgot to call declareplayers.
Can you possibly improve the ability to remove the form? I don't like the encryption plugin, I don't like using forms, and I don't want my settings saved in some .ini. I just want to configure in the script and deal with it then. Though this is false to probably 95% of the users :p
Will probably have a proggy tomorrow.
Shuttleu
01-26-2012, 11:23 AM
Jeeeeez, the form is a pain in the butt to remove. I spent over 20 minutes fiddling around with it at 4 am trying to remove it, realizing I forgot to call declareplayers.
Can you possibly improve the ability to remove the form? I don't like the encryption plugin, I don't like using forms, and I don't want my settings saved in some .ini. I just want to configure in the script and deal with it then. Though this is false to probably 95% of the users :p
Will probably have a proggy tomorrow.
sure, i will create a non-form version
~shut
Harry
01-26-2012, 11:28 AM
It'd be better to have an easier way to disable it from within script. Would be easier for you too, probably. Ran for about an hr, got random, so I guess it's time for bed :p
BuMmR
01-26-2012, 04:07 PM
Error: Exception: "" is an invalid integer at line 434
??
kimalia
01-26-2012, 04:42 PM
Should be level 99 in around 1-2 hours... u can just add me to the list when u see this... will get pic and post it! :))
Shuttleu
01-26-2012, 06:56 PM
been using this since 68 been a week im at 97 run for 13+hours no ban :)
13+hours?
do you have a proggy for that?
~shut
kimalia
01-26-2012, 08:25 PM
13+hours?
do you have a proggy for that?
~shut
loool.... i had a 11hour one 2 days ago... (that day i was scared ill get banned :D)
and yes im 99 now!!! thanks for this awesome flawless script! ILY MAN! :*
xx blood xx
01-26-2012, 10:07 PM
i can't make the thing for use th scrip for more than 6 hrs :( can someone make a vid or something
Kyle Undefined
01-26-2012, 11:14 PM
It's a time out issue with RS itself, they only let you play 6 hours at a time.
Shuttleu
01-26-2012, 11:44 PM
i can't make the thing for use th scrip for more than 6 hrs :( can someone make a vid or something
if you read the first post then you will see how to use it for more than 6 hours
if you do not read that then i will not help
~shut
MattL191
01-28-2012, 10:51 AM
99 woodcutting! Thanks shuttleu!!!!!! Used your sript 68-99! Thank a million
king boo280
01-28-2012, 05:35 PM
there is a problom with the script.
Error: Exception: "" is an invalid integer at line 434
xx blood xx
01-28-2012, 08:13 PM
so yesterday i did the thing for my samba run more than 6 hours , so i made the bat file i copy the file libb.ect i don't remember , then i put it were samba.exe lays, then i open my .bat file it run samba, then i open the script and i wait until the crash 5:46 Hr, then i see what was the problem and say something about java ire ? some ideas?
kimalia
01-28-2012, 08:51 PM
my doesnt find ivy's at north fally :S
eduardo230
01-29-2012, 04:20 AM
hey how is going shut? it has been a while since i hadn't used this script, but I had seen you had problems with adze. if you still had this problems i can help I have my 99 wc and my adze :)
Iced_Liquid
01-29-2012, 07:04 AM
there is a problom with the script.
Error: Exception: "" is an invalid integer at line 434
Hmph.
xx blood xx
01-29-2012, 07:52 AM
//Break settings
BreakIn = 5000; //How long before we take a break? (minutes)
BreakFor = 15; //How long will we break for? (minutes)
Bir = 13; //Random minutes to add/subtract from how long until we break
Bfr = 7; //Random minutes to add/subjtract from break duraction
gt_243
01-29-2012, 07:10 PM
Very well done, i like the paint too, it kinda looks like epicbot's old setup. Im getting around 140k/hr xp and no problem w/ randoms or birds nests. Oh, and i love the drop ring nest thing lol
Scaper
01-29-2012, 09:08 PM
Very well done, i like the paint too, it kinda looks like epicbot's old setup. Im getting around 140k/hr xp and no problem w/ randoms or birds nests. Oh, and i love the drop ring nest thing lol
How are you getting 140k xp p/h? im 94 wc on skiller and getting no were nere 100k
Shuttleu
01-29-2012, 09:11 PM
Very well done, i like the paint too, it kinda looks like epicbot's old setup. Im getting around 140k/hr xp and no problem w/ randoms or birds nests. Oh, and i love the drop ring nest thing lol
nice, and dropping ring nests dont work at the moment, i need to fix that :/
How are you getting 140k xp p/h? im 94 wc on skiller and getting no were nere 100k
skoll boots
~shut
gt_243
01-29-2012, 10:49 PM
*********************************************
Shuttleu's Vine Vanquisher Progress Report
*********************************************
Version: 4.5
*********************************************
Ran for: 02:48:44
*********************************************
Woodcutting Level: 97
Experience Gained: 364435
Levels Gained: 1
Bird Nests Found: 11
Vines chopped: 1097
*********************************************
Location: vn
*********************************************
Huggies
01-30-2012, 12:15 AM
How do I reopen the form to edit my player and break times after I've already set it up?
Shuttleu
01-30-2012, 12:18 AM
How do I reopen the form to edit my player and break times after I've already set it up?
http://villavu.com/forum/showthread.php?t=57454
read it
~shut
gt_243
01-30-2012, 12:24 AM
so should i tell u when i get 99? ive got like 2m xp to go
Iced_Liquid
01-30-2012, 01:56 AM
When I run with quickstart -
Error: Exception: "" is an invalid integer at line 434
When I run without quickstart -
Error: Exception: "" is an invalid integer at line 1370
I think it has something to do with breaks and the menu, I had the menu up and going before then this just started happening. Can I have copy of script without menu?:)
TomAllMighty
01-30-2012, 02:29 AM
When I run with quickstart -
Error: Exception: "" is an invalid integer at line 434
When I run without quickstart -
Error: Exception: "" is an invalid integer at line 1370
I think it has something to do with breaks and the menu, I had the menu up and going before then this just started happening. Can I have copy of script without menu?:)
Same problem here.
PastaBoy
01-30-2012, 03:30 AM
Mine starts up, and does work fine. But it only ever clicks on the vine once then remains still.
Shuttleu
01-30-2012, 09:56 AM
When I run with quickstart -
Error: Exception: "" is an invalid integer at line 434
When I run without quickstart -
Error: Exception: "" is an invalid integer at line 1370
I think it has something to do with breaks and the menu, I had the menu up and going before then this just started happening. Can I have copy of script without menu?:)
if you open the downloader (from the front post post) and change NonFormVerson to True
Same problem here.
it seems like there was a problem when creating the ini file
can you pm me the contents of the file
C:/Simba/Scripts/VV.SHUTTLEU
then you can delete it and try the script again
Mine starts up, and does work fine. But it only ever clicks on the vine once then remains still.
have you tried restarting smart?
so should i tell u when i get 99? ive got like 2m xp to go
yes please
then you can be added to the first post
~shut
chelmid
01-30-2012, 07:43 PM
You need to enter a password!
but how do i know that?and what pass it even is?plz help!
Shuttleu
01-30-2012, 07:46 PM
you enter it into the box that pops up
Mr Slitherss
01-30-2012, 08:16 PM
hia, i get this error, can anyone help :/?
[Hint] (97:3): Variable 'REQUIREDSYMBOLS' never used at line 96
Compiled successfully in 1735 ms.
Checking for script updates...
4.5
4.5
You have the latest version of the script!
SRL Compiled in 16 msec
SMART Initialized.
Loaded: Server 23, Members: True, Signed: True, Super Detail: False.
Error: Exception: Access violation at line 101
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
Huggies
01-30-2012, 09:05 PM
Im getting the same problem as slithersss
qwertrew
01-31-2012, 01:05 AM
I can't get mine to work either. It just cycles between: looking for nests, starting random check, finishing random check, and displaying XP. Can anyone help me out?
nigelhocking
01-31-2012, 04:44 AM
was working fine earlier now i am getting this
[Error] (120:10): Duplicate identifier 'GRIDCOORDS' at line 119
Compiling failed.
thanks for any help in advance
nicmoon
01-31-2012, 08:33 AM
Just comment the function out and it seems to work fine. I am guessing they added the function into the new SRL packages.
nigelhocking
01-31-2012, 09:12 AM
GRIDCOORD fixes it
Whatmatters
01-31-2012, 10:09 AM
I couldn't get the form version to work. The non-form version seems so friendly comparatively. Skoll boots are bringing in ~175k per hour right now.
I'll post a proggy when I wake up hoping that it lasted through randoms.
Edit 1: Yay! It picks up nests again.
chelmid
01-31-2012, 02:55 PM
This happens to me when trying to start vv v.4.5:
Duplicate identifier 'GRIDCOORDS' at line 119.
Compiling failed.
HElp!
DracoSense
01-31-2012, 03:39 PM
I get an error when i press run (compile):
[Error] (120:10): Duplicate identifier 'GRIDCOORDS' at line 119
Compiling failed.
sirjecht
01-31-2012, 05:56 PM
So I was having the same bugs as every1 else with GRIDCOORDS and then i commented them out (like the previous user suggested) but now I am having problems finding the ivy like on varrock east it cant find the colors and varrok north it messes around with the yew trees am I doing something wrong that i missed in the front page like I am fairly new to using this and it took me awhile but I did some programming(beginners) before and I didn't trust myself to know which colors to change if so.
nicmoon
02-01-2012, 01:55 AM
I occasionally have problems finding ivy some days - then it will work perfectly fine the next day...today seems to be one of those days...
c00boes
02-01-2012, 03:15 AM
Thank you so much! this is the best woodcutting script on srl in my opinion. It is running very smoothly and its about 10minutes in at 100k exp/h. The only problem I had was it had a problem with 'GridCoords'. just find that in the script and change it to GRIDCOORD and you'll be good :P
Iced_Liquid
02-01-2012, 08:10 AM
Thanks non form version is working, I will letcha know how well in a bit:p
Shuttleu
02-01-2012, 01:13 PM
4.5 released
you will need to update to simba 990
the form and non-form version are now the same script
new colours for all locations
should hopefully fix the errors people have been getting recently
~shut
redgiant61
02-01-2012, 01:34 PM
[Error] C:\Simba\Includes\VVForm.simba(48:3): Unknown identifier 'rc6_encrypt' at line 47
Compiling failed.
Could you please tell me where have I gone wrong. When i press run, a new tab opens on simba, showing this Error.
Shuttleu
02-01-2012, 02:02 PM
read my last post, the answer is in there
~shut
DracoSense
02-01-2012, 03:30 PM
Simba 990? But the current version is 982?
Ditto. The Simba version is only 982, which makes me believe that,
1. Really good scripters get newer releases before the rest?
2. Wizzup? hasn't released the thread to it yet because; it might be taking time to upload or something like that?
3. It's uploaded but we're just idiots who can't find it? ;)
Shuttleu
02-01-2012, 05:02 PM
Ditto. The Simba version is only 982, which makes me believe that,
1. Really good scripters get newer releases before the rest?
2. Wizzup? hasn't released the thread to it yet because; it might be taking time to upload or something like that?
3. It's uploaded but we're just idiots who can't find it? ;)
its not publicly released, you have to download it from the nightlies
http://www.moparisthebest.com/jenkins/job/Simba_Stable/
~shut
MaxPayne619
02-02-2012, 02:51 AM
Nice Script, works,but why does it focus on one vine only?
*********************************************
Shuttleu's Vine Vanquisher Progress Report
*********************************************
Version: 4.6
*********************************************
Ran for: 01:06:06
*********************************************
Player: ***********
Woodcutting Level: 74
Experience Gained: 59455
Levels Gained: 1
Bird Nests Found: 1
Vines chopped: 178
*********************************************
TomAllMighty
02-02-2012, 05:25 AM
its not publicly released, you have to download it from the nightlies
http://www.moparisthebest.com/jenkins/job/Simba_Stable/
~shut
Tried all Successful versions.
Got this Error first.
Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));
sirjecht
02-02-2012, 06:21 AM
I have changed to the new version that was not publicly released and the 4.6 version was working fine until i got back home and now everytime I try to load op the script regaurdless of form or nonformed(btw it still says version 4.5 on it so i put 4.6 so it wouldnt keep trying to redownload). But I would get a Error
SMART
Error starting SMART, ensure the target page has an applet declaration
Kyle Undefined
02-02-2012, 06:25 AM
Since there was an RS update, you may have to run RS in the browser before running SMART.
sirjecht
02-02-2012, 06:35 AM
:) ty for fast response also just about to edit post to say solved :)
Edit: it ends up it wasnt fixed for the new script it was just working for the oldscript 4.5 not the 4.6. So I am going back to 4.5 till any more suggestions come up.
Shuttleu
02-02-2012, 03:08 PM
Nice Script, works,but why does it focus on one vine only?
*********************************************
Shuttleu's Vine Vanquisher Progress Report
*********************************************
Version: 4.6
*********************************************
Ran for: 01:06:06
*********************************************
Player: ***********
Woodcutting Level: 74
Experience Gained: 59455
Levels Gained: 1
Bird Nests Found: 1
Vines chopped: 178
*********************************************
it shouldnt focus on one vine only, try moving your char a couple of spaces either side
Tried all Successful versions.
Got this Error first.
Integers[0] := StrToInt(ReadINI(IntToStr(i), 'break', INIPath));
replace your simba.exe in C:/Simba with the one you download from the link called "Simba.i386-win32.exe"
I have changed to the new version that was not publicly released and the 4.6 version was working fine until i got back home and now everytime I try to load op the script regaurdless of form or nonformed(btw it still says version 4.5 on it so i put 4.6 so it wouldnt keep trying to redownload). But I would get a Error
SMART
Error starting SMART, ensure the target page has an applet declaration
if you dont want it to download the new version then just switch autoChecker to false
also, new versions are saved in a different file, look where your script it and you will see the new script
~shut
sirjecht
02-03-2012, 03:03 AM
Sorry to be the problem child but so now I am able to run 4.6 and the script is running and it will load runscape but it doesnt continue to run like the login or anything else and I have tried restarting smart aswell as longing in and seeing if it will start running the code. in the cmd it says
SMART enabled
Transfer Thread Entered
SMART disabled
Replacing canvas drawing surface
Disabling Events
Starting Image Transfer
SMART enabled
Transfer Thread Entered
then it will restart the whole process every 3 minutes saying that runescape isnt ready and terminates and restarts again like the whole SMART ENABLE SMART DISABLE part
Edit: so this is constant with all the scripts so nvm if anyone has a fix pm me plz
[Error] C:\Simba\Includes\VVForm.simba(48:3): Unknown identifier 'rc6_encrypt' at line 47
What's wrong? Everything is up to date, VV 4.6, Simba 990, SRl, SPS, MSI. Anyways, I don't want to waste your time but if you could please reply, it would make my day.
P.S: I've gotten 85-97 WC with YOUR script, and I do not know if you need SRL stats or what for proof, but you have my word that I've gotten this feat by using YOUR script.
~Coda~
xeonzor
02-03-2012, 05:58 PM
[Error] C:\Simba\Includes\VVForm.simba(48:3): Unknown identifier 'rc6_encrypt' at line 47
What's wrong? Everything is up to date, VV 4.6, Simba 990, SRl, SPS, MSI. Anyways, I don't want to waste your time but if you could please reply, it would make my day.
P.S: I've gotten 85-97 WC with YOUR script, and I do not know if you need SRL stats or what for proof, but you have my word that I've gotten this feat by using YOUR script.
~Coda~
Getting that same error, just wanted to let you know.
Getting that same error, just wanted to let you know.
I'm fiddling around with the VV Form to find a way around this, but this ISN'T MY SCRIPT so there is little to what I can do... =/
I'm not a Scripter or something like that, it's just I have pretty basic knowledge of how Simba, SRL and SPS work. Although, if there is a Scripter who can help us with this little problem or Shuttleu... It would be greatly appreciated.
~Coda~
Smetig
02-03-2012, 09:20 PM
"[Error] C:\Simba\Includes\VVForm.simba(48:3): Unknown identifier 'rc6_encrypt' at line 47"
I get the same message :(((
Mr Slitherss
02-03-2012, 10:29 PM
Shut help meh! i still get this error:
Error: Exception: "" is an invalid integer at line 452
Now getting this shit! -.-:
[Error] (98:33): Unknown identifier 'Players' at line 97
Compiling failed.
Shut help meh! i still get this error:
Error: Exception: "" is an invalid integer at line 452
Now getting this shit! -.-:
[Error] (98:33): Unknown identifier 'Players' at line 97
Compiling failed.
I'm pretty sure Shuttleu is busy ATM, so he probably won't reply until 12:00Pm tomorrow or around that time.
So I'd suggest waiting until he replies, and we don't want to give him to much hassle so anyone who has a problem please post tomorrow morning at least.
Don't flood the thread with whining complaints... Just saying. :D
Anthano215
02-04-2012, 02:55 AM
I used this bot quite extensively probably a half a year ago, but with the new rs updates to stop bots is using this bot or any bot safe? Sorry if this is the wrong spot to post this ^^
I used this bot quite extensively probably a half a year ago, but with the new rs updates to stop bots is using this bot or any bot safe? Sorry if this is the wrong spot to post this ^^
Simba is totally Script based in both how you put you password in and everything else, meaning whether you put you info in or not there is a 1/100000 of you getting "Hacked".
If you we're talking about getting banned, this bot (depending on who made the script, and which script you're using) is undetectable by Jagex and Players alike. Take Shuttleu's script for example, it works properly and effectively and has many anti-ban systems in place. one of which is very useful.
The nickname system. This works by taking the 4 first letters of your name (or 3 if you have a 3 letter name) and checks to see if any player says something with those four letters and will make the script log out.
Example: I'm using Vine Vanquisher with my nickname set to Coda, if I'm chopping ivys and some guy walks up to me and says "Coda, are you botting?" or "Hey Coda, Wc Level?" it will automatically log me out to make sure i do not get found out.
There are many other things and details behind this I'm sure, but this is just MY understanding of this anti-ban technique, and Simba has lots more great and interesting ways of keeping YOUR account safe from both banning and hackers.
Whether or not you trust Simba and other scripts is UP TO YOU, but take my word for it, you won't get banned, at least not with Shuttleu's Vine Vanquisher and other scripts ^.^
P.S Simba's primary goal isn't to actually help botters per say, it's more to test the skills of it's creator and script makers a like. :tongue:
gooddiubro
02-04-2012, 02:01 PM
[Error] C:\Simba\Includes\VVForm.simba(48:3): Unknown identifier 'rc6_encrypt' at line 47
What's wrong? Everything is up to date
"Up to date" is the problem.
Shuttleu
02-04-2012, 02:37 PM
im on holiday at the moment but i am just posting to help the people who are having problems
as i have stated before, you MUST use Simba 990 which you can get from here (http://www.moparisthebest.com/jenkins/job/Simba_Stable/lastSuccessfulBuild/artifact/SimbaInstaller.i386-win32.exe)
now im going back to my holiday
~shut
Zlmpery
02-05-2012, 08:43 AM
Just wanted to pop in and say that this is an amazing script. I've used it for a while and it raised my wcing level from 80 to 90 so far! Thanks!
mage0808
02-05-2012, 08:27 PM
I got this error. Anyone got a solution?
Error: Exception: "" is an invalid integer at line 452
Thanks in advance!
Ok so i just got 99WC with V V!!! OMG IT WAS COOL!!! just letting ya know Shuttleu, and i got it from 85-99.
mage0808
02-07-2012, 02:59 AM
Anyone else getting this?
Error: Exception: "" is an invalid integer at line 452
Help?
Shuttleu
02-07-2012, 03:18 PM
Anyone else getting this?
Error: Exception: "" is an invalid integer at line 452
Help?
can you post the contents of the file C:/Simba/Scripts/VV.SHUTTLEU
~shut
EDIT: PM me the contents
EDIT: actually, try the script now
DracoSense
02-07-2012, 04:39 PM
Meh. Using Simba 990 and still get error with rc6_encrypt in VVSHUTTLEU.simba.
Help plox?
Shuttleu
02-07-2012, 04:46 PM
Meh. Using Simba 990 and still get error with rc6_encrypt in VVSHUTTLEU.simba.
Help plox?
simple, your not using 990
go to Help -> About
see what it says there
~shut
xx blood xx
02-08-2012, 01:03 AM
http://imageshack.us/photo/my-images/705/capturadepantalla201202b.png/
work like a boss keep wc at the time thanks you has got me from 80-89 going to 99 :D
New to Simba and this type of botting in general. Might be a little OT, but I need more help setting up the bat file. I clicked the link & it still doesn't help me much. Is there anything that could help me more with that, or could someone please tell me? Thanks a bunch.
Se7eN
02-08-2012, 12:48 PM
now i have an idea about why your encrypting passwords (md5 is a nice gesture) ... but what i don't understand is why running 990 is necessary... what is it capable of that other revisions are not? from what i understand your on vacation so there's no need to answer right away but if anyone knows what 990 is doing for this script I'd love to know...
-Se7eN
Shuttleu
02-08-2012, 02:53 PM
New to Simba and this type of botting in general. Might be a little OT, but I need more help setting up the bat file. I clicked the link & it still doesn't help me much. Is there anything that could help me more with that, or could someone please tell me? Thanks a bunch.
it would be something like this
C:/Simba/Simba.exe -o "C:\Users\{USER}\Documents\rs\Vine Vanquisher V4.6 by Shuttleu.simba" -r
and repeat that over and over again
now i have an idea about why your encrypting passwords (md5 is a nice gesture) ... but what i don't understand is why running 990 is necessary... what is it capable of that other revisions are not? from what i understand your on vacation so there's no need to answer right away but if anyone knows what 990 is doing for this script I'd love to know...
-Se7eN
Simba 990 has a encryption built in whereas and version below does not
i was using a plugin the encrypt the info but that was just causing problems and access violations
~shut
Mjordan
02-08-2012, 07:05 PM
Well seems to be working perfectly. Been running for a while now, picked up all the nests and everything. Great work Shuttleu!
Few things though...
Nothing in the paint seems to be working, except for wc lvl and time running.
In the antiban section of the form, the higher the number the less antiban? or the lower the number the less antiban?
Shuttleu
02-08-2012, 09:39 PM
Well seems to be working perfectly. Been running for a while now, picked up all the nests and everything. Great work Shuttleu!
Few things though...
Nothing in the paint seems to be working, except for wc lvl and time running.
In the antiban section of the form, the higher the number the less antiban? or the lower the number the less antiban?
hmmm... seems like i broke something with the stats :s
and the lower the number the less antiban
the antiban gets called every 2-3 seconds so i usually have it on 5
~shut
Mjordan
02-08-2012, 09:50 PM
hmmm... seems like i broke something with the stats :s
and the lower the number the less antiban
the antiban gets called every 2-3 seconds so i usually have it on 5
~shut
Gotcha, thank you sir. Fix those stats and I'll start posting some nice proggies for you. I'm going for 99 with this script. Not gonna lie, I've been using RID's vine script, but I just can make myself pay anymore for a damn RS bot.
Shuttleu
02-08-2012, 10:04 PM
the stats seem to be working for me
it must be you
make sure you have the latest XP fonts
~shut
Voodoocody
02-08-2012, 10:21 PM
Having troubles running the script..
[Error] (48:3): Unknown identifier 'rc6_encrypt' at line 47
Compiling failed.
Shuttleu
02-08-2012, 11:38 PM
Having troubles running the script..
[Error] (48:3): Unknown identifier 'rc6_encrypt' at line 47
Compiling failed.
read the front page
~shut
Mjordan
02-09-2012, 12:00 AM
the stats seem to be working for me
it must be you
make sure you have the latest XP fonts
~shut
Hmm that must be what it is then, as I'm running Simba on a VM with Windows XP. What exactly do I do with that file?
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.