This is great man might test it out soon![]()
This is great man might test it out soon![]()
Make sure to read the original post! I just adding something about someone maintaining this while I am not active. Thanks!
- My Scripts (Beginning to Update to SRL 6) -
is this script still able to run?
Thanks for this script. Had to spend quite a while to update to new API & SMART8, but well worth it.
Edit: Oh and sped up detection etc., improving clicking.
Guthixboss1 you should definately update the current script with your new one if it's truly live and running![]()
It would be great if you wanted to talk to me and we could get your updated version put up. Credit can be given to you wherever you would like!
I am planning on updating this soon myself if Guthix doesn't want to put his version up. Might take me a little time to make sure Simba hasn't changed too much with the updates, same goes for Runescape, but I imagine it shouldn't take me too long!
- My Scripts (Beginning to Update to SRL 6) -
Basically the only thing that needs to be updated are the combat related parts. I just removed them for myself (I wear good armour and have a rol ). It still sometimes logged out (I'm not quite sure why), but it would get good occasional 5-6 hour runs in. I havent used it since the LRC bans have been coming around. I'll be looking forward to a good update. You could look at Brandon/Ashaman 's LRC miner for some combat functions if you want. Make sure to be careful when testing though and not get banned
.
Hey, I updated this to work with new libraries, and made a few minor changes. I know I am new to the forum, but have just returned after a few years away. If you want I can gladly share some of my changes. The biggest change is fight detection, where I look at the minimaps hitpoints and compare them to determine if I am actually in a fight. New function for that is:
And this line at your mainloop repeat blockCode:Procedure CheckFight; Var currentHP : integer; Begin If Not InFight Then Exit; currentHP := GetMMLevels('hp', tempstr); if (currentHP<lastHP) then Begin lastHP := currentHP; RunAwayNow; Exit; End; Wait(200+Random(50)); lastHP := currentHP; WriteLn('No fight detected.'); End;
Finally declare the lastHP and tempstr vars at the top.Code:lastHP := GetMMLevels('hp', tempstr); Repeat; Mainloop; Until(AllPlayersInactive);
how can i fix it ?
Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from 'C:\Simba\Bud's Guild Fisher ver 2.0.simba'
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
this will script wrote , when i wanna start that script
Any idea on how to get fight detection working properly? Currently it detects ANY fight, regardless of if the player is involved or not. I could not get bottertom's fix to work; how does the application of the tempstr work?
Error: Exception: Access violation at line 376
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, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6, 7, 8]
Any tips on how to fix this error?
Got 99 with this a week ago![]()
- My Scripts (Beginning to Update to SRL 6) -
This is one of the scripts that make me wish I had more scripting knowledge to fix it up so it could run. Something a lot of people would use, but seems to be a little out of date.
Anybody been updating this?
Ive been having some problems with the amount of time it will sit there and fish. It finds spot 1 and caches 3-4 fish then checks amount of xp and then wanders to spot 2 when spot 1 is still there.
Im sure it isn't a major fix, but is quite annoying.
Itll also make me run away when a fight is near and im not even the one being attacked.
Any help would be greatly appreciated!
EDIT: Ran it a second time and worked pretty good for 2 hours. It kept getting confused on spot 2 and banking with only 1 fish in the inventory.
Run 3: Spot finding issue fixed. The only major bug is the fighting being too sensitive. Would also like to incorporate summoning/ familiars into this script
You have caught 57 fish. That equals 75 fish per hour!
You have gained 21660 xp. That equals xp per hour!
Run 4:
You have caught 138 fish. That equals 105 fish per hour!
You have gained 52440 xp. That equals xp per hour!
================================================== ==================
************************ Als LRC Fisher ****************************
================================================== ==================
much better without auto fighter, still workin on it
Last edited by darkfire23; 06-04-2013 at 03:09 AM.
didnt mean to post again.. lol
so it stops jumping from spot to spot if you remove autofighter?
I get this error:
SRL Compiled in 16 msec
SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_other\custom_ lrc.png" does not exist
What is this and could you help me fix it?
Follow the instructions in the original post.
Put the image that is attached in Simba/Includes/SPS/img/runescape_other and name it custom_lrc
The link for the image is at the bottom of the first post. You simply need to place it in the folder described and you should be good to go.
There are currently 1 users browsing this thread. (0 members and 1 guests)