I'm planning on using this to get 99 firemakingI just bought 100k maple logs.
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
ThanksI hope it gets me some charms too
I want to train summoning soon.
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Hey Ashaman, i'm having trouble with Simba via Winbottler on a mac. It was working for 2 weeks and now it stopped.
** Fatal Error: Pairing Clients; Terminating Script **
You helped me with my last problem simply by changing the 8 next to SMART, but now I have this problem.I tried everything I can think of..
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
I am administrator, I don't know what i'm doing, I redid the whole Mac OS installation guide and nothing. except I got an extra error with SmartParams... Can you teamview me?
fixed smartparams error it was the SMART8 -> SMART error. But i'm still getting the fatal error.
I downloadd my java here http://java.com/en/download/manual_v6.jsp I clicked the Windows Offline version. Doesn't say much about 32/64 bit. But it was working fine with it last week. Thats shouldn't be the problem.
Last edited by IceTask; 02-17-2013 at 04:13 AM.
Now I got an error log:
Program exception!
Stacktrace:
Exception class: EInOutError
Message: Disk Full
$005A31D2
$0042786C
$00506E85
$00506DEF
$00510AF5
$42883F6A
$42884604
$42885CF2
$42886C69
$42848999
$005115A5
$00421D09
$0042214F
$004334F3
$0042210A
Simba Version: 990
I am encountering a problem with the bot.
It will run perfectly until I receive some Valentines Day hearts from the holiday thing.
Is there any quick fix or solution you could suggest? I only have 77k more logs to burn!
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
Try replacing the findfire function with this
Simba Code:Function FindFire: Boolean;
Var
I,X,Y,J: Integer;
SearchBox: TBox;
Begin
If Not WaitLoggedIn(1000) Then
Exit;
Result:=False;
If (CountColor(16777215,556,228,602,242)>0) Then
Begin
If Not ExistsItem(1) Then
Exit;
FindNormalRandoms;
InvMouse(1,Mouse_Left);
End Else
If Debug Then
Writeln('Item already selected');
If Shantay Then
J:=1 Else
J:=2;
For I:=J To 28 Do
Begin
FindNormalRandoms;
If Not ExistsItem(I) Then
Continue;
If Not FirePresent Then
If LightFire Then
Continue;
Wait(Random(100));
SearchBox:=InvBox(I);
If FindDTM(GoldDTM,X,Y,SearchBox.X1,SearchBox.Y1,SearchBox.X2,SearchBox.Y2) Then
Continue;
If FindDTM(GreenDTM,X,Y,SearchBox.X1,SearchBox.Y1,SearchBox.X2,SearchBox.Y2) Then
Continue;
If FindDTM(CrimsonDTM,X,Y,SearchBox.X1,SearchBox.Y1,SearchBox.X2,SearchBox.Y2) Then
Continue;
If FindDTM(BlueDTM,X,Y,SearchBox.X1,SearchBox.Y1,SearchBox.X2,SearchBox.Y2) Then
Continue;
InvMouse(I,Mouse_Move);
If Not WaitUpTextMulti(['Craft','raft','aft','Cra','CraM'],RandomRange(200,250)) Then
Begin
If IsUpTextMultiCustom(['Claim','icket','Spin','spin']) Then
ClickMouse2(True);
ClickMouse2(False);
If WaitOptionMulti(['Craft','raft','aft','Cra','CraM'],750) Then
Begin
Wait(Random(100));
HumanMouseBox(330,208-50,376,250-50);
If MakeItemMenu(6000) Then
Begin
Wait(Random(100));
ClickMouse2(True);
If ExitMakeItemMenu(6000) Then
If FindBlackChatMessage('rang') Then
Begin
Wait(Random(100));
ExamineInv;
LightFire;
End Else
If WaitInvCountDec(5000) Then
Begin
Result:= True;
Wait(RandomRange(1000,1400));
Break;
End;
End;
End Else
BankShantay;
End Else
Begin
ClickMouse2(True);
Wait(Random(100));
HumanMouseBox(330,208-50,376,250-50);
If MakeItemMenu(6000) Then
Begin
Wait(Random(100));
ClickMouse2(True);
If ExitMakeItemMenu(6000) Then
If FindBlackChatMessage('rang') Then
Begin
Wait(Random(100));
ExamineInv;
If Shantay Then
MoveAway;
LightFire;
End Else
If WaitInvCountDec(5000) Then
Begin
Result:= True;
Wait(RandomRange(1000,1400));
Break;
End;
End;
End;
End;
End;
Let me know if that works. This snippet shouldn't be used after valentines though
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
tested that and it gave me an unknown identifier for 'result' at line 1590. Don't worry about it man, I can wait.
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
There are currently 1 users browsing this thread. (0 members and 1 guests)