8 EST would be 1 AM in England
Printable View
Demon solved perfect for me:
Progress Report:Compiled succesfully in 624 ms. SRL Compiled in 15 msec Screenshot of: Found Demon 0 Seconds Sit DemonCenter - We are at the edge of the random area, fixing position. 1: Sit-up mat 2: Jog mat 3: Star Jump mat 4: Push-up mat Push 1: Push-up mat 2: Sit-up mat 3: Jog mat 4: Star Jump mat Push 1: Star Jump mat 2: Jog mat 3: Sit-up mat 4: Push-up mat Star DemonCenter - We are at the edge of the random area, fixing position. 1: Push-up mat 2: Star Jump mat 3: Jog mat 4: Sit-up mat Jog 1: Sit-up mat 2: Jog mat 3: Push-up mat 4: Star Jump mat Successfully executed.
However, this bit:
was clearly never called. Still not sure why but I'll continue to look though it's not a priority as the solver works and I have a loong list to tackle.Simba Code:if (Result) then
Writeln('Demon random solved!');
I watched molly solving - perfect!
~Eerik.
Suggestion to prevent false negatives
Simba Code:t := getsystemtime + 10000;
while (getsystemtime < t) do
begin
result := not InWhatEverRandom;
if Result then
begin
Writeln('Solved successfully!');
Exit;
end;
ClickToContinue(true, true);
end;
After every try to every solver, if they don't already have this?
I have a certer random, PM me if needed.
Took screenshots of the "rabbit" balloon in prisonpete, unfortunately when I logged back in it said I had already served my sentence. Who do I sent the uploaded link to? Don't really want non-devs to see my account names..
As far as i know there is no rabbit one :) but maybe something have changed. Send this screens to me if You can :P
Evil bob looks like it works but needs updating for the colors to pick net up off the ground and maybe other colors like for fish/fire/bob etc.
I second that. I'm going to take a shower, then I'll fix quick.
Edit: Tested with two different accounts and they both solver perfectly. I'm not sure what the problem is but I had an account get stuck over night and it looks like it was searching for the net.
If anyone happens to see, or catch the debug of what actually happens when/if this fails that would be very helpful.
I'm going to run a few more tests myself.
IceFire did it fail specifically when searching for the net for you?
I can't seem to recreate this problem for the life of me. I've tested 10+ times on different worlds and it works every time.
Kind of confused on what to try now :confused:
Edit: Just a heads up, Quiz should be Green as I fixed the detection a month or so ago. Also, Arnav should be yellow as it only solves ~25% of the time right now. Working on rewriting FixLock though..
Well now it just logs out after catching the fish. You tested the entire solver? It looks like it works it just needs a minor update to some hard-coded information somewhere i.e. dtmFish, net colors, something.
Yeah I'll go through and make sure everything is updated, only takes a couple mins.
@Everyone, Arnav is 95% done (really just optimizing the code now and running efficiency tests), but I could really use some accounts in the random that the goal target is not coins. It really shouldn't make a difference as it still uses Nielsie's equation for clicking, but I'd still like to test it.
Arnav fix is posted here: http://villavu.com/forum/showthread....177#post783177
As for EvilBob...
Progress Report by NCDS:Compiled succesfully in 577 ms. SRL Compiled in 16 msec Found servent, Identifying statue... Statue Density Is = 0.46047619047619 Found Statue in the East direction Retrieving a fishing net Retrieved the net! Fished the fish Walked to middle of island Un cooked the retarded fish :) Successfully executed.
It still solves perfectly for me so I'm really not sure what the problem is for you Ice.
any dev online? i got pinball and it says minor tweaks need to be made.
I have had a few accounts tuck in pinball lately.
If anyone gets any accounts with Reward Boxes, send them to me if you feel comfortable. I'm going to work on fixing the solving bugs.
i had a prison pete but I wasnt sure how to get in contact with u guys
All you have to do is send your account details to a user through private messaging who is currently active and have this cup next to there name :) http://villavu.com/forum/images/ranks/developer.gif
it's that simple ;)
best of luck getting more random's you wish to send in :p
(please note which random events need work done on them and which ones don't)
EvilBob
Progress Report:Could Not walk to Middle? Found servent, Identifying statue... Statue Density Is = 0.35362787356321 Found Statue in the West direction Retrieving a fishing net Retrieved the net! Fished the fish Could Not walk to Middle? Successfully executed.
@NCDS i cleaned them all up, and set them all at draynor, so none have randoms AFIK.
If i was home i would do a suicide run and collect some randoms.
For the most part they have been working fine, except the balloon one ofc.