I need help setting this up, I compile / run the script, it loads up SMART but then does nothing.
EDIT: I am now up and running
Printable View
I need help setting this up, I compile / run the script, it loads up SMART but then does nothing.
EDIT: I am now up and running
I have encountered only one problem so far and I don't know if this problem has been pointed out yet. However cutting yews at Lumbridge cemetery the script has problem climbing stairs and cant bank at all. I hope you get this fixed and thank you for the script (which is great apart for that one problem).
Just as a warning avoid willows. I know this is expected but I ran for about 7 minutes on willows in P.S. and banned already.
Wow really? I also do notice that there are a ton of bots there. Is it possible it was a manual ban? Or you were botting previously and it was a delay ban?
Also: just hit 1m minutes of use time!
http://i57.tinypic.com/2qkseuq.png
Could have been everyone in the area because the rest were almost certainly bots. I had botted previously up until that point but only for a few hours spread throughout the week. Once I started willows - instaban.
I'm going to start another WC account and avoid that area. Ill post an update in a week or so.
Don't know. Just unlucky me I suppose? Your fisher script is amazing by the way.
Hey Ineedbot!
I love this script and im trying to reach 99 WC on my pure. I saw your script supports Ape atoll teaks, but would it be possible to add teak support for the spot under castle wars too? I have been trying to add this feature myself but I don't fully understans both your code and reflection yet. Might be a future idea to extend this already awesome script? :p
Has anybody else encountered an issue with the newer versions
Error: Unknown declaration "TItemInfo" at line 1996
Compiling failed.
I can get my older 2.3 version to work, but none of the 3.x versions seem to work without that error. Maybe I'm speds?
I would suggest updating your reflection includes and then try again.
https://github.com/Elfyyy/OSR-Reflection
Error: File "[AL][Reflection] ineedbot's functions.simba" not found at line 6
Compiling failed.
Have you installed Ineedbot custom functions?Quote:
You must have '[AL][Reflection] ineedbot's functions.simba' in the same folder as the script.
nvm , solve it .
need load the newest ineedbot's AIO Woodcutter updater :D
getting this error since last update.
[AL] Logging player in...
Error: "1,166" is an invalid integer at line 1853
Execution failed.
The following bitmaps were not freed: [0, 1, 2, 3]
sellSource := between('<h3>Current Guide Price <span title=''', '''', webSource);
if (Length(sellSource) > 0) then
result.sell := strToInt(sellSource)
else
I am just ironing out a couple of my own script problems; i will update INEEDBOTS script and see if it works for me.
I removed all of the copies i had of the script; re-run the downloader. make sure you removed the "ineedbot's aio woodcutter user details" file and it works for me...
seers magic (2) i did what fullpottatoharry said but didnt change anything.
I fixed the issue with magic logs, turns out Jagex uses a comma between three numbers on the GE page.
I'm almost ashamed to ask, but would Tai bwo trio teak trees be hard to add? After the castle wars addition, I thought I would be able to add it myself.. I keep failing hard tough.
how do i get the progress image to work, all i get is 23:05:49:959] [Script] [Status] Saved Proggy to: C:\Simba\Scripts\ineedbot's AIO Woodcutter proggy 3.png but no progress just image of my last inventory
I'm new to simba and can't seem to get this script to work. I've followed the instructions as best as I can but when I run the scipt I get:
Exception in Script: Unknown compiler directives at 2:3
I also tried running the functions script and I get this error:
[Error] C:\Simba\Scripts\[AL][Reflection] ineedbot's functions.simba(10:119): Unknown type 'Timer' at line 11
Compiling failed.
Does anyone know how to fix these errors?
For some reason im getting different errors now even though I didn't change anything, i'm now getting:
Error: Access violation
Compiling failed.
and on the woddcutting functions im getting:
Error: Unknown declaration "Timer" at line 9
Compiling failed.
Nvm got it working, excellent script!
Wanted to burn Yews and thought this would be most fun.Code::begin
jobString := 'Varrock East Yews (Palace BURN)';
LocationTreeObjects := [R_MakeTTreeObject(Point(3205, 3504), [11758], [9714], 'Yew', 0, [0, 0, 200]), R_MakeTTreeObject(Point(3209, 3500), [11758], [9714], 'Yew', 1, [0, 0, 200]), R_MakeTTreeObject(Point(3222, 3503), [11758], [9714], 'Yew', 2, [0, 0, 200])];
TreeLocations := [Point(3207, 3502)];
fireMake := true;
setLength(LocationLogs, 1);
LocationLogs[0].ID := 1515;
fireTiles := [Point(3226, 3501), Point(3227, 3500), Point(3228, 3499), Point(3229, 3498)];
endFireTiles := [Point(3211, 3501), Point(3211, 3500), Point(3211, 3499), Point(3207, 3498)];
end;
this seemed to workCode:11:begin
BankLocations := [Point(3166, 3489)];
LocationTreeObjects := [R_MakeTTreeObject(Point(3205, 3504), [11758], [9714], 'Yew', 0, [0, 0, 200]), R_MakeTTreeObject(Point(3209, 3500), [11758], [9714], 'Yew', 1, [0, 0, 200]), R_MakeTTreeObject(Point(3222, 3503), [11758], [9714], 'Yew', 2, [0, 0, 200])];
TreeLocations := [Point(3207, 3502)];
setLength(LocationLogs, 1);
LocationLogs[0].ID := 1515;
CanBank := true;
jobString := 'Varrock Yews (palace)';
fireMake := true;
fireTiles := [Point(3227, 3500), Point(3228, 3499), Point(3229, 3498)];
endFireTiles := [Point(3211, 3500), Point(3211, 3499), Point(3207, 3498)];
end;