QUESTION HERE ... ^^ plz help


i got my beta key now and i start downloading the installer

w/ 2.8 gig

anyone knows how big is the game after i install it in my pc

how many size will eat them including the patch , overall ?

thnx for answering ^^
i have another question ..

how to use this script ?

$1 = 0

Run("C:\Program Files (x86)\Grinding Gear Games\Path of Exile\Client.exe")

Do
Sleep(5000)

If WinExists("Connection Failure") Then
WinActivate("Connection Failure", "")
Sleep(1000)
Send("{ENTER}")
Sleep(30000)
Run("C:\Program Files (x86)\Grinding Gear Games\Path of Exile\Client.exe")
EndIf

Until $1 = 1



can someone explain step by step ?
where to paste it ?
do i paste it in notepad ? what i should name it ?

i have no idea how to use, im not a geeky type of person ^^
what is use that for ?
is that auto open the downloader after it crush ? if it does do that i want to use it because i always crush after i get 200 mb download
Don't believe I've seen that script (which suggests that it should be an under-the-hood bit of code if it's supposed to be there at all...) - as for the total game size at the moment, I'm looking at around 3.1 gigs here. Probably not going to get incredibly large (so, probably not going to end up with a 5gb game), but beyond that I doubt anyone would be able to tell you.
I have wandered through insanity;
I have walked the spiral out.
Heard its twisted dreamed inanity
In a whisper, in a shout.
In the babbling cacophony
The refrains are all the same:
"[permutations of humanity]
are unworthy of the name!"
Where did you got that script from? Don't use it in my opinion.

According to my folder, it gets up to 2,93 G, which I think is because of the patch.
_________________________________________




_
"
atakers wrote:
i have another question ..

how to use this script ?

$1 = 0

Run("C:\Program Files (x86)\Grinding Gear Games\Path of Exile\Client.exe")

Do
Sleep(5000)

If WinExists("Connection Failure") Then
WinActivate("Connection Failure", "")
Sleep(1000)
Send("{ENTER}")
Sleep(30000)
Run("C:\Program Files (x86)\Grinding Gear Games\Path of Exile\Client.exe")
EndIf

Until $1 = 1



can someone explain step by step ?
where to paste it ?
do i paste it in notepad ? what i should name it ?

i have no idea how to use, im not a geeky type of person ^^
what is use that for ?
is that auto open the downloader after it crush ? if it does do that i want to use it because i always crush after i get 200 mb download


Run("C:\Program Files (x86)\Grinding Gear Games\Path of Exile\Client.exe")
(Run patcher)


Do
Sleep(5000)
(Wait 5 seconds)

If WinExists("Connection Failure") Then
(Check to see if you can connect to server)
If not
Display error messege "Connection Failure"

Wait 1 seconds

Press enter

sleep (30000)
(Wait 30 seconds)
Auto retry
Until 1$ = 1
(Connection established)

Someone correct me if im wrong :)
Fun things, Sad things... We can't share everything, But what we can, we should share... That is what it means to be a guild. A single persons happiness is everyone's happiness. A single persons anger is everyone's anger. And a single person's tears are everyone's tears.
Last edited by scriptmonkey on Nov 21, 2011, 1:10:47 AM
i still can get it .. T_T

where should i start ?

i have another question

i have a problem downloading the installer ..

last night and this morning my download is good with 50 - 200 KB transfer rate, its always stop when i got 240+ mb download

but after this afternoon my speed goes down to 10 - 50 transfer rate and its always freeze with only 1 mb download, it dont even got 1 mb


my speedtest is

btw im from philippines
That's one lazy launch script :P Is that autoit or what?

In either case I don't think it's written correctly, since it has no mechanism to make the variable $1=1.
If you have account problems please [url="http://www.pathofexile.com/support"]Email Support[/url]
"
zeto wrote:
That's one lazy launch script :P Is that autoit or what?

In either case I don't think it's written correctly, since it has no mechanism to make the variable $1=1.


Yes it's autoit, I made it for personal use then posted it a while back when others were having download timeouts. The variable $1 is just there to make the script loop forever.

To end the script it has an icon while it's running just right click and end it.
Last edited by Orgins on Nov 23, 2011, 1:41:32 PM

Report Forum Post

Report Account:

Report Type

Additional Info