EDIT:
Turns out it was something in 'FindNormalRandoms' not yet identified the particular cause but I'm looking for it, so when I find it I'll post in a fix for anyone else that is having this problem![]()
EDIT:
Turns out it was something in 'FindNormalRandoms' not yet identified the particular cause but I'm looking for it, so when I find it I'll post in a fix for anyone else that is having this problem![]()
Pretty sure thats setrun
Are you being attacked when that happens? If so it's probably findnormalrandoms thinking you are being attacked by a random
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 thought so too, but the whole function is just to turn run on:
I removed it anyway but it still happensCode:function SetRun(Run: Boolean): Boolean; var CCount: Integer; begin Result := False; if (GameTab(tab_Options)) then begin CCount := CountColorTolerance(2369440, 626, 412, 657, 413, 20); if (Run) then begin if (CCount<1) then MouseBox(626, 415, 657, 446, mouse_left); Result := True; end else begin if (CCount>1) then MouseBox(626, 415, 657, 446, mouse_left); Result := True; end; end; end;
Nope, purposely picked a spot where there are no NPCs nearby and I have never been attacked while this was happening. Also it is probably useful to note that for some reason it won't run from the evil chicken or tree spirit when they attack, and the strange fruit random really ruins the system when you get poisoned, but I can easily add in a hack fix for that random anyway.
I found the SRL5 function that does that: runaway() from mapwalk.simba
No other base SRL5 function calls it. Maybe search any other code/libraries you're using for that name?
Thanks a lot man, able to locate it in FindNormalRandoms, so unfortunately unless I make my own hack fixes for all randoms it'l always happen. I have a feeling it could be imps walking above my head mimicking colours of a hp bar, only a theory but do you have any idea if it's possible?
Thanks a lot, I added it in with a writeln if it's true, but nothing. Noticed this though http://gyazo.com/b90e51a2b831ddc396555a2af9f84577.png
I'm pretty much certain it's from FindNormalRandoms just seeing if its solvable or if I just make my own version of FindNormalRandoms.
From what I remember that would only be triggered if srl_infight returned true - so there must be colors around there that are fooling it. If you don't think you need combat randoms you can always just disable the combat ones... I know I wrote a guide on it somewhere...
Regardless it looks like the infight needs to be fixed. If you can figure out where it's coming from that would help
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 have this...
This runs before everytime I run FindNormalRandoms so it should write the line, however this si what I get in debug...Code:If srl_InFight then Writeln('The imps are fucking up our shit!!'); FindNormalRandoms;
If I find out what it is I will let you know, and provide you with any *horrible* attempts at solving it I haveCode:Succesfully paired to a existing client, SMART[4780] No direction found, setting manually Running N Running N Running E![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)