Oh hell yea, some accurate 3d projection/mmtoms would be nice. dat math!
Printable View
report a bug here or better yet send a pull request:
https://github.com/SRL/SRL-6/blob/b8...re/mouse.simba
I'm not sure the exact issue with didclick, but it doesn't function correctly.
The default is the default zoom, (whatever that is) like any other setting, it it's not noted keep it default to what rs sets it as. :p
e:
@zmon
How long has your computer been on for system time to be so big, obviously it's a bug but it's been like this in every srl so it's pretty impressive your the first to ever figure it out. :p
e again:
heh, seems like max integer in time is 3 weeks and 3 days.. not sure how ashaman got that 1 month proggy!
I booted up my laptop this morning, cold boot, takes about 8 seconds anyway on solid state disk, it's windows 8.1 but it was not working so i tried to figure out why... and i don't know why am i getting the times i am getting because i definitely shut down last night, but i am glad i found it because it acted bizzare... by the way kudos to everyone for SRL-6, yes nearly absolutely everything is different, which is harder to get used to but it is definitely a step in right direction, i like that there is more of a concept of actual objects so i'm now poking around it to get a feel for it but i do like it better than the 5
I think you could do something like this, so srl-6 will function for you without changing everything to longwords (although, i will look into it).
Simba Code:var
start: longWord := getTickCount();
function getSystemTime(): longWord; override;
begin
result := (getTickCount() - start);
end;
begin
writeln(getSystemTime());
end.
What im trying to say is, if srl-6 doesn't note it just leave it how it is default (in this case, classic?). It's the same with any other option you can't just turn on slim headers because the guidelines say nothing :p
Muahha! Well I'm not sure what relies on that? For the proggy LJ made a special timerunning stuff so that it could count over the max int, not sure if that had anything to do with it? I know I used marktimes and stuff in the script though and the script never messed up with waits or anything
I'm 99.9% sure rs3 is the default. As that is on everyone of my accounts and i've never messed with it. However, I know asha has classic zoom(brought to light cause of livid script).
The control settings don't get changed by loading a default layout(IIRC) so it is important that if someone messes up their control on accident that we can set them straight! I'll just add this to my rs3 runescape setup guide.
REGARDLESS OF THE DEFAULT
RS3 SHOULD be our choice. Why? Because it has the HIGHEST angle of view. Which makes things simpler all around
can you add me on skype? im having some issues when it trys to deposit the pale energys into the hole
btw my skype is fallensurge
This was fun.
http://gyazo.com/4389be894286ca97d4d2e39a896750aa.png
This was without energies, so if anyone wants to use energies there is some nice potential for 70k+ xp/hr.
I asked footballjds for help once, but skype wasn't sending my friend request. You know what I did? I checked his profile, i checked, between all those social chats he had, what was the common word/name between them. It happened to be: "footballjds". I searched for him on skype, and it showed me what state that person I was adding, was from. It showed me " PA ". I'm not American, so I googled it.
Then I checked his villavu profile, to see if he had any location input. It happened to be the same location. So I added it. How did you tried to look for his Skype, and you didn't managed to find it?!
Haven't been able to run any ogl scripts since 4 Feb patch causes ogl crashes, so i tried this out and it works pretty well!
http://puu.sh/6TaVN.jpg
I'm converting all memories to energy so the xp rate shown is pretty low. This is only ~20% slower than using ogl (due to the small screen size restriction and slower wisp finding in color) and it's really solid! I'm using 100% right click and _no_minimap to false.
Some things you've overlooked:
exit(chooseOption.select(['Harvest '])) else chooseOption.close; (line 625)
you copied and pasted from line 348 but forget to change the text :p
Though you may want to give more leeway on the text as the OCR is sometimes not accurate:
---- Found option "onve" in "ConveM memories Energy Rift"
http://puu.sh/6TaC6.jpg
When there's an rs update notification riftOpen() will return false. You have to either lower the range to 458 or reduce the search area to not include the affected part.
Amazing work :)