Para's VanillaTool [Rework]

01/17/2018 13:24 Diavolakos#7006
Quote:
Originally Posted by Paraly View Post
You could replace it with this code to prevent crashes
Code:
SendKey=confirm delete;
Delay=3000;
_IFMemPtrRead=%AddrConfirmDelete,0x5E0/0x370/0x0,WCHAR[32,=confirm delete;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
#ELSE
SendKey=0x1B; <-- should close the confirm delete window, probably replace with Mouse=x,y; but can't get coords at the moment due to maintenance
Delay=15;
SendKey=0x1B; <-- should close the confirm delete window, probably replace with Mouse=x,y; but can't get coords at the moment due to maintenance
#EXECUTE=DeleteCharacter;
#Return
#ENDIF
Delay=500;
I am trying to understand why the crashes happen. Would we get a crash at some point if we manually kept making characters and deleting them after the candy trade?

If yes, then the bot has absolutely nothing to do with the crashes. And what could possibly happen in the character creation screen and made the client "get out of resources"

Because if I make one or two or ten characters manually I won't get a crash, but the same happens with the script, you will get a crash after many new chars made.

~~~~~~

So which code should I replace with the above code you made?

Here is the whole code for the delete dialog function.
Code:
start_DeleteDialog;

SendKey=%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd;
Delay=3000;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
Delay=1000;


MemWrite=%AddrFreeMem10,1,BYTE;
#DO=999999999;
_IFFrameVisible=528; confirm delete window
SendKey=0x0D;
Delay=1000;
#ELSE
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=0;

MemWrite=%AddrFreeMem10,0,BYTE;
#DO=999999999;
_IFFrameVisible=508; confirm window
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;

MemWrite=%AddrFreeMem10,1,BYTE;
#DO=999999999;
_IFFrameVisible=508; confirm window
SendKey=0x0D;
Delay=1000;
#ELSE
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=0;

_IFFrameVisible=567; NA 5.8
#EXECUTE=PINCheck;
#ENDIF

end_DeleteDialog;
01/17/2018 13:29 Paraly#7007
Quote:
Originally Posted by Diavolakos View Post
I am trying to understand why the crashes happen. Would we get a crash at some point if we manually kept making characters and deleting them after the candy trade?

If yes, then the bot has absolutely nothing to do with the crashes. And what could possibly happen in the character creation screen and made the client "get out of resources"

Because if I make one or two or ten characters manually I won't get a crash, but the same happens with the script, you will get a crash after many new chars made.

~~~~~~

So which code should I replace with the above code you made?

Here is the whole code for the delete dialog function.
Code:
start_DeleteDialog;

SendKey=%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd%WRnd;
Delay=3000;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
Delay=1000;


MemWrite=%AddrFreeMem10,1,BYTE;
#DO=999999999;
_IFFrameVisible=528; confirm delete window
SendKey=0x0D;
Delay=1000;
#ELSE
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=0;

MemWrite=%AddrFreeMem10,0,BYTE;
#DO=999999999;
_IFFrameVisible=508; confirm window
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;

MemWrite=%AddrFreeMem10,1,BYTE;
#DO=999999999;
_IFFrameVisible=508; confirm window
SendKey=0x0D;
Delay=1000;
#ELSE
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=0;

_IFFrameVisible=567; NA 5.8
#EXECUTE=PINCheck;
#ENDIF

end_DeleteDialog;
I got a crash at manually creating toons after ~12 toons, I created that many toons when I tried to find the cutscene by memory

However your code should look like this with the new snippet
Code:
start_DeleteDialog;

SendKey=confirm delete;
Delay=3000;
_IFMemPtrRead=%AddrConfirmDelete,0x5E0/0x370/0x0,WCHAR[32,=confirm delete;
MemPtrWrite=%AddrConfirmDelete,0x5E0/0x370/0x0,Confirm Delete,WCHAR[32];
#ELSE
SendKey=0x1B; <-- should close the confirm delete window, probably replace with Mouse=x,y; but can't get coords at the moment due to maintenance
Delay=15;
SendKey=0x1B; <-- should close the confirm delete window, probably replace with Mouse=x,y; but can't get coords at the moment due to maintenance
#EXECUTE=DeleteCharacter;
#Return
#ENDIF
Delay=1000;


MemWrite=%AddrFreeMem10,1,BYTE;
#DO=999999999;
_IFFrameVisible=528; confirm delete window
SendKey=0x0D;
Delay=1000;
#ELSE
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=0;

MemWrite=%AddrFreeMem10,0,BYTE;
#DO=999999999;
_IFFrameVisible=508; confirm window
MemWrite=%AddrFreeMem10,1,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=1;

MemWrite=%AddrFreeMem10,1,BYTE;
#DO=999999999;
_IFFrameVisible=508; confirm window
SendKey=0x0D;
Delay=1000;
#ELSE
MemWrite=%AddrFreeMem10,0,BYTE;
#ENDIF
Delay=1000;
_UNTILMemRead=%AddrFreeMem10,BYTE,=0;

_IFFrameVisible=567; NA 5.8
#EXECUTE=PINCheck;
#ENDIF

end_DeleteDialog;
01/17/2018 17:40 Solaci#7008
Tool isn't working for me after update today. Shows ID's but no names and doesnt inject
01/17/2018 17:47 Paraly#7009
Quote:
Originally Posted by Solaci View Post
Tool isn't working for me after update today. Shows ID's but no names and doesnt inject
As usual after a patch, just wait a few minutes

Edit: Update is finished :)
01/17/2018 18:23 Paraly#7010
Here's another version of the Mirash script
added minion usage
added death detection
added anti stuck methods
speeded up the combat
fixed the potion usage

added stigma usage for songweaver - thanks to clouds12
01/17/2018 22:36 Bocc1337#7011
is it just me or dose everyone else having a problem opening the client with sandbox?

there is got to be away for a glad to do Mirash,, cant do it normally still die
01/18/2018 01:40 Paraly#7012
Quote:
Originally Posted by Bocc1337 View Post
there is got to be away for a glad to do Mirash,, cant do it normally still die
It's impossible for glad / assassin / templar at the moment, maybe it will work in a later version
01/18/2018 01:42 Bocc1337#7013
i even full harvesters set and still cant do it
thx aion how the F i am supost to get AP. cant do normal or script lol
3 days 30 trys cant get 1 box or kill the last boss . i guess i ether quit or donate 200 dollars to gold farming company's to get the ap pvp set
01/18/2018 01:49 Solaci#7014
Quote:
Originally Posted by Paraly View Post
Here's another version of the Mirash script
added minion usage
added death detection
added anti stuck methods
speeded up the combat
fixed the potion usage

added stigma usage for songweaver - thanks to clouds12
Cleric seems to work best (naturally) I suggest adding in its stigmas too if possible.
01/18/2018 01:51 Paraly#7015
Quote:
Originally Posted by Solaci View Post
Cleric seems to work best (naturally) I suggest adding in its stigmas too if possible.
Songweaver should be the best class

Yea I'm already working on the stigmas, that's why I posted [Only registered and activated users can see links. Click Here To Register...] :)
01/18/2018 02:21 Bocc1337#7016
how come the script dont get the second box
haha a 6 day CD? i think aion really has lost there mind.pfff
01/18/2018 04:07 Solaci#7017
Quote:
Originally Posted by Paraly View Post
Songweaver should be the best class

Yea I'm already working on the stigmas, that's why I posted [Only registered and activated users can see links. Click Here To Register...] :)
I tried SW didn't seem to work well for me, but cleric did. Maybe its just gear difference between the two.
01/18/2018 12:08 FaCaDa_BRA#7018
Quote:
Originally Posted by Solaci View Post
I tried SW didn't seem to work well for me, but cleric did. Maybe its just gear difference between the two.
SW didn't seem to work well for me too:(
01/18/2018 15:13 clouds12#7019
Quote:
Originally Posted by FaCaDa_BRA View Post
SW didn't seem to work well for me too:(
What's not working I just ran 8 lvl 66 SW's and had Zero problems.

Only other thing I did change is the Recovery potion to fire off at 90%.
01/18/2018 18:53 nickjaspion#7020
Any fix to Homeward Event script? got crash all the time :(