|
TOPIC: Delivery Boy
|
|
Re: Delivery Boy 14 Years, 5 Months ago
|
Karma: 2
|
|
That is ok, you can either lower the the security level you are willing to travel to or remove the check altogether
In the file Deliverer_SetStation.AHK do one of the following changes
To lower the security level change
Line 182
if(result > 0.4)
to
if(result > 0.0)
or what ever is the highest security level you DON'T want to visit
or if you don't care and want to remove this check altogether
remove lines 125 to 180 inclusive
ShowStationInfo()
...
RandomSleep()
and replace with
result := 1.0
Cheers JB
|
|
jb69
Fresh Boarder
Posts: 20
|
|
|
|
|
Re: Delivery Boy 9 Years, 8 Months ago
|
Karma: 1
|
|
any one have this file ?
thanks
|
|
|
|
|
|
|
|
|