[Tool] Account Creator

03/22/2013 14:11 TheFail#61
i've got the same error
03/22/2013 20:16 D3luxe.#62
Quote:
Originally Posted by tobi88 View Post
[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?
Quote:
Originally Posted by TheFail View Post
i've got the same error
I guess this appears just when you start the tool?
This error should have been fixed with the last update.
If you still get a error:
You can set 'Day' in 'settings.txt' to the current date/day (e.g. today: 22) to skip checking for updates at startup.

Unfortunately, everything works fine for me, and I can't reproduce this error on my pc.
Also, I had lots of work in the last few weeks, if not I already developed a improved update method not using a hidden IE at all.
03/23/2013 21:11 Haiderp#63
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
03/24/2013 13:51 D3luxe.#64
Quote:
Originally Posted by Haiderp View Post
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
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.
03/25/2013 16:00 selrix#65
Quote:
Originally Posted by D3luxe. View Post
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.
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.
03/25/2013 16:15 D3luxe.#66
Quote:
Originally Posted by selrix View Post
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.
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.
I can't reproduce this error, but maybe I can let the bot check if the variable is an object and - if not - read it out again.
03/25/2013 22:11 Nv1337#67
Dont work, give the same erro like the others :c
03/26/2013 19:53 darkvampy#68
cool thx
03/26/2013 23:55 YappyT#69
Anyone have an issue where IE will minimize as soon as the bot starts?
03/27/2013 03:39 vizouk#70
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
03/27/2013 12:15 D3luxe.#71
Quote:
Originally Posted by YappyT View Post
Anyone have an issue where IE will minimize as soon as the bot starts?
All IE processes get closed before the bot starts to prevent bugs.





Quote:
Originally Posted by vizouk View Post
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
Yo this should be objbyid by default... At least in my .au3 version...
Could be that I made a mistake there, gonna check it when I`m at home.
03/27/2013 15:16 vizouk#72
I downloaded from main post and the code is on both .exe and .au3 Byname . That gives a object error since it can't get it.

Regards
03/27/2013 15:27 Yamiboss#73
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 ?
03/27/2013 18:26 Pvp guy#74
What's the problem with IE even with latest IE?
03/27/2013 21:44 D3luxe.#75
Quote:
Originally Posted by Yamiboss View Post
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 ?
You get 250 IP for every account leveled up to lvl 5 and special rewards for bringing them to lvl 10, e.g. 1000 RP

Quote:
Originally Posted by Pvp guy View Post
What's the problem with IE even with latest IE?
It should work with the latest IE and Windows 7.


Btw: True somehow the GetObjByName got in there accidently, gonna have to fix this! Sry^^

Update: Version 1.6

What's new?

Quote:
Originally Posted by Pvp guy View Post
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!

Somehow my 'test-script' got in the archive of the previous version without me taking notice. Again, sorry for this!