Script - Magic Tree Seers Village
Error - It wouldn't click the magic trees
Debug - In Simba it says, "Found: 389, TREE_MAGIC found" -- it says it found the tree, but it doesnt actually click it,
Variations - I fixed the settings of RS.
Script - Magic Tree Seers Village
Error - It wouldn't click the magic trees
Debug - In Simba it says, "Found: 389, TREE_MAGIC found" -- it says it found the tree, but it doesnt actually click it,
Variations - I fixed the settings of RS.
What else does it say? My guess is something about a point being on the player.
It should eventually fix itself....
More debug would be helpful.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
This is what i get at Grand Exchange Yew
grtz Pierre
That's the walking, and it looks like it's working?
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
why does is say point on player for such a long time anyways????
We are all getting the same thing even with the all the yew cutters, the script can't seem to find the trees and then just gets stuck in a loop. I'v got all the correct settings for botting (high brightness everything else low) in rs so it's not that. I do know draynor willows works pretty much flawlessly. So ill give you a debug copied from simba as i had no debug log. I have had it repeat below for around 5 hours until i turn the script of.
MSI_FindObjectTPA: TREE_YEW_NEW
Found: 29, NOT ENOUGH
Took 94 ms to complete
MSI_FindObjectTPA: False
Scanning for randoms...
Scanning for randoms...
MSI_FindObjectTPA: TREE_YEW_NEW
Found: 29, NOT ENOUGH
Took 93 ms to complete
MSI_FindObjectTPA: False
Scanning for randoms...
Scanning for randoms...
MSI_FindObjectTPA: TREE_YEW_NEW
Found: 29, NOT ENOUGH
Took 140 ms to complete
MSI_FindObjectTPA: False
Scanning for randoms...
Scanning for randoms...
What's the best way to Upload this? Since the file is to big for attachment, and there's only 100.000characters allowed in this box.
When you tell me my answer probably be![]()
.
grtz Pierre
stick it on the paste
http://paste.villavu.com
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
Ok i'v work out what half my problem was, i had to go to the msi/msi/core/objects.simba and pick a new colour for the yew_trees_new but then i got this below repeating 1000 times so i guess there is a loop thats happening, i might just try deleting some of the animation code so it skips that bit but if you have any another FIX then please share with the rest of the community thanks!
Average pixel shift: 469
Player animation: Chopping (NEW)
Average pixel shift: 442
Player animation: Chopping (NEW)
Average pixel shift: 363
Player animation: Chopping (NEW)
Ok just pissed off the Chopping (New) from animations.simba and told it to use the old in woodcutting seems to work pretty good now unless there are other people around taking the trees then it goes back to the first error i stated about where it can't find the trees.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
OK in Msi/msi/skills/woodcutting.simba at line 176 there is this bit of script
result := MSI_IsAnimating(MSI_GetAnimation(ANIM_CHOPPING_NEW ))
followed by this below.
else
result := MSI_IsAnimating(MSI_GetAnimation(ANIM_CHOPPING));
end else
result := MSI_IsAnimating(MSI_GetAnimation(ANIM_CHOPPING));
end;
All i did was change the first line of code to this so it would use the old animation script instead.
result := MSI_IsAnimating(MSI_GetAnimation(ANIM_CHOPPING))
Okay, thanks! And what did you change in Objects.simba? You said you changed the colour?
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip
Oh sorry i had to work, my bad. In Includes\MSI\MSI\Core\objects.simba it has a list of every tree and there individual statistics.
Example -
TREE_YEW_NEW:
with result do
begin
Name := 'TREE_YEW_NEW';
Uptexts := ['own Yew'];
Options := ['Chop down Yew'];
Level := 60;
Colors := [4147538]; // This is the old colour, just pick another.
Tol := 8; // I changed this to 9.
Hue := 0.08;
Sat := 0.09;
FindAllColors := False;
W := 80;
H := 100;
Accuracy := 100;
SearchArea := MSBox;
ExcludeSelf := False;
WaitToMove := True;
MultiClick := True;
Track := False;
MaxTime := 30000;
AssociatedItems := [LOGS_YEW];
end;
I simple fiddled with the colour and tolerance imputs so that the script using above would be able to find the yew tree.
Last edited by Drax; 01-07-2012 at 05:57 AM. Reason: Fix up
The Magics are working as far as I can tell. Also, the Yew trees will work after I push out this update.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
There are currently 1 users browsing this thread. (0 members and 1 guests)