- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
-
Content Count
41 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout ti.teg.tnod.I
-
Rank
Administrator
- Birthday 07/14/1993
Personal Information
-
Location
Canada
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Alternatively: // Returns the current script execution time in milliseconds function GetTimeRunning(): LongInt;
-
[C#] OSRS blocking my mouse clicks??
ti.teg.tnod.I replied to BryceTheCoder's topic in RS07 Discussion
Oof, can't edit my post. I was really sleepy, I see the code. My question would be how user32.dll handles mouse clicks. Or you could just look for something open-source which actually works, and see how they do mouse clicks. -
[C#] OSRS blocking my mouse clicks??
ti.teg.tnod.I replied to BryceTheCoder's topic in RS07 Discussion
It's probably the way the clicks are done. I believe there's a way to simulate a mouse click in a control, which fails for many 3D applications (DirectX), but SCAR's controls simulate a global mouse click. I can't see your code though, so I couldn't say for sure. -
ti.teg.tnod.I started following Store functions/procedures with pre-set variable values (Like a lambda object), -Deleted-, Access SCAR IRC. Chat online and access help and and 4 others
-
Access SCAR IRC. Chat online and access help
ti.teg.tnod.I replied to Wanted's topic in Forum Discussion
Yeah, Freddy just changed the DNS to point to Esper instead of Pho3n1x I think. [offtopic]Sure, I might contribute once and a while. I get in the SCAR mood sometimes ;p -
Access SCAR IRC. Chat online and access help
ti.teg.tnod.I replied to Wanted's topic in Forum Discussion
Oh now it's on EsperNet instead of Pho3n1xNet . -
As much as BennuBot has been slowed due to my new job and whatnot I feel like anyone looking for a chat bot (or developing thier own) could find BennuBot useful. It may be found here: http://github.com/titegtnodI/BennuBot. I'll post more details soon, maybe move parts of the Wiki into this topic.
-
Just wondering, is this going to be solely an extension of OSI? Will it branch off to games other than RuneScape?
-
Try updating to the latest version of SCAR, a download may be found here.
-
If the round-robin derps for you try one of the following servers: destiny.pho3n1x.net bennu.pho3n1x.net omnomnom.pho3n1x.net Those will connect you directly to a server instead of re-directing you to one. Sometimes clients / ISPs derp when this happens. It's usually temporary but it won't happen with the above addresses.
-
That game looks like Tibia . Good work on your script ^-^.
-
I know it's pointless I was just hoping that would make him happy .
-
It's more like an object that calls the function with it's own parameters ... So when you call the function, you're actually calling a lambda object, that calls the function, and the lambda object fills in the parameter. So you're not actualy "presetting" the parameter, I guess it was poor choice of wording on my part. Edit: Does this solve anything? http://delphisorcery.blogspot.com/2011/05/lambdas-and-expression-trees-in-delphi.html