Error: Exception: "" is not a valid boolean. at line 337
File[C:\Simba\Scripts\ShatterFighter.dat] has not been freed in the script, freeing it now.
This comes up when i try to start the form any ideas?
Error: Exception: "" is not a valid boolean. at line 337
File[C:\Simba\Scripts\ShatterFighter.dat] has not been freed in the script, freeing it now.
This comes up when i try to start the form any ideas?
I had the same issue but I managed to fix it. Take the ShatterFighter_V3.0 script and put is in a new map. Do not copy the ShatterFighter.dat with it! When you run the .simba now it will build a new .dat file that works, at least it did for me! If that doesn't work try downloading a fresh file and set it up from scratch again! Hope this helps you!
You have to be realistic.
If script missclicks above bones too much, add 6 to every RandomMMouse's second value at lines 2851-2866. (left, right, up, down)
I'm not sure if this messes charm detecting/picking, but it doesn't matter for me since I'm using charm imp.
example:
RandomMMouse(226,174,4,4); //left
->
RandomMMouse(226,180,4,4); //left
Also, If you want this script to loot Spin tickets, uncapitalize T after "Spin " at line 3433.
Last edited by Legendscape; 04-20-2013 at 05:59 PM.
Why is that it can't use rejuvenate although 'using rejuvenate' appeared on the screen?
I think my problem was that the 'rejuvenate'BMP failure as once I changed it according to the one in previous post, everything works out fine again. Cheer ~.~Are you using a shield? Is the script set up correctly?
Last edited by shinnhkq; 04-22-2013 at 03:40 PM.
ok this might be really dumb, but I can't get the bot to eat. -____- what do I put next the "food string" area?
Great script, thank you very much!
Found one thing that could be added which has been talked about earlier. Switching back after using shield & rejuvenate:
When dual-wielding and using Havoc one may get this error message:
You need to be dual wielding melee weapons to use this ability.
So change:
if FindChatBoxText('This ability requires',8,ClBlack) then
to
if (FindChatBoxText('This ability requires',8,ClBlack)) or (FindChatBoxText('You need to be dual',8,ClBlack)) then
(Hope my pascal knowledge is correct, was 25 years since i studied it.)
Just an extra failsafe that solved my rare shield swapping problems.
Recieved this errr first time trying to run script:
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
Compiling failed.
Pretty ure I have smart 8.0 installed. Any help or direction to take would be greatly appreciated =D
Great script, the banking is flawless and has plenty of setting.
Unfortunately the weapon/shield swapping is still not working flawlessly. To me it seems like the script tries to wield the weapon more than what is needed. Maybe easier to add a boolean for whether the shield is worn or not?
Also, in procedure UseAbilities no abilities are used when HasTargetBar is set to false (no enemy?).
However rejuvenate doesn't need an enemy so that check may limit the usage speed and cause extra problems.
Anyway, gonna try it tomorrow with debug on to see if it can be optimized.
Edit & Update: After studying the script with debug on i have come to the conclusion that most of the swapping errors comes from starting the script with the wrong setup (shield worn for example) or manually adjusting things while for example disabling smart without pausing the script.
All in all a great script!![]()
Last edited by JYG; 04-24-2013 at 09:58 PM.
I'm wondering if anyone else has used this on Dusties yet? I am having a terrible time with them, for some reason. I haven't even been able to get a full hour of fighting them without it logging saying it doesn't have any food left.
Logging back in I can see this is true, and I'm glad it failsafes and logs when I'm out of grub. But every time I notice this happening, it's been changing the keybinds for "W", "S", "A" and it just doesn't seem likes it's using Rejuvenate or something. The most I'm ever being hit for is a 150 so it seems so unlikely for my food to last less than an hour.
I am 198 combat, wearing d plate, d legs, dboots, fury, slayer helm, barrow gloves, row, ss/dfs on switch.
I even summoned a Bunyip the last time I ran the script, just to see if I was just getting hit too much. I think it dismissed it or something because it has like a 45 minute timer and it had only been 29 minutes....?
I use this script on dusties aswell and encountered the same problem with training ranged. While in combat it kept trying to use rejuvenate, but it simply wouldn't do it. I tried fixing it to no avail. If you are training melee i suggest using a Saradomin Godsword, got me 3 99's with my Sgs, without a single food beeing eaten! Might not solve your problem, but it sure is a good effective way to train melee.
Thanks again for this script, 3 99's in a week! Thanks a lot!
You have to be realistic.
Did you edit the script like said couple posts back? This should solve the problem.
Anyways heres another progy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ShatterFighter v3.0
* Monster: FireGiant
* Time Running: 44 Hours, 23 Minutes and 40 Seconds
* ATK XP Gained: 29**052 (65459)
* ATK Level: 9*, XP till next: 6*0446
* Hops: 0 Food: 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nothing special...could be longer but i wanted to grab some new items from GE so had to manually stop it.
Last edited by WinterDream; 04-26-2013 at 01:05 PM.
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(334:1): Identifier expected at line 333
Compiling failed.
What do i do?
Done thanks but what about this?
[Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
Compiling failed.
There are currently 1 users browsing this thread. (0 members and 1 guests)