New random event

PkHonor's work in progress and future updates will be posted here.
Locked
User avatar
Pikachu
Honor Player
Posts: 5083
Joined: Mon May 20, 2013 9:38 pm

Re: New random event

Post by Pikachu » Sat Sep 14, 2013 9:17 pm

What....has...that...to...do...with...this...reply?
ImageImage

User avatar
Soleis jr
Novice
Posts: 34
Joined: Wed Sep 11, 2013 11:58 pm

Re: New random event

Post by Soleis jr » Sun Sep 15, 2013 1:51 am

fun! can't wait for it

I lift bro
Senior Member
Posts: 374
Joined: Sun Sep 15, 2013 1:51 am

Re: New random event

Post by I lift bro » Sun Sep 15, 2013 2:35 am

Program FindPortal;
{$i srl/srl.simba}
Procedure ClickPortal;
var
X,Y:Integer;
begin
if FindColorTolerance(X, Y, tbd,tbd,tbd,tbd,tbd) then
begin

end;
end;
Begin
MouseSpeed := 15;
SetupSRL;
end.

Tbd= To be determind.

Probaly not though.
Maurits wrote:Had to write an apology letter to a sporthall where'd we go with school because I placed table under the showers, then turned all of the showers on and then just left.

Edisdnilb
Wise One
Posts: 649
Joined: Wed Jul 31, 2013 6:21 am

Re: New random event

Post by Edisdnilb » Sun Sep 15, 2013 9:13 am

I lift bro wrote:Program FindPortal;
{$i srl/srl.simba}
Procedure ClickPortal;
var
X,Y:Integer;
begin
if FindColorTolerance(X, Y, tbd,tbd,tbd,tbd,tbd) then
begin

end;
end;
Begin
MouseSpeed := 15;
SetupSRL;
end.

Tbd= To be determind.

Probaly not though.
English pls
Image

Enkenk22
Rookie
Posts: 10
Joined: Sun Sep 15, 2013 2:20 am

Re: New random event

Post by Enkenk22 » Sun Sep 15, 2013 1:41 pm

Instead of the portals, why dont you bring back the sandwitch lady, and make her come to you, not her

Kharma
Known Venturer
Posts: 104
Joined: Sat Sep 28, 2013 5:04 pm

Re: New random event

Post by Kharma » Sat Oct 05, 2013 6:01 am

Decent. xD

User avatar
Pls senpai
Premium Donator
Posts: 6119
Joined: Wed Apr 10, 2013 9:03 pm
Location: Fort Wayne, Indiana

Re: New random event

Post by Pls senpai » Sat Oct 05, 2013 6:12 am

Edisdnilb wrote:
I lift bro wrote:Program FindPortal;
{$i srl/srl.simba}
Procedure ClickPortal;
var
X,Y:Integer;
begin
if FindColorTolerance(X, Y, tbd,tbd,tbd,tbd,tbd) then
begin

end;
end;
Begin
MouseSpeed := 15;
SetupSRL;
end.

Tbd= To be determind.

Probaly not though.
English pls
Simple javascript program that finds the colour of the correct portal and clicks it.
Image

User avatar
Mike
Programmer
Posts: 6306
Joined: Sun Nov 01, 2009 8:00 pm
Location: PkHonor HQ

Re: New random event

Post by Mike » Tue Oct 15, 2013 3:17 pm

Four new random events have been introduced: http://forums.pkhonor.net/viewtopic.php ... 210#p99900

Once they are released, I invite you folks to write bots for it. If someone can make a bot that can crack all random events 100% of the time, I'll give them 50$ (you have my word on that). Provided they send me the code of the bot, or at least show me that it works.

Why 100% of the time? Because if you fail one just once, you'll get jailed and lose pkhonor points. If you fail it once, it means you'll fail it again, and if you fail a random event multiple times, you will lose SO many pkhonor points (as well as time and/or money from being jailed + your inventory from dying) that the bot wouldn't be worth it at all.

Donderstone2
Programmer
Posts: 852
Joined: Tue Apr 02, 2013 1:01 pm

Re: New random event

Post by Donderstone2 » Tue Oct 15, 2013 5:36 pm

I lift bro wrote:Program FindPortal;
{$i srl/srl.simba}
Procedure ClickPortal;
var
X,Y:Integer;
begin
if FindColorTolerance(X, Y, tbd,tbd,tbd,tbd,tbd) then
begin

end;
end;
Begin
MouseSpeed := 15;
SetupSRL;
end.

Tbd= To be determind.

Probaly not though.
If only this was actual Javascript... Looks more like a combo of Lua and Python tbh.

User avatar
Mike
Programmer
Posts: 6306
Joined: Sun Nov 01, 2009 8:00 pm
Location: PkHonor HQ

Re: New random event

Post by Mike » Tue Oct 15, 2013 6:40 pm

Donderstone2 wrote:If only this was actual Javascript... Looks more like a combo of Lua and Python tbh.
Probably a scripting language specifically written for RuneScape bots, but it just as well works in RSPS.
I won't say what it's called though, since the program contains spyware lol. Don't want to infect people's computers with that just so they can write bots for PkHonor :P

Locked