Para's VanillaTool [Rework]

09/07/2017 00:45 sinister11111#6076
Hey Paraly,

Whenever I'm logging into another account, or moving from different zone on one client, the glide hack suddenly disables for a short time on the other clients. Is there anyway to fix this? For example, Garden of knowledge, If I'm running 4 clients, and they are all loading into the instance, I would not be able to glide on any client until all 4 is done loading.
09/07/2017 01:07 Paraly#6077
Quote:
Originally Posted by sinister11111 View Post
Hey Paraly,

Whenever I'm logging into another account, or moving from different zone on one client, the glide hack suddenly disables for a short time on the other clients. Is there anyway to fix this? For example, Garden of knowledge, If I'm running 4 clients, and they are all loading into the instance, I would not be able to glide on any client until all 4 is done loading.
Gliding in general doesn't work then or just the gliding upwards doesn't work?
09/07/2017 02:20 sinister11111#6078
Quote:
Originally Posted by Paraly View Post
Gliding in general doesn't work then or just the gliding upwards doesn't work?
Gliding works, but gliding upwards is disabled for a few seconds.
09/07/2017 20:59 windows2045#6079
What is the command to use a particular skill ONLY on a certain named mob otherwise spam the other skills?
09/07/2017 21:10 Paraly#6080
Quote:
Originally Posted by windows2045 View Post
What is the command to use a particular skill ONLY on a certain named mob otherwise spam the other skills?
Put this line above the SmartSkill line
Code:
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR,=MobNameHere;
09/07/2017 22:25 sinister11111#6081
Btw, I think NA and EU options are placed on different Mouse Coordinates,

I think EU option goes like
(log Out)
(Character Screen)
( ETC)
(ETC)

While NA option menu is;



(Quit ) ( Characters ) (Options)(Reset)(Cancel)

i try to use some of the afk event scripts but it just wouldn't log to the next toon correct, I'm not sure if you made it work for NA as well.
09/07/2017 22:29 Paraly#6082
Quote:
Originally Posted by sinister11111 View Post
Btw, I think NA and EU options are placed on different Mouse Coordinates,

I think EU option goes like
(log Out)
(Character Screen)
( ETC)
(ETC)

While NA option menu is;



(Quit ) ( Characters ) (Options)(Reset)(Cancel)

i try to use some of the afk event scripts but it just wouldn't log to the next toon correct, I'm not sure if you made it work for NA as well.
Code:
Command=/logout;
This line always goes to the character selection
09/07/2017 22:31 sinister11111#6083
Oh, hey back to my question yesterday, about superglide being disable, when login in on other clients or having other clients move from one zone to another. Do you have any issues with this?
09/07/2017 22:35 Paraly#6084
Quote:
Originally Posted by sinister11111 View Post
Oh, hey back to my question yesterday, about superglide being disable, when login in on other clients or having other clients move from one zone to another. Do you have any issues with this?
I just tried it earlier today and I had no issue, it worked on both clients instantly after moving to a new map
09/07/2017 22:35 sinister11111#6085
Quote:
Originally Posted by Paraly View Post
Code:
Command=/logout;
This line always goes to the character selection
Cool I didn't know about that command, I was just using your old script that used

#2DO=10000;
SendKey=0x4F;
Delay=333;
_2UNTILMemPtrRead=%AddrESChwnd,%OffsetESChwnd,BYTE ,=175;<-EscapeWindow
Delay=1000;
Mouse=330,363;

but i had to change the mouse for NA.
09/07/2017 22:36 Paraly#6086
Quote:
Originally Posted by sinister11111 View Post
Cool I didn't know about that command, I was just using your old script that used

#2DO=10000;
SendKey=0x4F;
Delay=333;
_2UNTILMemPtrRead=%AddrESChwnd,%OffsetESChwnd,BYTE ,=175;<-EscapeWindow
Delay=1000;
Mouse=330,363;

but i had to change the mouse for NA.
You mean the AFK script from the short script bundle?
09/07/2017 22:39 sinister11111#6087
Quote:
Originally Posted by Paraly View Post
You mean the AFK script from the short script bundle?
Yeah that script, I try to use it once on NA it didnt work, so I didnt really bother, but now I'm using it for something else so i had to make some changes to it. And now I have 1 client logging in and out every 30 seconds, so while it loads character, my other client is unable to glide upwards.
09/08/2017 02:34 windows2045#6088
Quote:
Originally Posted by Paraly View Post
Put this line above the SmartSkill line
Code:
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR,=MobNameHere;
That didnt appear to work (well at least wasnt sure) because as soon as another mob hit the character it would auto target that and use the skill.

Trying to make a script for the daily luna that spams the first 2 skills and when the MAD74 comes along it would be hit by hellish wave only to kill it.
09/08/2017 07:26 sinister11111#6089
Is there any command to ressurect, other than using mouse? I'm having problem with the mouse coord on this version 4.09. For example, I run a script to select the 7th toon then cycle through them, but after it a while, it starts selecting the 4th toon on the list, which is not the same mousecoordinates that i have on the script. It was working fine on 4.08, but now its being unreliable, I'm running 4 clients, 2 of them would res on the script, the other 2 sometimes res, sometimes it doesn't. I need to res inside an instance and if i use the command;

MemWrite=%AddrResurrect,0,BYTE;

it sends me to obelisk. Instead of ressing me at the start of the instance.
09/08/2017 10:58 Paraly#6090
Quote:
Originally Posted by windows2045 View Post
That didnt appear to work (well at least wasnt sure) because as soon as another mob hit the character it would auto target that and use the skill.

Trying to make a script for the daily luna that spams the first 2 skills and when the MAD74 comes along it would be hit by hellish wave only to kill it.
Sorry the line is :p
Code:
_IFMemPtrRead=%TargetBase,%OffsetName,WCHAR[32],=MobNameHere;
Quote:
Originally Posted by sinister11111 View Post
Is there any command to ressurect, other than using mouse? I'm having problem with the mouse coord on this version 4.09. For example, I run a script to select the 7th toon then cycle through them, but after it a while, it starts selecting the 4th toon on the list, which is not the same mousecoordinates that i have on the script. It was working fine on 4.08, but now its being unreliable, I'm running 4 clients, 2 of them would res on the script, the other 2 sometimes res, sometimes it doesn't. I need to res inside an instance and if i use the command;

MemWrite=%AddrResurrect,0,BYTE;

it sends me to obelisk. Instead of ressing me at the start of the instance.
As you said already the only alternative would be the MemWrite line you posted but this resses at the obelisk only.

So you need to use mouse and the only thing that can bother there is if a certain toon has a different UI size or the window positions are slightly different, you should reset the window positions at all your toons.

besides that the part with the 7th toon you mean the character selection?

just add me at skype, it's much easier to help there when it's about scripting