i've got the same error
Quote:
[Only registered and activated users can see links. Click Here To Register...]
i get the same error but in line 4187
How can i fix it?
I guess this appears just when you start the tool?Quote:
i've got the same error
I don't know why some people get this error, at least I know the part of the code which causes this... Gonna have to change the checkbox selection in the next version.Quote:
I've also been experiencing error 4187
[Only registered and activated users can see links. Click Here To Register...]
I haven't touched any of the settings so I'm not sure as to what to do to fix this
Edit: It happens after it types in the information into the account creation site
yeah, it signs up for the news letter instead of agreeing to the terms of service and then it gives the error on 4187 for me.Quote:
I don't know why some people get this error, at least I know the part of the code which causes this... Gonna have to change the checkbox selection in the next version.
The problem isn't that it sings up for newsletter (that box is checked by default on the reg site btw), but that it can't call those checkboxes.Quote:
yeah, it signs up for the news letter instead of agreeing to the terms of service and then it gives the error on 4187 for me.
All IE processes get closed before the bot starts to prevent bugs.Quote:
Anyone have an issue where IE will minimize as soon as the bot starts?
Yo this should be objbyid by default... At least in my .au3 version...Quote:
Error in terms of user .
If your terms of user is not checked and you get that error in source code change:
$o_Terms=_IEGetObjByName($ie, "PvpnetAccountTouAgree")
$o_Terms.checked = True
to:
$o_Terms=_IEGetObjById($ie, "PvpnetAccountTouAgree")
$o_Terms.checked = True
...
Obj by Id instead of name.
That will fix the error.
Cheers
You get 250 IP for every account leveled up to lvl 5 and special rewards for bringing them to lvl 10, e.g. 1000 RPQuote:
Hmm, could anyone link what u get for referring 'x' numbers of people.
Cuz from what I read [Only registered and activated users can see links. Click Here To Register...] you only get reward once the account is level 10 ...
Did I miss something ?
It should work with the latest IE and Windows 7.Quote:
What's the problem with IE even with latest IE?
I fixed some little errors. Now everything is working properly with the latest IE version and Windows 7!Quote:
What's the problem with IE even with latest IE?